@charset "utf-8";
/* CSS Document */
body {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.ga-fnt {
  font-family: Georgia, Times, Times New Roman, serif;
}
.container {
  max-width: 900px;
}
header {
  background-color: #19455C;
  padding: 10px;
}
#top {
  text-align: center;
  margin: 20px 0;
}
#top p {
  font-size: 21px;
  margin-bottom: 0;
}
h1 {
  font-size: 38px;
  color: #17455a;
  margin-bottom: 0;
}
h2 {
  font-size: 26px;
  margin-top: 2px;
  color: #007946;
  line-height: 1.5;
}
.phn.sr-only {
	position: relative;
	height: auto;
	overflow: unset;
}
.badge-donate-bg::after {
  height: 3px;
  width: 900px;
  background: #19455c;
  content: " ";
  margin: -20px auto 20px;
  display: block;
}
.badge-donate-title {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 8px;
  margin: 5px auto;
  padding-right: 8px;
  background-color: #00d8de;
  border-radius: 20px;
}
.frm-hdr {
  border-bottom: #ccc 1px solid;
  text-transform: capitalize;
  color: #17455a;
  font-weight: bold;
}
.req {
  color: #f02800;
  font-size: 11px;
}
.required:after {
  content: " *";
  color: #f00;
}
.submit {
  text-align: right;
}
.onestepcheckout-button, .onestepcheckout-button:visited {
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
button#onestepcheckout-place-order {
  border-top: #65b343 2px solid;
  border-right: #65b343 2px solid;
  background: none transparent scroll repeat 0% 0%;
  border-bottom: #65b343 2px solid;
  color: #65b343;
  cursor: pointer;
  border-left: #65b343 2px solid;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-property: border-color, -webkit-box-shadow, color, padding, text-shadow;
  -o-transition-property: border-color, box-shadow, color, padding, text-shadow;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  transition-property: border-color, box-shadow, color, padding, text-shadow;
  transition-duration: 250ms;
  padding: 8px 30px 9px;
}
button#onestepcheckout-place-order:hover {
  background: none transparent scroll repeat 0% 0%;
  color: white;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25), inset 0 -2.55em 0 #65b343;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25), inset 0 -2.55em 0 #65b343;
}
#ms-bottom {
  margin-top: 40px;
  font-size: 14px;
  color: #636363;
}
footer {
  background: #19455c;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.order-info {
	padding: 20px;
}





