.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  box-sizing: border-box; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

textarea {
  vertical-align: top; }

body {
  margin: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  background-color: #fff; }

a {
  color: #009CDE;
  text-decoration: none; }

a:hover,
a:focus {
  color: #006692;
  text-decoration: underline; }

.row {
  margin-left: -20px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container {
  width: 940px; }

.row-fluid {
  width: 100%; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 31px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.muted {
  color: #999; }

a.muted:hover,
a.muted:focus {
  color: gray; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  margin: 10.5px 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

h1, h2, h3 {
  line-height: 1.275; }

h4, h5, h6 {
  line-height: 1.5; }

h1 {
  font-size: 2.375rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.3125rem; }

h4, h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

ul, ol {
  padding: 0;
  margin: 0 0 .75rem 2.25rem; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

nav ul {
  list-style-type: none;
  margin: 0; }

hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #1C2345;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #dbdfe5;
  background-image: -moz-linear-gradient(top, #E6E9ED, #c8cfd8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E9ED), to(#c8cfd8));
  background-image: -webkit-linear-gradient(top, #E6E9ED, #c8cfd8);
  background-image: -o-linear-gradient(top, #E6E9ED, #c8cfd8);
  background-image: linear-gradient(to bottom, #E6E9ED, #c8cfd8);
  background-repeat: repeat-x;
  border-color: #c8cfd8 #c8cfd8 #9ca8b8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #1C2345;
    background-color: #c8cfd8; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-large {
  padding: 0.75rem 2.1875rem;
  font-size: 1em;
  border-radius: 0px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 0.5rem 0.875rem;
  font-size: 0.75em;
  border-radius: 0px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0.125rem 0.75rem;
  font-size: 0.6875em;
  border-radius: 0px; }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c2345;
  background-image: -moz-linear-gradient(top, #1C2345, #1C2345);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C2345), to(#1C2345));
  background-image: -webkit-linear-gradient(top, #1C2345, #1C2345);
  background-image: -o-linear-gradient(top, #1C2345, #1C2345);
  background-image: linear-gradient(to bottom, #1C2345, #1C2345);
  background-repeat: repeat-x;
  border-color: #1C2345 #1C2345 #06070f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #1C2345; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fcc990;
  background-image: -moz-linear-gradient(top, #fdd6ac, #FBB261);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd6ac), to(#FBB261));
  background-image: -webkit-linear-gradient(top, #fdd6ac, #FBB261);
  background-image: -o-linear-gradient(top, #fdd6ac, #FBB261);
  background-image: linear-gradient(to bottom, #fdd6ac, #FBB261);
  background-repeat: repeat-x;
  border-color: #FBB261 #FBB261 #f98e16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #FBB261; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dc504b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #bd362f; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5cb85c;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #51a351; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.mbdfade {
    animation: mbdfade 0.5s;
    opacity: 0.8; }

@keyframes mbdfade {
  from {
    opacity: 0.2; }
  to {
    opacity: 0.8; } }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #FFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  box-shadow: 0 4px 6px rgba(28, 35, 69, 0.08), 0 6px 8px rgba(28, 35, 69, 0.12); }
  .modal.mfade {
    animation: mbdfade 0.5s;
    opacity: 1; }
  .modal.narrow {
    width: 400px;
    margin-left: -200px; }
  .modal .btn, .modal .btn:link, .modal .btn:visited, .modal .btn:active {
    border-radius: 20pt; }
  .modal .btn {
    font-size: .875rem; }
  .modal .btn-mini {
    font-size: 0.6875rem; }
  .modal .form-horizontal .control-group:before, .modal .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal .form-horizontal .control-group:after {
    clear: both; }
  .modal .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right; }
  .modal .form-horizontal .controls {
    margin-left: 180px; }
  .modal .control-group:not(:last-of-type) {
    margin-bottom: 0.4375rem; }
  @media (max-width: 767px) {
    .modal .control-group:not(:last-of-type) {
      margin-bottom: 0.875rem; } }

@keyframes mfade {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }

.modal-header {
  background: #F7F8FA;
  padding: 9px 15px; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.modal-body {
  background: #FFF;
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  background: #F7F8FA;
  padding: 15px;
  margin-bottom: 0;
  text-align: right; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: inherit; }
  .tooltip.top {
    margin-top: -0.25rem;
    padding: 0.5rem 0; }

.tooltip-inner {
  width: 200px;
  border-radius: 5px;
  letter-spacing: normal;
  padding: 1rem;
  text-align: left;
  color: #ECEDF0;
  text-decoration: none;
  background-color: #000;
  border: solid 1px #000; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000; }

.hide {
  display: none; }

.show {
  display: block; }

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }
  .container {
    width: 940px; }
  .row-fluid {
    width: 100%; }
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    .row-fluid:after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 31px;
      box-sizing: border-box;
      float: left;
      margin-left: 2.12766%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; } }

@media (max-width: 767px) {
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row {
    margin-left: 0; }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge {
    display: block;
    width: 100%;
    min-height: 31px;
    box-sizing: border-box; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
    .modal.fade {
      top: -100px; }
    .modal.fade.in {
      top: 20px; } }

@media (max-width: 480px) {
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }
  .form-horizontal .control-label,
  .modal .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls,
  .modal .form-horizontal .controls {
    margin-left: 0; }
  .form-horizontal .control-list,
  .modal .form-horizontal .control-list {
    padding-top: 0; }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }
  .modal-header .close {
    padding: 10px;
    margin: -10px; } }

/* AA: page layout */
/* BB: GENERAL STYLIN' */
/* DD: ASK */
/* EE: amounts */
#cf_widget {
  float: left;
  width: 57.44681%;
  min-width: calc(320px - 1.5rem - 24px);
  max-width: 560px;
  margin: 0 0 2rem;
  padding: 0 2rem 2rem;
  background: white; }

#cf_container {
  margin-bottom: 2rem;
  background: white; }
  #cf_container .explanation {
    color: #657287;
    font-size: 0.875rem;
    margin-top: 0; }
  #cf_container .confirm-container input {
    margin: -2px 2px 0 0; }
  #cf_container .confirm-container div.inline-error {
    padding-left: 0; }

#cf_widget h3 {
  padding-top: 1.5rem; }

#cf_widget .contact-info-share h3 {
  padding-top: initial;
  margin-bottom: 0; }

#cf_header {
  float: left;
  width: 40.42553%; }
  #cf_header .thermometer {
    float: right;
    padding: 0.125rem 0 0.5rem 1rem;
    width: 150px;
    height: auto; }
  #cf_header .youtube-wrapper {
    width: 100%;
    max-width: 100%;
    display: inline; }
    #cf_header .youtube-wrapper .youtube-inner {
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
      #cf_header .youtube-wrapper .youtube-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #cf_header li + li {
    margin-top: .5rem; }
  #cf_header #contribution_blurb {
    overflow-wrap: break-word; }
    #cf_header #contribution_blurb img {
      margin-bottom: 1rem; }
    #cf_header #contribution_blurb p {
      margin: 0; }

@media (max-width: 767px) {
  body.contribute #contentArea {
    padding: 0; }
  #cf_header {
    margin-bottom: 2em; }
  #cf_header, #cf_widget {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto; } }

#contribution-ask {
  padding: 1rem 2rem 0; }
  #contribution-ask > h2 {
    margin-bottom: 1rem;
    word-wrap: break-word; }

.btn--wrapper:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
  .btn--wrapper:focus .btn {
    background-color: #d0d2da; }

table.spreader {
  width: 100%;
  /* td { padding: 0.25rem }
  td.amount { text-align: right; white-space: nowrap }
  td.amount input { @include input-amt; }*/ }
  table.spreader tr.total td {
    font-weight: bold; }
  table.spreader td.amount {
    width: 6rem; }

#split-it-head {
  align-items: center;
  display: flex;
  font-size: 1em;
  margin: 0em auto 1em;
  text-align: right;
  width: 11em; }
  #split-it-head label {
    float: left;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: .5rem;
    margin-right: .75rem; }
  #split-it-head > div {
    width: 6rem; }

.ticket_select table.tickets {
  width: 100%; }
  .ticket_select table.tickets td {
    border-bottom: 1px solid #ECEDF0;
    padding: 0.625rem 0.625rem 0.625rem 0;
    vertical-align: baseline; }
    .ticket_select table.tickets td:last-child {
      padding-right: 0; }
  .ticket_select table.tickets label {
    font-size: 16px; }
  .ticket_select table.tickets p.description {
    margin-bottom: 0;
    color: #666666; }
  .ticket_select table.tickets .price, .ticket_select table.tickets .select {
    white-space: nowrap;
    text-align: right; }

.ticket_select .total, .ticket_select .donate {
  text-align: right; }

.ticket_select .total {
  font-weight: bold;
  font-size: 1em; }

.ticket_select .donate {
  margin-bottom: 1.25rem; }
  .ticket_select .donate label {
    display: inline;
    float: left;
    margin-top: 5px; }

.ticket_select .disclaimer {
  padding: 0.5em 0; }

.inline-error {
  font-size: 0.75em;
  clear: both;
  color: #900;
  padding: 0.3em 0; }

body.contribute form {
  margin-bottom: 0; }

body.contribute .clearfix:not(.control-group) {
  margin-bottom: 0; }

body.contribute input.btn {
  padding: 5px 14px 5px;
  width: auto; }

body.contribute .control-label {
  letter-spacing: 0.03em;
  white-space: nowrap; }

body.contribute .control-group .controls {
  min-height: 19px;
  margin-left: 0;
  width: 75%;
  width: 100%; }
  body.contribute .control-group .controls input[type="text"],
  body.contribute .control-group .controls input[type="tel"],
  body.contribute .control-group .controls input[type="email"],
  body.contribute .control-group .controls input[type="password"],
  body.contribute .control-group .controls select {
    width: 100%; }
  body.contribute .control-group .controls div.static {
    float: left; }
  body.contribute .control-group .controls .half {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    body.contribute .control-group .controls .half.half-left {
      margin-right: 2%; }

body.contribute .input-container {
  position: relative;
  float: left;
  width: 100%; }
  body.contribute .input-container input, body.contribute .input-container select {
    width: 100%; }
  body.contribute .input-container.error label {
    color: #900; }
  body.contribute .input-container.error input, body.contribute .input-container.error select {
    border: 1px solid #A00;
    margin-bottom: 0; }
  body.contribute .input-container.error textarea, body.contribute .input-container.error select, body.contribute .input-container.error input {
    background-color: #FFDBDB !important; }

body.contribute .control-label.address {
  overflow: visible;
  height: 1em; }

body.contribute .region .controls > div {
  float: left;
  margin-left: 2%; }
  body.contribute .region .controls > div:first-child {
    margin-left: 0; }
  body.contribute .region .controls > div.city-container {
    width: 49%; }
  body.contribute .region .controls > div.state-container {
    width: 24%;
    transition: all 0.3s ease-in-out; }
    body.contribute .region .controls > div.state-container select {
      transition: all 0.15s ease-in-out; }
    body.contribute .region .controls > div.state-container.shrink {
      width: 0;
      margin: 0; }
      body.contribute .region .controls > div.state-container.shrink label {
        display: none; }
      body.contribute .region .controls > div.state-container.shrink select {
        border: none;
        padding: 0;
        opacity: 0; }
  body.contribute .region .controls > div.zip-container {
    width: 23%;
    transition: width 0.3s ease-in-out; }
    body.contribute .region .controls > div.zip-container.expand {
      width: 49%; }

body.contribute #not-in-us {
  font-size: 0.6875em;
  margin-top: 2em; }

body.contribute #emp-fields .checkbox {
  margin-bottom: 0.4375rem; }

body.contribute .donor-info .reset-link {
  margin-bottom: 1rem; }

body.contribute .donor-info.stored .info {
  margin-top: 0.5rem; }
  body.contribute .donor-info.stored .info label {
    padding-top: 0;
    margin-top: -2px; }

body.contribute .donor-info.stored .reset-link {
  margin-top: 0.5rem; }

#payment-method-radios {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0; }
  #payment-method-radios input,
  #payment-method-radios label,
  #payment-method-radios div {
    display: block;
    margin: 0; }
  #payment-method-radios .cc {
    margin: 0 0 0 0.375rem; }
  #payment-method-radios .cc-images {
    height: 23px; }
    #payment-method-radios .cc-images .cc {
      background: url(/cf/static/payment_method_cc.svg) no-repeat;
      background-size: 180px 23px;
      width: 38px;
      height: 23px;
      float: left; }
      #payment-method-radios .cc-images .cc:last-of-type {
        margin: 0; }
    #payment-method-radios .cc-images .cc.visa {
      background-position: -12px 0px; }
    #payment-method-radios .cc-images .cc.mc {
      background-position: -51px 0px; }
    #payment-method-radios .cc-images .cc.discover {
      background-position: -131px 0px; }
    #payment-method-radios .cc-images .cc.amex {
      background-position: -91px 0px; }
  #payment-method-radios .cc.paypal {
    background: url(/cf/static/payment_method_paypal.svg);
    width: 37px;
    height: 23px; }
  #payment-method-radios #alt-paymentmethod-paypal-radio {
    margin: 0 0 0 1.5rem; }

#express_room_container .store-cc,
.donor-info.stored .store-cc {
  display: block;
  margin-left: 12%; }
  #express_room_container .store-cc label,
  .donor-info.stored .store-cc label {
    line-height: 1.75em; }

@media (max-width: 767px) {
  #er_payment .store-cc {
    margin-left: 0; } }

.enter-exp-date {
  margin: 0.5rem 0 0 0; }

.contribution-cc-details-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.date-select-container {
  width: 65.33%;
  flex-grow: 1; }

.cvv-container {
  margin-left: 2%;
  width: 32.66%; }

.fake-cc {
  padding-top: 0.75em; }

#cf_widget .flash {
  margin-top: 1rem; }

.fancy-modal {
  padding-top: .75em;
  padding-bottom: .75em; }
  .fancy-modal.bg-blue {
    background-color: #009CDE;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .fancy-modal .subhead-wrapper h5 {
    font-family: "Montserrat", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin: .5em 0;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .fancy-modal .subhead-wrapper hr {
    border-top: 1px solid #80ceef;
    border-bottom: 0;
    margin: 1em auto;
    width: 7em; }
  .fancy-modal .title-lg {
    margin: .25em 0 .5em;
    color: #fff;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: -0.01em; }

.smarted .modal-footer .btn.btn-large {
  white-space: normal;
  padding-right: 1em;
  padding-left: 1em;
  max-width: 420px; }

.smarted .modal-footer .btn.no {
  margin-top: 1em; }

.smarted .modal-footer .or {
  display: none; }

.smarted .modal-footer p.muted {
  max-width: 400px; }

.modal-footer .or {
  padding: 1em;
  display: inline; }

.modal #tip-request .explanation.ab {
  margin-top: 0; }

.modal #tip-request h3 {
  display: none; }

#thanks-meh-container {
  max-width: 600px;
  margin-top: 4em;
  padding: 2em;
  background-color: #ECEDF0; }

#zoom_query_container .modal-footer .help-block {
  padding-top: 1em; }

@media (max-width: 567px) {
  #zoom_query_container .modal-footer .btn {
    margin: 0 auto 1em;
    float: none; }
  #zoom_query_container .modal-footer .help-block {
    padding-top: 0em; } }

.rules {
  padding-top: 2rem;
  border-top: 1px solid #ECEDF0; }
  .rules .note {
    font-size: 0.75em;
    font-style: italic; }

@media (max-width: 767px) {
  #cf_widget, #contribution-ask, .rules {
    padding-right: 1rem;
    padding-left: 1rem; }
  #cf_container h3 {
    font-weight: normal;
    color: #009CDE; }
  #cf_container #personal-info-header {
    display: none; }
  #cf_container header {
    background-image: none;
    padding: 0; }
  #cf_container input:not(.other-amount), #cf_container select, #cf_container .inline-error {
    font-size: 16px; }
  #cf_container div.buttons {
    margin: 0;
    padding-top: 1rem; }
  #cf_container .control-group .controls {
    width: 100%;
    margin-left: 0; }
  #cf_container .control-group input[type='checkbox'] {
    height: initial; }
  #cf_container #recurring_selection ul.radios.quarter li {
    width: 100%; }
  #cf_container .state-container {
    text-align: center; }
  #cf_container .explanation.emp {
    white-space: normal; }
  .modal-footer .or {
    display: none; }
    .modal-footer .or + .no {
      margin-left: 1em; }
  #recurring_skip_button {
    margin-top: 1em; }
  .rules {
    padding-top: 0;
    border-top: 0; }
    .rules.narrow {
      width: auto; } }

#apple-pay {
  padding-top: 1em; }
  #apple-pay #recurring_selection ul li {
    margin-bottom: 0; }
  #apple-pay .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #apple-pay .submit .btn.no {
      font-family: -apple-system;
      font-size: calc(14 * 1.25px);
      font-weight: 300;
      align-items: center;
      margin: 1em 0; }

.apple-pay-button-with-text > .text {
  font-family: -apple-system;
  font-size: 1.3125em;
  font-weight: 300;
  align-self: center;
  margin-right: calc(2px); }

.apple-pay-button-with-text > .logo {
  width: 48px;
  height: 24px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin-left: 4px; }

.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black; }

body.entry_mode #header,
body.entry_mode.full_background #header {
  margin: 2.5rem auto 0;
  padding: 0; }

body.entry_mode #contentArea,
body.entry_mode #cf_container,
body.entry_mode.full_background #contentArea,
body.entry_mode.full_background #cf_container {
  background: none;
  margin: 0;
  padding: 0; }

body.entry_mode #contentArea,
body.entry_mode.full_background #contentArea {
  margin: 2.5rem auto 0;
  max-width: none;
  padding: 0;
  width: 100%; }

body.entry_mode #cf_container,
body.entry_mode.full_background #cf_container {
  margin: 0 0 4rem; }

body.entry_mode #cf_widget,
body.entry_mode.full_background #cf_widget {
  box-shadow: 0 1px 2px rgba(28, 35, 69, 0.02), 0 2px 4px rgba(28, 35, 69, 0.04);
  background: #FFF;
  margin: 0 0.5rem;
  padding: 0;
  width: 70%; }

body.entry_mode .rules,
body.entry_mode.full_background .rules {
  background: #FFF;
  border-top-color: #E6E9ED;
  color: #4D5666;
  margin: 0;
  padding: 2.5rem 1rem 0;
  width: 100%; }
  body.entry_mode .rules a,
  body.entry_mode.full_background .rules a {
    color: #0083ad; }
  body.entry_mode .rules > h4,
  body.entry_mode .rules > ol,
  body.entry_mode .rules > div,
  body.entry_mode.full_background .rules > h4,
  body.entry_mode.full_background .rules > ol,
  body.entry_mode.full_background .rules > div {
    margin: 0 auto 1rem;
    max-width: 800px;
    padding: 0; }
    body.entry_mode .rules > h4:last-child,
    body.entry_mode .rules > ol:last-child,
    body.entry_mode .rules > div:last-child,
    body.entry_mode.full_background .rules > h4:last-child,
    body.entry_mode.full_background .rules > ol:last-child,
    body.entry_mode.full_background .rules > div:last-child {
      margin: 0 auto; }
  body.entry_mode .rules > ol,
  body.entry_mode.full_background .rules > ol {
    padding: 0 0 0 1rem; }

body.entry_mode #fec-box,
body.entry_mode.full_background #fec-box {
  background: #FFF;
  border: none;
  color: #1C2345;
  margin: 0;
  max-width: none;
  padding: 2.5rem 1rem;
  width: 100%; }
  body.entry_mode #fec-box > span,
  body.entry_mode.full_background #fec-box > span {
    border: 1px solid #1C2345;
    display: block;
    margin: 0 auto;
    max-width: 560px;
    padding: 1.25rem;
    width: 100%; }
    body.entry_mode #fec-box > span a,
    body.entry_mode.full_background #fec-box > span a {
      color: #0083ad; }
    body.entry_mode #fec-box > span p,
    body.entry_mode.full_background #fec-box > span p {
      margin: 0 0 1rem; }
      body.entry_mode #fec-box > span p:last-of-type,
      body.entry_mode.full_background #fec-box > span p:last-of-type {
        margin: 0; }

body.entry_mode #tip-request,
body.entry_mode.full_background #tip-request {
  padding: 1rem; }
  @media (min-width: 768px) {
    body.entry_mode #tip-request,
    body.entry_mode.full_background #tip-request {
      padding: 2rem; } }
  body.entry_mode #tip-request h3,
  body.entry_mode.full_background #tip-request h3 {
    padding: 0; }

body {
  background-color: #fff;
  transition: opacity 0.2s, background-color 0.2s, background-image 0.2s;
  transition-timing-function: ease-in-out; }
  body.charities {
    background-color: #ECEDF0; }

.contribute.whiteout {
  background-color: white !important;
  background-image: none !important; }
  .contribute.whiteout #cf-app-target > :not(#loading_interstitial) {
    opacity: 0; }

@media (min-width: 768px) {
  body.full_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; }
    body.full_background #contentArea, body.full_background #cf_container {
      background-color: transparent; }
    body.full_background.contribute #cf_header, body.full_background #cf_widget {
      width: 57.44681%;
      max-width: 560px;
      background: rgba(255, 255, 255, 0.9); }
    body.full_background #cf_widget {
      padding-left: 2em;
      padding-right: 2em;
      margin-bottom: 2em; }
    body.full_background .youtube-wrapper {
      display: none; }
    body.full_background .rules {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 2em 2em 1em; }
    body.full_background #express_room_container > h3 {
      display: none; } }

#contentArea div.narrow.review {
  background-color: rgba(255, 255, 255, 0.9); }
  #contentArea div.narrow.review h2 {
    margin: 0 0 .5rem 0; }

#cf_nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  height: 3.75rem;
  padding: 0;
  display: flex;
  justify-content: flex-end; }
  #cf_nav.amount {
    align-items: center;
    justify-content: space-between; }
  #cf_nav .header {
    display: flex;
    align-items: center; }
  #cf_nav h3 {
    margin: 0;
    padding: 0;
    line-height: 1.5rem; }
  #cf_nav .step {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center; }
  #cf_nav .amt {
    font-size: 2.1875em; }
  #cf_nav .edit {
    font-size: 0.75rem;
    margin-left: -0.2rem;
    color: #009CDE; }
  #cf_nav #big-amount-container {
    cursor: pointer; }

#cf_container .pane {
  min-height: 6rem; }

#cf_container .buttons {
  text-align: center;
  margin: 1rem 0; }
  #cf_container .buttons .back {
    display: block;
    margin-top: -1.25rem; }

@media (max-width: 767px) {
  #cf_container .pane {
    margin: 0;
    max-width: 100%; }
  #cf_container .buttons {
    width: 100%; }
  #cf_nav h3 {
    font-size: 1.25rem; }
  #cf_nav .amt {
    font-size: 1.5rem; } }

form .clearfix + .input.clearfix {
  margin-top: -15px;
  margin-bottom: 8px; }

.clearfix input, .clearfix textarea, .clearfix select {
  margin-bottom: 0; }

.form-horizontal .control-label {
  width: 160px; }

.form-horizontal .controls {
  margin-left: 170px; }

.form-horizontal input + .help-block {
  margin-top: 0.5rem; }

.checkbox input[type=radio] {
  float: left;
  margin: 3px .5rem 0 0; }

.controls > input[type=checkbox] {
  margin-top: 9px; }

.btn, .btn:link, .btn:visited, .btn:active {
  background-image: none;
  border: 0px transparent;
  box-shadow: none;
  text-shadow: none; }

.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
  background-color: #1C2345; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:link:hover, .btn-primary:link:focus, .btn-primary:visited:hover, .btn-primary:visited:focus, .btn-primary:active:hover, .btn-primary:active:focus {
    background-color: #0d1121; }

.btn-warning, .btn-warning:link, .btn-warning:visited, .btn-warning:active {
  background-color: #f8a021;
  color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:link:hover, .btn-warning:link:focus, .btn-warning:visited:hover, .btn-warning:visited:focus, .btn-warning:active:hover, .btn-warning:active:focus {
    background: #f79304; }

.alert > h3:first-child {
  margin-top: 0; }

/* 22: layout */
html {
  font-size: 16px; }

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  min-width: 320px; }

#ActBlueCustomizableContentWrapper.hasClickableGlobalNav {
  margin: 0; }
  @media (min-width: 768px) {
    #ActBlueCustomizableContentWrapper.hasClickableGlobalNav {
      margin-top: 48px; }
      #ActBlueCustomizableContentWrapper.hasClickableGlobalNav._merch {
        margin-top: 0; } }
  @media (min-width: 1024px) and (pointer: fine) {
    #ActBlueCustomizableContentWrapper.hasClickableGlobalNav {
      margin-top: 32px; }
      #ActBlueCustomizableContentWrapper.hasClickableGlobalNav._merch {
        margin-top: 0; } }

#ActBlueCustomizableContentWrapper.hasSecondaryNav {
  margin: 0; }
  @media (min-width: 768px) {
    #ActBlueCustomizableContentWrapper.hasSecondaryNav {
      margin-top: calc(48px + 3.5rem); } }
  @media (min-width: 1024px) and (pointer: fine) {
    #ActBlueCustomizableContentWrapper.hasSecondaryNav {
      margin-top: calc(32px + 3.5rem); } }

#contentArea {
  max-width: 100%;
  min-height: 20rem;
  margin: 0 auto;
  padding: 1rem 0 3rem 0;
  background-color: white; }
  @media (min-width: 980px) {
    #contentArea {
      max-width: 980px; } }

@media (max-width: 767px) {
  #contentArea {
    padding-top: 1rem; }
  .modal {
    max-height: 90%;
    overflow: scroll; } }

.globalNavigationContainer {
  position: relative;
  width: 100%;
  z-index: 7; }
  .globalNavigationContainer.hasBadgeNav._merch, .globalNavigationContainer.hasClickableGlobalNav._merch {
    position: fixed; }
  @media (min-width: 768px) {
    .globalNavigationContainer {
      position: fixed;
      top: 0;
      z-index: 10; }
      .globalNavigationContainer.hasBadgeNav {
        position: relative; }
        .globalNavigationContainer.hasBadgeNav._merch {
          position: fixed; } }
  @media (min-width: 768px) {
    .globalNavigationContainer.hasSecondaryNav nav {
      box-shadow: none; } }

/* AA: general & reset */
header, nav, section, footer {
  display: block; }

strong, b {
  font-weight: bolder; }

h2, h3 {
  margin: 0 0 .5rem 0;
  font-weight: normal;
  color: #009CDE; }

h2 {
  letter-spacing: -0.25px;
  clear: both; }

h4 {
  margin: 0; }

a {
  transition: all .25s ease; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.narrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.center {
  text-align: center; }

/* hide HTML "spin-box" */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; }

a:focus,
button:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0px; }

.wysiwyg-text-align-left {
  text-align: left; }

.wysiwyg-text-align-center {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

ul.reset, ul.reset li, ol.reset, ol.reset li {
  list-style: none;
  margin: 0;
  padding: 0; }

.expandable_head {
  cursor: pointer; }

.collapsed-indicator, .expanded-indicator {
  min-height: 16px;
  padding-left: 1em;
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  cursor: pointer; }

.collapsed-indicator {
  background-image: url(/assets/ui/arrow-right.png); }

.expanded-indicator {
  background-image: url(/assets/ui/arrow-down.png); }

.initially-hidden {
  display: none; }

/* LEADING */
.gap10 {
  margin-top: .75rem; }

.gap1 {
  margin-top: 1rem; }

.gap2 {
  margin-top: 2rem; }

/* Below */
.gapb1 {
  margin-bottom: 0.25rem; }

.blurry-loading {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  /* filter for Safari */ }

.visuallyHidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.scrollLock {
  overflow: hidden !important; }

.flash {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 48px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .flash.notice {
    background: #dff0d8 url(/assets/assets/icon-notice-success.png) no-repeat 6px 50%;
    border: 1px solid #d6e9c6;
    color: #529138; }
  .flash.error {
    background: #f2dede url(/assets/assets/icon-notice-failure.png) no-repeat 8px 50%;
    border: 1px solid #eed3d7;
    color: #b94a48; }
  .flash ul {
    margin: 0px;
    padding-left: 1.5rem;
    list-style: square; }
    .flash ul li {
      margin-left: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      list-style: square; }
    .flash ul li:only-child {
      list-style: none; }

/* HH: forms */
.help-block {
  color: #666;
  font-size: 0.75em; }

/* modal overrides */
.modal .inner {
  max-height: calc(100vh - 20px); }

.modal-body {
  max-height: 55vh; }
  .modal-body > p:first-child {
    margin-top: 0; }
  .modal-body > p:last-child {
    margin-bottom: 0; }

#fec-box {
  color: #333;
  background-color: white;
  border: 1px solid #333;
  padding: 1.25rem;
  margin: 20px auto;
  width: 60%;
  max-width: 450px;
  font-size: 16px !important;
  text-align: center; }
  #fec-box p:last-of-type {
    margin-bottom: 0; }
  #fec-box a {
    color: #999; }

/* ZZ: PRINT LAYOUT */
@media print {
  html {
    margin: 0; }
  body {
    font-size: 0.75em;
    font-family: Arial,Verdana,sans-serif;
    margin: 0;
    width: 7in;
    padding: 0 !important; }
  body * {
    box-shadow: none !important; }
  #contentArea {
    padding: 0; }
  footer {
    display: none !important; } }

@media (max-width: 767px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .btn {
    max-width: 100%; }
  #waitbits li {
    width: 3rem;
    height: 3rem; }
  .form-horizontal .controls {
    margin-left: 0; } }

.entry-mode-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .entry-mode-content .donor-info.clearfix {
    margin-top: 1em; }

svg.checkMark {
  width: 12.5em;
  display: block;
  margin: 40px auto 0; }
  svg.checkMark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0; }
    svg.checkMark .path.circle {
      -webkit-animation: dash .9s ease-in-out;
      animation: dash .9s ease-in-out; }
    svg.checkMark .path.line {
      stroke-dashoffset: 1000;
      -webkit-animation: dash .9s .35s ease-in-out forwards;
      animation: dash .9s .35s ease-in-out forwards; }
    svg.checkMark .path.check {
      stroke-dashoffset: -100;
      -webkit-animation: dash-check .9s .35s ease-in-out forwards;
      animation: dash-check .9s .35s ease-in-out forwards; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }

#merchandise_container {
  padding: 0; }

#merch-blurb {
  padding-top: 2rem; }

.offering {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  padding: 1rem 0 1.75rem; }
  .offering:not(:first-of-type) {
    border-top: 1px solid #CCC; }
  .offering .image_container {
    margin-right: 0.625rem;
    width: 100px; }
  .offering img {
    border: 1px solid #DDD;
    width: 100px; }
  .offering .content_container {
    width: calc(100% - 120px - 0.625rem); }
  .offering h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  .offering p {
    overflow-wrap: break-word; }
  .offering .field label {
    padding: 0; }
  .offering .field select {
    width: 100%;
    margin: 0 0 0.4375rem 0;
    padding-right: 1.5rem; }
  .offering .field + .commit {
    margin-top: 1rem; }
  .offering .commit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    .offering .commit .amount {
      flex: 0 0 auto;
      font-weight: bold;
      font-size: 1.3125em; }
    .offering .commit .merch-button {
      flex: 0 0 auto;
      margin-left: 1rem; }
    .offering .commit .btn {
      font-weight: bold; }
    .offering .commit .arrow {
      display: inline-block;
      border-color: white;
      border-right: 3px solid;
      border-bottom: 3px solid;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      margin-bottom: 1px; }
    .offering .commit .checkmark {
      display: inline-block;
      width: 9px;
      height: 14px;
      border-color: white;
      border-right: 4px solid;
      border-bottom: 4px solid;
      transform: rotate(45deg); }

.cart #selections_container {
  margin: .5rem 0; }

.cart .no-selections {
  font-style: italic;
  margin: 1rem;
  text-align: center; }

.cart .item {
  padding: 0.5rem; }

.cart .amount,
.cart .entity-total,
.cart .input-wrapper {
  float: right; }

.cart .details {
  font-style: italic;
  padding-right: 4rem; }

.cart .remove {
  float: right;
  clear: right;
  font-weight: 400 !important;
  font-size: 0.75em; }

.cart .amount {
  margin-top: -0.25rem; }

.cart .field {
  width: auto;
  padding: 0.5rem; }

.cart .field label {
  width: 60%;
  text-align: left;
  padding: 0;
  float: left; }

.cart .field .input-wrapper {
  width: 35%;
  text-align: right; }

.cart .field.total {
  border-top: 1px solid #666;
  padding-bottom: 0; }

.cart .field.total .merchandise_total {
  float: right; }


/*# sourceMappingURL=d69f79a60190de5422e0.css.map?form_app=us*/