.hero__textbox {
    width: 90%;
    height: 100px;
    margin: auto;
    max-width: 480px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero__title {
    text-align: center;
}

.hero__title h2 {
    color: #fff;
    font-size: 40px;
}

.section {
    position: relative;
}

.cg-section-img {
    width: 50%;
    height: auto;
    display: block;
    margin: 20px auto 30px auto;
    max-width: 295px;
}

@media screen and (min-width: 768px) {
    .hero__textbox {
        width: 100%;
        height: 48px;
        max-width: 750px;
    }
}

@media screen and (min-width: 960px) {
    .cg-section-img {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .hero__textbox {
        width: 100%;
        height: 62px;
        max-width: 1000px;
    }

    .hero__title h2 {
        font-size: 55px;
    }

    .cg-section-img {
        width: 18%;
        position: absolute;
        top: 4%;
        left: 7%;
    }
}






/**** global ****/
#navigation-control,
.mobile-nav ul.level_1>li>a, .mobile-nav ul.level_1>li>span, .mobile-nav ul.level_1>li>strong {
    margin: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
button, 
input, 
select, 
textarea,
label,
span,
#header .header-content .header-button a,
.mobile-nav .parent-page a,
.mobile-nav ul.level_1>li>a, .mobile-nav ul.level_1>li>span, .mobile-nav ul.level_1>li>strong,
.ce_responsive_image.header-image .image_text h1,
#footer .footer-top>.inside .footer-navigation .ft-nav-row .top-links ul a, 
#footer .footer-top>.inside .footer-navigation .ft-nav-row div>a,
#footer .footer-bottom p,
.donate-amount-label,
.donate-amount-input,
.progress-copy,
form p,
ul.addlookup li a {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

::-webkit-input-placeholder {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}
:-moz-placeholder {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}
::-moz-placeholder {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}
:-ms-input-placeholder {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}

.mobile-nav .parent-page a,
#header .header-content .header-button a,
.mobile-nav .parent-page a,
.mobile-nav ul.level_1>li>a, .mobile-nav ul.level_1>li>span, .mobile-nav ul.level_1>li>strong,
#footer .footer-top>.inside .footer-navigation .ft-nav-row .top-links ul a, 
#footer .footer-top>.inside .footer-navigation .ft-nav-row div>a,
#footer .footer-top>.inside .footer-navigation .ft-nav-row ul.level_1.level_last li a span {
    font-weight: 800;
}

.mobile-nav li.active a {
    font-weight: 800 !important;
}

h4,
span,
.progress-copy {
    font-weight: 600 !important;
}

.text-box p span,
.donate-amount-label,
.donate-amount-input {
    font-weight: 400 !important;
}

/**** grid ****/
@media screen and (min-width: 560px) {

    .grid > * {
        flex: 1 100%;
        max-width: 100%;
        padding: 0;
    }
}

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

    .grid > * {
        flex: 1 50%;
        max-width: 50%;
        padding: 0 .5em;
    }

    .grid:after {
        content: "";
        flex: auto;
    }
}

@media screen and (min-width: 1024px) {

    .grid > * {
        flex: 1 33.3%;
        max-width: 33.3%;
    }
}

@media screen and (min-width: 1200px) {

    .grid > * {
        padding: 0 1em;
    }
}

/**** button ****/
#donationamounts .button,
#singlegift,
#regulargift {
    border-radius: 20px !important;
    font-size: 18px !important;
    padding: 10px 15px 10px !important;
}

@media screen and (min-width: 420px) {
    #regulargift {
        margin-left: 15px;
    }
}

.donation-gift .button {
    background: transparent;
    color: #8b6faf;
    border: 2px solid #8b6faf;
    transition: .2s all;
}

.donation-gift .button:hover {
    background: #7e5fa6;
    border: 2px solid #7e5fa6;
    color: white;
}

.donation-gift .button.active {
    background-color: #8b6faf;
    color: white;
}

.donation-gift .button.non-active {
    cursor: default;
}

.donation-gift .button.non-active:hover {
    background: transparent;
    color: #8b6faf;
    border: 2px solid #8b6faf;
}

/**** hero ****/
.hero--light {
    background: #F1EDE7;
}

.hero--purple {
    background: #8b6faf;
}

.hero__title {
    font-size: 3rem;
    line-height: 1.1em;
}

.hero__title--white {
    color: white;
}

.hero__image {
    max-width: 192px;
    max-height: 168px;
    width: 50%;
    margin: 20px auto 30px auto;
}

@media screen and (min-width: 768px) {
    .hero__container {
        display: flex;
        justify-content: center;
        align-items: center;

        height: 200px;
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 2em;
        position: relative;
    }

    .hero__title {
        margin-top: 0;
    }

    .hero__image {
        width: 30%;
        margin: auto;
        
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2em;
    }
}

/**** subhead ****/
.intro-text p,
.subhead {
    width: 90%;
    font-size: 25.6px;
    margin: 0 auto;
}

.subhead {
    color: #006954;
    font-weight: 700;
    line-height: 1.1em;
}

@media screen and (min-width: 768px) {
    .intro-text p,
    .subhead {
        font-size: 34px;
    }   
}

/**** form ****/
[type="text"], [type="number"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="time"], [type="search"], [type="tel"], [type="url"], [type="email"], [list], textarea, select {
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

select {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 7.5px;
}

select:not([multiple]):not([size]) {
    background-position: 96%;
}

.form-field {
    margin: 2em 0 0;
}

.form-field label {
    font-size: 18px !important;
    padding-left: 1px;
}

.form-field__textbox {
    padding: 0px 16px;
}

.form-field__textbox p { 
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
}

.form-field__textbox h6 {
    font-weight: 600;
}

.donate-form-full fieldset .form-checkboxes {
    margin-top: 20px;
}

.donate-form-full fieldset .form-checkboxes .form-checkbox {
    margin-bottom: 12px;    
}

.donate-form-full fieldset .form-checkboxes .form-checkbox .checkbox-container {
    padding-top: 6px;
}

.donate-form-full fieldset .form-checkboxes .form-checkbox .checkbox-container input:checked ~ .checkmark {
   background-color: #006954; 
}

.donate-form-full fieldset .button {
    margin-left: 15px;
    margin-bottom: 1em;    
}

/**** postcode lookup ****/
ul.addlookup {
    height: 150px;
    background: #fff;
    overflow: scroll;
    padding: 10px;
}

ul.addlookup li {
    margin-bottom: 10px;
}

ul.addlookup li a {
    color: #000;
}

@media screen and (min-width: 560px) {
    .form-field__textbox {
        padding: 0px 24px;
    }
}

/**** logo ****/
div .logo {
    float: none;
    position: relative;
}


/**** nav ****/
.mobile-nav .parent-page a {
    font-size: 16px;
}

@media screen and (min-width: 1150px) {
    .main-nav ul li a, .main-nav ul li strong {
        padding: 12px 14px;
    }
}

/**** header ****/
.ce_responsive_image.header-image .image_text p,
.ce_responsive_image.header-image .image_text .banner-logo img {
    margin-left: 0; 
}

.ce_responsive_image.header-image .image_text p {
    margin-bottom: 25px;
}

#resImage_59 {
    display:block;
    overflow:hidden;
    background-image:url('../img/hero/kcct-home-mob.jpeg');
    background-repeat:no-repeat;
    background-position:center center;
        width:100%;
    background-size: cover;
        height:700px;
}
@media screen and (min-width:700px){
    #resImage_59 {
        background-image:url('../img/hero/kcct-home-small-tab.jpeg');
                height:675px;
    }
}
@media screen and (min-width:980px){
    #resImage_59 {
        background-image:url('../img/hero/kcct-home-lg-tab.jpeg');
                height:675px;
    }
}
@media screen and (min-width:1400px){
    #resImage_59 {
        background-image:url('../img/hero/kcct-home-desktop.jpeg');
                height:675px;
    }
}

.header-down-arr .icn-arr-dn,
.footer-up-arr .icn-arr-up {
    border-radius: 0px;
}

@media screen and (min-width: 1075px) {
    #header .header-content .header-button a {
        text-transform: capitalize;
    }
}

/**** footer ****/
#footer {
    margin-top: 0;
    padding: 0;
}

.footer-up-arr {
    margin-top: -65px;
}

#footer .footer-top>.inside .footer-navigation .ft-nav-row>div {
    margin-left: 0;
}

@media screen and (min-width: 560px) {
    .footer-logo {
        margin: 0;
        width: 100%;
        max-width: 270px;
    }
}

#footer .footer-top>.inside .footer-navigation .ft-nav-row ul {
    margin-bottom: 16px;
}

#footer .footer-top>.inside .footer-navigation .ft-nav-row ul li {
    line-height: 24px;
}

#footer .footer-top>.inside .footer-navigation .ft-nav-row .top-links ul a, 
#footer .footer-top>.inside .footer-navigation .ft-nav-row div>a {
    letter-spacing: -0.5px;
}

#footer .footer-top>.inside .footer-navigation .ft-nav-row ul li a span {
    font-size: 16px;
    letter-spacing: -0.5px;
}

#footer .footer-bottom p {
    font-weight: 600;
}

/**** text ****/
.intro-text p {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 600;
}

/**** panel bg ****/
.donate-panel,
.donate-panel-container,
fieldset {
    background: #f1ede7;
}

fieldset,
.donate-form-full fieldset:after,
.donate-panel-container:after {
    border: none;
}

/**** donation amounts ****/
.donate-panel-cta a {
    text-transform: capitalize;
}

section#donationamounts {
    display: block !important;
    padding-top: 0;
}

.donate-panel-amount li span,
.donate-panel-amount li.active span,
.donate-panel-amount li span:hover {
    background-color: #7e5fa6;
}

.donate-panel-amount li span img {
    width: 100%;
    height: 100%;
}

.donate-panel-amount li .amount-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media screen and (min-width: 560px) {
    .donate-panel-amount li .amount-desc p {
        font-size: 18px;
    }
}

.monthlydonateamount-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

@media screen and (min-width: 700px) {
    .monthlydonateamount-copy {
        font-size: 18px;
    }
}

.donate-panel-amount li span h4 {
    border-bottom: none;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    text-shadow: none;
}

input#donateamount {
    height: 50px;
}

.donate-amount-label {
    padding: 0.5em 1em;
}

@media screen and (min-width: 560px) {
    .donate-amount-label {
        padding: 0.3em 1em;
    }
}

/**** donation panel heading ****/
.ce_headline {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

/**** progress ****/
.donate-form-full .progress {
    text-align: center;
    top: 5em;
    left: 0;
    right: 0;
}

.donate-form-full .progress-bar {
    display: none;
}

/**** gift aid ****/
.donate-form-full fieldset .form-checkboxes .form-checkbox .checkbox-container span {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px;
}

div#giftaiddetails p span {
    font-weight: 400!important;
    font-size: 18px !important;
    line-height: 24px;
}

/**** payment ****/
.card-box {
    display: flex;
    margin: 20px 0;
}

.card-box img {
    width: auto;
    margin: 0 10px;
}

.card-box img:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .card-box {
        margin: 20px 10px;
    }
}

/**** thank you ****/
.section--thankyou {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section--thankyou {
        padding-bottom: 60px;
    }
}