/** For better experience in mobile**/
html, body {
    width: 100%;
    overflow-x: hidden;
}

div.im-colormask > div:nth-child(2) {
    display: none;
}

strong {
    font-family: DIN-BOLD;
}

/**for mobile*/
#main {
    overflow: hidden;
}

/* Remove square outline on buttons*/
button:focus {
    outline-style: none;
}

/***firefox remove red outline**/
input:required {
    box-shadow: none;
}

input:invalid {
    /*box-shadow: 0 0 3px red;*/
}

#donate-container {
    text-align: center;

}

button {
    text-align: center;
    padding-top: 3px;
}

.container {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    flex-direction: column;
}

.modal a.close-modal {
    background: url("/wp-content/themes/naf-3/images/donate/modal-close.png");
    background-size: cover; /* For flexibility */
    background-repeat: no-repeat;
    background-position: center top;
    height: 15px;
    width: 15px;
}

.align-center {
    align-items: center;
}

.margin-top-10 {
    margin-top: 10px;
}

.text-align-start {
    text-align: start;
}

.margin-top-50 {
    margin-top: 50px;
}

.full-width {
    width: 100%;
}

.container {
    position: relative;
}

.label-above {
    float: left;
}

.donate-main {
    max-width: 1140px;
    margin-top: 400px;
}

.donate.member-popup.clear.donate-main {
    /* margin-top: 370px; */
/*    min-width: 950px;*/
}

#donate-payment {
    max-width: 1140px;
    /* margin-top: 370px; */
    min-width: 1015px;
    padding-top: 57px;
    padding-bottom: 10px;
}

.donate-inline-flex {
    display: inline-flex;

}

.donate input, label {
    display: block;
}

.donate-input, .donate-label {
    display: block;
}

.donate-label {
    font-family: DIN-Regular;
    font-size: 17px;
    color: #4D4D4D;
    color: rgb(77, 77, 77);
    font-weight: 600;

}

.donate-input {
    width: 100%;
}

.or {
    display: inline-block;
    color: #B3B3B3;
    margin-right: 12px;
    white-space: nowrap;
    padding-top: 15px;
    font-family: DIN-Bold;
    letter-spacing: 1px;
}

.donate input, .donate-input, .message-donor input {
    background: #F7F7F7;
    background: rgba(247, 247, 247, 1);
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 80%;
    height: 51px;
    color: black;
    padding-left: 10px;
}

.custom-dollar > .donate input {
    height: 100%;
    width: 80%;
}

.custom-dollar {
    max-width: 317px;
    width: 100%;
    flex-shrink: 2;
    position: relative;
    /* flex-shrink: 2; */
}

.custom-dollar input {
    height: 100%;
}

div.give-honor {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    width: 100%;
    max-width: 387px;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;

}

.give-honor p {
    font-size: 22.5px;
    font-weight: 600;
}

.dollar-sign {
    width: 20%;
    position: relative;
    bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#login-modal {
    max-width: 500px !important;
}

.give-honor.recurring {
    margin-top: 15px;
    max-width: 100%;
    text-align: right;
    display: block;
}

.give-honor.recurring p {
    font-size: 15px !important;
}

.give-honor.recurring p:hover {
  color: #32b04a;
}
.give-honor.recurring a:hover {
  color: #32b04a;
}

.recurring-message {
    color: red;
    text-align: left;
}

.recurring-message a {
    color: red;
}

.selectedBtn .dollar-sign {
    color: white !important;
}

.donate-half-input {
    width: 49%;
    margin: 0;
}

.donate-half-input.state {
    width: 49%;
}

.donate-half-input.zip {
    width: 46%;
}

#reduce-length {
    width: 49%;
}

.donate-half-flex {
    width: 50%;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
}

/*.donate-half-input:nth-child(2), .donate-quarter-input, .donate-triple-input{*/
/*margin-left: 25px;*/
/*}*/
.donate-half-input:first-child {
    margin-right: 20px;
}

.donate-quarter-input:nth-child(2) {
    margin-right: 25px;
}

.donate-triple-input:first-child, .donate-triple-input:nth-child(2) {
    margin-right: 25px;

}

.donate-full-input {
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 13px;
}

.donate input[type="text"] {
    width: 100%;
    padding-left: 20px;
}

.donate-triple-input {
    width: 29.5%;
}

.donate-quarter-input {
    width: 25%;
}

.donate-flex {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    margin: 0;
    margin-bottom: 34px;
}

.donate-flex-end {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    justify-content: flex-end;
}

.donate-flex-column {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    flex-direction: column;
}

.donate-relative {
    position: relative;
    bottom: 35px;
}

.donate-margin-bottom {
    margin-bottom: 50px;
}

.donate-flex-wrap {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    margin: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

}

.banner {
    height: 790px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url("/wp-content/themes/naf-3/images/donate/new-banner.png");
    background-size: cover; /* For flexibilit       y */
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 1;
    top: 0;
   /* position: relative;
    bottom: 100px;*/
}

.banner.profile {
    height: 1000px;
}

/* .white {
    margin-bottom: 287px;
} */

/* .mid-white {
    margin-bottom: 540px;
}

.long-white {
    margin-bottom: 1455px;
} */

.arrow {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    left: 22px;
}

.every-dollar {
    position: absolute;
    top: -42%;
    right: 5px;
    left: 17px;
}

#step25 .donate-full-input {
    padding-bottom: 50px;
}

.donate {
    background: white;
    border: 1px solid white;
    /* position: absolute !important; */
    margin: auto;
    /* top: 5%; */
    left: 0;
    right: 0;
    width: 80%;
    z-index: 1;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    flex-direction: column;
    justify-content: space-between;
    padding: 64px 80px !important;
    padding-top: 89px;;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.41);
    margin-top: -20%;
}

.donate-pargraph {
    font-family: DIN-Regular;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    position: relative;
    top: 160px;
    text-align: left;
    margin-left: 10%;
    line-height: 110%;
    max-width: 1140px;
    width: 80%;
}

.donate-paragraph-2 {
    font-size: 28px;
    line-height: 35.2px;
    color: white;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: 10%;
    margin-top: 265px;
    max-width: 1140px;
    width: 80%;
}

h3.donate-pargraph {
    position: relative;
    right: 2px;
    margin: auto;
}

h3.donate-paragraph-2 {
    position: relative;
    right: 2px;
    top: 23%;
    margin: auto;
}

.first {
    align-self: start;
    max-width: 412px;
    width: 100%;
    min-width: 397px;
}

.second {
    align-self: start;
    width: 100%
}

.first h3 {
    text-transform: uppercase;
    width: 100%;
    font-size: 39px;
    margin-top: 15px;
    margin-left: -5px;

}

h3.donate-page-title {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 44px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 251px;
    line-height: 100%;
    position: relative;
    right: 3px;
}

.donate-page-title {
    text-transform: uppercase;
    width: 378px;
    font-size: 39px;
    margin-top: 10px;
    margin-left: -5px
}
.question-mark {
    display: inline-block;
    position: relative;
    right: 13px;
    cursor: pointer
}

#gives_anonymously_1, #gives_anonymously_2 {
    display:none
}

.regular-checkbox + label{
    cursor: pointer;
}
.orange-line {
    width: 100%;
    height: 2px;
    border-style: solid;
    border-color: orange;
    background-color: orange;
}

.second, .last {
    width: 100%;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    justify-content: space-between;
    align-items: center

}

.third {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    height: 66px;
    margin-top: 30px;
}

.fourth {
    position: relative;
    bottom: 9px;
}

.dollar {
    height: 65px;
    max-width: 177px;
    width: 100%;
    border-radius: 5px;
    border-style: solid;
    margin-right: 20px;

}

.dollar-custom {
    height: 65px;
    max-width: 317px;
    width: 100%;

}

.btn-donate {
    border-radius: 8px;
    border: 2px solid #cacece;
    background: white;
    font-size: 22px;
}

.btn-donate:disabled {
    background-color: #5b5c60 !important;
}

.btn-donate:disabled {
    background-color: #5b5c60 !important;
}

.btn-donate:disabled:hover {
    color: white;
}

button.btn-donate.dollar {
    flex-shrink: 3;
}

.btn-donate:hover, .btn-message:hover {
    color: #32AA50;
    border-color: #32AA50;
}

.btn-message {
    border-color: #cacece;
}

.btn-group.month-or-once {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    justify-content: space-between;
    position: relative;
    width: 40%;
}

.next:hover {
    color: white;
}

.btn-donate:focus, .btn-message:focus {
    border-color: #32AA50;
    background: #32AA50;
    color: white;
}

.selectedBtn:hover {
    color: white;
}

.btn-big:hover {
    color: black;
}

.line {
    width: 100%;
    background: #E6E6E6;
    margin: 25px 0;
}

.grey-line {
    width: 100%;
    background: #E6E6E6;
    height: 2px;
    margin-top: 28px;
}

.btn-long {
    width: 100%;
    max-width: 162px;
    min-width: 75px;
    height: 48px;
    margin-right: 12px;

}

.btn-big {
    color: white;
    width: 317px;
    height: 73px;
    background: #32AA50;
}

.btn-big a {
    color: white;
    text-transform: uppercase;
}

.btn-big:hover {
    color: black;
}

.bold {
    font-weight: bold;
}

.honor {
    width: 333px;
    font-family: DIN-Regular;

}

.honor:first-child {
    font-size: 20px;
    letter-spacing: 0.6px;
}

.honor:nth-child(2) {
    font-size: 22.5px;
    text-align: left;
    padding-left: 10px;
    margin-top: 4px;
}

.edit {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    margin-left: 23px;
    position: relative;
    bottom: 11px;
}

.edit img {
    height: 16px;
    width: 16px;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.edit a {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    text-decoration: underline;
    font-size: 15px;
    color: #999999;
    color: rgb(153, 153, 153);
    font-family: DIN-Regular;
    cursor: pointer;
}

.btn-margin-left {
    margin-left: 12px;
}

.selectedBtn {
    color: white;
    background: #32AA50;
    border-color: #32AA50;
}

.match {
    width: 265px;
    margin-left: 29px;
    padding-top: 8px;
    float: left;
}

.anonymous.match{
    margin-bottom: 25px;
}

#agree {
    margin-left: 26px;

}

.heart {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
}

.honor-button {
    cursor: pointer;
}

input#checkbox-1-1, input#checkbox-1-2, input#checkbox-1-3 {
    display: none;
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    right: 57%;
}

#agree .regular-checkbox + label {
    position: absolute;
    width: 15px;
    left: -26px;
    bottom: 66px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked + label {
    background-color: white;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #32AA50;
    background: url("/wp-content/themes/naf-3/images/donate/donate-check.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: top;
    background-position-x: 2px;
    background-position-y: -5px;

}

.regular-checkbox:checked + label:after {
    /*content: '\2714';*/
    background: url("/wp-content/themes/naf-3/images/donate/donate-check.png");
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #32AA50;
}

.tag {
    font-size: 15px;
    /*max-width: 473px;*/
    max-width: 473px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
    right: -1px;
    text-align: left;
    bottom: 25px;
}

#agree .tag {
    bottom: 5px;
}

.txtNAF {
    position: relative;
    font-size: 15px;
    line-height: 23.6px;
    color: #32AA50;
    color: rgb(50, 170, 80);
    font-family: DIN-Regular;
    right: -1px;
    bottom: 25px;
}

.heart-left, .heart-right {
    display: inline-block;
    float: left;
    width: 25.4px;
    height: 43.8px;
}

/*************MODAL*************/
.outer-modal {
    display: none;
    position: fixed;
    margin: 0 auto;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 82;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal {
    width: 100% !important;
    max-width: 793px;
    top: 161px !important;
    display: table !important;
}

.modal a.close-modal {
    top: 8.5px;
    right: 9.5px;
}

.modal-container, .icons {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
}

.modal a {
    background: url(/wp-content/themes/naf-3/images/donate/modal-close.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.modal-container {
    flex-direction: column;
    margin-top: 8%;
    margin-bottom: 8%;
}

#step5 .modal-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

#step6 .modal-container {
    margin-top: 5%;
    margin-bottom: 9%;
}

.modal-container .blocker {
    background-color: rgba(0, 0, 0, 0.4);
}

.icons {
    justify-content: center;
    margin: 4%;
}

.paragraph {
    font-family: DIN-Bold;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 37.58px;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    width: 100%;
}

.icon-sub {
    cursor: pointer;
}

.icon-sub p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #555555;
    color: rgb(85, 85, 85);
}

.icon-sub img {
    margin-left: 20px;
    margin-right: 20px
}

.icon-sub .share-gift {
    cursor: pointer;
}

.modal-container .center-vertical {
    margin-left: auto;
    margin-right: auto;
    height: 53px;
    max-width: 340px;
    width: 100%;
    border: solid 2px #CCCCCC;
    border-radius: 4px;
    text-align: center;
    padding: 13px 0;
    font-family: DIN-Regular;
    font-weight: bold;
}

/****/
#agree {
    width: 50%;
    position: relative;
    font-family: DIN-Regular;
    font-size: 15px;
    line-height: 20px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.thank-you-submission {
    font-size: 24px !important;
    color: #33aa4f !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#select-state select, .donate-triple-input select, #select-state-2 select, #select-state-2_sub select {
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 51px;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('/wp-content/themes/naf-3/images/donate/dropdown-arrow.png') no-repeat; /*Adds background-image*/
    background-position: 90% 19px;
    background-color: #F7F7F7;
    padding-top: 5px;
    padding-left: 20px;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    font-family: DIN-Regular;
    font-size: 17px;
    color: #808080;
}

#select-state select:active, .donate-triple-input select:active, #select-state-2 select:active, #select-state-2_sub select:active {
    padding-left: 20px;
}

.donate-triple-input select {
    background-position: 90% 19px;
    padding-left: 20px;
}

select#year {
    position: relative;
    top: 25px;
}

.total {
    width: 50%;
    text-align: right;
    font-size: 31.25px;
    font-family: DIN-Regular;
    position: absolute;
    bottom: 26px;
    right: 0;
}

.total span {
    color: #32AA50;
    font-family: DIN-Bold;
}

.total-without-fee {
    margin-top: 20px;
}

div.message-donor {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

div.message-donor input.donate-input {
    padding-left: 55px;
    padding-right: 30px;
    height: 50px;
    width: 100%;
}

div.message-donor textarea {
    padding: 10px 25px;
}

.btn-donate.btn-big.submit {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 366px;
    height: 85px;
}

button.btn-donate.btn-long {
    font-size: 17px;
    font-family: DIN-Regular;
    padding-top: 7px;
}

button.btn-donate.btn-big {
    font-family: DIN-Regular;
    font-weight: BOLD;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.22px;
}

.message.donate-flex-wrap.margin-top-25 {
    margin-top: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.message textarea {
    background: rgba(247, 247, 247, 1);
    border-style: Solid;
    border-color: #E6E6E6;
    border-color: rgba(230, 230, 230, 1);
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 181px;
    margin-bottom: 30px;
}

.btn-message {
    height: 53.5px;
    width: 133px;
    border-radius: 8px;
    border-style: solid;
    background: white;
    margin-right: 10px;
}

.btn-redirect {
    margin-left: auto;
    margin-right: auto;
}

#step3 .btn-redirect {
    position: relative;
    top: 18px;
}

#step5 .btn-redirect, #step6 .btn-redirect {
    top: 26px;
    position: relative;
}

.message-donor .paragraph {
    max-width: 800px;
    text-align: center;
    margin-bottom: 55px;
}

.person {
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: 14px;
    margin-top: 16px;
}

.email {
    position: absolute;
    height: 22px;
    width: 24px;
    margin-left: 14px;
    margin-top: 26px;
    left: 0px;
}

.honoree label.label-above {
    font-family: DIN-Regular;
    font-size: 17px;
    color: #4D4D4D;
    color: rgb(77, 77, 77);
}

#honoree_address, #city-2, #zip_code_2, #city-2_sub, #zip_code_2_sub, #honoree_address_sub {
    padding-left: 20px;
    margin-bottom: 10px;
}

input#zip_code_2, input#zip_code_2_sub {
    width: 100%;
}

.card {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    justify-content: center;
    border-style: Solid;
    border-color: #E6E6E6;
    border-color: rgba(230, 230, 230, 1);
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 210px;
    width: 33%;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: black;
}

.card img {
    width: 210px;
}

.card p {
    font-family: DIN-Regular;
    font-weight: bold;
    font-size: 21px;
    line-height: 23.07px;
    position: relative;
    top: 5.32px;
    color: rgb(204, 204, 204);
}

.card:first-child, .card:nth-child(2) {
    margin-right: 20px;
}

.big-card {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    justify-content: center;
    background: rgba(247, 247, 247, 1);
    border-style: Solid;
    border-color: #E6E6E6;
    border-color: rgba(230, 230, 230, 1);
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 484px;
    width: 100%;
    position: relative;
}

p.preview-message.ng-binding {
    font-size: 18px;
    top: 55px;
    position: absolute;
    max-width: 484px;
    padding: 0 70px;
    text-align: left;
    line-height: 2;
    width: 100%;
    left: 0px;
}

.card-shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.big-card img {
    width: 100%;
}

.big-card p {
    font-family: DIN-Regular;
    font-weight: bold;
    font-size: 50px;
    line-height: 53.92px;
    position: relative;
    top: 12.44px;
    color: #CCCCCC;
    color: rgb(204, 204, 204);
}

.customize-card {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.customize-card .paragraph {
    max-width: 800px;
    text-align: center;
    margin-bottom: 55px;
}

.donate-flex-center {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    justify-content: center;

}

.customize-card .honor-of {
    margin-bottom: 35px;
}

.btn-edit-preview {
    font-size: 14px;
    width: 280px;
}

.btn-edit, .btn-preview {
    background-color: white;
    border: none;
    color: #4D4D4D;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    width: 50%;
    margin: 0;
}

.btn-selected, .btn-preview:hover, .btn-edit:hover {
    background-color: #4D4D4D;
    border: 1px solid #4D4D4D;
    color: white;
}

.btn-edit-preview.center-vertical {
    padding: 0;
    display: inline-flex;
    margin-bottom: 50px;
    border-style: Solid;
    border-color: #424242;
    border-color: rgba(66, 66, 66, 1);
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/********Payment Page**********/
#donate-payment .first {
    margin-bottom: 22px;
}

label.label-above {
    font-size: 17px;
    margin-bottom: 3px;
    color: #4D4D4D;
    color: rgb(77, 77, 77);
    font-family: DIN-Regular;
    font-weight: 600;
    text-align: left;
    min-width: 121px;
}

#donate-payment input, input#city-2, input#city-2_sub {
    width: 100%;
}

.go-back {

    font-family: DIN-Regular;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    left: 40px;
    top: -30px;
    color: #808080;
    color: rgb(128, 128, 128);
    text-align: right;
}

.go-back button, .go-back a {
    text-align: right;
    border: none;
    background: white;
    text-decoration: underline;
}

.go-back a {
    font-family: DIN-Regular;
    color: rgb(128, 128, 128);
    font-size: 18px;
    text-align: right;
}

form #jqueryCard {
    background-image: url('/wp-content/themes/naf-3/images/donate/cards.png');
    background-position: 6px 49px;
    background-size: 62px 299px;
    background-repeat: no-repeat;
    padding-left: 70px;
    width: 100%;
}

.donate-flex.notice.text-align-start {
    position: relative;
    bottom: 7px;
}

.payment-last {
    margin-bottom: 29px;
    position: relative;
}

.my-check {
    color: grey;
    position: relative;
    top: 39px;
    left: 88px;
}

input#jqueryCard {
    letter-spacing: 3px;
}

.error_messages {
    display: block;
    text-align: left;
    color: #721c24;
}

.error_messages li {
    border: #f5c6cb solid 1px;
    padding: 10px;
    background-color: #f8d7da;
    border-radius: .25rem;
    margin-top: 5px;
}

.success_messages {
    display: block;
    text-align: left;
    color: white;
}

.success_messages li {
    border: #077a50cc solid 1px;
    padding: 10px;
    background-color: #077a50cc;
    border-radius: .25rem;
    margin-top: 5px;
}

/******Thank You page*****/
button#btn-more-option {
    border: none;
    background: white;
    font-family: DIN-Regular;
    width: 80%;
}

#donate-thankyou {
    /* margin-top: 366px; */
    max-width: 1140px;
    min-width: 260px;
}

.thankyou .title {
    font-weight: bold;
    font-size: 59px;
    line-height: 69px;
    position: relative;
    top: 15.92px;
    color: #32AA50;
    color: rgb(50, 170, 80);
    margin-bottom: 25px;
}

.thankyou .sub {
    font-size: 20px;
    color: #000000;
    color: rgb(0, 0, 0);
    font-family: DIN-Regular;
    font-weight: 600;
    margin-bottom: 20px;
}

#donate-thankyou textarea {
    background: rgba(247, 247, 247, 1);
    border-style: Solid;
    border-color: #E6E6E6;
    border-color: rgba(230, 230, 230, 1);
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    max-width: 748px;
    height: 130px;
    margin-bottom: 30px;
    padding: 15px 15px;
}

.btn-send {
    background-color: #32AA50;
    margin-left: auto;
    margin-right: auto;
    color: white;
    position: relative;
    bottom: 41px;
    margin-top: 20px;
}

.btn-send:hover {
    color: white;
}

.next {
    background-color: #32AA50;
    color: white;
}

i.fa.fa-facebook-square.my-facebook {
    margin-right: 6px;
}

.card-active {
    border-color: #4D4D4D;
}

.card-active img {
    border: #060409 solid 4px;
}

.social-title {
    font-size: 21px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
    font-family: DIN-Regular;

}

.social {
    max-width: 477px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.notice {
    font-family: DIN-Regular;
    font-size: 13px;
    color: #666666;
    color: rgb(102, 102, 102);
}

.notice.donate-button-notice {
    max-width: 366px;
}

.notice.donate-button-notice p {
    line-height: 18px;
}

button.facebook {
    background-color: #4D4D4D;
    border: 1px solid #4D4D4D;
    color: white;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-family: DIN-Bold;
    cursor: pointer;
    width: 78%;
    margin: 20px 0;
    height: 60px;
}

button#share, button#feed {
    background-color: #4D4D4D;
    border: 1px solid #4D4D4D;
    color: white;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-family: DIN-Bold;
    cursor: pointer;
    width: 78%;
    margin: 20px 0;
    height: 60px;
}

.option-style {
    background-color: white;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: DIN-Bold;
    cursor: pointer;
    width: 78%;
    margin: 10px 0;
    height: 60px;
}

.option-style:hover {
    border: 2px solid #4D4D4D;
}

.option-style:hover:active {
    background-color: #4D4D4D;
    color: white;
}

input.personal-message[type="text"] {
    width: 78%;
}

input.personal-message {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid black;
    font-size: 22px;
    font-family: DIN-Regular;
}

/************USER PROFILE*********/
.user-profile {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    position: relative;
    bottom: 35px;
    font-family: DIN-BOLD;
    margin-top: 40px;
    font-size: 22px;
}

.profile-left {
    width: 306px;
    margin-right: 95px;
    padding-right: 50px;
    border-right: 1px solid #E6E6E6;
}

.profile-left, .profile-right {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 45%;
}

.cancel-donation {
    line-height: 55px;
}

.profile-right .regular-checkbox {
    width: 25px;
    float: left;
    margin-right: 10px;
}

.btn-edit-action:disabled {
    background-color: #5b5c60 !important;
}

.donation-input:disabled {
    background-color: #5b5c6052;
}

.btn-change-password, .btn-change-donation {
    width: 100%;
    min-width: 106px;
    height: 45px;
    margin-right: 12px;
    background-color: #32AA50;
    color: white;
    border: 1px solid #32AA50;
    font-size: 22px;
    font-family: DIN-Regular;
    border-radius: 8px;
}

a.btn-change-password {
    text-align: center;
    line-height: 45px;
}

.address {
    position: relative;
    bottom: 14px;
}

.btn-change-donation {
    max-width: 272px;
}

.move-top {
    position: relative;
    bottom: 22px;
}

.donate.member-popup.clear.donate-main.donate-profile {
    padding-top: 79px !important;
    height: 600px;
    margin-top: -28%;
}

.donate.member-popup.clear.donate-main{
    padding-top: 10px;
}

.donate-profile .btn-group.month-or-once {
    width: 100%;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.btn-popup {
    border: none;
    width: 63px;
}

.btn-yes {
    background: #32AA50;
}

.btn-cancel {
    background: red;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/***************STEPS**************/

#step2, #step3, #step4, #step5, #step6 {
    padding: 0 30px;
    margin: 0 auto;
}

.shade {
    background: #707070;
}

.hide {
    display: none;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.spinner {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #0000001f;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    justify-content: center;
    font-size: 150px;
    color: #2d9446;
}

#newsletter-signup-form {
    font-size: 0.9em;
}

#newsletter-signup-form label {
    float: left;
    vertical-align: middle;
    margin-top: auto;
    line-height: 50px;
}

#newsletter-signup-form input {
    float: left;
    margin-right: 10px;
    width: 18px;
}

/***************INSERT*****/
.valid {
    border-color: #32AA50;
}

.invalid {
    border-color: red
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

/**************MEDIA******************************/
@media all and (min-width: 1460px) {

    h3.donate-pargraph {
        position: relative;
        right: 2px;
        margin: auto;
    }

    h3.donate-paragraph-2 {
        position: relative;
        right: 2px;
        top: 23%;
        margin: auto;
    }

}

@media all and (max-width: 1360px) and (min-width: 768px) {
    /* .donate {
        top: 9%;
    } */

    h3.donate-pargraph {
        font-size: 31px;
    }

    h3.donate-paragraph-2 {
        font-size: 27px;
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .fourth {
        margin-top: 46px;
    }
}
@media all and (max-width: 1160px) {
    .donate.member-popup.clear.donate-main.donate-profile {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media all and (max-width: 1024px) {
    .go-back{
        left: 0;
    }
    .anonymous.match {
        display: block;
        margin-top: 15px;
    }
    .third {
        margin-top: 60px;
    }
    .banner {
        height: 666px;
    }

    .btn-group.month-or-once {
        width: 56%;
    }

    h3.donate-pargraph {
        font-size: 25px;
        top: 60px;
    }

    .donate-half-flex.sm-full.reduce-top {
        margin-top: 0px;
    }

    h3.donate-paragraph-2 {
        font-size: 21px;
        top: 19%;
        line-height: 120%;
    }

    .banner.profile h3.donate-paragraph-2 {
        top: 9%;
    }

    .edit {
        bottom: 11px;
        margin-right: 11px;
        margin-left: 0
    }

    .br-control {
        display: none;
    }

    .left-align {
        text-align: left;
    }

    .notice.donate-button-notice {
        max-width: 100%;
    }

    .donate.member-popup.clear.donate-main {
        padding: 25px 40px !important;
        margin-bottom: 66px;
/*        box-sizing: content-box !important;*/
        /* margin-top: 334px; */
        /* height: 745px; */
        min-width: 400px;
        padding-top: 50px;
        /* top: -3%; */
    }

    #donate-thankyou {
        /* box-sizing: content-box !important; */
        /* margin-top: 260px; */
    }

    #donate-thankyou textarea {
        width: 88%;
    }

    #reduce-length {
        width: 100%;
    }

    .donate-triple-input {
        width: 31%;
    }

    .custom-dollar input {
        height: 94%;
        max-width: 77.5%;
    }

    .btn-group.month-or-once {
        justify-content: space-between;
    }

    .donate {
        height: auto;
    }

    .last {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;

    }

    .second, .last {
        padding: 0;
    }

    div.give-honor {
        display: flex;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        width: 100%;
        justify-content: space-between;
        align-items: center;
        max-width: none;
        margin-right: 0px;
    }

    .give-honor .edit a {
        cursor: pointer;
    }

    .custom-dollar {
        position: relative;
        top: 45px;
        max-width: none;
    }

    .dollar-custom {
        max-width: none;
    }

    .secnd-give {
        width: 100%;
        max-width: 459px;
    }

    button.btn-donate.btn-big.modal-opacity {
        width: 100%;
    }

    .third, .second.btn-group {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    button.btn-donate.dollar {
        width: 65px;
        margin: 0;
    }

    .btn-group.month-or-once {
        width: 100%;
    }

    button.btn-donate.dollar {

        width: 15vmin;
    }

    .fourth {
        position: relative;
        top: 23px;
    }

    .match {
        width: 265px;
        margin-left: 33px;
        padding-top: 19px;
        float: left;
    }

    button.btn-donate.btn-big.skip-to-payment {
        width: 100%;
        margin-top: 10px;
    }

    /* .white {
        margin-bottom: 575px;
    } */

    /*****payment***/
    .my-check {
        left: 28%;
    }

    #donate-payment {
        max-width: 1140px;
        /* margin-top: 260px; */
        min-width: 616px;
        padding: 49px 59px;
        padding-top: 55px;
    }

    .donate-half-input.sm-full {
        width: 100%;
        margin-right: 0;
    }

    .wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .donate-half-flex.sm-full {
        width: 100%;
        margin-top: 40px;
    }

    .btn-donate.btn-big.submit {
        width: 100%;
        margin-top: 155px;
    }

    .total {
        top: 155px;
        width: 100%;
        font-size: 30.25px;
    }

    .donate-relative {
        width: 100%;
    }

    .long-white {
        margin-bottom: 2021px;
    }

}

@media all and (max-width: 768px) {
    /* #donate-payment {
        margin-top: 310px;
    } */

    .donate{
        width: 100%;
    }

    #donate-thankyou {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        /* margin-top: 366px; */
    }

    .icon-sub img {
        width: 80%;
    }

    .card img {
        width: 110%;
    }

    #step3 .btn-redirect, #step5 .btn-redirect, #step6 .btn-redirect {
        top: 2px;
    }

    .long-white {
        margin-bottom: 2021px;
    }
}

@media all and (max-width: 660px) {
    .user-profile{
        flex-direction: column;
    }
    .profile-left, .profile-right{
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .donate.member-popup.clear.donate-main {
        /* margin-top: 400px; */
        height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
        min-width: unset !important;
    }

    .go-back {
        left: -14px;
    }

    .give-honor {
        flex-direction: column;
        margin-right: 0px;
        margin-top: 10px;
    }

    .honor {
        width: 218px;
        margin-top: 15px;
    }

    .honor:nth-child(2) {
        margin: 10px 0px;
        text-align: center;
        padding-left: 0;
        font-size: 19px;
    }

    .honor:first-child {
        font-size: 19px;
    }

    .edit {
        bottom: 0;
        margin-left: 0px
    }

    .donate-pargraph {
        font-size: 31px;
    }

    .donate-paragraph-2 {
        font-size: 23px;
    }

    /* .white {
        margin-bottom: 650px;
    }

    .long-white {
        margin-bottom: 2100px;
    } */

    /* #donate-payment {
        margin-top: 350px;
    } */

    .empty-block {
        display: none;
    }

    .give-honor p {
        font-size: 18.5px;
    }
}

@media all and (max-width: 655px) {
    .donate.member-popup.clear.donate-main {
        /* margin-top: 443px; */
    }

    #donate-payment {
        min-width: 200px;
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #agree .tag {
        max-width: 473px;
        min-width: 250px;
        width: 100%;
    }

}

@media all and (max-width: 532px) and (min-width: 432px) {
    #agree .regular-checkbox + label {
        bottom: 87px;
    }

    .thankyou .title {
        font-size: 43px;
    }

    .thankyou .sub {
        font-size: 17px;
    }

    .social-title {
        font-size: 15px;
    }

    .option-style {
        font-size: 16px;
    }

    button#share, button#feed {
        font-size: 17px;
    }
}

@media all and (max-width: 504px) {

    .donate-triple-input:first-child, .donate-triple-input:nth-child(2) {
        margin-right: 11px;
    }
    footer.on.donate_profile{
        margin-top: 180px !important;
    }
    .donate-flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;

        margin-bottom: 20px;
    }

    .donate-half-input {
        width: 100%;
        margin-top: 15px;
    }

    .donate-half-input:first-child {
        margin-right: 0px;
    }

    .donate-half-input.sm-full, .donate-half-flex.sm-full {
        margin-top: 0px;
    }

    .donate-half-input.state {
        margin-right: 20px;
    }

    h3.donate-page-title {
        text-align: left;
        font-size: 32px;
        right: 0;
        margin-left: 0;
        text-align: center;
        min-width: unset;
/*        width: 500px;*/
    }

    .btn-redirect {
        min-width: 175px;
        width: 100%;
    }

    .btn-message {
        min-width: 75px;
        width: 28%;
    }

    .first {
        max-width: 100%;
        min-width: 100%;
    }

    .go-back {
        left: 0px
    }

    #select-state select, .donate-triple-input select, #select-state-2, #select-state-2_sub {
        font-size: 14px;
    }

    .my-check {
        left: 17%;
    }

    .donate-half-flex.sm-full.expiration {
        margin-top: 15px;
    }

    .thankyou .title {
        font-size: 40px;
    }

    .thankyou .sub {
        font-size: 14px;
    }

    .social-title {
        font-size: 12px;
    }

    .option-style {
        font-size: 15px;
    }

    button#share, button#feed {
        font-size: 17px;
    }

    #donate-thankyou {
        /* margin-top: 500px; */
    }

    .mid-white {
        margin-bottom: 870px;
    }

    .paragraph {
        font-size: 24px;
    }

    .icon-sub p {
        font-size: 15px;
    }

    .modal-container .center-vertical {
        font-size: 15px;
        width: 80%;
    }

    .btn-edit, .btn-preview {
        font-size: 11px;
    }

    #step2, #step3, #step4, #step5, #step6 {
        padding: 0 15px;
    }

    div.message-donor {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.message-donor input.donate-input {
        padding-left: 48px;
    }
}

@media (max-width: 469px) and (min-width: 429px) {
    .donate.member-popup.clear.donate-main {
        /* margin-top: 500px; */
    }

    /* .white {
        margin-bottom: 690px;
    } */

    #donate-payment {
        min-width: 345px;
        padding-left: 15px;
        padding-right: 15px;
        /* margin-top: 445px; */
    }

    /* .long-white {
        margin-bottom: 2100px;
    } */

}

@media all and (max-width: 432px) {

    .donate input[type="text"] {
        padding-left: 10px;
    }

    input.personal-message {
        font-size: 12px;
    }

    .btn-donate {
        font-size: 18px;
    }

    .dollar-sign {
        bottom: 1px;
    }

    .first {
        margin-bottom: 58px;
    }

    button.btn-donate.dollar {
        width: 17%;
    }

    .match {
        margin-left: 34px;
        padding-top: 8px;
        margin-top: 17px;
        float: left;
    }

    .donate.member-popup.clear.donate-main {
        /* margin-top: 515px; */
        min-width: 220px;
        padding: 25px;
    }

    .third {
        /* margin-top: 62px; */
    }

    /* .white {
        margin-bottom: 690px;
    }

    .long-white {
        margin-bottom: 2200px;
    } */

    #donate-payment {
        min-width: 200px;
        padding-left: 15px;
        padding-right: 15px;
        /* margin-top: 435px; */
    }

    .donate-half-input {
        width: 100%;
    }

    button.btn-donate.btn-long, label.label-above {
        font-size: 13px;
    }

    #agree .regular-checkbox + label {
        bottom: 105px;
    }

    .custom-dollar input {
        max-width: 75.5%;
    }

    .first {
        margin-bottom: -6px;
    }

    /* .third {
        margin-top: 35px;
    } */

    .fourth {
        top: 6px;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        /* CSS specific to iOS devices */
        button.btn-donate.dollar {
            width: 11%;
        }

        .custom-dollar input {
            width: 73.5%;
        }

        .custom-dollar input {
            height: 82%;
        }

        #agree .regular-checkbox + label {
            bottom: 103px;
        }
    }

}

@media (max-width: 386px) and (min-width: 339px) {
    .donate-paragraph-2, . .donate-pargraph {
        width: 90%;
    }

    h3.donate-page-title {
        font-size: 28px;
    }

   /* .orange-line {
        width: 89%;
    }*/

    .total {
        top: 180px;
        font-size: 24.25px;
    }

    #agree .regular-checkbox + label {
        bottom: 124px;
    }

    .paragraph {
        font-size: 20px;
    }

    .icon-sub p {
        font-size: 12px;
    }

    .modal-container .center-vertical {
        font-size: 12px;
    }

    @supports (-webkit-overflow-scrolling: touch) {

        #agree .regular-checkbox + label {
            bottom: 103px;
        }
    }
    input#jqueryCard {
        letter-spacing: 1px;
        font-size: 15px;
    }

    form #jqueryCard {
        -webkit-background-size: 45px 299px;
        background-size: 45px 299px;
        padding-left: 57px;
    }
}

@media all and (max-width: 338px) {
    .my-check {
        left: 21%;
    }

    input#jqueryCard {
        letter-spacing: 1px;
        font-size: 15px;
        padding-left: 61px;
    }

    form #jqueryCard {
        -webkit-background-size: 45px 299px;
        background-size: 45px 299px;
        padding-left: 57px;
    }

    .paragraph {
        font-size: 20px;
    }

    .icon-sub p {
        font-size: 12px;
    }

    .modal-container .center-vertical {
        font-size: 12px;
    }

    #donate-thankyou {
        /* margin-top: 460px; */
    }

    .txtNAF {
        font-size: 13px;
        right: 17px;
    }

    .tag {
        font-size: 14px;
    }

    #agree .regular-checkbox + label {
        bottom: 124px;
    }

    .long-white {
        margin-bottom: 2300px;
    }

    h3.donate-paragraph-2 {
        top: 27%;
    }

    h3.donate-page-title {
        font-size: 28px;
    }

    .orange-line {
        width: 89%;
    }

    .total {
        top: 216px;
        font-size: 22.25px;
    }
}


.white, .long-white, .mid-white{
    display: none;
}