/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  box-sizing: border-box; }

main {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
div.responsive {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 16px; }

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: regular; }

p {
  margin-bottom: 1.5em;
  line-height: 1.5; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 954px) {
    .container {
      max-width: 953px;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (min-width: 954px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header {
  background-color: #ac1c25;
  background-image: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10065/pattern.png");
  background-repeat: repeat-x;
  padding: 30px 0;
  background-size: auto 60px;
  background-position: center; }
  @media only screen and (max-width: 600px) {
    .header {
      text-align: center; } }

.header-logo {
  height: 55px; }

/**
 * Main form
 */
main.container {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media only screen and (min-width: 901px) {
    main.container--sidebar-right {
      padding-right: 345px;
      position: relative; } }
  main.container:after {
    content: " ";
    display: block;
    clear: both; }

main div.donation-form-container.responsive {
  width: auto; }

/**
 * Form
 */
.form {
  line-height: 1.75; }
  @media only screen and (min-width: 901px) {
    .form {
      float: left;
      padding-right: 105px; } }

.form-title {
  color: #ac1c25;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: regular;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase; }

#gift_amount_header,
#recurring_gift_amount_header {
  display: none !important; }

.monthly-nudge {
  padding: 0;
  color: #ac1c25; }

.monthly-nudge-arrow {
  margin-right: 10px; }

#secureCheckoutForm .gift-type-container {
  display: flex;
  justify-content: start;
  height: auto; }

#secureCheckoutForm .gift-type-button {
  font-size: 1.5em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: regular;
  width: 7em;
  margin-right: 14px;
  height: auto;
  float: none; }

.monthly-nudge-arrow {
  width: 35px; }

#secureCheckoutForm .donation-form-container.responsive .gift-type-label,
#secureCheckoutForm .donation-level-selector {
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #05324a;
  background: #fff;
  color: #05324a;
  line-height: 1;
  padding: 1em 0 .8em;
  display: block;
  border-radius: 0;
  height: auto;
  width: 100%;
  float: none;
  font-size: 1em;
  white-space: normal; }
  #secureCheckoutForm .donation-form-container.responsive .gift-type-label.selected,
  #secureCheckoutForm .donation-level-selector.selected {
    background: #05324a;
    color: #fff; }

#secureCheckoutForm .donation-level-selector {
  font-size: 1.7em; }

.donation-form-container.responsive .donation-level-container {
  width: calc(33.33% - (20px/3));
  margin-right: 10px; }
  .donation-form-container.responsive .donation-level-container:nth-child(3n+3) {
    margin-right: 0; }

.donation-form-container.responsive .donation-level-input-container {
  height: auto;
  width: 100%; }

/**
 * Sidebar
 */
@media only screen and (max-width: 900px) {
  .support {
    display: none; } }

@media only screen and (min-width: 901px) {
  .support {
    float: left;
    margin-right: -345px;
    width: 345px;
    right: 15px;
    top: 0;
    padding: 45px 28px;
    background: url("callout.svg");
    border-bottom: 15px solid #ac1c25;
    background-size: 100% 100%;
    color: #fff; } }

.support-image {
  width: 100%;
  height: auto; }

.support-quote {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em; }

.support-name {
  text-transform: uppercase; }

.button-sub-container {
  min-width: 50%; }

.sustaining-frequency-container,
.sustaining-duration-container,
.sustaining-gift-message {
  display: none !important; }

div.responsive span.field-required {
  display: none; }

.field-required + label:after {
  content: " *";
  color: #ac1c25; }

.donation-form-container.responsive button#pstep_finish,
.donation-form-container.responsive button#pstep_finish.disabled {
  background: #ac1c25;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1.5em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: regular;
  min-width: 100%; }

.honoreeDetailFields {
  margin-top: .75em;
  padding-top: .75em;
  border-top: 1px solid #ccc; }

.honoreeToggleField input[type=checkbox] {
  display: none; }

.donation-form-container.responsive .field-required + label::before {
  display: none; }

#gift_amount_header h4,
.honoreeToggleField,
.honoreeDetailFields label {
  color: #365868;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: regular; }

.honoreeDetailFields label {
  display: block;
  margin-top: 1em; }

div.responsive .honoreeDetailFields input[type=text],
div.responsive .honoreeDetailFields input[type=number],
div.responsive .honoreeDetailFields input[type=password],
div.responsive .honoreeDetailFields input[type=email],
.honoreeDetailFields select,
.honoreeDetailFields textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #365868;
  border-radius: 0;
  padding: 5px;
  box-shadow: none;
  height: 2.5em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("triangle.png");
  background-position: right center;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat; }

.honoreeToggleField {
  margin-top: 1.5em;
  padding-right: 120px;
  position: relative;
  min-height: 3em; }

.honoreeToggleField + [type="checkbox"] {
  position: absolute;
  left: -9999px; }

[type="checkbox"] + label.toggle {
  display: inline-block;
  border: 2px solid #05324a;
  padding: .25rem 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: .4em;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: regular; }

[type='checkbox']:not(:checked) + label.toggle:before,
[type='checkbox']:checked + label.toggle:before {
  content: " ";
  display: block;
  background: #05324a;
  width: 50%;
  left: 0;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  border: none;
  height: 100%; }

[type='checkbox']:checked + label.toggle:after {
  display: none; }

.toggle-option {
  width: 4rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 4px 1rem;
  text-align: center;
  font-family: "Avenir LT Std Heavy", Arial, sans-serif; }

.toggle-no {
  color: #fff; }

.toggle-yes {
  color: #05324a; }

[type='checkbox']:checked + label.toggle:before {
  left: 50%; }

[type='checkbox']:checked + label.toggle .toggle-no {
  color: #05324a; }

[type='checkbox']:checked + label.toggle .toggle-yes {
  color: #fff; }

#secure_checkout_container .donation-form-container.responsive button#pstep_finish {
  background: #ac1c25;
  color: #fff;
  border-bottom: 0 !important; }

#secure_checkout_container .donation-form-container.responsive button#pstep_finish:hover,
#secure_checkout_container .donation-form-container.responsive button#pstep_finish:focus {
  background: #ee4b45;
  background-image: none; }

fieldset {
  border: medium none;
  margin: 0;
  padding: 0; }

footer {
  background: #b8a08e;
  padding-top: 34px; }

.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #f8f0e0;
  padding-bottom: 50px; }

.footer-menu {
  text-align: right; }
  .footer-menu a {
    text-decoration: none;
    color: inherit; }
    .footer-menu a:hover {
      text-decoration: underline; }

.footer-contact {
  color: #f8f0e0;
  text-align: center;
  padding-bottom: 35px;
  font-size: .75em; }
  @media only screen and (max-width: 900px) {
    .footer-contact p {
      width: 50%;
      display: block;
      float: left;
      padding: 10px 0; }
      .footer-contact p:nth-child(2n+1) {
        text-align: left;
        padding-right: 10px;
        clear: both; }
      .footer-contact p:nth-child(2n) {
        text-align: right;
        padding-left: 10px; } }
  @media only screen and (min-width: 901px) {
    .footer-contact p {
      display: inline-block;
      padding: 0px 20px; } }
  .footer-contact:after {
    content: "";
    display: block;
    clear: both; }

.footer-links {
  background: #f8f0e0;
  text-align: center;
  padding: 25px 0;
  font-size: .75em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: regular; }
  .footer-links p {
    padding: 10px 20px; }
    @media only screen and (max-width: 900px) {
      .footer-links p {
        display: block;
        width: 33.3333%;
        float: left; }
        .footer-links p:nth-child(3n+1) {
          text-align: left;
          padding-left: 0;
          clear: both; }
        .footer-links p:nth-child(3n+2) {
          text-align: center; }
        .footer-links p:nth-child(3n) {
          text-align: right;
          padding-right: 0; } }
    @media only screen and (min-width: 901px) {
      .footer-links p {
        display: inline-block; } }
  .footer-links a {
    color: #103b52;
    text-transform: uppercase;
    text-decoration: none; }
  .footer-links:after {
    content: "";
    display: block;
    clear: both; }
