.slicknav_menu {
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    text-align: right
}

#generic-landing .logo-main + .slicknav_btn {
    height: 33px
}

#generic-landing .logo-main + .slicknav_btn > span,
#generic-landing .nav-donate {
    display: none
}

.strong-orange {
    color: #eb6800;
    font-weight: 700
}

#map {
    height: 400px !important
}

#pageUnavailable .btn {
    margin: 10px 0
}

div.doc-header-mobile-surround,
div.mobile-only {
    display: none
}

body.form-page div.doc-header-surround {
    position: relative !important;
    box-shadow: none !important
}

div.doc-topbar-surround {
    background: #034442
}

div.doc-support-surround {
    background: #ec8e3f
}

div.doc-event-map-surround {
    background: #e8e8e8
}

div.sticky-wrapper .logo-main a {
    width: auto;
    display: inherit;
    transition: .1s ease-in-out
}

div.sticky-wrapper .logo-main a img {
    transition: .1s ease-in-out
}

div.sticky-wrapper.is-sticky .logo-main a img {
    width: 140px;
    transition: .1s ease-in-out
}

div.sticky-wrapper.is-sticky ul.nav-main {
    margin: 20px 0 0 0;
    transition: .1s ease-in-out
}

div.is-sticky div.doc-header-surround {
    box-shadow: 0 0 15px rgba(0, 0, 0, .7)
}

a.newsletter-icon {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #5a5d96;
    display: block;
    width: 160px;
    text-align: left;
    padding: .7em 0;
    position: relative;
    transition: all .1s ease-in-out
}

a.newsletter-icon:before {
    content: 'Stay Updated';
    position: absolute;
    left: 55px
}

a.newsletter-icon i.fa {
    margin: 0 4px 0 27px;
    vertical-align: top;
    font-size: 1.6em
}

a.newsletter-icon:hover {
    background: #4b4d7d
}

a.newsletter-icon {
    text-decoration: none
}

form.form-newsletter {
    margin: 0
}

form.form-newsletter input[type=email],
form.form-newsletter input[type=text] {
    border: 1px solid #242772;
    width: 230px
}

form.form-newsletter select {
    padding: 6px 8px;
    border: 1px solid #242772
}

form.form-newsletter select option:first {
    color: #ccc
}

form.form-newsletter input[type=submit] {
    background: #fff;
    color: #313366;
    border: 0;
    padding: .7em 1.5em;
    border-radius: 3px;
    margin-bottom: 20px
}

form.form-newsletter input[type=submit]:hover {
    background: #eee
}

div.cont-nav-sub {
    text-align: right
}

ul.nav-sub {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

ul.nav-sub li {
    display: inline-block;
    padding: 0 0 0 1.4em;
    margin-bottom: 0
}

ul.nav-sub li a {
    color: #b7b7b7;
    display: block;
    padding: .9em 0 .5em 0;
    text-decoration: none
}

ul.nav-sub li:hover > a {
    color: #fff
}

ul.nav-sub li ul {
    display: none;
    position: absolute;
    background: #333;
    right: 0;
    margin: 0;
    min-width: 200px;
    padding: 0;
    z-index: 3000;
    border-radius: 5px;
    padding: 3px
}

ul.nav-sub li ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

ul.nav-sub li ul li a {
    display: block;
    background: #333;
    padding: 1em;
    margin-bottom: 1px
}

ul.nav-sub li ul li a:hover {
    background: #444
}

ul.nav-sub li ul li:first-child a {
    border-radius: 3px 3px 0 0
}

ul.nav-sub li ul li:last-child a {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0
}

ul.nav-sub li:hover ul {
    display: block
}

div.logo-main img {
    display: block;
    margin: 10px 0;
    transition: opacity .1s ease-in-out
}

div.logo-main img:hover {
    opacity: .7
}

div.cont-nav-main {
    text-align: right
}

ul.nav-main {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

ul.nav-main li {
    display: inline-block;
    margin-left: 2px
}

ul.nav-main li a {
    display: block;
    padding: 1em;
    font-size: 1.2em;
    color: #555;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0s ease-in-out
}

ul.nav-main li a + ul {
    transition: all 0s ease-in-out
}

ul.nav-main li a.active,
ul.nav-main li:hover > a {
    color: #fff;
    background: #44a054
}

ul.nav-main li.nav-donate a {
    color: #fff;
    display: block;
    padding: 1em 2em;
    background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom;
    border-radius: 3px;
    transition: all .1s ease-in-out;
    border: none
}

ul.nav-main li.nav-donate a:hover {
    background: #eb6800 url(../images/gradient-orange-on.png) repeat-x bottom
}

ul.nav-main li ul {
    display: none;
    position: absolute;
    background: #57b367;
    margin: -2px 0 0;
    padding: 0;
    min-width: 170px;
    z-index: 2000;
    border: 2px solid #44a054
}

ul.nav-main li ul li {
    display: block;
    padding: 0;
    margin: 0
}

ul.nav-main li ul li a {
    display: block;
    text-align: left;
    border-radius: 0;
    margin-bottom: 1px;
    color: #fff;
    transition: all .1s ease-in-out
}

ul.nav-main li ul li a.active,
ul.nav-main li ul li a:hover {
    background: #44a054
}

ul.nav-main li ul li:first-child a {
    border-radius: 3px 3px 0 0
}

ul.nav-main li ul li:last-child a {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0
}

ul.nav-main li:hover ul {
    display: block
}

div.intro-stacked {
    text-align: center;
    margin: 30px 0
}

div.intro-stacked p {
    color: #4a4a4a;
    font-size: 1.2em;
    margin: 0 0 7px
}

div.intro-stacked h1 {
    font-family: Copse, "Times New Roman", serif;
    color: #5a5d96;
    margin: 0 0 20px;
    font-size: 2.2em
}

div.intro-tagline .btn {
    margin: 25px 0 5px
}

div.box-support-us {
    text-align: center;
    padding: 40px 0
}

div.box-support-us h2 {
    font-family: SketchBlockBold, Arial, sans-serif;
    color: #fff
}

div.box-support-us-tagline p {
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 7px
}

div.box-support-us-tagline p:last-child {
    margin-bottom: 0
}

div.box-support-us-article {
    position: relative;
    text-align: center;
    margin-top: 30px
}

div.support-us-article {
    position: relative;
    text-align: left;
    margin: 0 12px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    overflow: hidden
}

div.support-us-article:first-of-type {
    margin-left: 0
}

div.support-us-article:last-of-type {
    margin-right: 0
}

div.support-us-article img {
    display: block;
    z-index: 1
}

div.support-us-article-text {
    opacity: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 126, 122, .9);
    position: absolute;
    top: 190px;
    overflow: hidden;
    transition: .1s ease-out
}

div.support-us-article-text h3 {
    color: #fff;
    font-size: 1.5em
}

div.support-us-article-text p {
    color: #fff;
    font-size: 1.1em;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis
}

div.support-us-article-text a.btn {
    position: absolute;
    bottom: 20px
}

div.support-us-article:hover div.support-us-article-text {
    top: 0;
    opacity: 1;
    transition: .3s ease-out
}

div.support-side h3 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px
}

div.support-side p {
    color: #fff;
    text-align: center
}

.gm-style-iw h2 {
    font-size: 1.6em;
    color: #007e7a
}

.gm-style-iw p {
    text-align: center
}

.gm-style-iw p a {
    display: inline-block;
    margin: 10px auto 0 auto;
    background: #44a054;
    color: #fff;
    padding: 1em 2em
}

div.cont-get-involved h2 {
    color: #44a054;
    font-family: SketchBlockBold, Arial, sans-serif;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0
}

div.cont-get-involved-tagline {
    margin: 20px 0 10px
}

div.cont-get-involved-tagline p {
    width: 500px;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center
}

div.event-highlight {
    position: relative;
    margin: 20px 0
}

div.event-box {
    position: relative;
    margin: 0 1%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 48%;
    height: 224px
}

div.event-box a {
    display: block
}

div.event-box img {
    display: block;
    z-index: 1;
    min-height: 224px
}

div.event-box:first-of-type {
    margin-left: 0
}

div.event-box:last-of-type {
    margin-right: 0
}

div.event-text {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 126, 122, .9);
    position: absolute;
    top: 100px;
    overflow: hidden;
    transition: .3s ease-out
}

div.event-text h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: 1.2em
}

div.event-text p.event-date {
    color: #bebebe;
    font-size: .9em
}

div.event-box:hover div.event-text {
    opacity: 1;
    top: 0;
    transition: .3s ease-out
}

div.map-heading {
    background: #44a054;
    text-align: center;
    padding: .5em 0
}

div.map-heading h3 {
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 0
}

div.news-blog {
    padding: 30px 0
}

div.news-intro-title h2 {
    color: #44a054;
    font-family: SketchBlockBold, Arial, sans-serif;
    text-align: center
}

div.news-summary-title {
    margin-bottom: 20px
}

div.news-summary-title h2 {
    color: #44a054;
    font-family: SketchBlockBold, Arial, sans-serif;
    text-align: center
}

div.article-highlight {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

div.article-highlight:hover div.news-sub-crop a.news-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1
}

div.article-highlight img {
    display: block
}

div.article-highlight:hover div.news-sub-crop .share-this:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

div.article-highlight:hover div.news-sub-crop .share-this:hover:before {
    opacity: .6;
    -ms-transform: scale(.6);
    transform: scale(.6)
}

div.news-sub-crop .share-this {
    cursor: pointer;
    height: 5em;
    position: absolute;
    top: .7em;
    right: .7em;
    height: 3rem;
    width: 3rem;
    left: auto;
    z-index: 20;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 1.1rem 1.6rem
}

div.news-sub-crop .share-this:before {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: "Share";
    font-weight: 700;
    font-family: Copse, "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    opacity: 1;
    padding: 1.7em 0 .35em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    transition: all .3s ease;
    height: 2.1rem;
    width: 4rem;
    z-index: 4;
    -ms-transform: scale(0);
    transform: scale(0)
}

div.news-sub-crop .share-this * {
    -webkit-tap-highlight-color: transparent
}

div.news-sub-crop .share-this a {
    -ms-transform: scale(0);
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    height: 3em;
    width: 3em;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.news-sub-crop .share-this a:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box
}

div.news-sub-crop .share-this:hover a {
    -ms-transform: scale(.9);
    transform: scale(.9)
}

div.news-sub-crop .share-this a:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

div.news-sub-crop .share-this:hover a.fa.facebook-color {
    top: 0;
    left: 0
}

div.news-sub-crop .share-this:hover a.fa.twitter-color {
    top: 2.6rem;
    left: .8rem
}

div.news-sub-crop .share-this:hover a.fa.envelope-color {
    top: 3.5rem;
    right: 0
}

div.news-sub-crop .share-this a.fa.facebook-color {
    background: #3b5998;
    transition: all .2s ease
}

div.news-sub-crop .share-this a.fa.twitter-color {
    background: #55acee;
    transition: all .2s ease
}

div.news-sub-crop .share-this a.fa.envelope-color {
    background: #5a5d96;
    transition: all .2s ease
}

div.news-sub-crop {
    width: 220px;
    height: 146px;
    overflow: hidden;
    position: relative
}

div.news-sub-crop a.news-img {
    display: block;
    height: 100%
}

div.news-sub-crop img {
    min-height: 146px;
    margin: 0 auto;
    transition: opacity .1s ease-in-out
}

div.news-sub-crop img:hover {
    opacity: .9
}

div.article-details {
    background: #44a054;
    text-align: center;
    padding: 15px 10px;
    position: relative;
    min-height: 160px
}

div.article-blog {
    background: #5a5d96
}

div.article-details h3 {
    font-size: 1.3em;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
    min-height: 46px
}

div.article-details h3 a:active,
div.article-details h3 a:link,
div.article-details h3 a:visited {
    color: #fff;
    text-decoration: none
}

div.article-details h3 a:hover {
    text-decoration: underline
}

div.article-details p.article-date {
    color: rgba(255, 255, 255, .5)
}

div.article-details p.article-more {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    width: 200px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

div.article-details p.article-more a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

div.article-details p.article-more a:hover {
    text-decoration: underline
}

div.doc-footer-surround * {
    font-size: 14px
}

div.doc-footer-surround {
    background: url(/images/bg-flowers-green.jpg) #034442;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px
}

div.doc-footer-surround div.container {
    padding-top: 50px
}

.footer-address *,
.footer-contact *,
.footer-info * {
    margin: 0
}

.footer-address,
.footer-contact {
    color: #23dad4;
    margin-bottom: 20px
}

.footer-info * {
    color: #188280
}

.footer-info ul li {
    display: block;
    float: left
}

.footer-info a {
    display: block;
    text-decoration: none
}

.footer-info a:after {
    content: "|";
    padding: 0 .5em
}

.footer-info a:active,
.footer-info a:focus,
.footer-info a:visited {
    color: #188280 !important
}

.footer-info a:hover {
    color: #999 !important
}

.footer-info li:last-of-type a::after {
    content: none
}

.footer-social-media ul {
    margin: 40px 0
}

.footer-social-media li {
    margin: 0 10px 0 0;
    display: inline-block
}

.footer-social-media a {
    color: #fff
}

.footer-social-media a img {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.footer-social-media a img:hover {
    opacity: .5
}

.footer-logo {
    text-align: right
}

.btn {
    display: inline-block;
    background: #44a054;
    padding: 1.1em 2.3em;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all .1s ease-in-out;
    font-size: 14px;
    line-height: 1.4em;
    transition: .3s background;
    font-family: helvetica, arial, sans-serif
}

.btn:hover {
    background: #368042;
    color: #fff
}

.btn-container {
    margin: 20px 0
}

.btn-white {
    background: #fff;
    color: #313366
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background: #eee;
    color: #313366
}

.btn-blue {
    background: #5a5d96;
    color: #fff
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background: #4b4d7d
}

.btn-green {
    background: #44a054;
    color: #fff !important
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
    background: #398746
}

.btn-orange {
    background: #ff7000;
    color: #fff !important
}

.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
    background: #c75300
}

.btn-grey {
    background: #bdbdbd
}

.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
    background: #999
}

.slide-00 {
    background: url(../images/slider-00.jpg) no-repeat center;
    background-size: cover;
    background-color: #eee
}

.slide-01 {
    background: url(../images/slider-01.jpg) no-repeat center;
    background-size: cover;
    background-color: #eee
}

.slide-02 {
    background: url(../images/slider-02.jpg) no-repeat center;
    background-size: cover;
    background-color: #eee
}

.slide-03 {
    background: url(../images/slider-03.jpg) no-repeat center;
    background-size: cover;
    background-color: #eee
}

.slide-cms {
    background-size: cover !important;
    background-color: #eee !important
}

body#news-page .slide-cms,
body#news-page div.slider-padding {
    min-height: 360px
}

div.slider-overlay {
    background: rgba(0, 126, 122, .9)
}

div.slider-padding {
    padding: 40px 40px 30px 40px;
    min-height: 310px
}

div.slider-padding h2 {
    color: #fff;
    font-family: SketchBlockBold, Arial, sans-serif;
    font-size: 2.8em;
    line-height: 1em;
    margin-right: 60px
}

div.slider-padding p {
    color: #fff;
    font-size: 1.2em;
    font-family: Copse, "Times New Roman", serif;
    margin: 25px 0;
    line-height: 1.5em
}

div.body-content img {
    max-width: 100%;
    height: auto !important
}

div.body-content ul li {
    margin-bottom: 0;
    line-height: 1.8em
}

.breadcrumbs * {
    font-size: 12px
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.breadcrumbs p {
    margin: 10px 0 8px
}

.breadcrumbs a {
    font-weight: 700;
    text-decoration: none
}

div.section-navigation h3 {
    background: #44a054;
    font-size: 1.3em;
    margin: 20px 0 0 0;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

div.section-navigation h3 a {
    text-decoration: none;
    color: #fff
}

div.section-navigation ul {
    margin: 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #44a054;
    padding: 0;
    list-style: none
}

div.section-navigation ul li {
    margin: 0;
    padding: 0
}

div.section-navigation ul li a {
    display: block;
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    transition: all .1s ease-in-out
}

div.section-navigation ul li a:hover {
    color: #666;
    background: #eee
}

div.section-navigation ul li:last-child a {
    border-bottom: none
}

div.filter-options {
    background: #eee;
    border-radius: 3px;
    padding: 1em;
    text-align: right
}

div.filter-options p {
    display: inline-block;
    margin: 0
}

div.filter-options input[type=text],
div.filter-options select {
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    padding: .5em;
    font-size: 1em
}

div.filter-options select:hover {
    border-color: #999
}

div.filter-options button {
    background: #44a054;
    border: 1px solid #44a054;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: .5em .8em;
    transition: all .1s ease-in-out
}

div.filter-options button:hover {
    background: #398746;
    border-color: #398746
}

div.filter-options h3 {
    display: none
}

div.programme-navigation h3 {
    background: #007e7a;
    font-size: 1.3em;
    margin: 20px 0 0 0;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

div.programme-navigation h3 a {
    text-decoration: none;
    color: #fff
}

div.programme-navigation h3 a:hover {
    text-decoration: underline
}

div.programme-navigation ul {
    margin: 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #007e7a;
    padding: 0;
    list-style: none
}

div.programme-navigation ul li {
    margin: 0;
    padding: 0
}

div.programme-navigation ul li a {
    display: block;
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    transition: all .1s ease-in-out
}

div.programme-navigation ul li a:hover {
    text-decoration: underline;
    color: #666;
    background: #eee
}

div.programme-navigation ul li:last-child a {
    border-bottom: none
}

div.content-page-intro {
    background: #eee;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px
}

div.content-page-intro > :last-child,
div.content-page-intro > :last-child :last-child {
    margin: 0
}

div.content-page-intro > .ydmtForm-checkbox {
    margin-bottom: 0
}

div.cont-read-more:empty,
div.content-page-intro:empty {
    display: none !important
}

div.cont-read-more:after,
div.cont-read-more:before,
div.content-page-intro:after,
div.content-page-intro:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

div.content-page-intro h2,
div.content-page-intro h3,
div.content-page-intro h4,
div.content-page-intro h5 {
    color: #44a054
}

div.full-content h2 {
    font-family: Copse, "Times New Roman", serif;
    font-size: 1.4em
}

div.full-content h3 {
    font-size: 1.3em
}

div.news-article-stub {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #44a054;
    padding: 20px 0
}

div.news-article-stub:last-child {
    border-width: 0
}

div.news-article-stub h2 {
    font-size: 1.5em;
    margin-bottom: 0
}

div.news-article-stub h2 a {
    color: #5a5d96;
    text-decoration: none
}

div.news-article-stub h2 a:hover {
    text-decoration: underline
}

div.news-article-stub p.news-article-date {
    color: #999;
    margin-bottom: 0
}

div.news-article-stub img {
    transition: opacity .1s ease-in-out
}

div.news-article-stub img:hover {
    opacity: .7
}

h2.news-article-title {
    margin-top: 30px;
    margin-bottom: 0
}

div.news-article-image {
    background: #eee;
    margin-bottom: 20px
}

div.news-article-image img {
    display: block;
    margin: 15px auto
}

.events-date {
    font-size: 1.6em;
    color: #2e3192;
    font-family: Copse, "Times New Roman", serif;
    line-height: 1.3em;
    margin-bottom: 20px
}

div.featured-product {
    border-radius: 3px;
    margin-bottom: 20px
}

div.featured-product .featured-summary.inner {
    padding: 20px
}

div.featured-product .featured-summary.inner h2 {
    background: 0 0;
    padding: 0;
    margin: 0 0 20px 0
}

div.featured-product .featured-img.inner {
    padding: 20px 20px 20px 0
}

div.featured-product .eight.columns {
    width: 580px
}

div.featured-product div.product-purchase {
    background: #ddd
}

div.sticky-wrapper.scrolled div#followOnScroll {
    z-index: 9999 !important;
    width: 100% !important;
    left: 0
}

div#followOnScroll {
    background: #44a054 !important
}

div.shopping-basket {
    color: #fff;
    padding: 20px;
    z-index: 99999
}

div.view-basket {
    display: none
}

div.view-basket a {
    color: #368042;
    padding: 4px 14px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    margin: 18px 0;
    display: block
}

div.shopping-basket h2,
div.shopping-basket h3,
div.shopping-basket p {
    color: #fff
}

div.shopping-basket h2 {
    margin: 0;
    display: inline-block;
    padding: 2px 8px;
    font-size: 1.3em
}

div.sticky-wrapper.scrolled div.shopping-basket {
    padding: 20px 30px
}

div.sticky-wrapper.scrolled div.shopping-basket h2 {
    font-size: 1.3em;
    margin-bottom: 0
}

div.shopping-basket h2 > span.basket-contents {
    background: #265a2f;
    padding: 0 8px;
    margin-left: 20px
}

div.shopping-basket h3 {
    margin-top: 15px
}

div.shopping-basket p {
    margin-bottom: 0
}

div.shopping-basket .btn-white {
    color: #368042
}

div.shopping-basket form#basketForm {
    display: inline-block;
    margin: 0;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid;
    vertical-align: top
}

div.shopping-basket form#basketForm label {
    margin-right: 8px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle
}

div.shopping-basket form#basketForm select {
    border: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 130px;
    padding: 5px;
    vertical-align: top
}

div.shopping-basket form#basketForm a.btn.btn-white {
    display: inline-block;
    padding: 4px 14px;
    margin-left: 14px;
    vertical-align: top
}

div.shop-product {
    vertical-align: top;
    background: #eee;
    margin-bottom: 20px
}

div.shop-product:last-child {
    border: 0;
    margin-bottom: 0
}

div.shop-product:first-child {
    padding-top: 0
}

div.shop-product h2 {
    color: #5a5d96;
    margin-bottom: 0;
    padding: 20px 20px 0;
    background: #eee
}

div.shop-product img {
    transition: all .1s ease-in-out
}

div.shop-product img:hover {
    opacity: .7
}

div.featured-product div.shop-product {
    background: #5a5d96
}

div.featured-product div.shop-product h2,
div.featured-product div.shop-product p {
    color: #fff
}

div.featured-product div.shop-product div.product-purchase {
    background: #4b4d7d;
    color: #fff
}

.pay-by-debit-credit-card {
    background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom
}

.pay-by-debit-credit-card:hover {
    background: #eb6800 url(../images/gradient-orange-on.png) repeat-x bottom
}

div#donationShop #donateAmount {
    width: 146px
}

div.product-box {
    float: left;
    width: 31.94444%;
    margin-left: .69444%;
    margin-right: .69444%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

div.product-img {
    overflow: hidden;
    max-height: 256px;
    background: #eee
}

div.product-img a,
div.product-img a > img {
    display: block
}

div.product-img span.img-overflow {
    display: block;
    max-height: 216px;
    margin: 20px 20px 0;
    overflow: hidden
}

div.product-summary {
    background: #eee;
    min-height: 190px;
    padding: 20px
}

div.product-purchase {
    background: #ddd;
    padding: 20px 20px 0 20px
}

div.product-purchase input[type=text] {
    display: inline-block;
    width: 60px;
    margin-left: 10px
}

div.product-purchase input[type=button] {
    color: #fff;
    border: none;
    display: inline-block;
    background: #44a054;
    margin-left: 10px;
    font-size: 1em;
    text-shadow: none;
    padding: 8px;
    font-weight: 400;
    transition: all .1s ease-in-out
}

div.product-purchase input[type=button]:hover {
    background: #06801b
}

div.sidebar-col-surround {
    margin: 20px 0
}

div.sidebar-col-surround div.module-support + div.sidebar-module {
    margin-top: 20px
}

form#sidebar-newsletter {
    text-align: left;
    padding: 0 5%;
    margin-bottom: 0
}

form#sidebar-newsletter input[type=email],
form#sidebar-newsletter input[type=text] {
    width: 95%
}

form#sidebar-newsletter .ydmtForm-checkbox {
    margin-bottom: 14px
}

div.sidebar-follow-us {
    background: #eee;
    border-radius: 3px;
    text-align: center;
    padding: 20px 0;
    margin: 28px 0 20px 0
}

div.sidebar-follow-us h4 {
    margin: 0 0 .5em 0
}

div.sidebar-follow-us ul {
    margin: 0
}

div.sidebar-follow-us li {
    list-style: none;
    margin: 0 8px 3px 0;
    display: inline-block
}

div.sidebar-follow-us li > a {
    color: #fff;
    margin: 0;
    display: block;
    padding: 8px 5px;
    font-size: 1.3em;
    text-decoration: none;
    transition: .3s background;
    border-radius: 50px
}

div.sidebar-follow-us li > a > span {
    color: #fff;
    min-width: 25px;
    text-align: center;
    display: inline-block
}

div.sidebar-follow-us li > a#followUsFacebook {
    background: #3b5998
}

div.sidebar-follow-us li > a#followUsFacebook:hover {
    background: #8b9dc3
}

div.sidebar-follow-us li > a#followUsTwitter {
    background: #00aced
}

div.sidebar-follow-us li > a#followUsTwitter:hover {
    background: #1dcaff
}

div.sidebar-follow-us li > a#followUsYoutube {
    background: #e52d27
}

div.sidebar-follow-us li > a#followUsYoutube:hover {
    background: #b31217
}

div.sidebar-follow-us li > a#followUsGooglePlus {
    background: #d34836
}

div.sidebar-follow-us li > a#followUsGooglePlus:hover {
    background: #f44336
}

div.module-sidebar {
    margin-top: 15px;
    padding-bottom: 1px
}

div.module-sidebar h3 {
    font-size: 1.3em;
    margin: 0 20px;
    padding: 14px 0
}

div.module-support {
    background: #5a5d96 url(../images/module-bg-sap.png) no-repeat bottom right
}

div.module-support h3 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

div.module-support ul {
    color: #fff;
    margin: 2em 3em 1.5em;
    padding: 0
}

div.module-support ul li a {
    color: #fff;
    text-decoration: none
}

div.module-sidebar p.rest-width {
    width: 180px
}

div.module-sidebar p {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px
}

div.inner-pad {
    padding: 20px
}

div.inner-pad h3 a {
    color: #fff
}

div.module-dt h3,
div.module-lb h3 {
    color: #fff;
    border-color: #44a054
}

div.module-dt {
    background: #44a054 url(../images/module-bg-tree.png) no-repeat bottom right
}

div.module-dt p a.btn {
    color: #055c14
}

div.module-lb {
    background: #ea7e24 url(../images/module-bg-flowers.gif) no-repeat bottom right;
    margin-bottom: 15px
}

div.module-lb p a.btn {
    color: #924f16
}

div.fb-like-box {
    margin-bottom: 20px
}

div.fb-like-box > span {
    max-width: 100%;
    overflow-x: scroll
}

div.basket-product-row {
    background: #368042;
    border-bottom: 1px solid #31753d;
    padding: .2em 1em
}

div.basket-product-row:first-child {
    border-top: 1px solid #31753d
}

div.body-content table:not([class]) {
    margin: 1em 0;
    width: 100% !important;
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-collapse: collapse
}

div.body-content table:not([class]) tr td,
div.body-content table:not([class]) tr th {
    text-align: left;
    padding: .5em;
    border: 1px solid #ccc
}

div.body-content table:not([class]) tr {
    transition: all .1s ease-in-out
}

div.body-content table:not([class]) tr th {
    background: #5a5d96;
    border-color: #2e3192;
    color: #fff
}

div.body-content table:not([class]) tr:nth-child(2n+1) {
    background: #eee
}

div.body-content table:not([class]) tr:hover {
    background: #dddeed
}

table.order-summary {
    margin: 1em auto 1.3em;
    width: 100%
}

table.order-summary tr td {
    border: 1px solid #44a054;
    padding: .6em
}

table.order-summary tr td input {
    margin: 0 auto;
    display: block
}

div.support-misc-box {
    background: #44a054;
    margin-bottom: 20px
}

div.support-misc-box.orange {
    background: #eb6800
}

div.support-misc-box.blue {
    background: #66b2af
}

div.support-misc-box:nth-child(4n) {
    margin-right: 0
}

div.support-misc-box:nth-child(4n-3) {
    margin-left: 0
}

div.support-misc-box .btn {
    margin: 0 20px 20px 20px
}

div.support-misc-box:hover .support-misc-txt > * {
    color: #fafafa
}

div.support-misc-box:hover .support-misc-btn > a {
    color: #034442;
    background: #fff
}

div.support-misc-box img {
    display: block;
    min-height: 192px
}

div.support-misc-box h3,
div.support-misc-box p {
    color: #fff
}

div.support-misc-box h3 {
    font-size: 22px
}

div.support-misc-box p {
    margin-bottom: 0
}

div.support-misc-txt {
    padding: 20px 20px 20px;
    min-height: 123px
}

div.support-misc-btn {
    padding: 0 20px 20px
}

div.support-misc-btn a {
    color: #fafafa;
    background: #44a054;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none
}

div.support-misc-btn a:hover {
    background: #eee
}

div.donate-option-ind,
div.donate-option-ind2
{
    background: #44a054 url(../images/donate-check-off.png) no-repeat top left;
    transition: all .1s ease-in-out;
    margin-bottom: 20px;
    padding-top: 120px
}

div.donate-option-ind p,
div.donate-option-ind2 p {
    font-family: Copse, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 1.5em;
    margin: 20px;
    line-height: 1.6em
}

div.donate-option-ind p span,
div.donate-option-ind2 p span {
    color: #fff;
    font-size: 2em
}

div.donate-option-ind.selected,
div.donate-option-ind:hover,
div.donate-option-ind2.selected,
div.donate-option-ind2:hover {
    background: #368042 url(../images/donate-check-on.png) no-repeat top left;
    cursor: pointer
}

div.donate-option-ind:hover p,
div.donate-option-ind:hover p span,
div.donate-option-ind2:hover p,
div.donate-option-ind2:hover p span {
    color: #eee
}

div.donate-ppm,
div.woodland-option {
    background: #ec8e3f;
    min-height: 323px;
    cursor: pointer
}

#contact-form .donate-ppm {
    background: #eee
}

div.event-booking {
    margin: 20px 0;
    padding: 20px 0 20px 0;
    background: #44a054
}

div.event-booking h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

div.event-booking p {
    color: #fff;
    margin: 0 20px
}

div.event-booking a {
    text-decoration: underline;
    color: #eee;
    display: inline-block
}

div.event-booking a:hover {
    text-decoration: none
}

#contact-form .donate-ppm.active,
#contact-form .donate-ppm:hover,
div.donate-ppm:hover,
div.woodland-option:hover {
    background: #368042
}

div.donate-ppm h3,
div.woodland-option h3 {
    color: #fff;
    font-size: 1.5em;
    margin: .4em 20px
}

div.donate-ppm p,
div.woodland-option p {
    color: #fff;
    margin: 0 20px 20px 20px
}

div.donate-ppm:hover img {
    opacity: .7
}

div.donation-details {
    background: #eee;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px
}

div.donation-details p {
    margin: 0;
    font-size: 1.3em
}

form#donateForm {
    margin-bottom: 0
}

#donate-monthly-low,
#donate-oneoff-low {
    background: #5a5d96
}

#donate-monthly-med,
#donate-oneoff-med {
    background: #66b2af
}

#donate-monthly-high,
#donate-oneoff-high {
    background: #ea7e24
}

div.different-donation {
    text-align: center
}

div.different-donation h3 {
    margin: 30px 0
}

div.different-donation-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

div.different-donation-form,
div.different-donation-form #donateOther,
div.different-donation-form label {
    display: inline-block
}

div.different-donation-form label {
    font-size: 18px;
    padding: 4px 14px 5px;
    border: 1px solid #999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f0eff0
}

div.different-donation-form #donate-other {
    padding: 8px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom
}

div.different-donation-form #donate-other:hover {
    background: #eb6800 url(../images/gradient-orange-on.png) repeat-x bottom
}

div.different-donation-form #donateOtherConfirm {
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
    border-color: #eb6800;
    background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom
}

div.different-donation-form #donateamountother {
    display: inline-block;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

div#yourDonation #donate-complete,
div#yourDonation input[type=submit] {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 1.2em;
    background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom
}

div#yourDonation #donate-complete:hover,
div#yourDonation input[type=submit]:hover {
    background: #eb6800 url(../images/gradient-orange-on.png) repeat-x bottom
}

.giftaid {
    float: right;
    border: 1px solid #ccc
}

div.cont-read-more {
    background: #eee;
    padding-top: 20px
}

div.cont-read-more p {
    margin-left: 20px;
    margin-right: 20px
}

div.cont-read-more h2,
div.cont-read-more h3,
div.cont-read-more h4,
div.cont-read-more h5 {
    color: #44a054;
    margin-left: 20px;
    margin-right: 20px
}

div.cont-read-more h3 {
    font-size: 1.5em
}

div.cont-read-more div.other-support {
    text-align: left
}

div.cont-read-more div.other-support h4 {
    font-size: 1.2em;
    margin-left: 20px;
    color: #444
}

div.cont-read-more ul {
    margin: 0 20px 14px
}

div.cont-read-more ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px
}

div.prog-cover {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 300px;
    height: 338px;
    overflow: hidden
}

div.prog-cover:nth-child(4n) {
    margin-right: 0
}

div.prog-cover:hover div.prog-cover-overlay {
    background: rgba(68, 160, 84, .3)
}

div.prog-cover-overlay {
    position: absolute;
    background: rgba(0, 126, 122, .5);
    width: 100%;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    transition: .3s background
}

div.prog-cover-overlay h3 {
    color: #fff;
    margin-top: 50%
}

div.prog-cover img {
    display: block;
    position: absolute;
    z-index: 0
}

div.prog-cover p.grants-available {
    position: absolute;
    top: 0;
    right: -55px;
    line-height: 18px;
    padding: 14px 60px;
    transform: rotate(40deg);
    background: #eb6800;
    color: #fff;
    font-weight: 700
}

div.prog-intro {
    background: #00b2ad;
    border-bottom: 2px solid #44a054;
    border-radius: 3px;
    margin: 20px 0;
    padding: 20px 20px 0 20px
}

div.prog-intro h1 {
    color: #fff
}

div.prog-intro p {
    color: #f5f5e9;
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: Copse, "Times New Roman", serif;
    margin-bottom: 20px
}

div.prog-intro ul.prog-navigation {
    margin: 40px 0 0 0;
    list-style: none;
    text-align: right
}

div.prog-intro ul.prog-navigation li {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0
}

div.prog-intro ul.prog-navigation li a {
    background: #008682;
    color: #fff;
    padding: 1em;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
    display: block
}

div.prog-intro ul.prog-navigation li a.sel,
div.prog-intro ul.prog-navigation li a:hover {
    background: #44a054
}

div.prog-content h3 + ul {
    margin: 0 20px 14px
}

div.prog-content h3 + ul li {
    list-style: none
}

div.section-return {
    background: #00b2ad;
    margin-top: 20px;
    border-radius: 3px;
    transition: .3s
}

div.section-return:hover {
    background: #008682
}

div.section-return a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Copse, arial, helvetica, sans-serif;
    font-size: 1.3em;
    padding: 14px 20px
}

div.section-return a i {
    margin-right: 7px
}

div.form-giftaid {
    background: #eee;
    border-radius: 3px;
    padding: 10px 1em;
    margin: 10px -1em
}

div.giftaid-left {
    width: 76%;
    float: left
}

div.giftaid-right {
    width: 20%;
    margin-left: 4%;
    float: left
}

div.giftaid-right img {
    margin-top: 25px
}

.load-button {
    display: block;
    margin: 20px auto
}

div.dedication-search {
    background: #66b2af;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 1em 0
}

div.dedication-search label {
    font-weight: 400;
    font-size: 1.3em
}

div.dedication-search button,
div.dedication-search input,
div.dedication-search label {
    display: inline-block
}

div.dedication-search input {
    padding: .7em;
    margin: 0 1em
}

div.dedication-search button {
    background: #2e3192;
    padding: 1em 2em;
    color: #fff;
    transition: background .1s ease-in-out
}

div.dedication-search button:hover {
    background: #282b82
}

table.dedication-results {
    margin: 1em 0;
    width: 100%
}

table.dedication-results tr td,
table.dedication-results tr th {
    text-align: center;
    padding: .5em 0
}

table.dedication-results tr {
    transition: all .1s ease-in-out
}

table.dedication-results tr th {
    background: #2e3192;
    color: #fff
}

table.dedication-results tr:nth-child(2n+1) {
    background: #eee
}

table.dedication-results tr:hover {
    background: #dddeed
}

form .title {
    background: #66b2af;
    border-radius: 3px;
    pointer-events: none
}

form .title > a {
    color: #fff;
    padding: 20px;
    display: block;
    cursor: pointer
}

form.withPPM #donate-monthly-amount {
    float: left;
    margin-bottom: 20px;
    position: relative
}

form.withPPM div.woodland-option {
    background-color: #57b367
}

form.withPPM div.woodland-option.active {
    background-color: #44a054
}

form.withPPM div.donate-ppm,
form.withPPM div.donate-ppm .optionTxt,
form.withPPM div.woodland-option,
form.withPPM div.woodland-option .optionTxt {
    min-height: 200px;
    cursor: pointer
}

form.withPPM div.donate-ppm .optionTxt,
form.withPPM div.woodland-option .optionTxt {
    background-image: url(../images/donate-check-off.png);
    background-repeat: no-repeat;
    background-position: 95% 90%;
    background-size: 40px;
    user-select: none
}

form.withPPM div.donate-ppm.active .optionTxt,
form.withPPM div.woodland-option.active .optionTxt {
    background-image: url(../images/donate-check-on.png);
    background-repeat: no-repeat;
    background-position: 95% 90%;
    background-size: 40px
}

form.withPPM div.donate-ppm img,
form.withPPM div.woodland-option img {
    display: block;
    cursor: pointer
}

form.withPPM div.donate-ppm:hover img,
form.withPPM div.woodland-option:hover img {
    opacity: 1
}

form.withPPM div.donate-ppm span,
form.withPPM div.woodland-option span {
    color: #fff;
    font-size: 1.5em;
    margin: 20px 20px 7px 0;
    font-family: Copse, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.3em;
    display: block
}

#contact-form form.withPPM div.donate-ppm p,
#contact-form form.withPPM div.donate-ppm span {
    color: #333
}

#contact-form form.withPPM div.donate-ppm.active *,
#contact-form form.withPPM div.donate-ppm:hover p,
#contact-form form.withPPM div.donate-ppm:hover span {
    color: #fff
}

form.withPPM div.donate-ppm p,
form.withPPM div.woodland-option p {
    margin: 0 20px 20px 0;
    font-weight: 400
}

form #donate-monthly-amount input[type=checkbox],
form #donate-monthly-amount input[type=radio],
form .ydmtForm-wrapper input[type=checkbox],
form .ydmtForm-wrapper input[type=radio] {
    display: none
}

form .input-group {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

form .ydmtForm-section h4,
form .ydmtForm-section label > span {
    color: #444;
    margin-bottom: 9px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    display: block
}

form .ydmtForm-section h4.withSub {
    margin-bottom: 0
}

form .ydmtForm-section h4.withSub + p {
    margin-bottom: 7px
}

form input.l-small {
    width: 50%
}

form input.l-med {
    width: 70%
}

form input.l-full {
    width: 95%
}

form .ydmtForm-box {
    margin: 0 0 20px
}

.ydmtForm-btn,
form .dedicateTreeForm-radio,
form .ydmtForm-checkbox,
form .ydmtForm-payment {
    margin-left: 0;
    position: relative
}

.ydmtForm-btn li,
form .dedicateTreeForm-radio li,
form .ydmtForm-checkbox li,
form .ydmtForm-payment li {
    display: inline-block
}

.ydmtForm-btn li,
form .ydmtForm-payment li {
    margin-right: 20px
}

form .dedicateTreeForm-radio li:last-of-type label,
form .ydmtForm-checkbox li:last-of-type label {
    padding-right: 20px
}

form .dedicateTreeForm-radio label,
form .ydmtForm-checkbox label {
    margin: 0 14px 0 0;
    cursor: pointer
}

form .dedicateTreeForm-radio label span,
form .ydmtForm-checkbox label span {
    color: #44a054;
    display: inline-block;
    margin: 0
}

form .dedicateTreeForm-radio input[type=radio],
form .ydmtForm-checkbox input[type=checkbox] {
    margin-left: 0;
    margin-right: 5px
}

form .dedicateTreeForm-radio span + input[type=radio],
form .ydmtForm-checkbox span + input[type=checkbox] {
    margin: 5px !important
}

form .dedicateTreeForm-radio input[type=radio] + span,
form .ydmtForm-checkbox input[type=checkbox] + span {
    margin-right: 8px
}

form .dedicateTreeForm-radio label:focus span,
form .dedicateTreeForm-radio label:hover span,
form .ydmtForm-checkbox label:focus span,
form .ydmtForm-checkbox label:hover span {
    color: #eb6800;
    transition: .2s
}

form .ydmtForm-box input[type=text],
form .ydmtForm-box select,
form .ydmtForm-box textarea {
    margin-bottom: 30px
}

form .giftAid,
form .giftAid :last-child {
    margin-bottom: 0
}

form .payment-date {
    background: #e86600
}

form .payment-date label {
    margin-bottom: 9px
}

form .payment-date label > span {
    color: #fff
}

form .payment-date select {
    border: 0
}

.ydmtForm-footer ul {
    float: left;
    list-style: none;
    margin-left: 0;
    margin-right: 1.38889%;
    margin-bottom: 20px;
    vertical-align: top;
    width: 32.40740666666667%;
    height: 164px;
    padding: 20px 0
}

.ydmtForm-footer ul:last-of-type {
    margin-right: 0
}

.ydmtForm-footer ul li {
    padding: 0 20px
}

.ydmtForm-footer .by-post {
    color: #5a5d96;
    background: #f5f5f5
}

.ydmtForm-footer .by-phone {
    color: #ea7e24;
    background: #f5f5f5
}

.ydmtForm-footer .other-ways-to-give {
    background: #f5f5f5
}

.ydmtForm-footer li {
    margin-bottom: 4px
}

.ydmtForm-footer li.footer-title {
    margin-bottom: 14px
}

.next-step,
.prev-step {
    cursor: pointer
}

.stepClose {
    display: none
}

.accordion-hidden {
    display: none
}

.accordion-active {
    display: block
}

form .title.accordion-active {
    background: #e86600;
    transition: .2s background
}

form .title.accordion-active:focus,
form .title.accordion-active:hover {
    background: #66b2af
}

.accordion-active a {
    cursor: pointer
}

.keep-active {
    min-height: 224px;
    display: block !important;
    animation: .2s
}

.keep-active {
    margin-bottom: 20px
}

.withTooltips {
    padding: 3px 6px;
    background: #cecece;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: top;
    font-weight: 700;
    position: relative
}

.withTooltips > .tooltips {
    visibility: hidden;
    width: 284px;
    background-color: #cecece;
    color: #000;
    text-align: left;
    border-radius: 3px;
    padding: 6px 8px 7px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    top: -50px;
    left: 10px
}

.withTooltips:hover > .tooltips,
.withTooltips > input[type=email]:focus + .tooltips,
.withTooltips > input[type=text]:focus + .tooltips {
    visibility: visible
}

#contact-us {
    background: url(http://ydmt.org/images/branding/three-column-middle-bg.png) no-repeat 40% -13%;
    background-size: inherit
}

.fr-reg {
    margin-top: 30px
}

.alert {
    color: #eb6800
}

#contact-form input[type=email],
#contact-form input[type=text] {
    min-width: 300px
}

div.sidebar-map {
    margin-top: 20px
}

.no-items {
    padding: 14px 20px;
    background: #eee;
    border-radius: 3px;
    margin-bottom: 20px
}

.no-items p {
    margin-bottom: 0;
    font-weight: 700;
    color: #dd5c00
}

figure.image {
    background: #eee;
    padding: 5px;
    margin: 0 1em 1em 1em
}

.googlemap {
    margin-bottom: 30px
}

div.intro-tree-gift {
    background-image: url(../images/vid-bg.jpg);
    background-size: cover
}

div.intro-living-bouquet {
    background-color: #eee;
    position: relative;
    overflow: hidden
}

div.intro-living-bouquet .container {
    z-index: 100
}

div.dedication-cent {
    text-align: center;
    margin: 60px 0
}

div.dedication-cent h1 {
    color: #fff;
    text-shadow: 0 0 20px #000
}

div.dedication-cent p {
    color: #fff;
    font-size: 1.4em;
    text-shadow: 0 0 20px #000;
    font-family: copse, arial, helvetica, sans-serif
}

div.dedication-cent p .btn {
    text-shadow: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

div.intro-living-bouquet video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden
}

div.sidebar-module {
    background: #eee;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    border-radius: 3px
}

div.sidebar-module p:last-child {
    margin-bottom: 10px
}

div.sidebar-module-white {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    border: 3px solid #eee
}

.side-blog {
    margin: 20px 0;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 3px
}

.side-blog > h3 {
    margin-bottom: 10px
}

.side-blog > p {
    margin-bottom: 4px;
    border-bottom: 1px solid #e2e2e2
}

div.module-newsletter {
    padding: 0
}

div.module-newsletter h3 {
    font-size: 1.2em;
    margin-bottom: 0
}

div.module-newsletter h3 a {
    display: block;
    padding: 20px 3px;
    background: #5a5d96;
    border-radius: 3px;
    color: #fff
}

div.module-newsletter a:hover {
    background: #4b4d7d;
    text-decoration: none
}

div.module-newsletter a i {
    margin-right: 5px
}

div.module-tree-gifts {
    background: url(../images/module-bg-tree-gifts.jpg) no-repeat center;
    background-size: cover
}

div.module-living-bouquet {
    background: url(../images/module-bg-living-bouquet.jpg) no-repeat center;
    background-size: cover
}

div.module-treestories {
    background: url(../images/module-bg-treestories.jpg) no-repeat center;
    background-size: cover
}

div.module-logo img {
    display: block
}

div.sidebar-module-weblink {
    background: #44a054;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    border-radius: 3px
}

div.sidebar-module-weblink p {
    margin: 0
}

div.sidebar-module-weblink a {
    color: #fff;
    font-weight: 700
}

div.module-wildflower-meadow {
    background: #f4f4f4;
    border-color: #ccc
}

div.module-wildflower-meadow p {
    margin: 10px 0 0 0
}

div.module-wildflower-meadow a {
    display: block;
    text-align: center;
    text-decoration: none
}

div.module-wildflower-meadow a > img {
    margin-right: 5px;
    vertical-align: sub
}

div.module-living-bouquet h3,
div.module-living-bouquet p,
div.module-tree-gifts h3,
div.module-tree-gifts p,
div.module-treestories h3,
div.module-treestories p {
    color: #fff;
    text-shadow: 0 0 10px #333
}

div.module-living-bouquet p a.btn,
div.module-tree-gifts p a.btn,
div.module-treestories p a.btn {
    text-shadow: none
}

div#worldPay table {
    margin: 0
}

div#worldPay table tr {
    background: #fff !important
}

div#worldPay table tr td img {
    display: block;
    margin: 0 auto
}

img.team-photo {
    margin: 0 0 1em 1em;
    float: right
}

div.contact-thanks {
    background: #007e7a;
    color: #fff;
    border-radius: 5px;
    padding: .5em 1em;
    margin-bottom: 20px
}

div.content-quote {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 1.3em;
    color: #666;
    font-family: Copse, "Times New Roman", serif
}

.landing-wrapper {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4));
    background-size: cover;
    font-family: Copse, "Times New Roman", serif;
    padding: 60px;
    color: #fff;
    margin: 0 0 20px 0;
    position: relative
}

.landing-wrapper.landing-wrapper {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url(/images/landing-btt-amanda.jpg);
    background-size: cover
}

.landing-wrapper p {
    font-size: 1.2em;
    text-shadow: 0 0 10px #000
}

.landing-wrapper .title {
    font-family: Copse, "Times New Roman", serif;
    line-height: 1.7em;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    border: 2px solid;
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

.landing-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1.1fr 1fr;
    margin: 60px 0
}

.landing-wrapper a.landing-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding: 10px 14px;
    border: 2px solid;
    display: inline-block;
    color: #fff;
    margin: 30px 0;
    text-decoration: none;
    transition: .2s background;
    background: rgba(0, 0, 0, .3)
}

.landing-wrapper a.landing-btn:focus,
.landing-wrapper a.landing-btn:hover {
    background: rgba(0, 0, 0, .8)
}

.landing-donate {
    padding: 0 20px;
    text-align: right
}

.landing-donate .ld-wrapper {
    margin-bottom: 40px
}

.landing-donate a {
    width: 60%;
    display: inline-block;
    margin: 0 auto;
    line-height: 1em;
    padding: 20px;
    background: #eb6800;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 10px #000;
    border-radius: 5px
}

.landing-donate a:focus,
.landing-donate a:hover {
    background: #d75800
}

.landing-donate a span {
    display: block;
    margin-top: 10px;
    font-size: .7em
}

div.landing-banner-full {
    width: 100%;
    position: relative
}

div.landing-banner-full img {
    width: 100% !important;
    height: auto !important;
    display: block
}

div.landing-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    width: 60%;
    text-align: center
}

div.landing-banner-content h1,
div.landing-banner-content h2,
div.landing-banner-content h3,
div.landing-banner-content h4,
div.landing-banner-content p {
    color: #fff;
    text-shadow: 0 0 20px #000
}

div.landing-banner-content h1,
div.landing-banner-content h2 {
    font-family: SketchBlockBold, Arial, sans-serif;
    margin: 20px 0;
    line-height: 1em
}

div.banner-landing-side .landing-donate {
    padding: 0
}

div.banner-landing-side .landing-donate a {
    box-shadow: none;
    display: block
}

div.banner-landing-side .landing-donate .ld-wrapper {
    margin-bottom: 32px
}

@media only screen and (max-width:1300px) {
    .bx-viewport {
        padding-bottom: 34px
    }

    .doc-support-surround .btn {
        padding: 1.1em 1.9em
    }

    div.sticky-wrapper.is-sticky ul.nav-main {
        margin: 40px 0 0
    }

    div#sticky-wrapper .logo-main a img {
        width: 182px
    }

    ul.nav-main li a {
        padding: 1em .7em .8em .7em;
        font-size: 1em
    }

    ul.nav-main li.nav-donate a {
        padding: 1em 2em .8em
    }

    div.slider-padding h2 {
        font-size: 2.3em
    }

    body#news-page .slide-cms,
    body#news-page div.slider-padding {
        min-height: 380px
    }

    div.support-us-article {
        width: 290px;
        max-width: 290px;
        overflow: hidden
    }

    div.support-us-article-text {
        text-align: center
    }

    div.support-us-article-text p {
        display: none
    }

    div.support-us-article-text a.btn {
        position: relative;
        bottom: 0
    }

    .cont-google-map,
    .cont-google-map .embed-container {
        height: 50px
    }

    div.event-box {
        width: 248px;
        max-width: 248px
    }

    div.event-text h3 {
        font-size: 1.3em;
        margin-top: 0
    }

    div.event-text p.event-date {
        margin-bottom: 9px
    }

    div.filter-options select#date {
        width: 240px
    }

    div.filter-options select#category {
        width: 210px
    }

    div.news-sub-crop {
        width: 160px;
        height: 108px
    }

    div.article-details h3 {
        font-size: 1.2em;
        min-height: 63px
    }

    div.article-details p.article-more {
        width: 140px;
        line-height: 1em
    }

    div.news-sub-crop img {
        min-height: 108px
    }

    #contact-form form.withPPM div.donate-ppm:focus .optionTxt,
    #contact-form form.withPPM div.donate-ppm:hover .optionTxt {
        background-image: url(../images/donate-check-off.png)
    }

    #contact-form form.withPPM div.donate-ppm.active .optionTxt {
        background-image: url(../images/donate-check-on.png)
    }

    div.support-misc-box h3 {
        line-height: 24px
    }

    div.support-misc-txt {
        min-height: 161px
    }

    div.product-box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }

    div.product-summary {
        min-height: 240px
    }

    div.donate-ppm,
    div.woodland-option {
        min-height: 312px
    }

    div.donate-option-ind p span {
        font-size: 1.5em
    }

    div.prog-cover:nth-child(4n) {
        margin-right: 20px
    }

    div.prog-cover:nth-child(3n) {
        margin-right: 0
    }

    form.withPPM div.donate-ppm .optionImg.four.columns,
    form.withPPM div.woodland-option .optionImg.four.columns {
        width: 100%;
        overflow: hidden
    }

    form.withPPM div.donate-ppm .optionTxt.four.columns,
    form.withPPM div.woodland-option .optionTxt.four.columns {
        width: 100%;
        margin: 0
    }

    div.donate-ppm img,
    div.woodland-option img {
        width: 100%
    }

    div.donate-ppm span,
    div.woodland-option span {
        margin: 15px 20px 7px
    }

    div.donate-ppm p,
    div.woodland-option p {
        margin: 0 20px 20px
    }

    div.donate-ppm,
    div.woodland-option {
        min-height: 328px
    }

    form.withPPM div.woodland-option .optionTxt {
        min-height: 140px
    }

    form.withPPM div.donate-ppm .optionTxt {
        min-height: 180px
    }

    form.withPPM div.donate-ppm p,
    form.withPPM div.donate-ppm span,
    form.withPPM div.woodland-option p,
    form.withPPM div.woodland-option span {
        margin-left: 20px;
        margin-right: 20px
    }

    .at-icon-wrapper {
        line-height: 20px !important;
        height: 20px !important;
        width: 20px !important
    }

    svg.at-icon {
        width: 20px !important;
        height: 20px !important
    }

    div.article-details p.article-more {
        width: 104px
    }

    .landing-donate a {
        font-size: 20px
    }

    .landing-donate a span {
        font-size: .6em
    }
}

@media only screen and (max-width:979px) {
    body#home-page div.slider-padding {
        min-height: 345px
    }

    #map {
        height: 597px !important
    }

    h2 {
        font-size: 33px
    }

    .doc-support-surround .btn {
        padding: 1.1em .6em
    }

    .slicknav_menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 84px;
        right: 0;
        z-index: 10000
    }

    .slicknav_menu.with-basket {
        top: 153px
    }

    #sticky-wrapper {
        display: none
    }

    .slicknav_menu .logo-main {
        position: absolute;
        top: -84px;
        left: 0;
        width: 100%;
        background: #fff
    }

    .slicknav_menu .logo-main a {
        position: relative;
        display: block;
        margin: 0 5%
    }

    .slicknav_menu .logo-main a img {
        width: 124px
    }

    .slicknav_menu .nav-donate {
        position: absolute;
        right: 9%;
        top: -68px;
        margin: 3px 5px;
        z-index: 10002
    }

    .slicknav_menu .nav-donate a {
        color: #fff;
        display: block;
        padding: 12px 28px;
        background: #eb6800 url(../images/gradient-orange.png) repeat-x bottom;
        border-radius: 3px;
        transition: all .1s ease-in-out;
        border: none
    }

    .slicknav_menu .slicknav_btn {
        right: 9%
    }

    .doc-header-surround {
        display: none
    }

    div.doc-topbar-surround {
        margin-top: 128px;
        background: 0 0
    }

    a.newsletter-icon {
        display: none
    }

    a.newsletter-icon.mobile-only {
        display: block;
        position: absolute;
        height: 44px;
        padding: .9em 0;
        left: 4%
    }

    ul.nav-main li a {
        padding: 1em .3em .8em .3em;
        font-size: .9em
    }

    .cont-nav-sub .nav-sub {
        display: none
    }

    div.slider-padding {
        padding: 30px 40px 20px 40px
    }

    div.slider-padding h2 {
        font-size: 1.9em;
        line-height: 34px
    }

    div.slider-padding p {
        margin: 20px 0
    }

    body#news-page .slide-cms,
    body#news-page div.slider-padding {
        min-height: 480px
    }

    div.intro-stacked {
        margin: 10px 0 15px
    }

    div.intro-stacked h1 {
        margin: 0 0 15px
    }

    div.intro-tagline .btn {
        margin: 15px 0 5px
    }

    div.box-support-us {
        padding: 15px 0 20px
    }

    div.box-support-us h2 {
        margin-bottom: 15px
    }

    div.support-us-article {
        width: 230px;
        max-width: 230px
    }

    div.support-us-article-text {
        opacity: 1;
        top: 0
    }

    div.body-content table:not([class]) {
        display: block
    }

    form.withPPM div.woodland-option .optionTxt {
        min-height: 170px
    }

    form.withPPM div.donate-ppm .optionTxt {
        min-height: 220px
    }

    .cont-google-map,
    .cont-google-map .embed-container {
        height: 255px
    }

    div.cont-get-involved h2 {
        padding-top: 15px
    }

    div.cont-get-involved-tagline {
        margin: 10px 0 20px
    }

    div.cont-get-involved-tagline p {
        width: initial
    }

    div.cont-get-involved .event-highlight {
        text-align: center;
        margin: 0 0 15px
    }

    div.event-box:first-of-type {
        margin-left: 10px;
        margin-bottom: 14px
    }

    div.event-text {
        top: 0;
        opacity: 1
    }

    div.filter-options p {
        display: block;
        text-align: left
    }

    div.filter-options p > span {
        display: inline-block;
        width: 16%
    }

    div.filter-options select#category,
    div.filter-options select#date {
        width: 83%
    }

    div.filter-options input[type=text] {
        width: 80%
    }

    div.filter-options input[type=text],
    div.filter-options select {
        margin: 0 0 10px
    }

    div.filter-options button {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    div.news-sub-crop {
        width: 124px;
        height: 83px
    }

    div.article-details h3 {
        font-size: 1.1em;
        min-height: 90px
    }

    div.news-sub-crop img {
        min-height: 83px
    }

    div.support-misc-txt {
        min-height: 224px
    }

    div.sticky-wrapper.scrolled div#followOnScroll {
        text-align: center
    }

    div.shopping-basket h2 > span.basket-contents {
        margin-left: 0
    }

    div.shopping-basket form#basketForm {
        margin-left: 0;
        padding-left: 8px
    }

    div.product-img {
        max-height: 160px
    }

    div.product-summary {
        min-height: 270px
    }

    div.donate-ppm,
    div.woodland-option {
        min-height: 311px
    }

    div.donate-option-ind p span {
        font-size: 1.3em
    }

    div.prog-cover {
        width: 236px;
        height: 265px
    }

    .at-icon-wrapper {
        line-height: 30px !important;
        height: 30px !important;
        width: 30px !important
    }

    svg.at-icon {
        width: 30px !important;
        height: 30px !important
    }

    div.sidebar-follow-us li {
        margin: 0 0 10px;
        display: block
    }

    div.sidebar-follow-us li > a {
        display: inline-block
    }
}

@media only screen and (max-width:787px) {
    div.filter-options h3 {
        display: block;
        font-size: 1.3em
    }

    .newsletter-signup {
        width: 60px !important
    }

    .cont-nav-sub {
        width: 360px !important
    }

    div.slider-padding {
        min-height: 140px
    }

    div.slider-padding h2 {
        margin-right: 0
    }

    div.slider-padding p:first-of-type {
        display: none
    }

    body#news-page .slide-cms,
    body#news-page div.slider-padding {
        min-height: 330px
    }

    div.slider-overlay {
        background: rgba(0, 126, 122, .5)
    }

    div.intro-stacked h1 {
        line-height: 35px
    }

    div.intro-stacked p {
        margin: 0 0 15px
    }

    div.prog-intro h1 {
        font-size: 3em
    }

    div.prog-intro ul.prog-navigation li {
        margin-left: 1px;
        margin-bottom: 1px;
        display: block;
        text-align: left
    }

    .box-support-us {
        padding-bottom: 0
    }

    div.support-us-article {
        margin-bottom: 15px;
        width: 330px;
        max-width: 330px
    }

    div.support-us-article:first-of-type {
        margin-left: 12px
    }

    div.support-us-article:last-of-type {
        margin-right: 12px
    }

    div.support-us-article-text h3 {
        margin: 10px 0 0 0
    }

    .doc-support-surround .btn {
        padding: 1.1em 0;
        width: 150px
    }

    div.support-us-article-text {
        position: relative
    }

    div.inner-pad {
        padding: 10px 20px 20px 20px
    }

    div.event-box {
        width: 330px;
        max-width: 330px
    }

    div.event-text h3 {
        margin-top: 20px
    }

    div.cont-get-involved h2 {
        padding-bottom: 0
    }

    .cont-google-map,
    .cont-google-map .embed-container {
        height: auto;
        width: 330px;
        margin: 0 auto 20px
    }

    div.filter-options {
        text-align: left
    }

    div.filter-options p > span {
        display: block;
        width: 100%
    }

    div.filter-options select#category,
    div.filter-options select#date {
        width: 100%
    }

    div.filter-options input[type=text] {
        width: 376px
    }

    div.filter-options button {
        display: block;
        margin: 0 auto;
        padding: 8px 30px
    }

    div.article-details {
        min-height: auto
    }

    div.article-details h3,
    div.article-details p.article-more {
        height: initial;
        min-height: initial
    }

    div.article-details p.article-more {
        width: 400px
    }

    div.news-blog {
        padding: 20px 0 0
    }

    .news-intro {
        padding-bottom: 20px
    }

    div.news-sub-crop {
        width: auto;
        height: 200px
    }

    .article-highlight {
        margin-bottom: 20px !important
    }

    div.news-sub-crop img {
        min-height: 200px
    }

    div.support-misc-txt {
        min-height: auto
    }

    div.support-misc-box {
        margin-bottom: 20px !important
    }

    div.support-misc-btn {
        padding: 0 20px 15px
    }

    div.box-support-us-tagline p {
        margin-bottom: 20px
    }

    div.sticky-wrapper.scrolled div#containerOnScroll,
    div.sticky-wrapper.scrolled div#containerOnScroll div.sixteen.columns {
        width: 100%
    }

    div.sticky-wrapper.scrolled div.shopping-basket {
        display: inline-block
    }

    div.sticky-wrapper.scrolled div.shopping-basket form#basketForm select[name=basketShipping] {
        width: 130px
    }

    div.sticky-wrapper.scrolled div.shopping-basket form#basketForm a.btn.btn-white {
        display: inline-block
    }

    div.shopping-basket h2 {
        margin: 0 0 14px
    }

    div.shopping-basket form#basketForm {
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }

    div.shopping-basket form#basketForm select {
        width: 270px
    }

    div.shopping-basket form#basketForm a.btn.btn-white {
        margin-left: 8px;
        display: block;
        text-align: center
    }

    div.featured-product .featured-img.inner {
        padding: 0 20px 20px
    }

    div.product-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    div.product-img {
        max-height: initial
    }

    div.product-summary {
        min-height: auto
    }

    div.donate-option-ind,
    div.donate-ppm,
    div.woodland-option {
        margin-bottom: 20px !important
    }

    div.different-donation h3 {
        margin: 0 0 20px
    }

    div.giftaid-left,
    div.giftaid-right {
        float: none;
        text-align: left;
        width: 100%
    }

    .giftaid {
        float: none
    }

    div.doc-footer-surround {
        height: auto
    }

    .footer-info ul {
        margin: 20px 0
    }

    .footer-info ul li {
        float: initial;
        display: inline-block
    }

    .footer-social-media {
        margin: 20px 0 0
    }

    .footer-social-media ul {
        margin: 20px 0
    }

    .footer-logo img {
        width: 180px;
        margin: 0 auto 20px;
        display: block
    }

    .ydmtForm-footer ul {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0
    }

    .ydmtForm-footer li.footer-title {
        margin-bottom: 6px
    }

    div.prog-cover {
        width: 300px;
        margin-left: 60px
    }

    div.prog-intro h1 {
        font-size: 2em
    }

    div.sidebar-follow-us {
        margin: 0 0 20px;
        border-top: 1px solid #ccc
    }

    div.sidebar-follow-us li {
        margin: 0 8px 3px 0;
        display: inline-block
    }

    div.sidebar-follow-us li > a {
        display: block
    }

    form .dedicateTreeForm-radio li,
    form .ydmtForm-checkbox li,
    form .ydmtForm-payment li {
        display: block
    }

    form .ydmtForm-box textarea {
        min-width: 80%;
        min-height: 100px
    }

    #contact-form input[type=email],
    #contact-form input[type=text] {
        width: 286px
    }

    body#events-page div.bx-wrapper,
    body#news-page div.bx-wrapper {
        display: none
    }

    body#home-page div.slider-padding {
        min-height: 170px;
        text-align: center
    }

    div.support-us-article-text a.btn {
        display: none
    }

    div.body-content table:not([class]) tr td,
    div.body-content table:not([class]) tr th {
        font-size: .8em
    }

    .landing-grid {
        grid-template-columns: auto;
        margin: 50px 0
    }

    .landing-wrapper .title {
        line-height: 1.2em;
        padding: 30px
    }

    .landing-donate {
        padding: 20px 0 0;
        text-align: center;
        border-top: 1px solid #fff
    }

    .landing-donate a {
        width: 100%;
        padding: 20px 0
    }
}

@media only screen and (max-width:682px) {
    div.shopping-basket form#basketForm {
        margin: 10px 0
    }
}

@media only screen and (max-width:479px) {
    .body-content h1 {
        font-size: 2.7em
    }

    div.body-content table:not([class]) tr td,
    div.body-content table:not([class]) tr th {
        font-size: .67em
    }

    .cont-nav-sub {
        width: 240px !important
    }

    ul.nav-sub li {
        padding: .9em 0 0 1.2em
    }

    .bx-viewport {
        padding-bottom: 28px
    }

    div.slider-padding {
        padding: 30px 40px 40px 40px
    }

    div.slider-padding h2 {
        font-size: 1.65em;
        line-height: 30px
    }

    div.slider-padding p {
        margin: 10px 0
    }

    div.intro-stacked {
        margin: 15px 0
    }

    div.intro-stacked h1 {
        font-size: 2em
    }

    #contact-form input[type=email],
    #contact-form input[type=text] {
        min-width: 286px
    }

    div.filter-options input[type=text] {
        width: 256px
    }

    div.support-us-article,
    div.support-us-article:first-of-type,
    div.support-us-article:last-of-type {
        width: 300px;
        max-width: 300px;
        margin-left: 0;
        margin-right: 0
    }

    div.support-us-article-text h3 {
        margin-top: 20px
    }

    div.box-support-us {
        padding: 15px 0 0
    }

    div.event-box,
    div.event-box:first-of-type,
    div.event-box:last-of-type {
        width: 300px;
        max-width: 300px;
        margin-left: 0;
        margin-right: 0
    }

    div.sticky-wrapper.scrolled div.shopping-basket {
        display: block;
        padding: 14px 0
    }

    div.sticky-wrapper.scrolled div.shopping-basket h2 > span.basket-contents {
        display: inline-block;
        margin: 0
    }

    div.sticky-wrapper.scrolled div.shopping-basket form#basketForm a.btn.btn-white {
        margin: 0 0 0 5px
    }

    div.shopping-basket > h2 {
        display: block
    }

    div.shopping-basket > h2 > span {
        margin: 4px 0
    }

    div.shopping-basket h2 {
        padding: 0
    }

    div.shopping-basket h2 > span.basket-contents {
        display: block;
        margin: 10px 0
    }

    div.shopping-basket form#basketForm a.btn.btn-white {
        margin-left: 0;
        margin-top: 8px
    }

    div.shopping-basket form#basketForm select {
        width: 176px
    }

    div.featured-summary div.product-purchase input[type=text] {
        margin-left: 0
    }

    div.featured-summary div.product-purchase input[type=button] {
        margin-left: 6px
    }

    div.article-details p.article-more {
        width: 280px
    }

    div.different-donation h3 {
        font-size: 1.7em
    }

    div.different-donation-form #donateamountother {
        width: 150px
    }

    form.withPPM div.donate-ppm .optionTxt,
    form.withPPM div.woodland-option .optionTxt {
        min-height: 240px
    }

    .footer-info ul li {
        display: block
    }

    .footer-info a:after {
        content: none
    }

    div.prog-cover {
        width: 300px;
        margin-left: 0
    }

    form #dedicateTreeForm-page3 .ydmtForm-checkbox li {
        display: block
    }

    div.donate-ppm,
    div.donate-ppm .optionTxt,
    div.woodland-option,
    div.woodland-option .optionTxt {
        min-height: 200px
    }

    .next-step,
    .prev-step {
        min-width: 130px;
        text-align: center
    }

    .pay-by-debit-credit-card.btn {
        padding: 1.1em 2.2em
    }

    img.team-photo {
        float: none;
        display: block;
        margin: 0 auto
    }

    .landing-wrapper {
        padding: 20px
    }
}
