/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 90%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

var {
  font-style: normal; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

* {
  box-sizing: border-box;
  text-rendering: optimize-legibility;
  font-smoothing: antialiased; }

html,
body {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1.5;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova";
  font-weight: 500; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: inherit; }

img {
  max-width: 100%; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

#main {
  padding: 35px 0;
  background: #f7f7f7;
  overflow: hidden; }
  #main a {
    color: #1e88e5; }

.form-group.-checkbox .checkbox input {
  line-height: 32px;
  vertical-align: middle;
  margin-right: 0.25em; }

.form-group.-checkbox .checkbox > span {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle; }

.form-group.-frequency-radios .field-radio {
  display: inline-block;
  margin: 0 0.5em 0 0; }

@media screen and (max-width: 600px) {
  .form-group.-frequency-radios .label {
    display: block;
    padding-bottom: 10px; }
  .form-group.-frequency-radios .field-radio {
    display: block; } }

.money-bubbles .bubbles {
  margin: 10px 0; }
  .money-bubbles .bubbles .freq-group {
    overflow: hidden;
    width: auto !important;
    margin: 0 -15px; }
    .money-bubbles .bubbles .freq-group .bubble-align {
      float: left;
      padding: 0 15px;
      box-sizing: border-box; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-12 {
        width: 100%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-11 {
        width: 91.667%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-10 {
        width: 83.333%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-9 {
        width: 75%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-8 {
        width: 66.666%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-7 {
        width: 58.333%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-6 {
        width: 50%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-5 {
        width: 41.667%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-4pt5 {
        width: 37.5%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-4 {
        width: 33.333%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-3 {
        width: 25%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-2 {
        width: 16.667%; }
      .money-bubbles .bubbles .freq-group .bubble-align.col-1 {
        width: 8.333%; }
      @media screen and (max-width: 600px) {
        .money-bubbles .bubbles .freq-group .bubble-align {
          width: 50% !important; } }
      @media screen and (max-width: 400px) {
        .money-bubbles .bubbles .freq-group .bubble-align {
          width: 100% !important; } }
      .money-bubbles .bubbles .freq-group .bubble-align .bubble {
        text-align: center;
        background: #efefef;
        border: 1px solid #c3c3c3;
        border-radius: 6px;
        min-height: 48px;
        line-height: 48px;
        cursor: pointer;
        padding: 0 18px;
        position: relative;
        margin: 0 0 24px; }
        .money-bubbles .bubbles .freq-group .bubble-align .bubble .amount {
          font-weight: bold; }
        .money-bubbles .bubbles .freq-group .bubble-align .bubble.-selected {
          background: #000000;
          border-color: #000000;
          border-radius: 6px;
          color: white; }
        .money-bubbles .bubbles .freq-group .bubble-align .bubble.-other {
          background: white;
          text-align: left; }
          .money-bubbles .bubbles .freq-group .bubble-align .bubble.-other time {
            position: absolute;
            right: 18px;
            z-index: 3; }
          .money-bubbles .bubbles .freq-group .bubble-align .bubble.-other .prefix {
            position: relative;
            z-index: 2; }
          .money-bubbles .bubbles .freq-group .bubble-align .bubble.-other input {
            border-radius: 6px;
            background: transparent;
            border: none;
            webkit-appearance: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            padding-left: 38px;
            padding-right: 80px;
            font-size: 16px;
            z-index: 1; }
      .money-bubbles .bubbles .freq-group .bubble-align.-ymob {
        display: none; }

@media screen and (max-width: 600px) {
  .money-bubbles .bubbles .freq-group {
    margin: 0 -7px; }
    .money-bubbles .bubbles .freq-group .bubble-align {
      width: 100% !important;
      padding: 0 7px; }
      .money-bubbles .bubbles .freq-group .bubble-align .bubble {
        margin-bottom: 14px; }
      .money-bubbles .bubbles .freq-group .bubble-align.-other {
        width: 100% !important; }
      .money-bubbles .bubbles .freq-group .bubble-align.-xmob {
        display: none; }
      .money-bubbles .bubbles .freq-group .bubble-align.-ymob {
        display: block; } }

.field-radio label .dot {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
  margin-right: 5px; }

.field-radio label span {
  display: inline-block;
  line-height: 26px;
  vertical-align: middle; }

.field-radio.selected label .dot {
  border: 1px solid #1e88e5; }
  .field-radio.selected label .dot:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #1e88e5;
    border-radius: 50%; }

form h2 {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0 0 0.5em 0; }

form .form-group.-frequency-radios label,
form .form-group.money-bubbles label,
form .form-group.-fee .form-group.-checkbox label {
  display: block;
  float: none;
  margin: 0 0 0.5em; }

form .form-group.-radios label.label-block {
  display: block;
  float: none;
  margin: 0 0 0.5em; }

form .form-group.-radios .field.gift-types {
  overflow: hidden;
  margin: 0 0 1rem; }
  @media screen and (max-width: 600px) {
    form .form-group.-radios .field.gift-types .field-radio {
      margin: 0 0 1rem;
      overflow: hidden; } }

form .form-group.-radios .field.gift-text {
  display: none; }

form .form-group.-fee label,
form .form-group.-checkbox label {
  margin: 0;
  display: block;
  float: none; }
  form .form-group.-fee label #pay_fees,
  form .form-group.-checkbox label #pay_fees {
    margin: 0 5px 0 0;
    float: none; }
  form .form-group.-fee label .inline-label,
  form .form-group.-checkbox label .inline-label {
    color: black;
    font-size: 16px; }

form .form-group.-fee input,
form .form-group.-checkbox input {
  margin: 0 5px 0 0;
  float: none; }

form .form-group.-fee .disclaimer,
form .form-group.-checkbox .disclaimer {
  color: #666; }
  form .form-group.-fee .disclaimer p,
  form .form-group.-checkbox .disclaimer p {
    margin: 0;
    padding: 0; }

form .field-error {
  display: none;
  font-size: 13px;
  margin: -5px 0 15px;
  color: #d32f2f;
  text-align: left;
  line-height: 1.5; }
  form .field-error.-none {
    display: none; }

form .field-message {
  font-size: 13px;
  margin: -5px 0 15px;
  color: #666;
  text-align: left;
  line-height: 1.5; }

form input[type="text"],
form select {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-family: sans-serif; }
  form input[type="text"] option,
  form select option {
    font-family: sans-serif; }

form .form-group.-select label {
  display: block;
  float: none;
  margin: 0 0 10px; }

form .form-group.-select select {
  background: white;
  height: 40px;
  padding: 0 5px;
  min-width: 300px;
  margin: 0 0 10px 0; }

form .has-error .field-error {
  display: block !important; }

form .has-error input,
form .has-error select {
  border: 1px solid #d32f2f !important; }

form .form-section input[type="text"],
form .form-section select {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  margin: 10px 0;
  background: transparent;
  border-radius: 0; }

form .form-section.has-error .field-error {
  display: block; }

form .form-section.has-error input {
  border: 1px solid #d32f2f; }

form .form-section.has-error .input-with-prefix .prefix {
  color: #d32f2f !important; }

form .form-section.-padt {
  padding-top: 10px; }

form .fields.-message {
  clear: both;
  font-style: italic;
  display: none; }
  form .fields.-message a {
    font-weight: bold; }

form .fields.-expandable {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5em 0;
  overflow: hidden; }
  form .fields.-expandable.-xbord {
    border-bottom: 0; }
  form .fields.-expandable.-xpad {
    padding: 0; }
  form .fields.-expandable.-padb {
    padding-bottom: 1.5em; }
  form .fields.-expandable.-title-subdued .expander-title {
    float: none;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1em;
    min-width: 0;
    color: #4e4e4e; }
  form .fields.-expandable .expander p {
    display: inline; }
  form .fields.-expandable .expanded {
    display: none; }
    form .fields.-expandable .expanded .field-section > h2 {
      display: none; }

form .money-bubbles .bubbles {
  padding-top: 10px; }
  form .money-bubbles .bubbles .freq-group {
    margin: 0 -7px; }
    form .money-bubbles .bubbles .freq-group .bubble-align {
      padding-left: 7px; }
      form .money-bubbles .bubbles .freq-group .bubble-align .bubble {
        margin: 0 0 14px;
        font-size: 15px; }

.hub-field {
  display: block;
  overflow: hidden;
  margin: 0 0 24px; }
  .hub-field h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #4e4e4e;
    margin: 0 0 0.5em 0; }
    .hub-field h3 label {
      color: inherit !important; }
  .hub-field.-checkbox label {
    float: none;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1em;
    min-width: 0;
    color: black; }
  .hub-field.-dd select {
    padding-right: 30px;
    min-width: 200px; }

.richtext {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #444; }
  .richtext a {
    color: #1e88e5; }
  .richtext .smaller {
    font-size: 13px; }
  .richtext em,
  .richtext i {
    font-style: italic; }
  .richtext strong,
  .richtext b {
    font-weight: bold; }
  .richtext > p {
    padding: 0; }
  .richtext > p,
  .richtext > div,
  .richtext > small,
  .richtext > iframe,
  .richtext > object,
  .richtext > ul,
  .richtext > ol {
    margin-bottom: 24px; }
    .richtext > p:first-child,
    .richtext > div:first-child,
    .richtext > small:first-child,
    .richtext > iframe:first-child,
    .richtext > object:first-child,
    .richtext > ul:first-child,
    .richtext > ol:first-child {
      margin-top: 0; }
    .richtext > p:last-child,
    .richtext > div:last-child,
    .richtext > small:last-child,
    .richtext > iframe:last-child,
    .richtext > object:last-child,
    .richtext > ul:last-child,
    .richtext > ol:last-child {
      margin-bottom: 0; }

#main .share {
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 20px; }
  #main .share .left {
    float: left;
    width: 60%;
    padding-right: 25px; }
    #main .share .left .richtext {
      margin: 0 0 20px; }
    #main .share .left a.logo {
      display: block; }
      #main .share .left a.logo img {
        display: inline-block;
        width: 350px;
        max-width: 90%; }
  #main .share .right {
    float: left;
    width: 40%; }
    #main .share .right .button {
      display: block;
      color: white;
      margin: 0 0 10px;
      padding: 8px 20px;
      cursor: pointer; }
      #main .share .right .button .ic {
        font-size: 30px;
        margin-right: 10px;
        vertical-align: middle; }
      #main .share .right .button span {
        font-size: 17px;
        line-height: 30px;
        vertical-align: middle; }
      #main .share .right .button.-facebook {
        background: #4368b0; }
      #main .share .right .button.-tweet, #main .share .right .button.-twitter {
        background: #1dadeb; }
      #main .share .right .button.-email {
        background: #868686; }
  @media screen and (max-width: 800px) {
    #main .share .left {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0 0 30px; }
    #main .share .right {
      float: none;
      width: 100%; } }

.stripe-checkout {
  text-align: center;
  padding-top: 2em; }
  .stripe-checkout .btn {
    margin: 0 0 0.5em; }

.box {
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px; }
  .box.-mtop {
    margin-top: 50px; }
  .box .box-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #000000;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 0; }
  .box .box-body,
  .box .box-footer {
    padding: 50px 90px; }
    .box .box-body .richtext,
    .box .box-footer .richtext {
      font-size: 15px;
      color: #444;
      line-height: 1.5; }
      .box .box-body .richtext h1,
      .box .box-body .richtext h2,
      .box .box-body .richtext h3,
      .box .box-body .richtext h4,
      .box .box-body .richtext h5,
      .box .box-body .richtext h6,
      .box .box-footer .richtext h1,
      .box .box-footer .richtext h2,
      .box .box-footer .richtext h3,
      .box .box-footer .richtext h4,
      .box .box-footer .richtext h5,
      .box .box-footer .richtext h6 {
        font-family: "proxima-nova";
        font-weight: bold;
        font-size: 21px;
        margin: 0 0 30px; }
      .box .box-body .richtext p,
      .box .box-footer .richtext p {
        margin: 0 0 16px; }
        .box .box-body .richtext p:last-child,
        .box .box-footer .richtext p:last-child {
          margin-bottom: 0; }
    .box .box-body .form-prefix,
    .box .box-footer .form-prefix {
      margin-bottom: 50px; }
  .box .box-footer {
    padding-top: 0; }
  .box.-bare {
    background: transparent;
    box-shadow: none; }
    .box.-bare .box-header {
      background-color: transparent;
      color: #000;
      text-align: left;
      font-size: 28px;
      letter-spacing: 0;
      margin: 0 0 30px;
      padding: 0;
      line-height: 1.4; }
    .box.-bare .box-body {
      padding: 0; }
  @media screen and (max-width: 800px) {
    .box.-bare .box-header {
      text-align: center;
      margin: 0 0 10px; }
    .box .box-body {
      padding-top: 20px; }
    .box .box-body,
    .box .box-footer {
      padding-left: 25px;
      padding-right: 25px; } }

.box-suffix,
.box-prefix {
  text-align: center;
  /* For questions or to: */ }
  .box-suffix .richtext,
  .box-prefix .richtext {
    font-size: 14px;
    line-height: 1.4; }
  .box-suffix.box-suffix,
  .box-prefix.box-suffix {
    padding-top: 50px; }
  .box-suffix.box-prefix,
  .box-prefix.box-prefix {
    padding-bottom: 50px; }

.btn {
  /* Rectangle 4: */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #000000;
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s; }
  .btn.btn-lg {
    padding: 15px 20px; }
  .btn:hover, .btn:visited, .btn:active {
    color: #fff;
    background: #000000;
    display: inline-block; }
  .btn:hover {
    color: #fff;
    background: #000000; }
  .btn.btn-secondary {
    border: 2px solid #000000;
    color: #000000;
    box-shadow: none;
    background: transparent; }

.footer {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #2d2e30;
  line-height: 1.5;
  padding: 40px 0;
  box-shadow: 0 -1px 0 0 #dddddd; }
  .footer .row {
    margin: 0 0 13px; }
    .footer .row:last-child {
      margin: 0; }
  .footer a {
    color: #1e88e5; }
  .footer .copyright {
    display: block;
    color: #444;
    margin: 0 0 1em; }
  .footer .nonp {
    display: block;
    margin: 0 0 1em; }
  .footer .menu {
    margin: 0 5px;
    display: inline-block; }
    .footer .menu a {
      margin: 0 2px; }
    .footer .menu .delim {
      margin: 0 4px;
      color: #999; }
  @media screen and (max-width: 500px) {
    .footer .menu {
      display: block;
      padding: 5px 0; } }

.form * {
  box-sizing: border-box; }

.form .-padt {
  padding-top: 30px; }

.form .-padb {
  padding-bottom: 30px; }

.form .-bord-top {
  border-top: 1px solid #e1e3e4; }

.form .-hidden {
  display: none !important; }

.form .form-body .bubbles {
  margin-bottom: 0; }
  .form .form-body .bubbles .bubble time {
    opacity: 0.8; }
  .form .form-body .bubbles .bubble.-selected {
    border: 1px solid #1fbfdd; }

.form .form-body .form-section {
  border-bottom: 1px solid #e1e3e4;
  padding: 30px 0; }
  .form .form-body .form-section .section-title {
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight: 100; }

.form .form-body .form-section,
.form .form-body .form-group {
  overflow: hidden; }
  .form .form-body .form-section.-bare,
  .form .form-body .form-group.-bare {
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 21px; }
  .form .form-body .form-section.-borderless,
  .form .form-body .form-group.-borderless {
    border-bottom: none;
    border-top: none; }
  .form .form-body .form-section.-hide,
  .form .form-body .form-group.-hide {
    display: none; }
  .form .form-body .form-section.-xpadt,
  .form .form-body .form-group.-xpadt {
    padding-top: 0 !important; }
  .form .form-body .form-section.-xpadb,
  .form .form-body .form-group.-xpadb {
    padding-bottom: 0 !important; }
  .form .form-body .form-section.-xpad,
  .form .form-body .form-group.-xpad {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .form .form-body .form-section.-hidden-inputs,
  .form .form-body .form-group.-hidden-inputs {
    display: none; }

.form .form-body .fields .row {
  overflow: hidden;
  width: 100% !important; }

.form .form-body .fields .form-group,
.form .form-body .fields .field {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  margin: 0; }
  .form .form-body .fields .form-group.col-12,
  .form .form-body .fields .field.col-12 {
    width: 100%; }
  .form .form-body .fields .form-group.col-11,
  .form .form-body .fields .field.col-11 {
    width: 91.667%; }
  .form .form-body .fields .form-group.col-10,
  .form .form-body .fields .field.col-10 {
    width: 83.333%; }
  .form .form-body .fields .form-group.col-9,
  .form .form-body .fields .field.col-9 {
    width: 75%; }
  .form .form-body .fields .form-group.col-8,
  .form .form-body .fields .field.col-8 {
    width: 66.666%; }
  .form .form-body .fields .form-group.col-7,
  .form .form-body .fields .field.col-7 {
    width: 58.333%; }
  .form .form-body .fields .form-group.col-6,
  .form .form-body .fields .field.col-6 {
    width: 50%; }
  .form .form-body .fields .form-group.col-5,
  .form .form-body .fields .field.col-5 {
    width: 41.667%; }
  .form .form-body .fields .form-group.col-w4pt5,
  .form .form-body .fields .field.col-w4pt5 {
    width: 37.5%; }
  .form .form-body .fields .form-group.col-4,
  .form .form-body .fields .field.col-4 {
    width: 33.333%; }
  .form .form-body .fields .form-group.col-3,
  .form .form-body .fields .field.col-3 {
    width: 25%; }
  .form .form-body .fields .form-group.col-2,
  .form .form-body .fields .field.col-2 {
    width: 16.667%; }
  .form .form-body .fields .form-group.col-1,
  .form .form-body .fields .field.col-1 {
    width: 8.333%; }
  .form .form-body .fields .form-group.-clear-r,
  .form .form-body .fields .field.-clear-r {
    clear: right; }
  .form .form-body .fields .form-group.-clear-l,
  .form .form-body .fields .field.-clear-l {
    clear: left; }
  .form .form-body .fields .form-group:first-child,
  .form .form-body .fields .field:first-child {
    padding-left: 0 !important; }
  .form .form-body .fields .form-group:last-child,
  .form .form-body .fields .field:last-child {
    padding-right: 0; }
  .form .form-body .fields .form-group.-bare,
  .form .form-body .fields .field.-bare {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px; }
  @media screen and (max-width: 700px) {
    .form .form-body .fields .form-group,
    .form .form-body .fields .field {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0 0 30px; }
      .form .form-body .fields .form-group.-w12, .form .form-body .fields .form-group:last-of-type,
      .form .form-body .fields .field.-w12,
      .form .form-body .fields .field:last-of-type {
        margin-bottom: 0; } }

.form .form-body .fields.-expandable .expander {
  font-size: 16px;
  line-height: 1.5; }

.form .form-body .fields.-expandable .expanded {
  display: none; }

.form .form-body .fields.-spacey-labels .label {
  margin-bottom: 13px !important; }

.form .form-body .form-group {
  margin: 0 0 30px; }
  .form .form-body .form-group.-xmarg {
    margin: 0; }
  .form .form-body .form-group .label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin: 0 0 6px;
    padding-left: 1px; }
  .form .form-body .form-group .form-control {
    height: 45px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    font-size: 16px;
    font-family: "proxima-nova"; }
  .form .form-body .form-group .field-message {
    color: #999;
    font-size: 90%; }
  .form .form-body .form-group.field-honorarium .form-section {
    text-align: left; }
    .form .form-body .form-group.field-honorarium .form-section.radios {
      padding-bottom: 0;
      border-bottom: none; }
      .form .form-body .form-group.field-honorarium .form-section.radios .field.gift-types {
        margin: 0; }
        .form .form-body .form-group.field-honorarium .form-section.radios .field.gift-types .row {
          display: inline-block;
          margin-right: 18px;
          padding-bottom: 0; }
          @media screen and (max-width: 600px) {
            .form .form-body .form-group.field-honorarium .form-section.radios .field.gift-types .row {
              display: block;
              margin: 0 0 18px; }
              .form .form-body .form-group.field-honorarium .form-section.radios .field.gift-types .row:last-child {
                margin-bottom: 30px; } }
        .form .form-body .form-group.field-honorarium .form-section.radios .field.gift-types .field-radio {
          display: inline; }
    .form .form-body .form-group.field-honorarium .form-section.reason {
      padding-top: 0; }
      .form .form-body .form-group.field-honorarium .form-section.reason .field.gift-text {
        width: 100%;
        padding: 0; }
  .form .form-body .form-group .field-error {
    display: none;
    padding-top: 9px;
    font-size: 13px;
    color: #d32f2f;
    text-align: left;
    line-height: 1.5; }
    .form .form-body .form-group .field-error.-none {
      display: none; }
  .form .form-body .form-group.has-error .field-error {
    display: block; }
  .form .form-body .form-group.has-error input {
    border: 1px solid #d32f2f; }
  .form .form-body .form-group.has-error .input-with-prefix .prefix {
    color: #d32f2f !important; }
  .form .form-body .form-group.-checkbox .checkbox {
    display: block;
    overflow: hidden;
    margin: 0 0 0.25em; }
    .form .form-body .form-group.-checkbox .checkbox input {
      border: none;
      height: 24px;
      width: 20px;
      float: left;
      line-height: 24px;
      vertical-align: middle;
      padding: 0; }
    .form .form-body .form-group.-checkbox .checkbox .inline-label {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      vertical-align: middle; }
  .form .form-body .form-group.-checkbox small p {
    display: block;
    margin: 0; }
  .form .form-body .form-group.-checkbox .disclaimer {
    font-size: 13px;
    color: #444;
    text-align: left;
    line-height: 1.4; }
  .form .form-body .form-group.-frequency-radios .options .field-radio {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer; }
    .form .form-body .form-group.-frequency-radios .options .field-radio:last-of-type {
      margin-right: 0; }
  .form .form-body .form-group.-frequency-radios .options label {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle; }
    .form .form-body .form-group.-frequency-radios .options label input,
    .form .form-body .form-group.-frequency-radios .options label span {
      vertical-align: middle; }
    .form .form-body .form-group.-frequency-radios .options label input {
      margin-top: 0; }
    .form .form-body .form-group.-frequency-radios .options label:last-child {
      margin-right: 0; }
  .form .form-body .form-group.-frequency .field-value {
    margin: 0 0 8px; }
    .form .form-body .form-group.-frequency .field-value .prefix {
      font-size: 30px;
      font-weight: bold;
      line-height: 24px;
      vertical-align: middle; }
    .form .form-body .form-group.-frequency .field-value .value {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      vertical-align: middle; }
  .form .form-body .form-group.-frequency .other-options small {
    font-size: 12px;
    color: #444;
    display: block;
    margin: 0 0 3px; }
  .form .form-body .form-group.-frequency .other-options ul li {
    display: block;
    margin: 0 0 1px; }
  .form .form-body .form-group.-money .input-with-prefix {
    height: 60px;
    width: 100%;
    position: relative; }
    .form .form-body .form-group.-money .input-with-prefix .prefix {
      font-size: 32px;
      color: #1a1a1a;
      text-align: left;
      line-height: 30px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .form .form-body .form-group.-money .input-with-prefix .input-offset {
      padding-left: 32px;
      position: relative; }
    .form .form-body .form-group.-money .input-with-prefix .input {
      border-radius: 6px;
      height: 60px;
      font-size: 32px;
      font-weight: 500; }
  .form .form-body .form-group.-radios {
    text-align: center;
    margin-bottom: 36px; }
    .form .form-body .form-group.-radios .radio {
      display: inline-block;
      margin: 0 20px;
      font-weight: normal; }
      .form .form-body .form-group.-radios .radio.-hidden {
        display: none; }
      .form .form-body .form-group.-radios .radio label {
        font-weight: normal;
        line-height: 20px;
        display: inline-block !important;
        vertical-align: middle; }
        .form .form-body .form-group.-radios .radio label > span {
          display: inline-block; }
      .form .form-body .form-group.-radios .radio input {
        margin: 0 4px 0 0 !important;
        padding: 0;
        border: none;
        height: 20px;
        width: auto;
        vertical-align: middle; }
    @media screen and (max-width: 800px) {
      .form .form-body .form-group.-radios .radio {
        display: block;
        margin: 0 0 10px; } }

.form .form-messages {
  text-align: center;
  font-size: 13px;
  color: #d32f2f;
  line-height: 1.5; }
  .form .form-messages p {
    margin: 0; }

.form .form-footer {
  text-align: center; }
  .form .form-footer.-xpad {
    padding: 0; }
  .form .form-footer .btn {
    display: inline-block;
    padding: 15px 80px;
    font-weight: 500;
    box-shadow: none;
    margin: 0 0 15px; }
  .form .form-footer .secured-by {
    display: block; }
  .form .form-footer .form-footnote {
    padding-top: 24px; }
    .form .form-footer .form-footnote .richtext {
      font-size: 15px;
      color: #444; }
      .form .form-footer .form-footnote .richtext > * {
        display: block;
        margin: 0 0 0.25em; }

.form-errors {
  color: #d32f2f;
  text-align: center; }
  .form-errors .error {
    background: #efefef;
    line-height: 18px;
    vertical-align: middle;
    padding: 1em 14px; }
    .form-errors .error .ic {
      margin: 0 4px 0 0;
      background: #d32f2f;
      color: white;
      border-radius: 50%;
      line-height: 18px;
      width: 18px;
      display: inline-block;
      font-size: 13px;
      vertical-align: middle;
      text-align: center; }
    .form-errors .error span {
      line-height: 18px;
      vertical-align: middle; }

.grid {
  padding: 0 21px;
  position: relative;
  max-width: none; }
  .grid.-slim {
    max-width: 890px;
    margin: 0 auto; }
  .grid.-med {
    max-width: 1300px;
    margin: 0 auto; }
  .grid > .row {
    position: relative;
    overflow: hidden; }
    .grid > .row .col-12,
    .grid > .row .col-11,
    .grid > .row .col-10,
    .grid > .row .col-9,
    .grid > .row .col-8,
    .grid > .row .col-7,
    .grid > .row .col-6,
    .grid > .row .col-5,
    .grid > .row .col-w4pt5,
    .grid > .row .col-4,
    .grid > .row .col-3,
    .grid > .row .col-2,
    .grid > .row .col-1,
    .grid > .row .col-sidebar,
    .grid > .row .col-main {
      float: left;
      overflow: hidden; }
    .grid > .row .col-12 {
      width: 100%; }
    .grid > .row .col-11 {
      width: 91.667%; }
    .grid > .row .col-10 {
      width: 83.333%; }
    .grid > .row .col-9 {
      width: 75%; }
    .grid > .row .col-8 {
      width: 66.666%; }
    .grid > .row .col-7 {
      width: 58.333%; }
    .grid > .row .col-6 {
      width: 50%; }
    .grid > .row .col-5 {
      width: 41.667%; }
    .grid > .row .col-w4pt5 {
      width: 37.5%; }
    .grid > .row .col-4 {
      width: 33.333%; }
    .grid > .row .col-3 {
      width: 25%; }
    .grid > .row .col-2 {
      width: 16.667%; }
    .grid > .row .col-1 {
      width: 8.333%; }
    .grid > .row .-clear {
      clear: both; }
    .grid > .row .-clear-r {
      clear: right; }
    .grid > .row .-clear-l {
      clear: left; }
    .grid > .row .col-main {
      width: 65%;
      padding: 0;
      padding-right: 30px; }
    .grid > .row .col-sidebar {
      width: 35%;
      padding-left: 30px; }
  @media screen and (max-width: 1200px) {
    .grid > .row .col-main {
      width: 100%;
      float: none;
      margin: 0 0 30px;
      padding: 0; }
    .grid > .row .col-sidebar {
      width: 100%;
      float: none;
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: 500px) {
    .grid {
      padding: 0 11px; } }

.header {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: #efefef;
  text-align: center;
  height: 60px;
  position: relative;
  z-index: 9999;
  overflow: hidden; }
  .header.-fixed {
    position: fixed;
    width: 100%;
    left: 0; }
  .header > .grid > .row {
    height: 60px; }
  .header .logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .header .logo img {
      display: block;
      max-height: 50px; }
  .header .social {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .header .social a {
      color: #efefef;
      font-size: 25px;
      display: inline-block;
      margin-right: 15px; }
      .header .social a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 600px) {
      .header .social {
        display: none; } }
  .header.logo-left .logo {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .header.no-social .social {
    display: none; }

.banner-fixed-buffer {
  height: 60px;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .banner.-fixed {
    position: relative;
    left: auto;
    top: auto; }
  .banner .logo {
    max-width: 150px; }
  .banner .social a {
    margin-right: 10px; }
  .banner-fixed-width {
    display: none; } }

.hero {
  background: #efefef; }
  .hero .bg-area {
    display: block;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .hero .bg-area img {
      display: none; }
  @media screen and (max-width: 800px) {
    .hero .bg-area {
      background-image: none !important;
      height: auto; }
      .hero .bg-area img {
        display: block; } }

.hub-levels .level {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e3e4;
  margin: 0 0 50px; }
  .hub-levels .level:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .hub-levels .level .level-header {
    overflow: hidden;
    margin: 0 0 26px; }
    .hub-levels .level .level-header h2 {
      font-size: 24px;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      margin: 0; }
    .hub-levels .level .level-header p {
      font-size: 15px;
      color: #000;
      letter-spacing: 0; }
  .hub-levels .level .cta {
    float: right;
    margin-left: 20px; }
    .hub-levels .level .cta.-mobile {
      display: none; }
    .hub-levels .level .cta a {
      border: 2px solid #000000;
      color: #000000;
      font-size: 16px;
      letter-spacing: 0;
      padding-left: 30px;
      padding-right: 30px; }
  .hub-levels .level .level-subheader {
    font-size: 18px;
    font-style: italic;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 29px; }
    .hub-levels .level .level-subheader strong,
    .hub-levels .level .level-subheader b {
      font-weight: bold; }
  .hub-levels .level .level-body .benefits .benefit {
    overflow: hidden;
    margin: 0 0 24px;
    line-height: 1.4; }
    .hub-levels .level .level-body .benefits .benefit .benefit-icon {
      float: left;
      width: 36px; }
      .hub-levels .level .level-body .benefits .benefit .benefit-icon .ic {
        font-size: 22px;
        line-height: 35px;
        vertical-align: middle;
        color: #000000; }
      .hub-levels .level .level-body .benefits .benefit .benefit-icon.-circ {
        text-align: center;
        border-radius: 50%;
        border: 2px solid #000000;
        width: 36px;
        height: 36px; }
    .hub-levels .level .level-body .benefits .benefit .benefit-desc {
      margin-left: 36px;
      padding-left: 20px; }
      .hub-levels .level .level-body .benefits .benefit .benefit-desc h3 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        letter-spacing: 0;
        margin: 0; }
      .hub-levels .level .level-body .benefits .benefit .benefit-desc p {
        font-size: 14px;
        color: #444;
        letter-spacing: 0;
        line-height: 20px;
        margin: 5px 0 0; }

.hub-levels.-sidebar .level {
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .hub-levels.-sidebar .level .level-header {
    margin: 0 0 20px; }
    .hub-levels.-sidebar .level .level-header h2 {
      font-size: 16px;
      letter-spacing: 0;
      margin: 0 0 4px; }
    .hub-levels.-sidebar .level .level-header p {
      font-size: 23px;
      letter-spacing: 0;
      color: #000000;
      line-height: 1.3;
      margin: 0; }
  .hub-levels.-sidebar .level .level-subheader {
    font-style: italic;
    font-size: 16px;
    color: #000000; }
  .hub-levels.-sidebar .level .level-body .benefits .benefit {
    font-size: 16px; }
    .hub-levels.-sidebar .level .level-body .benefits .benefit .benefit-icon {
      background: #fff; }

@media screen and (max-width: 700px) {
  .hub-levels .level .level-header {
    text-align: center;
    margin: 0 0 20px; }
    .hub-levels .level .level-header h2 {
      font-size: 24px;
      letter-spacing: 0;
      text-align: center; }
    .hub-levels .level .level-header .cta {
      display: none; }
  .hub-levels .level .level-subheader {
    font-size: 16px;
    text-align: center;
    margin: 0 0 25px; }
  .hub-levels .level .level-body .benefits .benefit .benefit-icon {
    float: none;
    text-align: center;
    margin: 0 auto 10px; }
    .hub-levels .level .level-body .benefits .benefit .benefit-icon.-circ {
      width: 50px;
      line-height: 50px;
      height: 50px; }
    .hub-levels .level .level-body .benefits .benefit .benefit-icon .ic {
      display: inline-block;
      font-size: 30px; }
  .hub-levels .level .level-body .benefits .benefit .benefit-desc {
    margin: 0;
    padding: 0;
    text-align: center; }
    .hub-levels .level .level-body .benefits .benefit .benefit-desc h3 {
      font-size: 20px;
      text-align: center; }
    .hub-levels .level .level-body .benefits .benefit .benefit-desc p {
      font-size: 14px;
      text-align: center;
      line-height: 20px; }
  .hub-levels .level .level-footer {
    text-align: center;
    padding: 20px 0 20px; }
    .hub-levels .level .level-footer .cta {
      display: inline-block;
      width: 100%;
      max-width: 80%;
      float: none; }
  .hub-levels.-sidebar .level .level-header h2 {
    font-size: 26px; } }

header {
  display: none; }

div.banner-fixed-buffer {
  display: none; }

div.box-header {
  display: none; }

.box div.box-body {
  padding-top: 150px;
  background-image: url(/static/themed/cir/images/logo.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 280px; }

main#main {
  background-color: #222;
  padding: 11px 0; }

.form .form-body .form-section .section-title {
  font-weight: bold;
  margin: 0 0 5px; }

.form .form-body .form-section .section-description {
  font-size: 1.2em;
  margin-bottom: 0; }

.form .form-body .form-section {
  border: 0;
  /*padding:10px 0 20px;*/
  padding: 30px 0 0; }

.form .form-body .form-group {
  margin: 0; }

.form .form-body .form-group .label,
.form .form-body .form-group.-frequency-radios .options label,
.form .money-bubbles .bubbles .freq-group .bubble-align .bubble,
.form
.form-body
.money-bubbles
.bubbles
.freq-group
.bubble-align
.bubble.-other
input,
.form .form-body .form-group .form-control,
.form .form-footer .form-footnote .richtext {
  font-size: 18px; }

.money-bubbles .bubbles .freq-group .bubble-align .bubble.-selected {
  background-color: #222; }

button#customButton {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #f38c21;
  padding: 15px 40px; }

.shirt-description {
  color: black;
  font-size: 1.2em;
  margin-bottom: 0; }

.form-group.-checkbox .checkbox .inline-label {
  font-size: 14px;
  line-height: 24px; }

img.alignright {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

@media screen and (min-width: 600px) {
  img.alignright {
    float: right;
    margin: 0 15px 0 15px; } }
