body { font-family: 'Lato', sans-serif; }
.navbar-brand { padding-top: 0; padding-bottom: 0; font-size: 2rem; }
.nav-logo-div { height: 55px; width: 84px; background: url('/img/mp-logo.png'); background-repeat: no-repeat; background-size: 84px 55px; }
.nav-info { font-size: 14px; }
.header-top { color:#fff; font-size: 4rem; font-weight: 700; }
.header-second { color:#fff; }
.fund-bg-img { min-height: 265px; }
.get-started { min-height: 292px; position: relative; top: -197px; width: 90%; }
.get-started-row { height: 292px; }
.activity-th { background-color: #283754; }
.error { color: red; }
.btn-info { color: #fff; background-color: #283754; border-color: #283754; }
.team-bg { background-image: url('../img/teamwork-bg.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.fundraiser-name { font-size: 40px; font-weight: bold; }
.fund-player { font-size: 28px; }
.fund-desc { padding-bottom: 40px; }
.hidden { display: none; }
.donation-amt { border-radius: 5px; display: inline-block; border: solid #ccc 1px; background-color: #e9ecef; margin-bottom: 15px; margin-left: 5px; margin-right: 5px; width: 75px; }
.d-amt { text-align: center; padding: 20px 10px; font-size: 25px; margin-bottom: 0; color: #053c79; }
.d-amt-a:hover { text-decoration: none; }
/*.payment-container { width: 400px; }*/
.StripeElement { box-sizing: border-box; height: 40px; padding: 10px 12px; line-height: 1.5; border: 1px solid transparent; border-radius: 4px; background-color: white; box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0,0,0,.07), 0 1px 1.5px 0 rgba(0,0,0,.05); -webkit-transition: box-shadow 150ms ease; transition: box-shadow .08s ease-in,color .08s ease-in; }
.btnSub { color: #fff; background-color: #007bff; border-color: #007bff; width: 100%; border-radius: 5px; font-size: 16px; margin-top: 16px; padding: 5px; }
.btn-outline-primary { height: 60px; width: 70px; margin-right: 9px; padding: 0; padding-top: 12px; border-radius: .25rem; background-color: #e9ecef; border: solid #ccc 1px; color: #053c79; font-size: 23px; font-weight: 600; }
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn { margin-bottom: 9px; }
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border-radius: .25rem; }
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) { border-radius: .25rem; }
.pmt-frm-ele { margin-bottom: 16px; }
.StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df; }
.StripeElement--invalid { border-color: #fa755a; }
.StripeElement--webkit-autofill { background-color: #fefde5 !important; }
.result-message { font-size: 18px; font-weight: bold; color: #28a745!important; margin-bottom: 50px; }
.donation-table { max-height: 400px; overflow: auto; }
.payment-row { border: solid 1px #cccccc; padding-top: 20px; padding-left: 15px; padding-right: 15px; }
.donation-cell { padding: .5rem; }
.pin-it { position: absolute; bottom: 0; left: 0; }
.footer { border-top: #dee2e6 solid 2px; height: 2.5rem; padding-top: 5px; padding-left: 10px; font-size: 14px; padding-right: 10px; width: 90%; }
.footer2 { font-size: 14px; width: 90%; }
.footer-mob { border-top: #dee2e6 solid 2px; height: 2.5rem; padding-top: 5px; font-size: 14px;  }
.footer-mob2 { font-size: 14px; }
.table td, .table th { padding:.5rem .75rem; }
.nav-border { display: inline-block; width: 8px; margin-left: 8px; height: 13px; border-right: 1px solid #6F9DCF; position: relative; bottom: -2px; }
/* Buttons and links */
.btnSub {
  background: #007bff;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.btnSub:hover {
  filter: contrast(115%);
}
.btnSub:disabled {
  /* opacity: 0.5; */
  background-color: gray;
  cursor: default;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1200px) {
  .fundraiser-name { font-size: 36px; }
  .fund-player { font-size: 24px; }
}
@media only screen and (max-width: 1199px) {
  .tcbox { margin-top: 20px; }
  .tcsub { margin-top: 43px; }
}
@media only screen and (max-width: 998px) {
  .fundraiser-name { font-size: 32px; }
  .fund-player { font-size: 24px; }
}
@media only screen and (max-width: 991px) {
  .tcsub { margin-top: 20px; }
}
@media only screen and (max-width: 817px) {
  .join-a-team { top: -110px; }
}
@media only screen and (max-width: 794px) {
  .join-a-team { top: -90px; }
}
@media only screen and (max-width: 600px) {
  form { width: 80vw; }
  .nav-fluid { width: auto; }
  .header-top { font-size: 1.85rem; }
  .header-second { font-size: 1.35rem; }
  .donation-table { max-height: 600px; overflow: auto; }
  .payment-row { border: none; padding: 0; }
  .nav-logo-div { height: 35px; width: 53px; background-size: 53px 35px; }
  .fundraiser-name { font-size: 28px; }
  .fund-player { font-size: 22px; }
  .fund-card { max-width: 350px; height: 100%; }
  .fund-card2 { width: 350px; height: 100%; }
  .fund-bg-img { min-height: 250px; }
  .btn-navy { padding: 10px 30px; }
  .join-a-team { top: -150px; }
  #teamcode { width: 85%; }
}
@media only screen and (max-width: 575px) {
  .tcsub { margin-top: 0; }
}
@media only screen and (max-width: 400px) {
  .join-a-team { top: -110px; }
}
@media only screen and (max-width: 395px) {
  #teamcode { width: 75%; }
}
