body,
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.about-section:after,
.about-section:before,
.intro__header-text:before {
  content: "";
  -ms-transform: translateX(-50%);
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.header__page-nav,
[hidden],
template {
  display: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
.header,
.intro-section {
  background-repeat: no-repeat;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 16px;
  font-size: 100%;
  box-sizing: border-box;
}
body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-size-adjust: auto;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative;
  max-width: 1360px;
  overflow-x: hidden;
  margin: auto;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.header {
  padding: 40px 40px 50px;
  background-image: url(./images/image-1.png);
  background-size: 85px 213px;
  background-position: right -60px bottom -146px;
}
.header__logo-wrap {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.header__logo {
  max-height: 100%;
  max-width: 100%;
}
.page-nav__ul {
  list-style-type: none;
}
.page-nav__li {
  display: inline-block;
  font-size: 18px;
}
.page-nav__li:last-child {
  margin-left: 20px;
}
.page-nav__link {
  color: #444;
  text-decoration: none;
}
.page-nav__link--orange {
  color: #f5901a;
}

.img-bg {
  background-image: url(./images/heshy-two.jpg);
  height: 300px;
  background-size: cover;
  width: 300px;
  position: absolute;
  background-position: center;
  opacity: 0.2;
  border-radius: 40px 130px 20px 50px;
}

@media only screen and (min-width: 768px) {
  .header {
    height: 150px;
    background-image: none;
  }
  .header__logo-wrap {
    position: absolute;
    width: 225px;
    top: -20px;
  }
  .header__page-nav {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
  }
}
.intro-section {
  padding: 0 40px 40px;
  background-image: url(./images/image-1.png), url(./images/image-2.png);
  background-size: 85px 216px, 45px 84px;
  background-position: right -51px top -89px, left 1px bottom -41px;
}
.intro-section__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.intro__header-text {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}
.intro__header-text:before {
  background-color: #0b3553;
  height: 1px;
  left: 50%;
  position: absolute;
  top: -19px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
}
.intro__text {
  color: #333;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
  max-width: 800px;
}
.intro__donate-btn {
  background-color: #f5901a;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 9px;
  text-decoration: none;
  text-transform: uppercase;
  width: 240px;
  margin-bottom: 110px;
}
.intro__donate-btn:hover {
  background-color: #ea830a;
}
.intro__donate-btn:active {
  background-color: #d07409;
}
.intro__sub-text {
  color: #333;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.intro__sub-text:before {
  content: "";
  height: 77px;
  background-color: #f5901a;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  -webkit-transform: translate(-50%, -95px);
  -ms-transform: translate(-50%, -95px);
  transform: translate(-50%, -95px);
}
@media only screen and (min-width: 768px) {
  .intro-section {
    background-position: right -75px top 36px, left 1px bottom -8px;
    background-size: auto;
  }
  .intro__header-text {
    font-size: 60px;
    line-height: 0.9;
  }
  .intro__header-text:before {
    width: 70px;
    top: -25px;
  }
  .intro__text {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .intro__donate-btn {
    width: 345px;
    padding: 15px;
    font-size: 20px;
  }
  .intro__sub-text {
    font-size: 70px;
  }
}
.about-section {
  background-color: #f3f3f3;
  padding: 60px 40px 80px;
  background-image: url(./images/image-1.png), url(./images/image-1.png);
  background-repeat: no-repeat;
  background-size: 85px 216px;
  background-position: right -18px top 289px, right -58px bottom -75px;
  position: relative;
  height: 700px;
}
.donate-section,
.footer {
  background-image: url(./images/image-4.png);
  background-repeat: no-repeat;
}
.about-section:after,
.about-section:before {
  width: 50%;
  background-color: #f5901a;
  display: block;
  position: absolute;
  left: 25%;
  top: 23px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-section:after {
  top: auto;
  bottom: 21px;
}
.line-image {
  display: none;
  position: absolute;
  top: -35px;
  left: -400px;
}
.about__main-text {
  color: #999;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.about__image {
  background-color: #fff;
  border-bottom: 2px solid #f5901a;
  height: 310px;
  padding-bottom: 5px;
  width: 250px;
}
.about__sub-text {
  font-size: 13px;
  color: #333;
  width: 250px;
  margin: 15px auto 0;
  position: relative;
  line-height: 1.5em;
}
.orange-line {
  position: absolute;
  width: 2px;
  height: 50px;
  left: 50%;
  bottom: -27px;
  background-color: #f5901a;
}
.orange-line--top {
  bottom: auto;
  top: -25px;
}
@media only screen and (min-width: 768px) {
  .about-section {
    padding: 23px 0;
    background-position: right -18px top 100px, right -58px bottom -159px;
    background-size: auto;
    height: 562px;
  }
  .about-section:after,
  .about-section:before {
    display: none;
  }
  .about__content-wrap {
    border: 2px solid #f5901a;
    border-right: none;
    width: 46%;
    margin: 30px 0 20px 4%;
    padding: 45px 0 66px 50px;
  }
  .about__image,
  .about__main-text,
  .about__sub-text {
    width: 380px;
    text-align: left;
    font-size: 19px;
    margin-left: 0;
  }
  .about__image {
    position: absolute;
    width: auto;
    top: 40px;
    right: 40px;
  }
  .orange-line {
    position: absolute;
    width: 2px;
    height: 80px;
    left: 50%;
    bottom: -32px;
    background-color: #f5901a;
  }
  .orange-line--top {
    bottom: auto;
    top: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__image {
    width: 325px;
    height: 406px;
    top: 60px;
    right: 60px;
  }
}
.donate-section {
  padding: 20px 20px 0;
  position: relative;
  background-size: 98px 251px;
  background-position: left -18px bottom 0;
}
.donate__header {
  font-weight: 400;
  font-size: 15px;
}
.donate__sub-header {
  color: #a3a3a3;
  margin-bottom: 30px;
  font-size: 13px;
}
.donate__form {
  background-color: #f3f3f3;
  margin: auto;
  width: 80%;
  max-width: 876px;
  min-width: 280px;
  padding: 20px 20px 30px;
  position: relative;
}
.donate-form__header-text {
  color: #a3a3a3;
  font-size: 13px;
  padding: 5px 10px;
}
.form-triangle {
  border: 16px solid transparent;
  border-bottom-color: #f3f3f3;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.donate-form__radio-group {
  text-align: center;
}
.radio-group__radio-wrap {
  display: inline-block;
  position: relative;
  width: 85px;
  margin: 0 2% 20px;
  max-width: 150px;
}
.radio-group__input {
  visibility: hidden;
  position: absolute;
}
.radio-group__label {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #f5901a;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  width: 100%;
}
.radio-group__label--small {
  font-size: 11px;
}
.radio-group__input:checked + .radio-group__label {
  border-color: #f5901a;
}
.donate-form__monthly-text {
  color: #444;
  font-size: 13px;
}
.donate-form__monthly-donation {
  background-color: #e5e5e5;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}
.donate-form__monthly-label {
  cursor: pointer;
  display: block;
  font-size: 11px;
  color: #444;
  padding: 10px;
}
.donate-form__monthly-checkbox {
  left: 10px;
  position: absolute;
  top: 47%;
  visibility: hidden;
}
.donate-form__checkbox-cover {
  border: 1px solid #979797;
  color: #444;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.donate-form__checkbox-cover:before {
  content: "✓";
  display: block;
  font-size: 16px;
  font-weight: 900;
  left: -2px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 18px;
}
.donate-form__checkbox-cover:hover {
  border-color: #f5901a;
  opacity: 0.5;
}
.donate-form__checkbox-cover:hover:before {
  color: #f5901a;
  opacity: 0.5;
}
.donate-form__monthly-checkbox:checked + .donate-form__checkbox-cover {
  border-color: #f5901a;
}
.donate-form__monthly-checkbox:checked + .donate-form__checkbox-cover:before {
  color: #f5901a;
  opacity: 1;
}
.donate-form__label-text {
  display: inline-block;
  padding-left: 35px;
  text-align: justify;
  vertical-align: top;
}
.form-input,
.form-label {
  text-align: left;
}
.payment-info__header {
  border-top: 2px solid #e5e5e5;
  color: #444;
  font-size: 13px;
  padding-top: 20px;
}
.form-label {
  color: #444;
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
.form-control {
  border: none;
  padding: 5px;
  width: 100%;
}
.form-input__small {
  display: inline-block;
  width: 47%;
}
.form-input__small:last-child {
  margin-left: 4%;
}
.submit-btn {
  -webkit-appearance: button;
  background-color: #f3f3f3;
  border: 1px solid #d8d6d6;
  color: #d8d6d6;
  cursor: pointer;
  font-weight: 600;
  outline: 0;
  padding: 10px 24px;
  text-align: center;
  text-transform: uppercase;
  width: 240px;
}
.fine-print {
  color: #444;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .form-input:nth-child(n + 2),
  .form-input__small:nth-child(odd) {
    margin-left: 2%;
  }
  .donate-section {
    background-size: auto;
  }
  .donate__header {
    font-size: 40px;
    margin-bottom: 0;
  }
  .donate__sub-header {
    font-size: 24px;
  }
  .donate-form__header-text {
    font-size: 18px;
  }
  .donate__form {
    padding: 40px;
    text-align: left;
  }
  .radio-group__radio-wrap {
    width: 125px;
  }
  .radio-group__label {
    height: 65px;
    line-height: 65px;
  }
  .radio-group__label--small {
    font-size: 14px;
  }
  .donate-form__monthly-text {
    font-size: 18px;
    text-align: left;
  }
  .donate-form__label-text {
    font-size: 14px;
  }
  .payment-info__header {
    font-size: 18px;
    font-weight: 400;
  }
  .fine-print,
  .form-label {
    font-size: 14px;
  }
  .form-input {
    display: inline-block;
    width: 47%;
  }
  .form-input__small {
    width: 22.5%;
  }
  .fine-print {
    margin-top: 15px;
  }
  .submit-btn {
    display: block;
    margin: 0 auto;
    width: 340px;
  }
  .footer {
    background-image: none;
  }
}
.footer {
  background-color: #1c6590;
  padding: 180px 20px 20px;
  margin-top: -100px;
  background-size: 98px 251px;
  background-position: left -49px top -12px;
}
.footer__email-us {
  color: #fff;
  text-decoration: none;
}
.footer__phone {
  color: #f5901a;
}
.checkmark {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: absolute;
  background-color: #f3f3f3;
  top: -8px;
  left: 42%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .checkmark {
    left: 45%;
  }
}
.radio-group__input:checked ~ .checkmark {
  display: inline-block;
}
.checkmark .symbol {
  -webkit-animation: checkmark-animation-symbol 0.2s 0s ease-in-out normal
    forwards;
  animation: checkmark-animation-symbol 0.2s 0s ease-in-out normal forwards;
}
@-webkit-keyframes checkmark-animation-symbol {
  from {
    stroke-dasharray: 0, 27;
  }
  to {
    stroke-dasharray: 27, 27;
  }
}
@keyframes checkmark-animation-symbol {
  from {
    stroke-dasharray: 0, 27;
  }
  to {
    stroke-dasharray: 27, 27;
  }
}
