

#rafflePayForm {
    width:60%;
    margin:auto;
}

.cookiebanner {
    padding: 25px 32px!important;
}
.cookiebanner span {
    max-width:80%;
    display:block;
}

.cookiebanner-close {
    font-family: 'Omnes', Arial, sans-serif!important;
    text-decoration: none;
    font-weight: normal;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 35px;
    background-color: #00b398;
    color: white!important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 25px!important;
    display: block;
    letter-spacing: 0.5px!important;
    margin-top: 10px;
}

.gen-btn {
    font-family: 'Omnes', Arial, sans-serif!important;
    text-decoration: none;
    font-weight: normal;
    background-color: #00b398;
    color: white!important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 25px!important;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 0.5px!important;    
    border-radius: 5px;
}

.cookiebanner span a {
    display:none;
}


@media screen and (max-width: 900px){
    .cookiebanner-close {
        position:relative;
        margin: 10px!important;
        float: none!important;
        margin: auto!important;
        max-width: 200px!important;
        
    }

    .cookiebanner span {
        max-width: 100%!important;
        padding:15px!important;
    }
}



/* ---------------------------------------- VARIABLES ---------------------------------------- */
/*

    Colors:

    Green       00b398      0,179,152
    Gold        b28e2c
    Grey

    -webkit-transform: scaleX(-1) translateX(-34px);
    -moz-transform:    scaleX(-1) translateX(-34px);
    -ms-transform:     scaleX(-1) translateX(-34px);
    -o-transform:      scaleX(-1) translateX(-34px);
    transform:         scaleX(-1) translateX(-34px);

    -webkit-border-radius:  19px;
    -moz-border-radius:     19px;
    border-radius:          19px;

 */


/* ---------------------------------------- GENERAL ---------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
    color: #000000;
    font-family: 'Omnes', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

select {
    background-image:url("../img/select-arrow.png");
    background-position:right 30px center;
    background-size:31px 16px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color:#bbbbbb;
  }

.text-center {
    text-align: center;
}

.pt-50 {
    padding-top: 50px;
    }

.py-50 {
padding: 50px 0;
}

.pb-20 {
    padding-bottom:20px;
}

.px-50 {
    padding: 0 50px;
    }

    .p-50 {
        padding:30px;
        }

.mx-auto {
    margin:auto;
}

.max-width-50 {
    max-width:80%;
}

/* ---------------------------------------- TEXT ---------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
}
h1, h2, h3 {
    line-height: 1;
}
h3, h4 {
    margin-bottom: 36px;
}
h1 {
    font-size: 72px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 57px;
}
h4 {
    font-size: 44px;
    line-height: 1.1;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
p {
    line-height: 1.5;
    margin-top: 30px;
}
sup {
    font-size: 50%;
    top: -0.9em;
}
b, strong {
    font-weight: 900;
}
.t-light {
    font-weight: 300;
}
a {
    display: inline-block;
    text-decoration: none;
    outline: none!important;
    color: inherit;
}
p a {
    color: #00b398;
    border-bottom: 1px solid #00b398;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
hr {
    border: none;
    border-bottom: 1px solid #00b398;
    padding-bottom: 30px;
    margin: 0 0 30px;
}
hr.line-gold {
    border-bottom-color: #b28e2c;
}
/* Text customs */
.t-center {
    text-align: center;
}
.line-title {
    position: relative;
}
.line-title:after {
    content: "";
    width: 113px;
    border-bottom: 15px solid #00b398;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
}
h2.line-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 78px;
}
.title-limit {
    max-width: 1020px;
}
.title-group {
    margin-bottom: 36px;
}
.title-group h3,
.title-group h4 {
    margin-bottom: 10px;
}
.title-group p {
    margin-top: 0;
}
.s-break {
    display: block;
}

.contact-member-image {
    margin-top:80px;
}

/* ---------------------------------------- STRUCTURE ---------------------------------------- */
.container {
    padding: 0 10vw;
}
.container.container-left {
    padding-right: 0;
}
.container.container-right {
    padding-left: 0;
}
.container .heading {
    padding: 115px 0;
}
.container .heading h2.line-title {
    margin-bottom: 0;
}
.col-box.col-half .col-txt {
    padding: 120px 10vw;
}
.col-box.col-half .col-item:last-child.col-txt {
    padding-left: 8.8vw;
}
.col-box.col-half .col-item:first-child.col-txt {
    padding-right: 8.8vw;
}
main {
    padding: 214px 0 0 0;
    transition-duration: 0.3s;
}
section {
    position: relative;
}
.section-padding {
    padding-top: 130px;
    padding-bottom: 130px;
}
.section-anchor {
    position: absolute;
    top: -213px;
    opacity: 0;
    pointer-events: none;
}

/* Table Layout Content */
.va-outer {
    display: table;
    width: 100%;
}
.va-inner {
    display: table-cell;
}

/* Column Content */
.col-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.col-box.col-center {
    align-items: center;
}
.col-box.col-2 .col-item {
    flex-basis: calc(50% - 14px);
}
.col-box.col-3 .col-item {
    flex-basis: calc(33% - 14px);
}
.col-box.col-4 .col-item {
    flex-basis: calc(25% - 10px);
}
.col-box.col-5 .col-item {
    flex-basis: 200px;
}
.col-box.col-half .col-item {
    flex-basis: 50vw;
}
.col-box.col-split .col-item:first-child {
    flex-basis: 50%;
}
.col-box.col-split .col-item:last-child {
    flex-basis: 43.3%;
}

/* Colour Backgrounds */
.bg-solid {
    padding-top: 130px;
    padding-bottom: 130px;
}
.bg-grey {
    background-color: #f5f5f5;
}
.bg-blue {
    background-color: #bdebe4;
}

/* Watermarks */
.section-watermark {
    position: relative;
    z-index: 0;
}
.watermark {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.watermark.watermark-right {
    background-position: right center;
}
.watermark.watermark-med {
    top: 80px;
    bottom: 80px;
}
.watermark.watermark-sml {
    top: 200px;
    bottom: 30%;
}

/* ---------------------------------------- ICONS ---------------------------------------- */
[class^="ico-"] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* Social Icons */
.ico-facebook {
    background-image: url(/img/ico/ico-social-facebook.svg);
}
.ico-twitter {
    background-image: url(/img/ico/ico-social-twitter.svg);
}
.ico-youtube {
    background-image: url(/img/ico/ico-social-youtube.svg);
}
/* General Icons */
.ico-star {
    background-image: url(/img/ico/ico-star.svg);
}
.ico-support {
    width: 130px;
    padding-bottom: 130px;
    margin: 0 auto 30px;
}
.ico-slide-num {
    width: 100px;
    padding-bottom: 96%;
    display: inline-block;
}

/* ---------------------------------------- MODULES ---------------------------------------- */
img {
    max-width: 100%;
}
.img-full {
    width:100%;
    height: auto;
}
.img-body {
    margin-bottom: 10px;
}
.img-border,
.slide-bg,
.col-bg {
    background-color: #c5bfae;
    background-size: cover;
    background-position: center;
}
.img-border {
    border: 15px solid #00b398;
    width: 100%;
    padding-bottom: 54%;
}
.img-border.img-border-gold {
    border-color: #b28e2c;
}
.img-border.img-bleed-right {
    border-right: none;
}
.img-border.img-bleed-left {
    border-left: none;
}



/* Buttons */
button {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.btn {
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    padding-top: 2px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background-color: #00b398;
    color: #fff;
}
.btn-body {
    margin-top: 50px;
}
.btn-gold {
    background-color: #b28e2c;
}
.btn.btn-border {
    background-color: transparent;
    color: #00b398;
    border: 1px solid #00b398;
    font-weight: 700;
    line-height: 46px;
    padding-bottom: 2px;
}
.btn.btn-border:hover {
    color: #fff;
    background-color: #00b398;
}
.btn.btn-border.btn-gold {
    color: #b28e2c;
    border-color: #b28e2c;
}
.btn.btn-border.btn-gold:hover {
    background-color: #b28e2c;
}
.btn.btn-border.btn-grey {
    color: #9ca2b4;
    border-color: #e9ecf2;
}
.btn.btn-border.btn-grey:hover {
    color: #9ca2b4;
    background-color: #e9ecf2;
}
/* Buttons - CTA buttons */
.btn.btn-cta {
    margin-right: 50px;
    margin-top: 10px;
    padding: 0 20px;
    padding-top: 2px;
    height: 76px;
    line-height: 74px;
    font-size: 16px;
    letter-spacing: 2.4px;
    position: relative;
    z-index: 0;
}
.btn-cta:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    z-index: -1;
}
.btn-cta:before {
    border-color: #00b398;
}
.btn-cta.btn-gold:before {
    border-color: #b28e2c;
}
.btn.btn-cta-lrg {
    font-size: 2.2vw;
    letter-spacing: 3px;
    line-height: 7vw;
    height: 7vw;
    padding: 0 3vw;
    -webkit-border-radius:  8px;
    -moz-border-radius:     8px;
    border-radius:          8px;
    background-color: transparent;
}
.btn.btn-cta-lrg:before {
    top: -20px;
    right: -20px;
}
.btn.btn-cta-lrg:after {
    content: "";
    background-color: #b28e2c;
    -webkit-border-radius:  8px;
    -moz-border-radius:     8px;
    border-radius:          8px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.btn.btn-cta-lrg:hover:before {
    /* animation: btnBorder 2s infinite; */
}
.btn.btn-cta-lrg:hover:after {
    /* animation: btnSolid 2s infinite; */
}
@keyframes btnBorder {
    12% {
        -webkit-transform: rotate(-4deg);
        -moz-transform:    rotate(-4deg);
        -ms-transform:     rotate(-4deg);
        -o-transform:      rotate(-4deg);
        transform:         rotate(-4deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    35% {
        -webkit-transform: rotate(-4deg);
        -moz-transform:    rotate(-4deg);
        -ms-transform:     rotate(-4deg);
        -o-transform:      rotate(-4deg);
        transform:         rotate(-4deg);
    }
    36% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
}
@keyframes btnSolid {
    12% {
        -webkit-transform: rotate(4deg);
        -moz-transform:    rotate(4deg);
        -ms-transform:     rotate(4deg);
        -o-transform:      rotate(4deg);
        transform:         rotate(4deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    35% {
        -webkit-transform: rotate(4deg);
        -moz-transform:    rotate(4deg);
        -ms-transform:     rotate(4deg);
        -o-transform:      rotate(4deg);
        transform:         rotate(4deg);
    }
    36% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
}
.btn-donate {
    padding-bottom: 100%;
    background-image: url(/img/img-btn-donate.jpg);
    background-size: contain;
    background-position: center;
    display: block;
}
.btn-donate:hover {
    background-image: url(/img/img-btn-donate.gif);
}
.donate-animation {
    max-width: 502px;
}
/* Buttons - Text buttons */
.btn-text {
    width: 240px;
    color: #9ca2b4;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
}
.btn-text:first-child {
    text-align: right;
    padding-right: 46px;
}
.btn-text:last-child {
    text-align: left;
    padding-left: 46px;
}
.btn-text + .btn-text {
    border-left: 1px solid #b28e2c;
}
/* Buttons - Inactive */
[class*="btn-"].inactive {
    pointer-events: none;
}
.btn-text.inactive {
    color: #bdc3d9;
}
.btn-prev.inactive {
    background-color: #ccc;
}
.btn-next.inactive {
    background-color: #bbb;
}

/* Social Box */
.social-box {
    text-align: center;
    margin-bottom: 40px;
}
.social-box [class^="ico-"] {
    width: 50px;
    height: 50px;
    -webkit-border-radius:  100%;
    -moz-border-radius:     100%;
    border-radius:          100%;
    background-color: #222;
    display: inline-block;
    margin: 0 7px;
}
.social-box [class^="ico-"]:hover {
    background-color: #b28e2c;
}

/* Icon Colums */
.ico-cols {
    text-align: center;
}
.ico-cols h5 {
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* Slider */
.slider-container {
    position: relative;
}
.slide-item {
    position: relative;
}
.slide-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-watermark {
    color: #00b398;
    font-size: 24vw;
    line-height: 1;
    position: absolute;
    right: 4vw;
    width: 14vw;
    top: 2.5vw;
    text-align: center;
    z-index: -1;
    opacity: 0.15;
}
.btn-prev,
.btn-next {
    width: 104px;
    height: 104px;
    display: block;
    position: absolute;
    left: calc(50% - 52px);
    z-index: 1;
}
.btn-prev:after,
.btn-next:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: calc(50% - 7px);
}
.btn-prev {
    background-color: #00b398;
    top: calc(50% - 104px);
}
.btn-next {
    background-color: #b28e2c;
    top: 50%;
}
.btn-prev:after {
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform:         rotate(45deg);
    left: calc(50% - 4px);
}
.btn-next:after {
    -webkit-transform: rotate(225deg);
    -moz-transform:    rotate(225deg);
    -ms-transform:     rotate(225deg);
    -o-transform:      rotate(225deg);
    transform:         rotate(225deg);
    left: calc(50% - 10px);
}

.raffle-item {
    padding:15px 50px;
}

/* Hero Slider */
.hero-slider .slide-content {
    height: calc(100vh - 214px);
    padding: 0 100px;
    justify-content: flex-start;
    align-items: center;
}
.hero-slider .slide-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70vw;
}
.hero-slider .slide-num {
    flex-basis: 193px;
    line-height: 193px;
    height: 193px;
    background-color: #eadfc5;
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.hero-slider .slide-txt {
    flex-basis: calc(100% - 393px);
    padding-left: 40px;
}
.hero-slider .line-title .t-light {
    display: block;
}
.hero-slider .line-title:after {
    width: 55%;
    margin-left: 0;
}
/* Standard Slider */
.slider-standard .slide-bg {
    padding-bottom: 720px;
}
.slider-standard p {
    margin-top: 0;
}
/* Half Slider */
.slider-half {
    width: 50vw;
}
.slider-half .slide-bg {
    padding-bottom: 32vw;
}
.slider-half .btn-prev,
.slider-half .btn-next {
    left: auto;
    right: -52px;
}
/* Multi Slider */
.slider-multi .btn-prev,
.slider-multi .btn-next {
    top: calc(50% - 52px);
}
.slider-multi .btn-prev {
    left: -10vw;
}
.slider-multi .btn-next {
    left: auto;
    right: -10vw;
}
/* Multi Slider */
.slider-raffle .btn-prev,
.slider-raffle .btn-next {
    top: calc(50% - 52px);
}
.slider-raffle .btn-prev {
    left: -10vw;
}
.slider-raffle .btn-next {
    left: auto;
    right: -10vw;
}
/* Inline Controls */
.controls-inline {
    position: relative;
}
.controls-inline .btn-prev,
.controls-inline .btn-next {
    top: -52px;
}
.controls-inline .btn-prev {
    left: calc(50% - 104px);
}
.controls-inline .btn-next {
    left: 50%;
}
/* Slick Slider Resets */
[class*="slick"] {
    outline: none!important;
}

.eft-icon {
    background-image:url(/img/ico/payment-icons_eft.jpg);
}

.snapscan-icon {
    background-image:url(/img/ico/payment-icons_snapscan.jpg);
}

.givegain-icon {
    background-image:url(/img/ico/payment-icons_givegain.jpg);
}

.masterpass-icon {
    background-image:url(/img/ico/masterpass-icon.jpg);
}

.debit-order-icon {
    background-image:url(/img/ico/debit-icon.jpg);
}

.eft-icon:hover {
    background-image:url(/img/ico/payment-hover_eft.jpg);
}

.snapscan-icon:hover {
    background-image:url(/img/ico/payment-hover_snapscan.jpg);
}

.givegain-icon:hover {
    background-image:url(/img/ico/payment-hover_givegain.jpg);
}

.masterpass-icon:hover {
    background-image:url(/img/ico/masterpass-icon-hover.jpg);
}

.debit-order-icon:hover {
    background-image:url(/img/ico/debit-icon-hover.jpg);
}

/* Popup */
.popup {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.7);
    padding: 0 10vw;
    text-align: center;
    z-index: 11;
    display: none;
}
.popup.home{
    padding: 0 10vw;
}
.content-popup .popup-box,
.donations-popup .popup-box{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}
.content-popup .popup-box,
.donations-popup .popup-box > *{
    color: #000;
}
.donations-popup .popup-close, .donations-popup .popup-close:after, .content-popup .popup-close, .content-popup .popup-close:after{
    color: #00b398;
}
.donations-popup .popup-box img,
.donations-popup .popup-box h2{
    margin-bottom: 50px;
}
.donations-popup{
    padding: 0;
}

.content-popup{

}
.content-popup .popup-box{
    max-width: unset;
}
@media screen and (max-width: 1440px){
    .content-popup .popup-close, .content-popup .popup-close:after{
        top: 0;
        right: 0;
    }
}

.options-heading {
    font-weight: 700;
    text-align: center;
    margin-bottom:40px;
}

.popup.show {
    display: flex;
}
.popup-box {
    background-color: #00b398;
    color: #fff;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 960px;
}
.popup-close {
    border: 2px solid #fff;
    -webkit-border-radius:  100%;
    -moz-border-radius:     100%;
    border-radius:          100%;
    width: 84px;
    height: 84px;
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 9999;
}
.text-holder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.payment-block {
    width: calc(100% / 5);
    float: left;
    text-align: center;
}

.payment-block h5 {
    font-size:13px;
}

.donation-options {
    padding: 30px 0 0 0;
}

.payments {
    width: 75%;
    margin: 0 auto;
}

.popup-close:after {
    content: "x";
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    line-height: 72px;
    text-align: center;
}

.popup-btn a {
    display:block;
    padding: 0 40px;
    line-height: 80px;
    height: 80px;
    border: none;
    outline: none !important;
    background-color: #00b398;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.popup-btn {
    width: 42%;
    margin: 0 auto;
    margin-top: 31px;
}

.bold-green {
    color:#00b398;
    font-weight: bold;
}

.green-color{
    border: 2px solid #00b398;
    color: #00b398;
}

.green-color:after {
    color: #00b398;
}

.general-popup-content {
    text-align: center;
    font-size: 17px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.general-popup-content p{
    width: 70%;
    margin: 40px auto;
}

.clear {
    clear:both;
}

.popup-visual {
    width: 318px;
    padding-bottom: 318px;
    margin: 0 auto 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.popup-hand {
    background-image: url(/img/img-popup-hand.jpg);
}
.popup.show .popup-hand {
    background-image: url(/img/img-popup-hand.gif);
}
.popup-title {
    text-transform: uppercase;
}
.popup-title h3 {
    margin-bottom: 6px;
}
.popup-title .t-light {
    display: block;
}

.left-list-content, .right-list-content {
    float: left;
    text-align: left;
}

.divider-line-vertical {
    border-left: 2px solid #b0bdbb;
    height: 130px;
    float: left;
    margin:0 47px;
}

.list-heading {
    color:#00b398;
    font-weight: bold;
}

.popup-list-content {
    padding-top: 30px;
    width: 69%;
    margin: 0 auto;
}

/* ---------------------------------------- FORM ---------------------------------------- */
.form-group {
    margin-bottom: 40px;
}
.form-input {
    position: relative;
}
/* Form Inputs */
.text-field .input,
.select-field .input,
.text-box .input {
    background-color: #fff;
    border: 1px solid #cccccc;
    outline: none!important;
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    border-radius:          4px;
    width: 100%;
    padding: 0 30px;
    padding-top: 22px;
    font-size: 22px;
    font-weight: 700;
}
.text-field .input,
.select-field .input {
    height: 78px;
}
.text-box .input {
    padding-top: 36px;
    padding-bottom: 42px;
}
/* Form Labels */
.field-label {
    height: 78px;
    line-height: 78px;
    padding: 0 30px;
    color: #bbbbbb;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition-duration: 0.3s;
}
.form-input.open .field-label {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding-top: 18px;
    height: auto;
}
/* Form Buttons */
.button-field {
    text-align: center;
    margin-top: 20px;
}
input.form-btn,
button.form-btn {
    padding: 0 40px;
    line-height: 80px;
    height: 80px;
    border: none;
    outline: none !important;
    background-color: #00b398;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 5px;
}
/* Autocomplete Fill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* Required Fields */
.required .field-label:after {
    content: " *";
}
/* Form Validation */
.text-field .input.error,
.select-field .input.error,
.text-box .input.error {
    border-color: #f04f54;
}
.text-field .input.error ~ .field-label,
.select-field .input.error ~ .field-label,
.text-box .input.error ~ .field-label {
    color: #f04f54;
}
label.error {
    color: #bbb;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

/* ---------------------------------------- NAV ---------------------------------------- */

/* nav burger */
.nav-burger {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.nav-burger:before {
    content: "menu";
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    right: 58px;
    top: calc(50% - 12px);
}
.nav-burger span {
    width: 36px;
    height: 6px;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
    background-color: #00b398;
    display: block;
    transition: all 0.3s, background-color 0s;
}
.nav-burger span:nth-child(2) {
    margin: 6px 0;
}
.nav-burger.open span {
    background-color: #fff;
}
.nav-burger.open span:nth-child(2) {
    width: 75%;
}
/* nav panel */
.nav-panel {
    background-color: rgba(0,179,152,0.7);
    height: 100vh;
    width: 295px;
    padding-top: 280px;
    padding-left: 60px;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    -webkit-transform: translateX(101%);
    -moz-transform:    translateX(101%);
    -ms-transform:     translateX(101%);
    -o-transform:      translateX(101%);
    transform:         translateX(101%);
    transition: transform 0.3s, padding-top 0.3s;
}
.nav-panel.open {
    -webkit-transform: translateX(0);
    -moz-transform:    translateX(0);
    -ms-transform:     translateX(0);
    -o-transform:      translateX(0);
    transform:         translateX(0);
}
nav {

}
nav li {
    text-transform: uppercase;
    margin: 14px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
nav a {
    color: #020102;
}
nav a:hover {
    color: #fff;
}

/* ---------------------------------------- HEADER ---------------------------------------- */
header  {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 110px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    z-index: 10;
}
header .col-box {
    flex-wrap: nowrap;
    align-items: center;
    height: 214px;
    transition-duration: 0.3s;
}
header .logo {
    flex-basis: 270px;
}
header .logo img {
    width: 100%;
    max-width: 270px;
    transition-duration: 0.3s;
}
header .btn.btn-cta {
    transition-duration: 0.3s;
}
header .col-box .col-item:nth-child(2) {
    flex-basis: 53.1vw;
}

/* ---------------------------------------- FOOTER ---------------------------------------- */
footer {
    color: #555555;
    border-top: 2px solid #eff1f5;
    font-size: 20px;
    text-align: center;
}
footer .bg-solid {
    padding-top: 80px;
    padding-bottom: 80px;
}
footer .bg-solid .col-box {
    max-width: 960px;
    margin: 0 auto;
}
/* Sponsors */
.sponsor-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 60px 0 0 0;
}
.sponsor-list .sponsor-item {
    margin: 10px 0;
}
.sponsor-list .sponsor-item a {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding-bottom: 70px;
    margin: 0 auto;
}
.sponsor-list .sponsor-item > a {
    display: block;
}
/* Awards Badges */
.ico-award {
    max-width: 168px;
}

/* ---------------------------------------- PAGE SPECIFIC ---------------------------------------- */

/* ---------- Contact page ---------- */
.map-box {
    position: relative;
}
.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

/* ---------- Stories page ---------- */
.story-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 130px;
}
.story-item .item-image {
    flex-basis: 416px;
    padding-top: 11px;
}
.story-item .img-border {
    border-width: 13px;
    padding-bottom: calc(100% - 26px);
    margin: 0 auto;
}
.story-item .item-body {
    flex-basis: calc(100% - 476px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.story-item h4 {
    max-width: 650px;
    margin-bottom: 0;
}
.story-item p {
    font-size: 25px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
}
.story-item .description-foot {
    text-align: right;
}
.story-item:nth-child(even) .img-border {
    border-color: #b28e2c;
}
.story-item:nth-child(even) hr {
    border-bottom-color: #b28e2c;
}
.story-item:nth-child(even) .btn-border {
    border-color: #b28e2c;
    color: #b28e2c;
}
.story-item:nth-child(even) .btn-border:hover {
    background-color: #b28e2c;
    color: #fff;
}
/* Loadmore */
.loadmore {
    display: block;
    margin: 0px auto 130px;
    width: 100%;
    position: relative;
}
.loadmore .btn {
    display: inline-block;
    width: 180px;
}
.loadmore:before,
.loadmore:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 90px);
    top: 50%;
    border-bottom: 1px solid #e9ecf2;
}
.loadmore:before {
    left: 0;
}
.loadmore:after {
    right: 0;
}

/* ---------- Full Story page ---------- */
.fullstory-head {
    position: relative;
}
.fullstory-head .col-box.col-half .col-txt {
    padding-left: 100px;
}
.fullstory-head .col-txt .btn {
    position: absolute;
    left: calc(50% + 100px);
    bottom: 0;
}
.fullstory-head h3 {
    margin-bottom: 0;
}
.fullstory-body p:first-child {
    margin-top: 0;
}
.fullstory-body p:last-child {
    margin-bottom: 52px;
}
.fullstory-watermark {
    top: auto;
    bottom: 0;
    height: 70vh;
    background-position: right center;
}
.fullstory-nav {
    background-color: #EEEEEE;
    padding: 100px 0 130px 0;
    text-align: center;
}

/* ---------------------------------------- RESETS ---------------------------------------- */
.mt-clear {
    margin-top: 0;
}
.mb-clear {
    margin-bottom: 0;
}
.mt-sml {
    margin-top: 10px;
}
.mb-sml {
    margin-bottom: 10px;
}
.mt-content {
    margin-top: 30px;
}
.mb-content {
    margin-bottom: 30px;
}

.payment-overlay, .snapscan-overlay, .masterpass-overlay, .debit-order-overlay, .celebration-overlay, .legacy-overlay, .donating-overlay, .volunteer-overlay, .myschool-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 9999;
}

.payment-overlay:after, .snapscan-overlay:after, .masterpass-overlay:after, .debit-order-overlay:after, .celebration-overlay:after, .legacy-overlay:after, .donating-overlay:after, .volunteer-overlay:after, .myschool-overlay:after {
    content: '';
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.payments-general-text {
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    line-height: 21px;
}

.payments-general-text span {
    color: #00b398;
}

.payments-general-heading {
    font-weight: bold;
    color: #00b398;
}

.main-logo-group {
    width: 28%;
    margin: 0 auto;
    margin-top: -40px;
}

.snapscan-label, .masterpass-label {
    float: left;
    width: 42%;
    text-align: center;
    margin: 0 15px;
}

.form-btn {
    cursor: pointer;
}

.debit-order-details {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
}

.debit-order-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 5px 0;
}

.debit-left-column {
    flex-basis: auto;
    width: auto;
}

.debit-right-column {
    flex-basis: 180px;
    width: 180px;
}

.debit-underline-column {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    position: relative;
}

.debit-underline-column:after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
}

.snapscan-label img, .masterpass-label img {
    width: 100%;
    display: block;
    margin:0 auto;
}

.payment-box, .snapscan-box, .masterpass-box, .debit-order-box, .celebration-box, .legacy-box, .donating-box, .volunteer-box, .myschool-box  {
    width: 80%;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    z-index: 99999;
    position: relative;
    margin: 5% auto;
    padding: 50px;
}

.payment-box {
    background-image: url('/img/hand-payment.jpg');
    background-position: left bottom;
    background-size: contain;
}

.snapscan-box {
    background-image: url('/img/snapscan_popup.jpg');
    background-position: left bottom;
}

.masterpass-box {
    background-image: url('/img/hand-payment.jpg');
    background-position: left bottom;
    background-size: contain;
}

.debit-order-box {
    background-image: url('/img/hand-payment.jpg');
    background-position: left bottom;
    background-size: contain;
}

.celebration-box {
    background-image: url('/img/give_in_celebration.jpg');
    background-position: left bottom;
}

.legacy-box {
    background-image: url('/img/leave_a_legacy.jpg');
    background-position: left bottom;
}

.donating-box {
    background-image: url('/img/donate_goods.jpg');
    background-position: left bottom;
}

.volunteer-box {
    background-image: url('/img/volunteer.jpg');
    background-position: left bottom;
}

.myschool-box {
    background-image: url('/img/myschool.jpg');
    background-position: left bottom;
}

.payment-heading, .snapscan-heading {
    text-align: center;
    padding: 50px 0 0 0;
    text-transform: uppercase;
}

.payment-box .line-title {
    margin-bottom:50px;
}

.payment-box .input, .payment-box .input {
    height: 58px;
}

.sponsor-list {
   align-items: center;
}

@media screen and (max-width: 1440px) {
   .sponsor-list {
       justify-content: center;
       flex-wrap: wrap;
   }
   .sponsor-list .sponsor-item {
       padding: 0px 20px;
   }
}

.payment-box .input {
    background-color: #fff;
    border: 1px solid #cccccc;
    outline: none!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 0 30px;
    padding-top: 0px;
    font-size: 22px;
    font-weight: 700;
}

.payment-box .col-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 50%;
    margin: 0 auto;
}

.payment-box .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.payment-box .form-input {
    margin-bottom: 10px;
}

.payment-box p {
    font-size:14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom:15px;
}

.step-container {
    margin:10px 0;
}

.step-icon {
    float:left;
    margin-right: 15px;
    width: 50px;
}

.step-info {
    float: left;
    line-height: 50px;
    font-size: 16px;
}

.snapscan-steps {
    width: 45%;
    margin: 0 auto;
}

.popup-list-content ul, .popup-list-content li {
    margin: 0px 0px 3px 9px;
    padding: 0;
    list-style: disc;
}

@media screen and (min-width:1600px) {
    .snapscan-steps {
        width: 49%;
    }

    .popup-list-content {
        width: 75%;
    }

    .popup-btn {
        width: 46%;
    }

    .popup-list-content-smaller {
        width: 59%;
    }

    .popup-list-content-smaller .divider-line-vertical {
        margin: 0px 55px;
    }
}

/* ---------------------------------------- MEDIA QUERIES ---------------------------------------- */
@media screen and (min-width:1441px) {
    header.compact .col-box {
        height: 160px;
    }
    header.compact .logo img {
        max-width: 196px;
    }
    header.compact .btn.btn-cta {
        height: 60px;
        line-height: 58px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    header.compact .nav-panel {
        padding-top: 220px;
    }
    main.compact {
        padding-top: 160px;
    }
}
@media screen and (max-width:1440px) {
    body {
        font-size: 23px;
    }
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 50px;
    }
    h4 {
        font-size: 40px;
    }
    h5 {
        font-size: 20px;
    }
    .col-3 h4 {
        font-size: 32px;
    }
    h3, h4 {
        margin-bottom: 26px;
    }
    p {
        letter-spacing: 0.5px;
        margin-top: 26px;
    }
    hr {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    h2.line-title {
        margin-bottom: 70px;
    }
    .line-title:after {
        border-bottom-width: 12px;
        padding-bottom: 16px;
    }
    .img-border {
        border-width: 12px;
    }
    header,
    .hero-slider .slide-content {
        padding: 0 70px;
    }
    header .col-box {
        height: 160px;
    }
    header .col-box .col-item:nth-child(2) {
        flex-basis: 59vw;
    }
    header .logo img {
        max-width: 196px;
    }
    header .cta-box {
        text-align: center;
    }
    header .btn.btn-cta {
        height: 60px;
        line-height: 58px;
        font-size: 12px;
        letter-spacing: 2px;
        margin-right: 30px;
    }
    .nav-panel {
        padding-top: 220px;
    }
    main {
        padding-top: 160px;
    }
    .container {
        padding: 0 70px;
    }

    .snapscan-steps {
        width: 59%;
    }

    .popup-list-content {
        width: 100%;
    }

    .popup-list-content-smaller {
        width:86%;
    }

    .popup-list-content-smaller .line-title {
        margin-bottom:30px;
    }

    .popup-list-content-smaller .divider-line-vertical {
        margin: 0 71px;
    }

    .general-popup-content p{
        width: 100%;
    }

    .debit-order-details {
        max-width: 600px;
        margin: 0 auto;
        font-size: 18px;
    }

    .popup-btn {
        width:59%;
    }

    .popup-btn a {
        display:block;
        padding: 0px;
        line-height: 80px;
        height: 80px;
        border: none;
        outline: none !important;
        background-color: #00b398;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    .section-padding,
    .bg-solid {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .container .heading {
        padding: 70px 0;
    }
    .col-box.col-split .col-item:first-child {
        flex-basis: calc(57% - 70px)
    }
    .col-box.col-5 .col-item {
        flex-basis: 180px;
    }
    .col-box.col-half .col-txt {
        padding: 60px 70px;
    }
    .col-box.col-half .col-item:last-child.col-txt {
        padding-left: 70px;
    }
    .slider-box .col-box.col-half .col-item:last-child.col-txt {
        padding-left: 90px;
    }
    .btn-prev, .btn-next {
        width: 70px;
        height: 70px;
        left: calc(50% - 35px);
    }
    .btn-prev {
        top: calc(50% - 70px);
    }
    .controls-inline .btn-prev,
    .controls-inline .btn-next {
        top: -35px;
    }
    .controls-inline .btn-prev {
        left: calc(50% - 70px);
    }
    .slider-half .btn-prev,
    .slider-half .btn-next {
        right: -35px;
    }
    .hero-slider .slide-content {
        height: calc(100vh - 160px);
    }
    .hero-slider .slide-num {
        flex-basis: 140px;
        line-height: 140px;
        height: 140px;
        font-size: 62px;
    }
    .ico-slide-num {
        width: 80px;
    }
    .hero-slider .slide-txt {
        flex-basis: calc(100% - 140px);
    }
    .slider-standard .slide-bg {
        padding-bottom: calc(100vh - 160px);
    }
    .slider-standard h4 {
        margin-bottom: 20px;
    }
    .slider-multi .btn-prev,
    .slider-multi .btn-next {
        top: calc(50% - 35px);
    }
    .slider-multi .btn-prev {
        left: -70px;
    }
    .slider-multi .btn-next {
        right: -70px;
    }
    .slider-raffle .btn-prev,
    .slider-raffle .btn-next {
        top: calc(50% - 35px);
    }
    .slider-raffle .btn-prev {
        left: -70px;
    }
    .slider-raffle .btn-next {
        right: -70px;
    }
    .slider-half .slide-bg {
        padding-bottom: 30vw;
    }
    .popup-box {
        padding: 50px;
    }
    .popup-close {
        width: 70px;
        height: 70px;
    }
    .popup-close:after {
        font-size: 60px;
        height: 100%;
        line-height: 58px;
    }
    .popup-visual {
        width: 260px;
        padding-bottom: 260px;
        margin-bottom: 26px;
    }
    .popup h3,
    .popup h4 {
        margin-bottom: 10px;
    }
    .ico-support {
        width: 100px;
        padding-bottom: 100px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .text-box .input {
        padding-bottom: 22px;
    }
    .button-field {
        margin-top: 0;
    }
    label.error {
        margin-top: 6px;
    }
    .story-item {
        padding-bottom: 70px;
    }
    .story-item .item-image {
        flex-basis: 400px;
        padding-top: 10px;
    }
    .story-item .item-body {
        flex-basis: calc(100% - 440px);
    }
    .story-item .img-border {
        border-width: 12px;
        padding-bottom: calc(100% - 24px);
    }
    .story-item p {
        font-size: 23px;
        letter-spacing: 0.5px;
    }
    .fullstory-body p:last-child {
        margin-bottom: 35px;
    }
    .fullstory-head ~ .section-padding {
        padding: 60px 0;
    }
    .fullstory-nav {
        padding: 70px 0;
    }
    .loadmore {
        margin-bottom: 100px;
    }
    .sponsor-list {
        padding: 30px 0 0 0;
    }
    footer .bg-solid {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:1280px) {
    .snapscan-steps {
        width: 70%;
    }

    .divider-line-vertical {
        margin: 0 28px;
    }
}

@media screen and (max-width:1200px) {


    .raffle-item {
        padding:10px 10px;
    }

    body {
        font-size: 21px;
    }
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 46px;
    }
    h4 {
        font-size: 36px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 26px;
    }
    h2.line-title {
        margin-bottom: 50px;
    }
    .btn {
        padding: 0 24px;
    }
    .btn.btn-border {
        line-height: 48px;
    }
    .btn.btn-cta {
        margin-top: 8px;
    }
    .btn-cta:before {
        top: -8px;
        right: -8px;
    }
    .btn.btn-cta-lrg:before {
        top: -12px;
        right: 0px;
    }
    .btn-donate {
        background-image: url(/img/img-btn-donate.gif);
    }
    header,
    .hero-slider .slide-content,
    .container {
        padding: 0 50px;
    }
    header .logo {
        flex-basis: calc(30vw - 100px)
    }
    header .logo img {
        max-width: 184px;
    }
    header .col-box .col-item:nth-child(2) {
        flex-basis: calc(70vw - 86px);
    }
    header .btn.btn-cta {
        height: 56px;
        line-height: 56px;
        margin-right: 20px;
    }
    header .btn.btn-cta:last-child {
        margin-right: 0;
    }
    .nav-burger:before {
        display: none;
    }
    .nav-panel {
        padding-top: 200px;
    }
    header .col-box {
        height: 140px;
    }
    main {
        padding-top: 140px;
    }
    .section-padding,
    .bg-solid {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .col-box.col-split .col-item:first-child {
        flex-basis: calc(57% - 40px);
    }
    .col-box.col-5 .col-item {
        flex-basis: 170px;
    }
    .hero-slider .slide-content {
        height: calc(100vh - 140px);
    }
    .hero-slider .line-title .t-light {
        display: inline;
    }
    .slider-box .col-box.col-half .col-item:last-child.col-txt {
        padding-left: 70px;
    }
    .slider-standard .slide-bg {
        padding-bottom: calc(100vh - 140px);
    }
    .slider-half .slide-bg {
        padding-bottom: 33vw;
    }
    .slider-multi {
        padding: 0 50px;
    }
    .slider-multi .btn-prev {
        left: -50px;
    }
    .slider-multi .btn-next {
        right: -50px;
    }
    .slider-raffle {
        padding: 0 50px;
    }
    .slider-raffle .btn-prev {
        left: -50px;
    }
    .slider-raffle .btn-next {
        right: -50px;
    }
    .popup-visual {
        width: 240px;
        padding-bottom: 240px;
    }
    .text-field .input,
    .select-field .input,
    .text-box .input {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-field .input,
    .select-field .input {
        height: 70px;
    }
    .text-box .input {
        padding-bottom: 25px;
    }
    .field-label {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        padding: 0 20px;
    }
    input.form-btn,
    button.form-btn {
        line-height: 70px;
        height: 70px;
        font-size: 24px;
    }
    label.error {
        font-size: 18px;
    }
    .story-item .item-image {
        flex-basis: 30vw;
        padding-top: 8px;
    }
    .story-item .item-body {
        flex-basis: calc(70vw - 130px);
    }
    .story-item .img-border {
        height: calc(30vw - 20px);
        border-width: 10px;
    }
    .story-item p {
        font-size: inherit;
    }
    .story-item .description {
        padding-bottom: 20px;
    }
}
@media screen and (max-width:960px) {

    .cta-box {
        text-align: center!important;
    }

    body {
        font-size: 20px;
    }
    h1 {
        font-size: 44px;
        line-height: 1.1;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 38px;
    }
    h6 {
        font-size: 20px;
    }
    .col-3 h4 {
        font-size: 24px;
    }
    .col-3 p {
        font-size: 16px;
    }
    h3, h4 {
        margin-bottom: 20px;
    }
    p {
        margin-top: 20px;
    }
    .line-title:after {
        border-bottom-width: 8px;
        width: 80px;
    }
    .img-border {
        border-width: 8px !important;
        padding-bottom: 70%;
    }
    header .col-box .col-item:nth-child(2) {
        padding-left: 50px;
    }
    header .btn.btn-cta {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
        padding: 0 10px;
        padding-top: 2px;

    }
    header .btn.btn-cta:before {
         top: -6px;
         right: -6px;
    }
    header .btn.btn-cta + .btn.btn-cta {
         margin-top: 16px;
    }
    .nav-panel {
        padding-top: 124px;
        padding-left: 40px;
        width: 260px;
    }
    .container .heading {
        padding: 50px 0;
    }
    .col-box.col-half {
        flex-direction: column;
    }
    .col-box.col-half > .col-item {
        flex-basis: auto;
        width:100%;
    }
    .col-box.col-half .col-item:last-child.col-txt {
        padding: 50px;
    }
    .col-box.col-5 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-box.col-5 .col-item {
        flex-basis: 33%;
    }
    .hero-slider .slide-bg {
        width: calc(100vw - 200px);
    }
    .hero-slider .slide-content {
        height: 70vw;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .hero-slider .slide-num {
        flex-basis: auto;
        width: 100px;
        line-height: 80px;
        height: 80px;
        font-size: 44px;
        letter-spacing: 3px;
    }
    .ico-slide-num {
        width: 50px;
        padding-bottom: 75px;
    }
    .hero-slider .slide-txt {
        flex-basis: auto;
        padding-left: 0;
        margin: 20px 0;
        width: 100%;
    }
    .hero-slider .line-title:after {
        width: 40%;
    }
    .slide-item > .col-half > .col-item {
        flex-basis: auto;
    }
    .slider-standard .slide-bg {
        padding-bottom: 50vw;
    }
    .slider-standard .btn-prev,
    .slider-standard .btn-next {
        top: calc(50vw - 35px);
    }
    .slider-standard .btn-prev {
        left: calc(50% - 70px);
    }
    .slider-standard .btn-next {
        left: 50%;
    }
    .slider-multi {
        padding: 0 30px;
    }
    .slider-raffle {
        padding: 0 30px;
    }
    .slider-box .col-box.col-half .col-item:last-child.col-txt {
        padding-bottom: 0;
        padding-left: 50px;
        position: relative;
    }
    .slide-watermark {
        top: 5.5vw;
    }
    .slider-half {
        width: 100%;
    }
    .slider-half .btn-prev,
    .slider-half .btn-next {
        top: -35px !important;
    }
    .fullstory-head > .col-box {
        flex-direction: column-reverse;
        text-align: center;
    }
    .text-field .input,
    .select-field .input,
    .text-box .input {
        font-size: 18px;
    }
    .text-field .input,
    .select-field .input {
        height: 62px;
        padding-top: 18px;
    }
    .text-box .input {
        padding-top: 28px;
        padding-bottom: 27px;
    }
    .form-input.open .field-label {
        font-size: 14px;
        line-height: 14px;
        padding-top: 14px;
    }
    label.error {
        font-size: 15px;
    }
    .fullstory-head .col-box.col-half .col-item:last-child.col-txt  {
        padding: 70px 50px;
        padding-top: 0 !important;
    }
    .fullstory-head ~ .section-padding {
        padding: 40px 0;
    }
    .map-box {
        padding-bottom: 50vw;
    }
    .sponsor-list {
        padding: 16px 0 0 0;
    }
    .sponsor-list .sponsor-item a {
        -webkit-transform: scale(0.7);
        -moz-transform:    scale(0.7);
        -ms-transform:     scale(0.7);
        -o-transform:      scale(0.7);
        transform:         scale(0.7);
    }
    .ico-award {
        max-width: 140px;
    }
    .social-box {
        margin-bottom: 20px;
    }
    .legal {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width:768px) {

    #rafflePayForm {
        width:100%;
        margin:auto;
         
    }


    .field-label {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0!important;
    }
    
    :-moz-placeholder { /* Firefox 18- */
        text-align: center!important;  
    }

    ::-moz-placeholder {  /* Firefox 19+ */
      text-align: center!important;
    }

    :-ms-input-placeholder {  
      text-align: center!important;
    }

    input {
         text-align:center;

    }

    input.placeholder {
        text-align: center!important;
    }
    

    .payments-general-heading {
        margin-bottom: 12px;
    }

    .text-field .input, .select-field .input, .text-box .input, .field-label {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0px;
        text-align: center;
        width: 100%;
    }

    .snapscan-steps {
        width: 100%;
        text-align: center;
    }

    .contact-member-image {
        margin-top:30px;
    }

    .step-container {
        margin-bottom: 30px;
    }

    .step-icon {
        float: none;
        margin-right: 0;
    }

    .step-info {
        float: none;
        line-height: 25px;
        font-size: 16px;
    }

    .debit-order-details {
        font-size: 17px;
    }

    .debit-right-column {
        flex-basis: 160px;
        width: 160px;
    }

    .debit-underline-column:after {
        left: 10px;
        right: 10px;
    }

    .general-popup-content {
        text-align: center;
        font-size: 17px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .popup-list-content {
        width: 100%;
    }

    .popup-list-content ul, .popup-list-content li {
        margin: 5px 0px;
        padding: 0;
        list-style: none;
    }

    .left-list-content, .right-list-content {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .divider-line-vertical {
        display: none;
    }

    .popup-btn {
        width: 100%;
        margin: 0 auto;
        margin-top: 31px;
    }

    .popup-btn a {
        display: block;
        padding: 0px;
        line-height: 80px;
        height: 80px;
        border: none;
        outline: none !important;
        background-color: #00b398;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    body {
        font-size: 19px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 34px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 16px;
    }
    .web-linebreak {
        display: none;
    }
    header,
    .hero-slider .slide-content,
    .container {
        padding: 0 30px;
    }
    .section-padding,
    .bg-solid {
        padding: 50px 0;
    }
    main {
        padding-top: 120px;
    }
    .col-box.col-3,
    .col-box.col-2 {
        flex-direction: column;
    }
    .col-box.col-3 > .col-item,
    .col-box.col-2 > .col-item {
        flex-basis: auto;
    }

    .payment-box .col-box {
        width: 100%;
        margin: 0 auto;
    }

    .col-box.col-3 > .col-item + .col-item {
        margin-top: 30px;
    }
    .col-3 h4 {
        margin-bottom: 10px;
    }
    .col-3 p {
        margin-top: 10px;
        font-size: 19px;
    }
    .col-box.col-split {
        flex-direction: column-reverse;
    }
    .col-box.col-split > .col-item,
    .col-box.col-split > .col-item:last-child {
        flex-basis: auto;
    }
    .col-box.col-split > .col-item:first-child {
        padding: 30px 30px 0 0;
    }
    .col-box.col-half .col-item:last-child.col-txt {
        padding: 50px 30px;
    }
    .slider-box .col-box.col-half .col-item:last-child.col-txt {
        padding-left: 30px;
    }
    .line-title:after {
        border-bottom-width: 6px;
    }
    .img-border,
    .story-item .img-border {
        border-width: 6px;
    }
    .ico-support {
        width: 90px;
        padding-bottom: 90px;
        margin-top: 10px;
    }
    .watermark {
        top: auto;
        height: 42vh;
    }
    header .col-box {
        height: 120px;
    }
    header .col-box .col-item:nth-child(2) {
        display: none;
    }
    header .logo img {
        width: 158px;
    }
    .nav-burger span {
        width: 30px;
        height: 4px;
        -webkit-border-radius:  2px;
        -moz-border-radius:     2px;
        border-radius:          2px;
    }
    .nav-panel {
        background-color: rgba(0,179,152,0.94);
        width: 100vw;
        padding-top: 90px;
    }
    .hero-slider .slide-content {
        height: auto;
    }
    .hero-slider .slide-bg {
        position: static;
        padding-bottom: 56vw;
        width: 100vw;
        margin-bottom: -40px;
    }
    .hero-slider .line-title:after {
        width: 100px;
    }
    .slider-multi .btn-prev {
        left: -30px;
    }
    .slider-multi .btn-next {
        right: -30px;
    }
    .slider-raffle .btn-prev {
        left: -30px;
    }
    .slider-raffle .btn-next {
        right: -30px;
    }
    .slide-watermark {
        font-size: 50vw;
        width: 40vw;
        top: 7vw;
    }
    .popup {
        padding: 0;
    }
    .popup-box {
        width: 100%;
        padding: 30px;
    }
    .popup-close {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }
    .popup-close:after {
        font-size: 20px;
        line-height: 24px;
    }
    .popup-visual {
        width: 140px;
        padding-bottom: 140px;
    }
    .popup h3,
    .popup h4 {
        margin-bottom: 6px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .text-field .input,
    .select-field .input,
    .text-box .input,
    .field-label {
        padding-left: 12px;
        padding-right: 12px;
        padding-top:4px;
    }
    input.form-btn, button.form-btn {
        line-height: +60px;
        height: 60px;
        font-size: 22px;
        width: 100%;
        padding: 0 20px;
    }
    .map-box {
        padding-bottom: 80vw;
    }
    .story-item {
        flex-direction: column;
    }
    .story-item .item-image,
    .story-item .item-body {
        flex-basis: auto;
    }
    .story-item .item-image {
        max-width: 400px;
        padding-bottom: 20px;
    }
    .story-item .item-image .img-border {
        height: 0;
        padding-bottom: 100%;
        width: 100%;
    }
    .fullstory-head .col-box.col-half .col-txt {
        padding: 0 30px 70px 30px !important;
    }
    .fullstory-head ~ .section-padding {
        padding: 30px 0;
    }
    .fullstory-nav .btn-text {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .btn-text + .btn-text {
        border-left: none;
    }
    .btn-text + .btn-text:before {
        content: "";
        display: block;
        width: 30px;
        margin: 20px auto;
        border-top: 1px solid #b28e2c;
    }
    .btn-donate {
        width: 250px;
        margin: 0 auto;
    }
    .donate-animation {
        padding-right: 30px;
    }
    footer .bg-solid {
        padding: 40px 0;
    }
    footer .bg-solid .col-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .bg-solid .col-item:nth-child(2) {
        order: 3;
        flex-basis: 100%;
    }
    footer .bg-solid .col-item:nth-child(1),
    footer .bg-solid .col-item:nth-child(3) {
        order: 1;
        flex-basis: 174px;
        padding: 0 12px 20px 12px;
    }
    footer .bg-solid .col-item:nth-child(3) {
        order: 2;
    }
    .ico-award {
        max-width: 100%;
    }
    .sponsor-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:640px) {


    .raffle-item {
        padding: 10px 0px!important;
        margin: auto;
    }
    
    .slider-raffle {
        padding: 0 0px!important;
    }
    
    header, .hero-slider .slide-content, .container {
        padding: 0 10px!important;
    }
    
    .slider-raffle .btn-next {
        right: 0px!important;
    }
    
    .slider-raffle .btn-prev {
        left: 0px!important;
    }


    .debit-order-details {
        max-width: 250px
        font-size: 16px;
    }
    .debit-order-row {
        justify-content: flex-start;
    }
    .debit-left-column {
        font-weight: bold;
    }
    .debit-left-column:after {
        content: ": ";
        display: inline-block;
        padding-right: 6px;
    }
    .debit-right-column {
        flex-basis: auto;
        width: auto;
    }
    .debit-underline-column {
        display: none;
    }
}
@media screen and (max-width:420px) {

    .payment-block {
    width: 100%;
    float: none;
    text-align: center;
}

    .col-box.col-5 {
        justify-content: space-between;
    }
    .col-box.col-5 .col-item {
        flex-basis: 130px;
    }
    .col-box.col-5 .col-item:nth-child(3) {
        flex-basis: 100%;
    }
    .slider-standard .slide-bg {
        padding-bottom: 60vw;
    }
    .slider-standard .btn-prev, .slider-standard .btn-next {
        top: calc(60vw - 35px);
    }
    .story-item .description,
    .story-item .description-foot,
    .story-item p {
        text-align: center;
    }
    .sponsor-list {
        justify-content: space-around;
    }
    .sponsor-list .sponsor-item {
        flex-basis: 30%;
    }
    footer .bg-solid .col-item:nth-child(1),
    footer .bg-solid .col-item:nth-child(3) {
        flex-basis: 40vw;
    }
}
@media screen and (max-width:330px) {
    body {
        font-size: 17px;
    }
}
@media screen and (max-width:767px) and (max-height:420px) {
    header .col-box {
        height: 80px;
    }
    header .logo img {
        width: 100px;
    }
    main {
        padding-top: 80px;
    }
    .img-border {
        padding-bottom: 60vh;
        width: 70vw;
        margin-left: auto;
        margin-right: 0;
    }
    .hero-slider .slide-bg {
        position: absolute;
        width: 70vw;
        padding: 0;
    }
    .hero-slider .slide-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-standard .slide-bg {
        padding-bottom: 70vh;
    }
    .slider-standard .btn-prev, .slider-standard .btn-next {
        top: calc(70vh - 35px);
    }
    .slider-multi {
        padding: 0 70px;
    }
    .slider-raffle {
        padding: 0 70px;
    }
    .story-item {
        flex-direction: row;
    }
    .story-item .item-image {
        flex-basis: 200px;
    }
    .story-item .item-body {
        flex-basis: calc(100% - 230px);
        justify-content: flex-start;
    }
    .story-item .description {
        padding-bottom: 8px;
    }
    .story-item .description-foot {
        text-align: left;
    }
    .story-item .item-body p {
        display: none;
    }
    .map-box {
        padding-bottom: 60vh;
    }
    .sponsor-list {
        justify-content: space-between;
    }
}
@media screen and (max-height:420px) {
    .popup-box {
        padding: 70px 50px;
    }
    .popup-visual {
        display: none;
    }
    .popup-close {
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
    }
    .popup-close:after {
        font-size: 40px;
        line-height: 40px;
    }
}

/* ---------------------------------------- IE ONLY ---------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-standard .col-box.col-half,
    .fullstory-head .col-box.col-half {
        display: table;
    }
    .slider-standard .col-box.col-half .col-item,
    .fullstory-head .col-box.col-half .col-item {
        display: table-cell;
        width: 50%;
    }
    .slider-standard .col-box.col-half .col-item {
        vertical-align: top;
    }
    .fullstory-head .col-box.col-half .col-item {
        vertical-align: middle;
    }
}
@media all and (max-width:960px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-standard .col-box.col-half,
    .fullstory-head .col-box.col-half {
        display: flex;
    }
    .slider-standard .col-box.col-half {
        flex-direction: column;
    }
    .fullstory-head .col-box.col-half {
        flex-direction: column-reverse;
    }
    .slider-standard .col-box.col-half .col-item,
    .fullstory-head .col-box.col-half .col-item {
        display: block;
        width: 100%;
    }
}

.pagination li a {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: #00b398;
    text-align: center;
    line-height: 70px;
    margin:0 2px;
}

.pagination li span {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: #b28e2c;
    text-align: center;
    line-height: 70px;
    margin:0 2px;
}

.pagination {
    width: 32%;
    margin: 0 auto;
    font-family: 'Omnes', Arial, sans-serif !important;
    color: #fff;
    font-weight: 700;
}

.pagination li.active a {
    background: #b28e2c;
}

.pagination:after {
    content: '';
    display: block;
    clear: both;
}

.more-text{
    display: none;
}
.dots{
    cursor: pointer;
}
.dots u{
    text-decoration: underline;
}

.popup-box {
    background-color: #00b398;
    color: #fff;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 660px;
}

