﻿@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    body {
        -webkit-text-size-adjust: none;
    }
}

html, body, div, span, applet, object, iframe, h1, h2, .form-legend-title, .form-sectionTitle, .inMemory h3, .chooseAmount-content-header h3, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ul, ol, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

section, nav, article, aside, hgroup, header, footer, main, img, figure, figcaption {
    display: block;
}

audio, video, canvas {
    display: inline-block;
}

@font-face {
    font-family: 'FSMe Heavy';
    src: url("../fonts/fsme/FSMeWeb-Heavy.eot");
    src: local("FSMeWeb-Heavy"),url("../fonts/fsme/FSMeWeb-Heavy.woff") format("woff"),url("../fonts/fsme/FSMeWeb-Heavy.ttf") format("truetype"),url("../fonts/fsme/FSMeWeb-Heavy.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSMe Bold';
    src: url("../fonts/fsme/FSMeWeb-Bold.eot");
    src: local("FSMeWeb-Bold"),url("../fonts/fsme/FSMeWeb-Bold.woff") format("woff"),url("../fonts/fsme/FSMeWeb-Bold.ttf") format("truetype"),url("../fonts/fsme/FSMeWeb-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSMe Regular';
    src: url("../fonts/fsme/FSMeWeb-Regular.eot");
    src: local("FSMeWeb-Regular"),url("../fonts/fsme/FSMeWeb-Regular.woff") format("woff"),url("../fonts/fsme/FSMeWeb-Regular.ttf") format("truetype"),url("../fonts/fsme/FSMeWeb-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media all and (max-width: 640px) {
    .desktop-only, .tablet-only, .not-mobile {
        display: none;
    }
}

@media all and (min-width: 641px) and (max-width: 767px) {
    .desktop-only, .mobile-only, .not-tablet {
        display: none;
    }
}

@media all and (min-width: 48em) {
    .mobile-only, .tablet-only, .not-desktop {
        display: none !important;
    }
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pageWrapper {
    clear: both;
    position: relative;
    overflow: hidden;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    background-color: #fff;
}

    .pageWrapper:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .pageWrapper:after {
        content: " ";
        display: block;
        clear: both;
    }

.ie .pageWrapper, .mode-preview .pageWrapper {
    width: 850px !important;
}

.container {
    clear: both;
    border-bottom: 5px solid #f1f2f4;
    padding: 15px;
    padding: 0.9375rem;
}

    .container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

@media all and (min-width: 48em) {
    .container {
        padding: 30px;
        padding: 1.875rem;
    }
}

.container > *:last-child {
    margin-bottom: 0;
}

.container-60-40 {
    clear: both;
    border-bottom: 5px solid #f1f2f4;
}

    .container-60-40:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .container-60-40 .main {
        padding: 15px;
        padding: 0.9375rem;
    }

@media all and (min-width: 48em) {
    .container-60-40 .main {
        width: 100%;
        float: left;
        margin-left: 0;
        padding: 30px;
        padding: 1.875rem;
    }
}

.container-60-40 .main > *:last-child {
    margin-bottom: 0;
}

.container-60-40 .aside {
    padding: 15px;
    padding: 0.9375rem;
}

@media all and (min-width: 48em) {
    .container-60-40 .aside {
        width: 39.59810875%;
        float: left;
        margin-left: 3.54609929%;
        padding: 30px 30px 30px 0;
        padding: 1.875rem 1.875rem 1.875rem 0;
    }
}

.container-60-40 .aside > *:last-child {
    margin-bottom: 0;
}

.container-60-40 .wide {
    clear: both;
    padding: 15px;
    padding: 0.9375rem;
}

@media all and (min-width: 48em) {
    .container-60-40 .wide {
        padding: 30px;
        padding: 1.875rem;
    }
}

.container-60-40 .wide > *:last-child {
    margin-bottom: 0;
}

.ie7 .container-60-40 .main {
    width: 50%;
}

.ie7 .container-60-40 .aside {
    width: 35%;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.4;
    color: #545454;
    background-color: #f1f2f4;
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-font-smoothing: antialiased;
}

p, ul, ol, dl, pre, address, table, blockquote, .media-rwd {
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
}

hr {
    display: block;
    margin: 30px 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #c5ebf7;
}

a {
    color: #007ab2;
    cursor: pointer;
}

    a:active, a:hover {
        outline: none;
        color: #384C60;
        text-decoration: underline;
    }

    a:focus {
        color: #384C60;
        outline: 1px solid inherit;
    }

    a[disabled="disabled"] {
        display: none !important;
        text-decoration: none;
    }

.accessibility-hidden {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

h1, h2, .form-legend-title, .form-sectionTitle, .inMemory h3, .chooseAmount-content-header h3, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
}

h1 {
    font-family: "FSMe Heavy",Helvetica,Arial,sans-serif;
    margin: 0 0 .25em 0;
    color: #141760;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1;
}

@media all and (min-width: 37.5em) {
    h1 {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

@media all and (min-width: 53.125em) {
    h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

h2, .form-legend-title, .form-sectionTitle, .inMemory h3, .chooseAmount-content-header h3 {
    color: #141760;
    font-family: "FSMe Bold",Helvetica,Arial,sans-serif;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 22px;
    font-size: 1.375rem;
}

    h2.big, .big.form-legend-title, .big.form-sectionTitle, .inMemory h3.big, .chooseAmount-content-header h3.big {
        font-family: "FSMe Regular",Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }

@media all and (min-width: 48em) {
    h2.big, .big.form-legend-title, .big.form-sectionTitle, .inMemory h3.big, .chooseAmount-content-header h3.big {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

h3 {
    color: #141760;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 18px;
    font-size: 1.125rem;
}

h4 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
}

h5 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem;
}

img {
    max-width: 100%;
    height: auto;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: square;
}

    ul li li {
        list-style-type: circle;
    }

li {
    margin-left: 20px;
    margin-left: 1.25rem;
}

@media all and (min-width: 30em) {
    img.floatLeft, img.floatleft {
        float: left;
        max-width: 100%;
        margin: 0 15px 10px 0;
        margin: 0 0.9375rem 0.625rem 0;
    }
}

@media all and (min-width: 30em) {
    img.floatRight, img.floatright {
        float: right;
        max-width: 100%;
        margin: 0 0 10px 15px;
        margin: 0 0 0.625rem 0.9375rem;
    }
}

.media-rwd {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .media-rwd iframe, .media-rwd object, .media-rwd embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.align-right {
    text-align: right;
}

    .align-right img {
        display: inline-block;
    }

.align-center {
    text-align: center;
}

.stopFloat, .stopfloat {
    clear: both;
}

.noBottomMargin {
    margin-bottom: 0 !important;
}

.noScript {
    border: 1px solid red;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: 0.625rem;
}

.js .jsHide {
    display: none;
}

.no-js .jsOnly {
    display: none !important;
}

.no_script {
    display: none;
}

.dynamic_hide {
    display: none;
}

.form-error.no_script {
    display: none;
}

.form-error.dynamic_hide {
    display: none;
}

.fundraising {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

    .fundraising .fundraising-text, .fundraising .fundraising-img {
        display: table-cell;
        vertical-align: bottom;
        padding-right: 20px;
    }

    .fundraising .fundraising-img {
        padding-right: 0;
    }

        .fundraising .fundraising-img img {
            display: block;
            max-width: 90px;
        }

.header {
    color: #545454;
    position: relative;
    overflow: hidden;
    background-color: #f1f2f4;
}

    .header a {
        text-align: none;
        color: #545454;
    }

    .header .header-help {
        color: #000;
    }

    .header .header-logo img {
        display: block;
        max-width: 100%;
    }

.header-steps {
    text-align: center;
    margin: 0 auto;
}

    .header-steps ol {
        display: table;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        list-style-type: none;
        overflow: hidden;
        text-align: center;
    }

    .header-steps li {
        display: table-cell;
        padding: 0 5%;
        color: #888;
        white-space: nowrap;
        margin: 0 0 0 -4px;
        border-bottom: 4px solid #cdcccc;
        font-size: 15px;
        font-size: 0.9375rem;
    }

.ie7 .header-steps li {
    display: block;
    float: left;
}

.header-steps li.active {
    font-weight: bold;
    color: #006ea1;
    border-color: #006ea1;
}

@media all and (max-width: 47.938em) {
    .header {
        padding: 10px 10px 15px 10px;
        padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
    }

        .header .header-help_desktop {
            display: none !important;
        }

        .header .header-help_mobile {
            display: block;
        }

        .header .header-logo {
            float: left;
            width: 100%;
        }

        .header .header-help {
            position: absolute;
            top: 25px;
            right: 15px;
            text-align: right;
            width: 45%;
        }
}

@media all and (max-width: 47.938em) and (min-width: 479px) {
    .header .header-help {
        top: 35px;
    }
}

@media all and (max-width: 47.938em) {
    .header .header-help a {
        white-space: nowrap;
    }

    .header .header-steps {
        clear: both;
        width: 100%;
        padding-top: 10px;
        padding-top: 0.625rem;
    }
}

@media all and (min-width: 48em) {
    .header {
        display: table;
        width: 100%;
        padding: 15px 15px 25px 15px;
        padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
        height: 150px;
        height: 9.375rem;
    }

        .header .header-help_desktop {
            display: block;
        }

        .header .header-help_mobile {
            display: none !important;
        }

        .header .header-logo, .header .header-help, .header .header-steps {
            display: table-cell;
            vertical-align: middle;
        }

        .header .header-logo {
            width: 30%;
            position: relative;
        }

            .header .header-logo img {
                position: absolute;
                top: 0;
                left: 0;
            }

        .header .header-help {
            text-align: right;
            width: 100%;
            white-space: nowrap;
            padding-top: 25px;
        }

        .header .header-steps {
            text-align: center;
            width: 40%;
            padding-top: 35px;
        }
}

.ie7 .header {
    height: 110px;
    height: 6.875rem;
    padding: 15px 0 25px 0;
    padding: 0.9375rem 0 1.5625rem 0;
}

    .ie7 .header .header-logo, .ie7 .header .header-help, .ie7 .header .header-steps {
        display: block;
        float: left;
    }

    .ie7 .header .header-help {
        width: 22%;
    }

.footer-tc {
    clear: both;
    background-color: #f1f2f4;
    padding: 15px;
    padding: 0.9375rem;
    font-size: 12px;
    font-size: 0.75rem;
}

@media all and (min-width: 53.125em) {
    .main .footer-tc {
        padding: 25px;
        padding: 1.5625rem;
    }
}

@media screen and (max-device-width: 1240px) {
    .footer-tc {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.heroBlock {
    position: relative;
    background-color: #007ab2;
}

@media screen and (max-width: 850px) {
    .heroBlock {
        margin: 15px 15px 0 15px;
        margin: 0.9375rem 0.9375rem 0 0.9375rem;
    }
}

.heroBlock a {
    text-decoration: none;
}

    .heroBlock a:hover, .heroBlock a:focus {
        outline: none;
        text-decoration: none;
    }

.heroBlock * {
    color: #fff;
}

.heroBlock img {
    width: 100%;
}

.heroBlock > *:last-child {
    margin-bottom: 0;
}

.heroBlock-body {
    display: table;
    width: 100%;
    padding: 15px;
    padding: 0.9375rem;
}

@media all and (min-width: 53.125em) {
    .main .heroBlock-body {
        padding: 15px 25px;
        padding: 0.9375rem 1.5625rem;
    }
}

@media all and (min-width: 37.5em) {
    .heroBlock-body .heroBlock-txt, .heroBlock-body .heroBlock-button {
        display: table-cell;
        vertical-align: middle;
    }

    .heroBlock-body .heroBlock-txt {
        padding-right: 20px;
        padding-right: 1.25rem;
    }

        .heroBlock-body .heroBlock-txt h1 {
            margin-bottom: 0;
            font-family: "FSMe Bold",Helvetica,Arial,sans-serif;
        }

            .heroBlock-body .heroBlock-txt h1 strong {
                font-family: "FSMe Heavy",Helvetica,Arial,sans-serif;
            }
}

@media all and (min-width: 37.5em) and (min-width: 53.125em) {
    .heroBlock-body .heroBlock-txt h1 {
        margin-right: 50px;
    }
}

@media all and (min-width: 37.5em) {
    .heroBlock-body .heroBlock-button {
        text-align: right;
    }

        .heroBlock-body .heroBlock-button .button {
            white-space: nowrap;
        }

    .heroBlock-body p {
        margin-bottom: 0;
    }
}

@media all and (min-width: 37.5em) {
    .heroBlock.heroBlock_simple {
        background-color: transparent;
    }

        .heroBlock.heroBlock_simple .heroBlock-body {
            margin: 0;
            padding: 0;
        }

        .heroBlock.heroBlock_simple .heroBlock-txt {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: #007ab2;
            padding: 15px;
            padding: 0.9375rem;
        }
}

.heroBlock.heroBlock_title {
    font-size: 16px;
    font-size: 1rem;
}

    .heroBlock.heroBlock_title h1 {
        line-height: 1.3;
    }

    .heroBlock.heroBlock_title .donate-addmore {
        margin: 15px 0 0 0;
        margin: 0.9375rem 0 0 0;
    }

.no-js .heroBlock.heroBlock_title .donate-addmore {
    display: none;
}

.heroBlock.heroBlock_title .donate-addmore-link {
    color: #fff;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
}

    .heroBlock.heroBlock_title .donate-addmore-link:hover, .heroBlock.heroBlock_title .donate-addmore-link:focus {
        text-decoration: underline;
    }

@media all and (min-width: 48em) {
    .heroBlock.heroBlock_title .donate-addmore-link {
        margin-left: 10px;
        margin-left: 0.625rem;
    }
}

.intro {
    clear: both;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

@media all and (min-width: 48em) {
    .intro {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.intro > *:last-child {
    margin-bottom: 0;
}

.buttonsBlock {
    clear: both;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

@media all and (min-width: 37.5em) {
    .buttonsBlock {
        display: table;
        width: 100%;
    }

        .buttonsBlock .buttonsBlock_left, .buttonsBlock .buttonsBlock_right {
            display: table-cell;
            vertical-align: middle;
            padding-right: 20px;
        }

        .buttonsBlock .buttonsBlock_right {
            padding-right: 0;
        }

        .buttonsBlock .button {
            white-space: nowrap;
        }
}

.ie7 .buttonsBlock .buttonsBlock_left, .ie7 .buttonsBlock .buttonsBlock_right {
    display: block;
    float: left;
    width: 50%;
}

.ie7 .buttonsBlock .buttonsBlock_right {
    width: 50%;
}

.container .buttonsBlock {
    margin-bottom: 10 !important;
}

legend {
    display: block;
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

fieldset {
    position: relative;
}

    fieldset > *:last-child {
        margin-bottom: 0;
    }

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], select, textarea {
    font-size: 100%;
    font-family: inherit;
    line-height: normal;
    vertical-align: baseline;
    outline: none;
}

@media screen and (max-device-width: 53.125em) {
    input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], select, textarea {
        font-size: 16px;
        font-size: 1rem;
    }

        input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus {
            font-size: 16px;
            font-size: 1rem;
        }
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    border: none;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

abbr {
    border: none;
    font-weight: normal;
    line-height: 2px;
    vertical-align: middle;
    border-bottom-width: 0;
    text-decoration: none;
    font-size: 22px;
    font-size: 1.375rem;
}

::-webkit-input-placeholder {
    color: #545454;
    opacity: 1;
}

:-moz-placeholder {
    color: #545454;
    opacity: 1;
}

::-moz-placeholder {
    color: #545454;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #545454;
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-section {
    clear: both;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

    .form-section:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.errorSummary {
    color: #D90000;
    border: 2px solid #D90000;
    padding: 20px;
    padding: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

    .errorSummary ol, .errorSummary ul {
        margin-bottom: 0;
    }

.form-highlight, .block-highlight {
    overflow: hidden;
    color: #141760;
    background-color: #d8f1fb;
    margin-bottom: 30px;
    padding: 15px;
    padding: 0.9375rem;
}

    .form-highlight .form-error, .block-highlight .form-error {
        margin-top: 20px;
        margin-top: 1.25rem;
        margin-bottom: 0;
    }

    .form-highlight.form-input-error, .block-highlight.form-input-error {
        border: 2px solid #D90000;
    }

    .form-highlight > *:last-child, .block-highlight > *:last-child {
        margin-bottom: 0;
    }

    .form-highlight a, .block-highlight a {
        color: #006ea1;
    }

.form-row {
    clear: both;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

    .form-row:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .form-row > *:last-child {
        margin-bottom: 0;
    }

    .form-row.grid-50-50 {
        margin-bottom: 0;
    }

        .form-row.grid-50-50 .grid-col {
            margin-bottom: 15px;
            margin-bottom: 0.9375rem;
        }

        .form-row.grid-50-50 .form-row {
            margin-bottom: 18px;
            margin-bottom: 1.125rem;
        }

.form-row-submit {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

    .form-row-submit .form-label-checkbox {
        margin: 15px 0 0 10px;
    }

@media all and (min-width: 30em) {
    .form-row-submit .form-label-checkbox {
        margin-left: 15px;
        margin-left: 0.9375rem;
    }
}

.form-info {
    display: block;
    line-height: 1.4;
    font-style: italic;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
}

.form-label, .form-legend {
    font-weight: bold;
    display: block;
    color: #545454;
    line-height: 1.4;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

p.form-label, p.form-legend {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.form-legend {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.form-text-indent {
    padding: 10px 0 0 23px;
    padding: 0.625rem 0 0 1.4375rem;
}

.form-input {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid #545454;
    border-radius: 2px;
    padding: 14px 5px;
    padding: 0.875rem 0.3125rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
}

    .form-input:focus {
        border-color: #1f87bb;
        background-color: #f1f2f4;
    }

.form-currency {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #545454;
    border-radius: 2px;
    max-width: 165px;
    max-width: 10.3125rem;
    padding: 14px 5px 13px 25px;
    padding: 0.875rem 0.3125rem 0.8125rem 1.5625rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
}

    .form-currency .form-currency-input {
        margin: 0;
        padding: 0;
        border: 0;
        width: auto;
        width: 100%;
        background: #fff;
    }

        .form-currency .form-currency-input:focus {
            border-color: #1f87bb;
            background-color: #f1f2f4;
        }

    .form-currency .form-currency-symbol {
        position: absolute;
        left: 7px;
        top: 25px;
        width: 20px;
        height: 20px;
        font-weight: normal;
        font-family: "FSMe Bold",Helvetica,Arial,sans-serif;
        font-size: 20px;
        line-height: 0;
        vertical-align: middle;
        color: #141760;
    }

.form-input-select {
    background: #fff;
    padding: 13px 5px;
    padding: 0.8125rem 0.3125rem;
}

    .form-input-select select {
        font-family: inherit;
        font-size: inherit;
        display: inline-block;
        width: 100%;
        margin: 0;
        border: none;
        background: none;
    }

        .form-input-select select option {
            background: #fff;
        }

        .form-input-select select:focus {
            background-color: #f1f2f4;
        }

@media all and (max-device-width: 64em) {
    .form-input-select select {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSI4LDAgMyw2IDEzLDYiIGZpbGw9IiMwMDdhYjIiLz48cG9seWdvbiBwb2ludHM9IjgsMCAzLDYgMTMsNiIgZmlsbD0iIzAwN2FiMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYsIDE1KSByb3RhdGUoLTE4MCkiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 1em;
        border: none;
        padding-right: 20px;
        padding-right: 1.25rem;
        font-size: 16px;
        font-size: 1rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

.form-input-textarea {
    min-height: 150px;
    min-height: 9.375rem;
}

.form-error {
    clear: both;
    display: block;
    color: #D90000;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.form-input-error {
    border-width: 2px;
    border-color: #D90000;
}

    .form-input-error:focus {
        border-color: #D90000;
    }

.form-input_disabled {
    background-color: #fff;
    cursor: not-allowed;
}

    .form-input_disabled:focus {
        background-color: #fff;
    }

.form-input_xsmall, .form-input_small, .form-input_medium {
    margin-right: 7px;
    margin-right: 0.4375rem;
    display: inline-block !important;
}

.ie7 .form-input_xsmall, .ie7 .form-input_small, .ie7 .form-input_medium {
    display: inline;
}

.form-input_xsmall {
    text-align: center;
    width: 55px;
    margin-right: 3%;
    padding: 14px 5px;
    padding: 0.875rem 0.3125rem;
}

.ie7 .form-input_xsmall {
    width: 30px;
}

.form-input_small {
    width: 75px;
    text-align: center;
}

.ie7 .form-input_small {
    width: 70px;
}

.form-input_medium {
    width: 175px;
}

.form-col2-1 {
    overflow: hidden;
}

    .form-col2-1 .form-col {
        float: left;
        width: 65%;
    }

        .form-col2-1 .form-col.form-col_last {
            width: 32%;
            margin-left: 3%;
        }

.ie7 .form-col2-1 .form-col.form-col_last {
    width: 31%;
}

.form-col3 {
    overflow: hidden;
}

    .form-col3 .form-col {
        float: left;
        width: 31%;
        margin-right: 3%;
    }

        .form-col3 .form-col.form-col_last {
            margin-right: 0;
            width: 32%;
        }

.ie7 .form-col3 .form-col {
    width: 31%;
}

.form-input-checkbox, .form-input-radio {
    width: auto;
    height: auto;
    padding: 0;
    border-color: #545454;
}

.form-label-checkbox, .form-label-radio {
    position: relative;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    padding-left: 23px;
    padding-left: 1.4375rem;
}

    .form-label-checkbox .form-input-checkbox, .form-label-checkbox .form-input-radio, .form-label-radio .form-input-checkbox, .form-label-radio .form-input-radio {
        position: absolute;
        left: 0;
        top: 4px;
        top: 0.25rem;
    }

.form-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .form-list > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .form-list li {
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
    }

    .form-list.form-list_noPaddings {
        margin-bottom: 0;
    }

        .form-list.form-list_noPaddings li {
            padding: 0;
        }

.form-list_horizontal {
    display: table;
}

    .form-list_horizontal li {
        display: table-cell;
        padding-right: 30px;
        vertical-align: top;
    }

.form-list-donation {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    display: table;
}

    .form-list-donation > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .form-list-donation label {
        display: inline-block;
        font-weight: normal;
    }

    .form-list-donation .form-input-donation {
        display: inline-block;
        max-width: 90px;
        max-width: 5.625rem;
        padding: 5px 10px;
        padding: 0.3125rem 0.625rem;
    }

.form-findAddress .button_primary {
    margin: 5px 0;
    margin: 0.3125rem 0;
}

@media all and (min-width: 30em) {
    .form-findAddress .button_primary {
        margin: 27px 0 0 0;
        margin: 1.6875rem 0 0 0;
    }
}

.addressButtons {
    margin-bottom: 0;
    padding: 0;
}

    .addressButtons li {
        margin-left: 10px;
    }

    .addressButtons a, .addressButtons input[type="submit"] {
        border: none;
        background: none;
        margin: 0;
        font-weight: normal;
        white-space: normal;
        vertical-align: top;
        text-align: left;
        color: #141760;
        text-decoration: none;
        padding: 2px 0 1px 0;
        padding: 0.125rem 0 0.0625rem 0;
    }

        .addressButtons a:focus, .addressButtons a:hover, .addressButtons input[type="submit"]:focus, .addressButtons input[type="submit"]:hover {
            text-decoration: underline;
        }

.worldpay-cards {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .worldpay-cards > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .worldpay-cards li {
        display: inline-block;
        padding: 0 3px 5px 0;
        padding: 0 0.1875rem 0.3125rem 0;
    }

.form-tooltip {
    display: inline-block;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    @margin :0;
    ;
    position: relative;
    z-index: 2;
    cursor: pointer;
    vertical-align: middle;
    background: transparent url(../images/assets/sprite-icons.png) no-repeat -200px 0;
}

    .form-tooltip:before, .form-tooltip:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .form-tooltip:before {
        position: absolute;
        bottom: 150%;
        border-right: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 10px;
        width: 180px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #364d5b;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    .form-tooltip:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #364d5b;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    .form-tooltip:hover:before, .form-tooltip:hover:after, .form-tooltip:focus:before, .form-tooltip:focus:after {
        visibility: visible;
        opacity: 1;
        outline: none;
    }

.form-DirectDebit h3 {
    color: #545454;
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
}

.form-DirectDebit .form-row {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
}

.form-DirectDebit .form-input_xsmall {
    width: 30px;
    margin-right: 2px;
    margin-right: 0.125rem;
    padding: 10px 3px;
    padding: 0.625rem 0.1875rem;
}

@media all and (min-width: 37.5em) {
    .form-DirectDebit .form-input_xsmall {
        width: 40px;
        padding: 12px 3px;
        padding: 0.75rem 0.1875rem;
    }

    .ie7 .form-DirectDebit .form-input_xsmall {
        width: 30px;
    }
}

table.dbTable {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0 0 0;
    margin: 1.875rem 0 0 0;
}

    table.dbTable td {
        border: solid 1px #545454;
        padding: 5px;
    }

    table.dbTable p {
        margin-bottom: 10px;
    }

    table.dbTable .form-label, table.dbTable .form-legend {
        font-weight: normal;
    }

.inMemory {
    clear: both;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

    .inMemory .inMemory-nav {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
    }

        .inMemory .inMemory-nav label {
            font-size: 16px;
            font-size: 1rem;
        }

    .inMemory .inMemory-content {
        background-color: #f1f2f4;
        padding: 15px 15px 0 15px;
        padding: 0.9375rem 0.9375rem 0 0.9375rem;
    }

        .inMemory .inMemory-content .form-list {
            margin: 0;
        }

            .inMemory .inMemory-content .form-list li {
                padding: 0;
            }

.button, .button-media, input[type=submit], input[type=button], input[type="reset"], button {
    font-family: inherit;
    outline: none;
    line-height: normal;
    cursor: pointer;
    width: auto;
    border: none;
    -webkit-appearance: none;
    *overflow: visible;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .button button::-moz-focus-inner, .button input::-moz-focus-inner, .button-media button::-moz-focus-inner, .button-media input::-moz-focus-inner, input[type=submit] button::-moz-focus-inner, input[type=submit] input::-moz-focus-inner, input[type=button] button::-moz-focus-inner, input[type=button] input::-moz-focus-inner, input[type="reset"] button::-moz-focus-inner, input[type="reset"] input::-moz-focus-inner, button button::-moz-focus-inner, button input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .button:hover, .button:focus, .button:active, .button-media:hover, .button-media:focus, .button-media:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, button:hover, button:focus, button:active {
        text-decoration: none;
        outline: none;
    }

.button {
    color: #000;
    margin: 0;
    /*background-color: #007ab2;*/
    padding: 14px 24px;
    padding: 0.875rem 1.5rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
}

    .button:hover, .button:focus, .button:active {
        color: #fff;
        /*background-color: #384C60;*/
    }

.button_secondary {
    /*background-color: #d91c90;*/
}

    .button_secondary:hover, .button_secondary:focus, .button_secondary:active {
        /*background-color: #85004f;*/
    }

.button_tertiary {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    /*color: #007ab2;*/
    background-color: #fff;
    font-weight: normal !important;
    text-decoration: underline !important;
}

    .button_tertiary:hover, .button_tertiary:focus, .button_tertiary:active {
        /*color: #384C60;*/
        background-color: #fff;
        text-decoration: underline !important;
    }

@media print {
    .button {
        border: 1px solid #ccc !important;
        padding: 14px;
        padding: 0.875rem;
    }

    .button-media {
        padding-left: 60px;
        padding-left: 3.75rem;
    }
}

.quote {
    clear: both;
    color: #fff;
    position: relative;
    background-color: #5a5a90;
    margin-bottom: 20px !important;
    padding: 15px;
    padding: 0.9375rem;
}

@media all and (min-width: 53.125em) {
    .main .quote {
        padding: 25px;
        padding: 1.5625rem;
    }
}

.quote a {
    text-decoration: none;
}

    .quote a:hover, .quote a:focus {
        text-decoration: underline;
    }

.quote-txt {
    margin: 0;
    position: relative;
    font-family: "FSMe Bold",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.quote-info {
    font-size: 16px;
    font-size: 1rem;
}

.quote-colour1 {
    background-color: #5a5a90;
}

.quote-colour2 {
    background-color: #724B89;
}

.quote-colour3 {
    background-color: #7e64a5;
}

.quote-colour4 {
    background-color: #85004f;
}

.grid {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .grid:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

ul.grid {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul.grid:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    ul.grid > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.ie .col-cf, .mode-preview .col-cf {
    clear: both;
    margin-left: 0 !important;
}

.ie .grid, .mode-preview .grid {
    display: block;
    overflow: hidden;
}

@media all and (min-width: 30em) {
    .container .grid-50-50 .grid-col {
        width: 48.22695035%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container .grid-50-50 .grid-col {
        width: 44%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .container-60-40 .grid-50-50 .grid-col {
        width: 48.22695035%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container-60-40 .grid-50-50 .grid-col {
        width: 44%;
    }
}

@media all and (min-width: 48em) {
    .container-60-40 .grid-50-50 .grid-col {
        width: 47.29241877%;
        float: left;
        margin-left: 5.41516245%;
    }

    .ie7 .container-60-40 .grid-50-50 .grid-col {
        width: 40%;
    }
}

@media print {
    .container-60-40 .grid-50-50 .grid-col {
        width: 48.22695035%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container-60-40 .grid-50-50 .grid-col {
        width: 44%;
    }
}

.grid-50-50 .grid-col:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0 !important;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
    .container .grid-30-30-30 .grid-col {
        width: 48.22695035%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container .grid-30-30-30 .grid-col {
        width: 44%;
    }

    .container .grid-30-30-30 .grid-col:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0 !important;
    }
}

@media all and (min-width: 37.5em) {
    .container .grid-30-30-30 .grid-col {
        width: 30.96926714%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container .grid-30-30-30 .grid-col {
        width: 27%;
    }

    .container .grid-30-30-30 .grid-col:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0 !important;
    }

    .container .grid-30-30-30 .grid-col:nth-of-type(3n) {
        float: right;
    }
}

@media print {
    .container .grid-30-30-30 .grid-col {
        width: 30.96926714%;
        float: left;
        margin-left: 3.54609929%;
    }

    .ie7 .container .grid-30-30-30 .grid-col {
        width: 27%;
    }

    .container .grid-30-30-30 .grid-col:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0 !important;
    }

    .container .grid-30-30-30 .grid-col:nth-of-type(3n) {
        float: right;
    }
}

.listPlain, .listplain {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .listPlain > li, .listplain > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.ctaList, .ctaListStrong, .ctaliststrong, .ctalist {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .ctaList > li, .ctaListStrong > li, .ctaliststrong > li, .ctalist > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .ctaList a, .ctaListStrong a, .ctaliststrong a, .ctalist a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-left: 10px;
        padding-left: 0.625rem;
    }

        .ctaList a:hover, .ctaListStrong a:hover, .ctaliststrong a:hover, .ctaList a:focus, .ctaListStrong a:focus, .ctaliststrong a:focus, .ctalist a:hover, .ctalist a:focus {
            text-decoration: underline;
        }

        .ctaList a:before, .ctaListStrong a:before, .ctaliststrong a:before, .ctalist a:before {
            position: absolute;
            top: 2px;
            top: 0.125rem;
            left: -5px;
            left: -0.3125rem;
            width: auto;
            width: auto;
            height: auto;
            height: auto;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
        }

    .ctaListStrong a, .ctaliststrong a {
        font-weight: bold;
    }

a.ctaLink, a.ctaLinkStrong, a.ctalinkstrong, a.ctalink {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
}

    a.ctaLink:hover, a.ctaLinkStrong:hover, a.ctalinkstrong:hover, a.ctaLink:focus, a.ctaLinkStrong:focus, a.ctalinkstrong:focus, a.ctalink:hover, a.ctalink:focus {
        text-decoration: underline;
    }

    a.ctaLink:before, a.ctaLinkStrong:before, a.ctalinkstrong:before, a.ctalink:before {
        position: absolute;
        top: 2px;
        top: 0.125rem;
        left: -5px;
        left: -0.3125rem;
        width: auto;
        width: auto;
        height: auto;
        height: auto;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }

a.ctaLinkBack, a.ctalinkback {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
}

    a.ctaLinkBack:hover, a.ctaLinkBack:focus, a.ctalinkback:hover, a.ctalinkback:focus {
        text-decoration: underline;
    }

    a.ctaLinkBack:before, a.ctalinkback:before {
        position: absolute;
        top: 2px;
        top: 0.125rem;
        left: -5px;
        left: -0.3125rem;
        width: auto;
        width: auto;
        height: auto;
        height: auto;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }

a.ctaLinkStrong, a.ctalinkstrong {
    font-weight: bold;
}

a.ctaLinkTop {
    clear: both;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding: 5px 10px 5px 30px;
    border: 1px solid #007ab2;
    float: right;
    margin-bottom: 15px;
}

    a.ctaLinkTop:hover, a.ctaLinkTop:focus {
        text-decoration: underline;
    }

    a.ctaLinkTop:before {
        position: absolute;
        top: 0;
        top: 0;
        left: 0;
        left: 0;
        width: auto;
        width: auto;
        height: auto;
        height: auto;
        font-size: 30px;
        font-size: 30px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }

    a.ctaLinkTop:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.bulletList-ticks, .bulletlist-ticks {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .bulletList-ticks > li, .bulletlist-ticks > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .bulletList-ticks li, .bulletlist-ticks li {
        padding-bottom: 5px;
        padding-bottom: 0.3125rem;
        position: relative;
        display: inline-block;
        padding-left: 22px;
        padding-left: 1.375rem;
        display: block;
    }

        .bulletList-ticks li:before, .bulletlist-ticks li:before {
            position: absolute;
            top: 0;
            top: 0;
            left: 0;
            left: 0;
            width: auto;
            width: auto;
            height: auto;
            height: auto;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "✔";
        }

        .bulletList-ticks li:before, .bulletlist-ticks li:before {
            color: #00bbe9;
            font-size: 18px;
        }

.shareLinks {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

    .shareLinks > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shareLinks:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .shareLinks li {
        float: left;
        margin-right: 10px;
        margin-right: 0.625rem;
    }

    .shareLinks a {
        text-indent: -999em;
        display: block;
        width: 40px;
        height: 40px;
        background: transparent url(../images/assets/sprite-icons.png) no-repeat 0 0;
    }

        .shareLinks a.icon_facebook {
            background-position: 0 0;
        }

        .shareLinks a.icon_twitter {
            background-position: -50px 0;
        }

        .shareLinks a.icon_googleplus {
            background-position: -100px 0;
        }

        .shareLinks a.icon_email {
            background-position: -150px 0;
        }

        .shareLinks a.icon_linkedin {
            background-position: -290px 0;
        }

.chooseAmount {
    clear: both;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

input.chooseAmount-field {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.no-js input.chooseAmount-field {
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    clip: auto;
}

.chooseAmount-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
}

    .chooseAmount-nav:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .chooseAmount-nav > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

@media all and (min-width: 48em) {
    .chooseAmount-nav {
        display: table;
        border-collapse: separate;
        border-spacing: 10px 0;
        margin: 0 -10px;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }

    .ie7 .chooseAmount-nav {
        margin: 0;
    }
}

.chooseAmount-nav > li {
    float: left;
    color: #fff;
    position: relative;
    border-radius: 2px;
    background-color: #007ab2;
    font-family: "FSMe Heavy",Helvetica,Arial,sans-serif;
    line-height: 1.12;
    font-size: 42px;
    font-size: 2.625rem;
}

    .chooseAmount-nav > li .chooseAmount-label {
        cursor: pointer;
        display: block;
        text-align: center;
        padding: 12px;
        padding: 0.75rem;
    }

        .chooseAmount-nav > li .chooseAmount-label .chooseAmount-label-reg {
            display: block;
            font-weight: normal;
            font-size: 14px;
            font-size: 0.875rem;
            font-family: Helvetica,Arial,sans-serif;
            line-height: 1;
        }

@media screen and (max-width: 479px) {
    .chooseAmount-nav > li {
        width: 48.5%;
        margin: 0 0 10px 3%;
    }

        .chooseAmount-nav > li:nth-of-type(2n+1) {
            clear: both;
            margin-left: 0;
        }
}

@media screen and (min-width: 30em) and (max-width: 47.938em) {
    .chooseAmount-nav > li {
        width: 31.3%;
        margin: 0 0 15px 3%;
    }

        .chooseAmount-nav > li:nth-of-type(3n+1) {
            clear: both;
            margin-left: 0;
        }
}

@media all and (min-width: 48em) {
    .chooseAmount-nav > li {
        float: none;
        display: table-cell;
        width: 16.666%;
        vertical-align: middle;
    }

    .ie7 .chooseAmount-nav > li {
        display: block;
        float: left;
        width: 15%;
        margin-right: 10px;
    }
}

.js .chooseAmount-nav > li.chooseAmount-item-selected {
    /*background-color: #d91c90;*/
}

@media all and (min-width: 48em) {
    .js .chooseAmount-nav > li.chooseAmount-item-selected:after {
        content: "";
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        bottom: -29px;
        left: 50%;
        margin-left: -10px;
        /*border-color: #d91c90 transparent transparent;*/
        border-style: solid;
        border-width: 15px;
    }
}

.chooseAmount-nav .chooseAmount-item-custom {
    font-size: 16px;
    font-size: 1rem;
    min-width: 115px;
    min-width: 7.1875rem;
}

    .chooseAmount-nav .chooseAmount-item-custom .chooseAmount-currency-wrap {
        overflow: hidden;
        background-color: #fff;
        color: #545454;
        padding: 5px 4px 5px 20px;
        padding: 0.3125rem 0.25rem 0.3125rem 1.25rem;
        position: relative;
        margin: 3px 0 0 0;
        margin: 0.1875rem 0 0 0;
    }

    .chooseAmount-nav .chooseAmount-item-custom .chooseAmount-currency {
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 100%;
        color: #545454;
        padding-top: 1px;
        padding-top: 0.0625rem;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .chooseAmount-nav .chooseAmount-item-custom .chooseAmount-custom {
        border: none;
        width: 100%;
        float: left;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        background: #fff;
        font-family: Helvetica,Arial,sans-serif;
    }

        .chooseAmount-nav .chooseAmount-item-custom .chooseAmount-custom:focus {
            background-color: #f1f2f4;
        }

.chooseAmount .chooseAmount-nav li {
    min-height: 78px;
}

.chooseAmount.chooseAmount-reg .chooseAmount-nav li {
    min-height: 85px;
}

.chooseAmount-content {
    clear: both;
}

.chooseAmount-content-item {
    clear: both;
    color: #141760;
    overflow: hidden;
    background-color: #d8f1fb;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 15px;
    padding: 0.9375rem;
}

@media all and (min-width: 53.125em) {
    .main .chooseAmount-content-item {
        padding: 15px 25px;
        padding: 0.9375rem 1.5625rem;
    }
}

.chooseAmount-content-item input {
    float: right;
}

.chooseAmount-content-header {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

    .chooseAmount-content-header h3 {
        margin: 0;
    }

    .chooseAmount-content-header p {
        margin: 0;
    }

@media all and (min-width: 48em) {
    .chooseAmount-content-header h3 {
        float: left;
    }

    .chooseAmount-content-header p {
        float: right;
    }
}

.chooseAmount-content-list {
    clear: both;
    overflow: hidden;
    display: table;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
}

    .chooseAmount-content-list > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .chooseAmount-content-list li {
        position: relative;
        max-width: 620px;
        max-width: 38.75rem;
        padding: 0 15px 15px 40px;
        padding: 0 0.9375rem 0.9375rem 2.5rem;
    }

        .chooseAmount-content-list li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7%;
            width: 30px;
            height: 25px;
            background: transparent url(../images/assets/sprite-icons.png) no-repeat -240px 0;
        }

@media all and (min-width: 37.5em) {
    .chooseAmount-content-list li {
        display: table-cell;
        vertical-align: top;
    }
}

.ie7 .chooseAmount-content-list li {
    margin-left: 25px;
    float: none;
    list-style-type: disc;
    padding: 0 15px 10px 0;
    padding: 0 0.9375rem 0.625rem 0;
}

.chooseAmount-content-button {
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}

    .chooseAmount-content-button .button {
        margin-bottom: 0;
    }

@media all and (min-width: 37.5em) {
    .chooseAmount-content-button .button, .chooseAmount-content-button .chooseAmount-content-list {
        display: table-cell;
        vertical-align: middle;
    }
}

.chooseAmount-type {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

    .chooseAmount-type > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .chooseAmount-type li {
        float: left;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 20px 0 0;
        margin: 0 1.25rem 0 0;
    }

@media print {
    body {
        font-family: Helvetica,Arial,sans-serif !important;
        line-height: 1.4;
        color: #000;
        background: #fff;
        font-size: 12px;
    }

        body * {
            font-family: Helvetica,Arial,sans-serif !important;
            color: #000 !important;
            background: #fff !important;
        }

    p, div, table, li, dl, dt {
        font-size: 12px !important;
    }

    h1 {
        font-size: 24px !important;
    }

    h2, .form-legend-title, .form-sectionTitle, .inMemory h3, .chooseAmount-content-header h3 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    h5 {
        font-size: 12px !important;
    }

    .header-block, .button-donate-mobile, .footer, .socialBlock, .mediaBlock, .socialContentLinks, .header-steps, .buttonsBlock {
        display: none;
    }

    .header .header-logo {
        position: static;
        margin-bottom: 15px;
        max-width: 100px;
    }

    .heroBlock {
        margin-bottom: 0;
    }

        .heroBlock .heroBlock-body {
            padding: 0;
        }

    .container-60-40 .main {
        width: 56.85579196%;
        float: left;
        margin-left: 0;
        padding: 30px 30px 30px 0;
        padding: 1.875rem 1.875rem 1.875rem 0;
    }

    .container-60-40 .aside {
        width: 39.59810875%;
        float: left;
        margin-left: 3.54609929%;
        padding: 30px 0 30px 0;
        padding: 1.875rem 0 1.875rem 0;
    }

    .container-60-40 .wide {
        padding: 30px 0;
        padding: 1.875rem 0;
    }

    .form-input {
        padding: 10px 5px;
        padding: 0.625rem 0.3125rem;
        box-shadow: none;
    }

    .form-input_xsmall {
        width: 38px;
    }

    .form-input_small {
        width: 70px;
    }

    .form-input-select {
        padding: 10px 5px;
        padding: 0.625rem 0.3125rem;
    }

    .form-DirectDebit .wide {
        padding-top: 0;
    }

    .form-DirectDebit h3 {
        font-size: 16px !important;
    }
}
