        /*Common css*/
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Roboto', serif;
            font-weight: normal;
            font-size: 16px;
            color: #000000;
            /*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/
        }
        
        h1,
        .h1,
        h2,
        .h2,
        h4,
        .h4,
        h5,
        .h5,
        h6,
        .h6 {
            font-family: 'Roboto Slab', serif;
            font-weight: 300;
            text-rendering: optimizeLegibility;
        }
        
        h3,
        .h3 {
            font-family: 'Roboto', serif;
            font-weight: normal;
            text-rendering: optimizeLegibility;
        }
        
        a {
            display: inline-block;
            outline: none;
            cursor: pointer;
        }
        
        body a:hover {
            text-decoration: none;
        }
        
        .page-wrap {
            overflow-x: hidden;
        }
        
        .page-wrap p {
            font-family: 'Roboto', serif;
            font-weight: normal;
            font-size: 16px;
            color: #000000;
            margin: 0 0 12px;
            line-height: 1.5em;
        }
        
        p:last-of-type {
            margin-bottom: 0;
        }
        
        .page-wrap .container {
            max-width: 880px;
            width: 100%;
            position: relative;
            z-index: 2;
            padding: 40px;
            margin: 0 auto;
            border: 3px solid #ffffff;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        .mktoSnippet {
            font-family: 'Roboto', serif;
            font-weight: normal;
            font-size: 16px;
            color: #000000;
            margin: 0 0 18px;
            line-height: 1.5em;
        }
        /*Section CSS*/
        
        .form-section {
            padding: 40px 0;
        }
        
        .logo-wrap {
            padding: 0 0 10px;
        }
        
        .logo-wrap a {
            max-width: 350px;
        }
        
        .logo-wrap a img {
            max-height: 70px;
        }
        
        .form-content {
            /* max-width: 480px; */
            max-width: 100%;
        }
        
        .form-content h1 {
            color: #003a96;
            font-size: 70px;
            font-weight: 700;
            line-height: 1;
            margin: 0 0 0;
            text-transform: uppercase;
            letter-spacing: 6px;
        }
        
        .form-content h2 {
            color: #009CA6;
            font-size: 42px;
            /*font-weight: 400;*/
            line-height: 1;
            margin: 0 0 10px;
            text-transform: uppercase;
            letter-spacing: 0px;
        }
        
        .form-content h3 {
            color: #009CA6;
            font-size: 32px;
            /*font-weight: 400;*/
            line-height: 1.5em;
            margin: 0 0 10px;
            /*text-transform: capitalize;*/
            letter-spacing: 0px;
        }
        
        .form-content h4 {
            letter-spacing: 0px;
            font-size: 28px;
            line-height: 1.5em;
            margin-top: 20px;
            margin-left: 10px;
            color: #009ca6;
            font-weight: bold;
        }
        
        .form-content h5 {
            letter-spacing: 0px;
            font-size: 26px;
            line-height: 1;
            margin-top: 15px;
            /*margin-left:10px;*/
            color: #009ca6;
            font-weight: bold;
        }
        
        .form-content h6 {
            letter-spacing: 0px;
            font-size: 24px;
            line-height: 1;
            margin-top: 10px;
            /*margin-left:10px;*/
            color: #009ca6;
            font-weight: bold;
        }
        
        hr {
            border: 2px dotted #c5c5c5;
            margin-top: 10px;
            margin-bottom: 10px;
            max-width: 100% !important;
            position: relative;
        }
        /*Form Css*/
        
        .form-wrap {
            margin: 10px 0 0;
        }
        
        .form-wrap .mktoForm * {
            font-family: 'Roboto', serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5em;
            color: #000000 !important;
        }
        
        .form-wrap .mktoForm {
            width: 100% !important;
            padding: 0 !important;
        }
        
        .form-wrap .mktoForm:after {
            content: "";
            display: block;
            float: none;
            clear: both;
        }
        
        .form-wrap .mktoFormCol,
        .form-wrap .mktoFieldWrap,
        .form-wrap .mktoLabel {
            width: 100% !important;
        }
        
        .mktoForm .mktoRequiredField label.mktoLabel {
            font-weight: bold;
        }
        
        .terms {
            margin-bottom: 5px;
            color: #333;
        }
        
        .form-wrap fieldset.mktoFormCol {
            padding: 0 !important;
            border: 0;
            margin: 0!important;
        }
        
        .form-wrap .mktoFormCol {
            margin: 0 0 18px !important;
            min-height: auto !important;
        }
        
        .form-wrap .mktoOffset,
        .form-wrap .mktoGutter,
        .form-wrap .mktoLabel,
        .form-wrap .mktoAsterix,
        .form-wrap .mktoForm .mktoRequiredField .mktoAsterix,
        .form-wrap legend {
            display: none;
        }
        
        .mktoForm .mktoRequiredField label.mktoLabel::after {
            color: red;
            content: ' *';
        }
        
        .form-wrap .mktoForm input[type=text],
        .form-wrap .mktoForm input[type=email],
        .form-wrap .mktoForm input[type=number],
        .form-wrap .mktoForm input[type=tel],
        .form-wrap .mktoForm select {
            width: 100% !important;
            max-width: 100% !important;
            border: 1px solid #c5c5c5;
            background-color: rgba(255, 255, 255, 0.7);
            padding: 8px 15px !important;
            line-height: 1.5em !important;
            font-size: 16px !important;
            color: #000000;
            height: auto;
            -webkit-appearance: none;
            -moz-appearance: none;
            border-radius: 0px;
        }
        
        .mktoForm textarea.mktoField {
            width: 100% !important;
        }
        
        .form-wrap .mktoForm select {
            background-image: url('https://www3.zapproved.com/rs/503-UGJ-486/images/select-arrow.png');
            background-repeat: no-repeat;
            background-position: right 10px center;
            padding-right: 25px !important;
        }
        
        select::-ms-expand {
            display: none;
        }
        
        .form-wrap .checkbox-wrap {
            position: relative;
        }
        
        .form-wrap .mktoForm .mktoCheckboxList>label {
            padding: 0 20px 10px 25px;
            margin: 0;
            position: relative;
            display: block;
        }
        
        .mktoForm .mktoRadioList>input,
        .mktoForm .mktoCheckboxList>input {
            padding: 0;
            margin-top: 2px;
            width: 16px;
            height: 16px;
        }
        
        .form-wrap .mktoForm .mktoCheckboxList>label:last-of-type {
            padding-bottom: 0;
        }
        
        .form-wrap .mktoForm .checkbox-wrap .mktoLabel {
            padding-left: 25px;
        }
        
        .form-wrap .mktoForm .mktoFormRow .mktoLabel {
            padding: 0;
            color: #000000;
            font-size: 16px;
            line-height: 1.5em;
            font-weight: bold !important;
            display: block;
        }
        
        .form-wrap .mktoForm .mktoRadioList>input {
            display: none !important;
        }
        
        .form-wrap .mktoForm .mktoRadioList {
            padding: 0 !important;
            width: 100% !important;
        }
        
        .form-wrap .mktoForm .mktoRadioList label {
            display: inline-block !important;
            vertical-align: middle;
            width: 100%;
            position: relative;
            margin: 0;
            padding: 0px 0 0px 27px;
            font-size: 16px;
            font-weight: normal;
            color: #000000;
            cursor: pointer;
            max-width: 65px;
        }
        
        .form-wrap .mktoForm .mktoRadioList label:last-of-type {
            padding-bottom: 0;
        }
        
        .form-wrap .mktoForm input[type=radio]:checked+label:before {
            content: "\2022" !important;
            background-color: #ffffff;
            border-color: #c5c5c5;
            color: #000000 !important;
        }
        
        .form-wrap .mktoForm input[type=radio]+label:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            font-family: 'Roboto', serif;
            border: 1px solid #c5c5c5;
            background: transparent;
            top: 0;
            left: 0px;
            text-align: center;
            color: #000000 !important;
            font-size: 16px;
            line-height: 1.5em;
            border-radius: 100%;
        }
        
        .form-wrap .mktoButtonRow {
            width: 100%;
            position: relative;
        }
        
        .form-wrap span.mktoButtonWrap.mktoSimple {
            margin: 10px 0 0 !important;
            width: 100%;
            display: block;
            text-align: right;
        }
        
        .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
            color: #003a96 !important;
            padding: 10px 35px !important;
            font-size: 22px !important;
            font-weight: 400 !important;
            background-color: #b1e4e3 !important;
            background-image: unset !important;
            font-family: 'Roboto', sans-serif !important;
            display: inline-flex;
            justify-content: space-between;
            min-height: 55px;
            vertical-align: middle;
            border: 0 !important;
            border-radius: 2em !important;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            gap: 5px;
        }
        
        .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
            background-color: #009CA6!important;
            border: 1px solid #009CA6 !important;
            color: #ffffff !important;
        }
        
        .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover:after {
            background-image: url(https://give.bwhgiving.org/rs/266-YFN-578/images/WhiteArrow.png);
            background-color: #009CA6 !important;
            background-size: 20px 18px !important;
            border: 1px solid #009CA6 !important;
            color: #ffffff !important;
            content: "";
            height: 18px;
            margin-left: 7px;
            width: 1.35em;
        }
        
        .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:after {
            background-image: url(https://give.bwhgiving.org/rs/266-YFN-578/images/arrow-blue-20.png);
            background-position: 50%;
            background-repeat: no-repeat;
            content: "";
            height: 18px;
            margin-left: 7px;
            width: 1.5em;
        }
        
        .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus {
            outline: none;
        }
        
        .form-wrap .mktoForm fieldset .mktoFormRow {
            width: 48%;
            float: left;
            clear: none;
        }
        
        .form-wrap .mktoForm fieldset .mktoFormRow:nth-of-type(2),
        .form-wrap .mktoForm fieldset .mktoFormRow:nth-of-type(2) {
            margin-left: 2%;
        }
        
        .form-wrap .mktoForm fieldset .mktoFieldWrap {
            position: relative;
            padding-bottom: 27px;
        }
        
        .form-wrap .mktoForm .mktoFormRow.checkbox-row .mktoFieldWrap {
            padding-bottom: 0;
        }
        
        .form-wrap .mktoForm .mktoFormRow.checkbox-row .mktoLabel {
            position: relative;
            padding: 0 0 10px;
        }
        
        .form-wrap .mktoForm .mktoFormRow fieldset .mktoLabel {
            position: relative;
            bottom: 0px;
            left: 0;
        }
        
        div .mktoHtmlText.mktoHasWidth {
            color: #00aeef;
            width: 100% !important;
            /*text-align: center;*/
        }
        
        @media only screen and (min-width: 768px) {
            .form-wrap .mktoForm .fieldset_1 .mktoFormRow,
            .form-wrap .mktoForm .fieldset_5 .mktoFormRow,
            .form-wrap .mktoForm .fieldset_7 .mktoFormRow,
            .form-wrap .mktoForm .fieldset_9 .mktoFormRow,
            .form-wrap .mktoForm .fieldset_11 .mktoFormRow {
                width: 43%;
            }
            .form-wrap .mktoForm .fieldset_1 .mktoFormRow.full-width,
            .form-wrap .mktoForm .fieldset_5 .mktoFormRow.full-width,
            .form-wrap .mktoForm .fieldset_7 .mktoFormRow.full-width,
            .form-wrap .mktoForm .fieldset_9 .mktoFormRow.full-width,
            .form-wrap .mktoForm .fieldset_11 .mktoFormRow.full-width {
                width: 48%;
                margin-left: 4%;
            }
            div .mktoHtmlText.mktoHasWidth {
                color: #00aeef;
                max-width: 100% !important
            }
        }
        
        @media only screen and (max-width: 767px) {
            .form-wrap .mktoForm fieldset .mktoFormRow {
                width: 100%;
            }
            .form-wrap .mktoForm fieldset .mktoFormRow:nth-of-type(2),
            .form-wrap .mktoForm fieldset .mktoFormRow:nth-of-type(2) {
                margin-left: 0;
            }
            .form-wrap .mktoForm fieldset .mktoFormRow {
                width: 100%;
            }
            .page-wrap .container {
                padding: 15px;
            }
            .form-content h1 {
                font-size: 70px;
            }
            .form-content h2 {
                font-size: 42px;
            }
            .form-content h3 {
                font-size: 32px;
            }
            .form-content h4 {
                font-size: 28px;
            }
            .form-content h5 {
                font-size: 26px;
            }
            .form-content h6 {
                font-size: 24px;
                .page-wrap p {
                    font-size: 16px;
                }
                .form-wrap .mktoForm .mktoFormRow .mktoLabel {
                    font-size: 16px;
                }
                .form-wrap .mktoForm input[type=text],
                .form-wrap .mktoForm input[type=email],
                .form-wrap .mktoForm input[type=number],
                .form-wrap .mktoForm input[type=tel],
                .form-wrap .mktoForm select {
                    font-size: 16px !important;
                }
                .form-wrap span.mktoButtonWrap.mktoSimple {
                    text-align: left;
                }
                div .mktoHtmlText.mktoHasWidth {
                    max-width: 100% !important;
                }
                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        
        @media only screen and (max-width: 480px),
        only screen and (max-device-width: 480px),
        only screen and (max-device-height: 480px) {
            .mktoMobileShow .mktoForm,
            .mktoForm * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 10px;
                width: 100%;
            }
        }