/* line 19, ../sass/waystogive.scss */
body {
  font-family: Roboto, 'Lucida Grande', 'Lucida Grande Unicode', Verdana, sans-serif;
}

/* line 22, ../sass/waystogive.scss */
#new-ways-to-give-menu {
  *zoom: 1;
  padding: 30px 20px;
}
/* line 9, ../sass/waystogive.scss */
#new-ways-to-give-menu:before, #new-ways-to-give-menu:after {
  content: " ";
  display: table;
}
/* line 14, ../sass/waystogive.scss */
#new-ways-to-give-menu:after {
  clear: both;
}
/* line 27, ../sass/waystogive.scss */
#new-ways-to-give-menu h2 {
  margin: 0 0 0.25em;
  font-weight: 400;
  font-size: 1.75em;
}
/* line 32, ../sass/waystogive.scss */
#new-ways-to-give-menu a {
  text-decoration: none;
  color: #007788;
  font-weight: bold;
  display: block;
}
/* line 38, ../sass/waystogive.scss */
#new-ways-to-give-menu a:hover {
  text-decoration: none;
}
/* line 42, ../sass/waystogive.scss */
#new-ways-to-give-menu .left,
#new-ways-to-give-menu .right {
  width: 50%;
  float: left;
}
/* line 46, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .inside,
#new-ways-to-give-menu .right .inside {
  *zoom: 1;
  padding: 0 20px;
}
/* line 9, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .inside:before, #new-ways-to-give-menu .left .inside:after,
#new-ways-to-give-menu .right .inside:before,
#new-ways-to-give-menu .right .inside:after {
  content: " ";
  display: table;
}
/* line 14, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .inside:after,
#new-ways-to-give-menu .right .inside:after {
  clear: both;
}
/* line 50, ../sass/waystogive.scss */
#new-ways-to-give-menu .left h3,
#new-ways-to-give-menu .right h3 {
  font-size: 1.125em;
  color: #c31331;
  font-weight: bold;
  margin-bottom: .5em;
}
/* line 58, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .inside {
  border-right: #000 1px solid;
}
/* line 62, ../sass/waystogive.scss */
#new-ways-to-give-menu .left form fieldset {
  margin: 1em 0;
  border: none;
  padding: 0;
}
/* line 68, ../sass/waystogive.scss */
#new-ways-to-give-menu .left input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
/* line 71, ../sass/waystogive.scss */
#new-ways-to-give-menu .left input[type="radio"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #007788;
  font-weight: 500;
}
/* line 82, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .amounts input[type="radio"] + label {
  padding: 10px 15px 0 15px;
  margin: 6px 10px 6px 0;
  height: 30px;
  width: 40px;
  border: 2px solid #007788;
  border-radius: 4px;
  text-align: center;
}
/* line 92, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .amounts input.checked + label,
#new-ways-to-give-menu .left .amounts input:checked + label {
  background-color: #c31331;
  border-color: #c31331;
  transition: all .25s ease-in-out;
  color: #fff;
}
/* line 103, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .donation-type input[type="radio"] + label {
  margin: 0 10px 10px 0;
}
/* line 105, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .donation-type input[type="radio"] + label:before {
  content: "";
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #007788;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0px 5px -2px 0;
  background-color: #fff;
}
/* line 121, ../sass/waystogive.scss */
#new-ways-to-give-menu .left .donation-type input.checked + label:before,
#new-ways-to-give-menu .left .donation-type input:checked + label:before {
  background-color: #007788;
}
/* line 126, ../sass/waystogive.scss */
#new-ways-to-give-menu .left button {
  font-weight: bold;
  background: #c31331;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 1.25em;
  margin-bottom: 1em;
}
/* line 135, ../sass/waystogive.scss */
#new-ways-to-give-menu .left button:hover {
  cursor: pointer;
  background: #ac112b;
}
/* line 142, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .learn-more {
  margin: 10px 0 20px;
}
/* line 145, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .col-1,
#new-ways-to-give-menu .right .col-2 {
  float: left;
}
/* line 149, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .col-1 {
  width: 60%;
}
/* line 152, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .col-2 {
  width: 40%;
}
/* line 155, ../sass/waystogive.scss */
#new-ways-to-give-menu .right ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  position: static;
  padding-left: 0;
}
/* line 161, ../sass/waystogive.scss */
#new-ways-to-give-menu .right ul li {
  margin-bottom: 10px;
  padding-left: 0;
  width: 96%;
  display: inline-block;
  font-size: 0.9375em;
}
/* line 167, ../sass/waystogive.scss */
#new-ways-to-give-menu .right ul li a {
  font-weight: 700;
}
/* line 170, ../sass/waystogive.scss */
#new-ways-to-give-menu .right ul li strong {
  font-weight: bold;
}
/* line 175, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .give-method {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
/* line 179, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .give-method li {
  width: 100%;
  padding-left: 60px;
  min-height: 45px;
  text-align: left;
}
/* line 185, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .give-method .phone {
  background: url("http://www.diabetes.org/donate/icons/icon-phone.png") no-repeat;
}
/* line 188, ../sass/waystogive.scss */
#new-ways-to-give-menu .right .give-method .email {
  background: url("http://www.diabetes.org/donate/icons/icon-mail.png") no-repeat;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  /* line 199, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .col-1,
  #new-ways-to-give-menu .right .col-2 {
    float: none;
    width: 100%;
  }
  /* line 204, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  /* line 208, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method li {
    padding-left: 0;
    text-align: center;
  }
  /* line 212, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method .phone,
  #new-ways-to-give-menu .right .give-method .email {
    background-position: 50% 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  /* line 224, ../sass/waystogive.scss */
  #new-ways-to-give-menu .left,
  #new-ways-to-give-menu .right {
    width: 100%;
    float: none;
  }
  /* line 230, ../sass/waystogive.scss */
  #new-ways-to-give-menu .left .inside {
    border-right: none;
    border-bottom: #000 1px solid;
  }
}
@media screen and (max-width: 480px) {
  /* line 241, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  /* line 246, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  /* line 250, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method li {
    padding-left: 60px;
    text-align: left;
  }
  /* line 254, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method .phone,
  #new-ways-to-give-menu .right .give-method .email {
    background-position: 0 0;
    padding-top: 0;
  }
  /* line 259, ../sass/waystogive.scss */
  #new-ways-to-give-menu .right .give-method .email {
    padding-top: 15px;
  }
}

/*# sourceMappingURL=waystogive.css.map */
