.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; }

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: 14px;
  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; }

.container {
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

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.75rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

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

h6 {
  font-size: 0.85rem; }

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; }

.lead {
  margin-bottom: .75em;
  font-size: 1.5rem;
  font-weight: 200; }

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

form {
  margin: 0 0 21px; }

label,
input,
button,
select,
textarea {
  font-size: inherit;
  font-weight: normal; }

input,
button,
select,
textarea {
  font-family: Helvetica, Arial, Verdana, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  display: inline-block;
  height: 3rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 10.5px;
  color: #555;
  border-radius: 0px;
  vertical-align: middle; }

input,
textarea {
  width: 206px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* stylelint-disable no-duplicate-selectors */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8495a7; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8495a7; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8495a7; }

/* stylelint-enable */
.radio,
.checkbox {
  min-height: 21px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10.5px; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

/* stylelint-disable no-duplicate-selectors */
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-horizontal .hide {
  display: none; }

/* stylelint-enable */
.control-group:not(:last-of-type) {
  margin-bottom: 0.5rem; }

@media (max-width: 767px) {
  .control-group:not(:last-of-type) {
    margin-bottom: 1rem; } }

legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate; }

/* stylelint-disable no-duplicate-selectors */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

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

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10.5px; }

/* stylelint-enable */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .collapse.in {
    height: auto; }

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e1e3e8;
  background-image: -moz-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ECEDF0), to(#d0d2da));
  background-image: -webkit-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: -o-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: linear-gradient(to bottom, #ECEDF0, #d0d2da);
  background-repeat: repeat-x;
  border-color: #d0d2da #d0d2da #a5aab8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #d0d2da; }
  .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.85em 2.5em;
  font-size: 1.15em;
  border-radius: 0px; }

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

.btn-small {
  padding: 0.5em 1em;
  font-size: 0.9em;
  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.2em 0.8em;
  font-size: 0.8em;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active {
  color: rgba(255, 255, 255, 0.75); }

.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, .btn-primary.disabled, .btn-primary[disabled] {
    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, .btn-warning.disabled, .btn-warning[disabled] {
    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, .btn-danger.disabled, .btn-danger[disabled] {
    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, .btn-success.disabled, .btn-success[disabled] {
    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);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none; }
  .modal.mfade {
    animation: mbdfade 0.5s;
    opacity: 1; }

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

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

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

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

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff; }
  .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; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 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 {
  max-width: 200px;
  border-radius: 5px;
  letter-spacing: normal;
  padding: 1.5rem;
  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; }

@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

@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 {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls {
    margin-left: 0; }
  .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);
  max-width: 560px;
  margin: 0 0 2rem;
  padding: 0 2rem 2rem;
  background: rgba(59, 65, 95, 0.03); }

.loginButton {
  position: fixed;
  top: 20px;
  left: 10px; }

#cf_container {
  margin-bottom: 2rem;
  background: white; }
  #cf_container .alert p:first-child {
    padding-top: 0; }
  #cf_container .explanation {
    color: #666666; }
  #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;
  margin-bottom: 1rem; }

#cf_header {
  float: left;
  width: 40.42553%; }
  #cf_header .thermometer {
    float: right;
    padding: 2px 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; }

.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%; }
  table.spreader tr.total td {
    font-weight: bold; }
  table.spreader td {
    padding: 0.25rem; }
  table.spreader td.name {
    width: 100%; }
  table.spreader td.amount {
    text-align: right;
    white-space: nowrap; }
  table.spreader td.amount input {
    width: 5rem;
    height: auto;
    margin-left: 2px;
    padding: .5rem;
    text-align: right; }

#split-it-back {
  line-height: 3rem; }
  @media (max-width: 767px) {
    #split-it-back {
      font-size: 14px; } }

#split-it-head {
  width: 11em;
  margin: 0em auto 1em;
  font-size: 1.15em;
  text-align: right;
  line-height: 2em; }
  #split-it-head label {
    float: left;
    font-weight: bold;
    font-size: 1.15em;
    padding-top: 4px;
    line-height: 1.15em; }
  #split-it-head input {
    width: 5rem;
    height: auto;
    margin-left: 2px;
    padding: .5rem;
    text-align: right; }

.ticket_select table.tickets {
  width: 100%; }
  .ticket_select table.tickets td {
    border-bottom: 1px solid #ECEDF0;
    padding: 0.75rem 0.75rem 0.75rem 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: 1.15em; }

.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.9em;
  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[type='radio'], body.contribute input[type='checkbox'] {
  width: auto; }

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 label {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
    margin-left: 0.8rem;
    margin-bottom: 0;
    font-size: 0.8em;
    font-weight: normal;
    pointer-events: none;
    color: #009CDE;
    top: 1.5em;
    padding-top: 0;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease; }
    body.contribute .input-container label.in {
      visibility: visible;
      top: 0.25em; }
  body.contribute .input-container.red label, body.contribute .input-container.light label {
    color: #900; }
  body.contribute .input-container.light textarea.error, body.contribute .input-container.light select.error, body.contribute .input-container.light input.error {
    background-color: #FFDBDB !important; }

body.contribute input, body.contribute select {
  box-shadow: none;
  outline: none;
  border: 1px solid #ACAEB0;
  border-radius: 3px;
  background-color: transparent; }
  body.contribute input:focus, body.contribute select:focus {
    border: 1px solid #009CDE;
    box-shadow: none; }
  body.contribute input::placeholder, body.contribute select::placeholder {
    color: #8495a7; }

body.contribute input {
  background-color: rgba(255, 255, 255, 0.8); }
  body.contribute input.amount.text-input, body.contribute input.other-amount.other-text {
    width: 5rem;
    height: auto;
    margin-left: 2px;
    padding: .5rem;
    text-align: right; }
  body.contribute input:not(.no-stretch) {
    padding-left: 0.75rem; }
    body.contribute input:not(.no-stretch).in {
      padding-top: 1.5em; }
  body.contribute input[type="checkbox"], body.contribute input[type="radio"] {
    height: 1em; }
  body.contribute input.error {
    border: 1px solid #A00;
    margin-bottom: 0; }

body.contribute select {
  padding-left: 0.75rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px'><path d='M0,0 L5,10 L10,0 Z' fill='%23ACAEB0'/></svg>") calc(100% - 0.5em) center no-repeat rgba(255, 255, 255, 0.8);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  body.contribute select#contribution_state option.placeholder, body.contribute select#contribution_empstate option.placeholder {
    display: none; }
  body.contribute select#contribution_state.in, body.contribute select#contribution_empstate.in {
    padding-top: 1.25em; }
  body.contribute select#contribution_state:not(.in), body.contribute select#contribution_empstate:not(.in) {
    color: #8495a7; }

body.contribute #suggested-email {
  clear: both;
  padding-left: 0.75em;
  padding-top: 0.25rem; }
  @media (max-width: 767px) {
    body.contribute #suggested-email {
      padding-top: 1rem; } }

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%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    body.contribute .region .controls > div.state-container select {
      -webkit-transition: all 0.15s ease-in-out;
      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%;
    -webkit-transition: width 0.3s ease-in-out;
    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.8em;
  margin-top: 2em; }

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

body.contribute #emp-fields .checkbox-container {
  display: flex;
  flex-wrap: wrap; }
  body.contribute #emp-fields .checkbox-container .checkbox:not(:last-child) {
    margin-right: 1.5rem; }

body.contribute #employment_info label[for='contribution_empaddr1'] {
  white-space: normal;
  word-wrap: break-word; }

body.contribute #employment_info .checkbox {
  font-weight: bold; }

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; }

ul.radios {
  margin: 0;
  list-style: none; }
  ul.radios li {
    margin-bottom: 1rem;
    float: left;
    margin-right: 5%; }
  ul.radios li:last-child {
    margin-right: 0; }
  ul.radios input {
    height: auto; }
  ul.radios.quarter li {
    width: 23%;
    margin-right: 2.66%; }
  ul.radios.quarter li:nth-child(4n) {
    margin-right: 0; }
  ul.radios.quarter li.rc_other {
    width: 74.33%;
    margin-right: 0; }
  ul.radios.half li {
    width: 48%;
    margin: 0 4% 1rem 0; }
  ul.radios.half li:nth-child(even) {
    margin-right: 0; }
  ul.radios.hide-radios input[type='radio'] {
    display: none; }
  ul.radios.hide-radios label.btn:not(.other) {
    padding: 1rem; }
  ul.radios label.btn {
    padding: 1rem;
    text-align: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #C9CDD4;
    color: #666666; }
    ul.radios label.btn.radio {
      padding-right: 0.75rem;
      padding-left: 0.75rem; }
    ul.radios label.btn.selected, ul.radios label.btn.selected:hover {
      background-color: #009CDE;
      border-color: #BFE6FB;
      color: #FFF; }
    ul.radios label.btn.other {
      padding: 0.5rem 1rem 0.5rem 1rem; }
  ul.radios input[type='radio'],
  ul.radios input[type='checkbox'] {
    margin: -2px 0.4rem 0 0;
    font-size: 1.5em; }
  ul.radios input.other-text {
    width: 50%;
    max-width: 4rem;
    padding: .25rem; }
  ul.radios.single-candidate {
    padding-top: 1rem; }
    ul.radios.single-candidate li.btn--wrapper label.btn {
      text-align: center;
      white-space: nowrap;
      font-size: 1.5em; }
    ul.radios.single-candidate li.btn--wrapper input[type='radio'] {
      display: none; }
    ul.radios.single-candidate li.btn--wrapper input.other-text {
      transition: width 0.5s; }
    ul.radios.single-candidate li.btn--wrapper label.selected input.other-text {
      width: 75%;
      max-width: 5rem;
      background-color: white; }

#recurring_selection h3 {
  margin: 0 auto 0.25rem;
  padding-top: 0; }

#recurring_selection ul li {
  margin-bottom: 0.5rem; }

#recurring_selection ul:not(.quarter) li {
  width: 100%; }

#recurring_selection ul.quarter label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 3rem; }

#recurring_selection input[type='checkbox'], #recurring_selection input[type='radio'] {
  height: auto;
  margin-left: -1.25rem; }

#recurring_selection label.btn {
  padding: 0.5rem 1rem 0.5rem 2.25rem; }

#recurring_selection .radios > li:only-child > label.btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

#recurring_selection .other-text.recurring-times {
  width: 3.5rem; }

@media (max-width: 767px) {
  #recurring_selection ul {
    width: 100%; } }

.pane > div:not(#recur-container) > #recurring_selection {
  margin-bottom: 1rem; }

#payment-method-radios {
  text-align: center; }
  #payment-method-radios input,
  #payment-method-radios label,
  #payment-method-radios div {
    display: inline-block; }
  #payment-method-radios input {
    vertical-align: top;
    margin-right: 0.25rem; }
  #payment-method-radios .cc {
    margin-left: 2px; }
  #payment-method-radios .cc-images {
    margin: -2px 1rem .75rem 0;
    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.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;
    vertical-align: 10px; }

#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; } }

select#contribution_cc_attributes_expires_2i,
select#contribution_cc_attributes_expires_1i {
  padding-top: initial;
  padding-bottom: initial;
  width: 49%;
  float: left; }

select#contribution_cc_attributes_expires_2i {
  margin-right: 2%; }

.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.85rem;
    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: 2em;
    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; }

#express_room_container #recur-container {
  width: 80%;
  margin: 0 auto 2rem; }
  @media (max-width: 767px) {
    #express_room_container #recur-container {
      width: 100%; } }

#express_room_container .click-to-donate {
  text-align: center; }

#express_room_container #er_payment {
  margin-bottom: 2rem; }
  #express_room_container #er_payment div.enter-card-info {
    width: 80%;
    margin: 0 auto; }
  @media (max-width: 767px) {
    #express_room_container #er_payment {
      padding: 0; }
      #express_room_container #er_payment div.enter-card-info {
        width: 100%;
        margin-left: 0; } }

#express_room_container .control-label {
  font-weight: normal; }

@media (min-width: 500px) {
  #express_room_container .amount-options {
    width: 80%;
    margin: 0 auto; } }

#express_room_container .er_amt_button {
  display: inline-block;
  margin: 0 0 1.5rem;
  width: 47%;
  white-space: nowrap; }
  #express_room_container .er_amt_button.scale {
    transition: transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
    #express_room_container .er_amt_button.scale:hover {
      transform: scale(1.04); }
  #express_room_container .er_amt_button:nth-child(odd) {
    margin-right: 4%; }
  #express_room_container .er_amt_button .inner {
    width: 100%; }

#express_room_container .btn {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em; }
  #express_room_container .btn.btn-success {
    font-weight: bold; }

#express_room_container .btn-er-splitIt {
  width: 38%;
  font-weight: 700; }

#express_room_container .other-container .btn.other.hidden2 {
  animation: flipup 150ms ease-in;
  opacity: 0; }

#express_room_container .other-container .fields {
  animation: flipup 150ms ease-out reverse;
  text-align: right; }
  #express_room_container .other-container .fields label {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  #express_room_container .other-container .fields input {
    font-size: 1.15em;
    width: 4.5rem;
    height: auto;
    margin-left: 2px; }
  #express_room_container .other-container .fields a.btn {
    width: auto;
    margin-left: 0.5rem; }

#express_room_container .other-text.recurring-times {
  width: 3rem; }

#express_room_container hr {
  border: 0;
  border-bottom: 1px solid gainsboro;
  margin-top: 1em;
  margin-bottom: 1em; }

@media (max-width: 767px) {
  #express_room_container .er_amt_button {
    display: block;
    margin: 5% auto 0 auto;
    width: 80%;
    font-size: 1.5em; }
    #express_room_container .er_amt_button a {
      font-size: inherit;
      font-weight: 700;
      padding: .85em 0.5em; }
    #express_room_container .er_amt_button:last-child {
      margin-bottom: 2em; }
    #express_room_container .er_amt_button:nth-child(odd) {
      margin-right: auto; }
    #express_room_container .er_amt_button.other-container {
      text-align: center; }
      #express_room_container .er_amt_button.other-container label {
        font-size: inherit;
        margin: 0; }
      #express_room_container .er_amt_button.other-container input {
        width: 45%;
        padding: 0.75rem 0.25rem; }
      #express_room_container .er_amt_button.other-container a.btn.submittable {
        width: calc(55% - 1.5rem); }
  #express_room_container .btn-er-splitIt {
    width: 80%; } }

@keyframes flipup {
  0% {
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    transform: rotateX(90deg);
    opacity: 1; } }

@-webkit-keyframes flipup {
  0% {
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    transform: rotateX(90deg);
    opacity: 1; } }

#address-suggestions {
  width: 100%;
  transform: translateY(-1px);
  box-shadow: none;
  outline: none;
  border: 1px solid #ACAEB0;
  border-radius: 3px;
  background-color: transparent; }
  #address-suggestions:focus {
    border: 1px solid #009CDE;
    box-shadow: none; }
  #address-suggestions .option {
    cursor: pointer;
    padding: 0.5rem 0 0.5rem 1rem;
    margin: 0;
    color: #666666;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #address-suggestions .option:hover, #address-suggestions .option.selected {
      background: #666666;
      color: #fff; }

#zoom_query_container .modal-footer .subtle-modify {
  padding-top: 1em; }

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

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

@media (max-width: 767px) {
  #cf_widget, #contribution-ask, .rules, #fec_box_container {
    padding-right: 1rem;
    padding-left: 1rem; }
  #collect-form-internal {
    padding-top: 0; }
  #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; }
  #cf_container .radios.single-candidate li {
    width: 42%;
    margin-left: 5%;
    margin-right: 0; }
  #cf_container .radios.single-candidate li:last-child:nth-child(odd) {
    width: 89%; }
  .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 .btn {
    border-radius: 5px; }
  #apple-pay .buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 1rem 0 !important; }
    #apple-pay .buttons .btn, #apple-pay .buttons input {
      display: inline-block;
      margin: 0 1em 1em 0;
      width: calc(33% - 0.667em); }
      #apple-pay .buttons .btn:nth-child(3n+3), #apple-pay .buttons input:nth-child(3n+3) {
        margin-right: 0; }
    #apple-pay .buttons .btn {
      padding: .85em 0; }
    #apple-pay .buttons input {
      border-radius: 5px;
      text-align: center;
      padding-left: 0 !important;
      padding-right: 0;
      height: 48px; }
      @media (max-width: 400px) {
        #apple-pay .buttons input::-webkit-input-placeholder {
          font-size: 0.8em; } }
  #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,
#apple-pay .btn.no {
  display: flex;
  align-self: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
  padding: 0px;
  width: 80%;
  max-width: 300px;
  min-height: 48px;
  max-height: 64px; }
  @media (max-width: 400px) {
    .apple-pay-button-with-text,
    #apple-pay .btn.no {
      width: 100%;
      max-width: 100%; } }

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

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

.apple-pay-button-black-with-text {
  background-color: black;
  color: white; }

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

.fade-in {
  animation: ease-in-out-sine fadein 1s; }
  .fade-in.tooltip {
    animation: fadein .350s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.slide-down {
  animation: ease-in-out-sine slidedown 1s; }

@keyframes slidedown {
  from {
    height: 0; }
  to {
    height: 100px; } }

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; }
  body.branded #fec_box_container {
    width: 80%;
    max-width: 450px;
    padding: 10px;
    margin: 20px auto;
    background: white; }
  body.branded #fec-box {
    width: auto;
    margin: 0; }

.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 {
  position: relative;
  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.5em; }
  #cf_nav .edit {
    font-size: 0.85rem;
    margin-left: -0.2rem;
    color: #009CDE; }
  #cf_nav #big-amount-container {
    cursor: pointer; }

#cf_container .pane:not(.current) {
  margin: 0 auto; }

#cf_container .pane.current {
  min-height: 6rem;
  height: auto;
  opacity: 1; }

#cf_container.multi-step .pane.current .h2, #cf_container.multi-step .pane.current .pane-head {
  display: none; }

#cf_container.single-pane .pane {
  height: auto;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 1rem; }
  #cf_container.single-pane .pane h2, #cf_container.single-pane .pane .pane-head {
    display: block; }

#cf_container.single-pane a.back, #cf_container.single-pane nav, #cf_container.single-pane .btn-tip {
  display: none; }

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

.fadable,
#cf_container .pane {
  display: block;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateZ(0); }
  .fadable.in,
  #cf_container .pane.in {
    height: auto;
    opacity: 1; }

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

.error-page .ep__container {
  margin: 0 auto;
  max-width: 550px;
  padding: 3rem 1rem 0;
  text-align: center; }

.error-page .ep__dev-container {
  margin: 3rem 0 0 0; }
  .error-page .ep__dev-container pre {
    background: #f4f5f6;
    color: #666666;
    overflow: scroll;
    padding: 1rem; }

.error-page .ep__logo {
  height: auto;
  margin: 0 0 1rem;
  width: 80px; }

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 {
  border-radius: 20pt;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-image: none;
  border: 0px transparent;
  box-shadow: none;
  text-shadow: none;
  transition: color .2s, background-color .2s; }

.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; }

.btn + .btn {
  margin-left: .75rem; }

.modal form {
  margin-bottom: 0; }

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

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

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; }

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

p a:not(.btn),
p a:not(.btn):link,
p a:not(.btn):visited,
p a:not(.btn):hover,
p a:not(.btn):focus {
  text-decoration: none; }
  p a:not(.btn):hover, p a:not(.btn):focus,
  p a:not(.btn):link:hover,
  p a:not(.btn):link:focus,
  p a:not(.btn):visited:hover,
  p a:not(.btn):visited:focus,
  p a:not(.btn):hover:hover,
  p a:not(.btn):hover:focus,
  p a:not(.btn):focus:hover,
  p a:not(.btn):focus:focus {
    text-decoration: underline; }

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

/* 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; }

p {
  margin: 0 0 1.25rem 0; }

/* specifically overriding this for rich-text user-supplied fields; remove altogether? */
a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

p.text {
  margin: .75rem 1.5rem; }

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

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

.center {
  text-align: center; }

/* form reset */
/* 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; }

/* BB: Firefox dotted outline override */
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; }

.subtle-modify {
  font-size: 85%;
  color: #666;
  font-weight: normal; }

.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 */ }

.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; }

nav.navbar {
  position: relative;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.5s;
  margin-bottom: 0; }
  nav.navbar.in {
    opacity: 1; }
  nav.navbar .divider {
    height: 2px; }
  nav.navbar #toolbar_links_container {
    transition: max-height 0.5s ease-in-out; }
    nav.navbar #toolbar_links_container.expand {
      max-height: 200px; }
    nav.navbar #toolbar_links_container .pull-right {
      float: right; }
  @media (min-width: 768px) {
    nav.navbar #toolbar_links_container li.dropdown:hover .dropdown-menu {
      display: block; } }
  @media (max-width: 767px) {
    nav.navbar #toolbar_links_container {
      max-height: 0;
      overflow: auto; }
      nav.navbar #toolbar_links_container.nav-collapse, nav.navbar #toolbar_links_container .nav-collapse.collapse {
        height: auto; }
      nav.navbar #toolbar_links_container .caret {
        display: none; } }

/* HH: forms */
textarea.error, select.error, input.error {
  background-color: #FFBCBC !important;
  border: 1px solid #900 !important; }

.help-block {
  color: #666;
  font-size: 0.9em; }

span.required {
  color: #900;
  padding-left: .2em;
  font-weight: bold; }

/* 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; }

/* Simple modal dialog */
.modal.msimple .modal-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0;
  text-align: center; }
  .modal.msimple .modal-header h3 {
    font-size: 1.15em; }

.modal.msimple .modal-body {
  padding: 0 4rem 2rem; }

.modal.msimple .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 1.75rem;
  background-color: #fff;
  border-top: 0; }
  .modal.msimple .modal-footer > .btn {
    flex: 1 1 0;
    min-width: calc(50% - 1em);
    padding: .8em 1em;
    white-space: normal; }
    .modal.msimple .modal-footer > .btn + .btn {
      margin-left: 2em; }

.modal.msimple .btn-sq {
  border-radius: .3em; }

.loading_message {
  background: #FFF;
  max-width: 500px;
  margin: 0 auto;
  padding: 5rem 0;
  font-size: 2em !important;
  text-align: center; }

#waitbits {
  margin: 2rem auto; }
  #waitbits li {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 2%;
    opacity: 0;
    animation: waitbit 1.5s infinite linear; }
    #waitbits li:nth-child(1) {
      animation-delay: 0.3s;
      background-color: #1C2345; }
    #waitbits li:nth-child(2) {
      animation-delay: 0.6s;
      background-color: #3B4A91; }
    #waitbits li:nth-child(3) {
      animation-delay: 0.9s;
      background-color: #009CDE; }
    #waitbits li:nth-child(4) {
      animation-delay: 1.2s;
      background-color: #70B2E3; }
    #waitbits li:nth-child(5) {
      animation-delay: 1.5s;
      background-color: #BFE6FB; }

@keyframes waitbit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes waitbit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/* ZZ: PRINT LAYOUT */
@media print {
  html {
    margin: 0; }
  body {
    font-size: 0.9em;
    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; }
  .modal.msimple .modal-header, .modal.msimple .modal-body, .modal.msimple .modal-footer {
    padding-left: 1.5em;
    padding-right: 1.5em; } }

#merchandise_container {
  padding: 0 1rem; }

#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.75rem;
    width: 120px; }
  .offering img {
    border: 1px solid #DDD;
    width: 120px; }
  .offering .content_container {
    width: calc(100% - 120px - 0.75rem); }
  .offering h3 {
    margin-bottom: 1rem; }
  .offering p {
    overflow-wrap: break-word; }
  .offering .field label {
    padding: 0; }
  .offering .field select {
    width: 100%;
    margin: 0 0 0.5rem 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.5em; }
    .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.9em; }

.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=app-efcdf3d203bce7fec101.css.map*/