@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
HTML5 display-role reset for older browsers article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 40px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  background-color: #E2E6EA;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.3;
  min-width: 450px;
}
h1, h2 {
  font-weight: bold;
}
h1 {
  line-height: 1.3;
}
body {
  padding: 0;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  max-width: min(94%, 900px);
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 20px -7px grey;
}
header {
  margin: 0;
  padding: 0;
}
header img {
  width: 100%;
  margin: 0;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.Masthead {
  background-color: white;
  padding-top: 10px;
  margin-top: 0;
}
.Masthead .call {
  color: #141B4D;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 8px;
}
.Masthead .Potrait {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
  transition: 1s;
}
.Masthead blockquote {
  text-align: center;
  font-style: italic;
  padding-top: 1.5em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 1.5em;
  width: 75%;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #A1CDC6;
}
.Masthead blockquote span {
  font-style: normal;
  font-weight: bold;
}
.Masthead .Progress {
  display: block;
  margin-top: 30px;
  text-align: center;
}
#Amount_Raised_Text {
  font-weight: normal;
  text-align: left;
  padding-left: 10%
}
#Amount_Raised_Number {
  font-weight: bold;
  font-size: 25px;
  color: #A1CDC6;
}

#Progress_Bar {
  margin-top: 8px;
  height: 20px;
  width: 80%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #eee;
  border-radius: 25px;
  padding: 6px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) inset;
}
#Progress_Bar > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #A1CDC6;
  position: relative;
  overflow: hidden;
}
.Information {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.Information h2, .Information h3, .Information ul {
  margin-top: 16px;
}
li {
  padding-left: 1em;
}
.Challenge {
  width: 75%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #EDEDED;
}

.Challenge h3 {
 font-weight: normal;
 font-style: italic;
}
.Give {
  margin-top: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.Give h2 {
  color: #121162;
  font-size: 30px;
  padding-left: 10px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #121162;
}

.Give h3 {
 text-align: center;
}
.GiveForm .Above {
  display: block;
  margin-bottom: 5px;
}
.GiveForm p, .GiveForm div {
  margin-top: 25px;
  margin-left: min(40px, 5%);
}

#Amount {
  width: 50px;
  height: 35px;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding-left: 12px;
  font-size: 14px;
}
#Frequency {
  display: flex;
  font-size: 16px;
  margin-top: 5px;
  width: 300px;
}
/*Hide Default Checkboxes*/
.Frequency input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.Frequency label {
 display: inline-block;
 font-size: 1rem;
 padding: 0.75rem 1.5rem;
 box-sizing: border-box;
 position: relative;
  border: solid 1px #ddd;
  background-color: #fff;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.Frequency input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.Frequency input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.Frequency input:hover + label {
  border-color: #213140;
}

.Frequency input:checked + label {
  background-color: #85c1b7;
  border-color: #85c1b7;
  color: #fff;
  box-shadow: 0 0 10px rgba(161, 205, 198, .5);
  z-index: 1;
}

#DayOfMonth {
  width: 45px;
  height: 30px;
  border: solid 1px #ddd;
  border-radius: 5px;
  text-align: center;
}

#FormDayOfMonth {
  display: none;
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}

#CommCheckboxes {
 margin-top: 40px;
}

/* The container */
.checkboxes {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: -5px;
  height: 25px;
  width: 25px;
  
  /* Center checkbox with text */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkboxes:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxes input:checked ~ .checkmark {
  background-color: #85c1b7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxes input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxes .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.GiveForm button {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 40px;
  border-width: 2px;
  font-weight: bold;
  font-size: 17px;
  transition: 0.25s ease-out;
  border-style: none;
  color: white;
  background-color: #F4364C;
}

.GiveForm button:hover {
  transition: 0.25s ease-out;
  background-color: #ca1c47;
  cursor: pointer;
}

.GiveForm .validationError {
 margin-top: 5px;
 margin-left: 0px;
 color: red;
 font-size: 12px;
}

.PrayerLetter {
 display: inline-block;
 text-decoration: none;
 text-align: center;
}

footer {
  font-size: 13px;
  line-height: 17px;
  margin-top: 25px;
  background-color: #141B4D;
  padding: 2em;
  padding-left: 2.5em;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
footer h3 {
  color: #CBCBCB;
}
footer a {
  display: inline-block;
  margin-top: 0.6em;
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration-line: underline;
}

.asterisk {
 font-style:italic
}
/* 12/11/24 SC Added Classes for WA Common Ground Campaign*/
.inline-list {
 list-style: auto;
}

.text-bold {
 font-weight: bold;
}

.challenge-wa1 {
 font-weight: normal;
}
