.visuallyhidden, input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.clearfix:after, .lc__schedule-select-container td:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

iframe[name=google_conversion_frame] {
  position: absolute; }

body.bg-main {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.opacity-8 {
  opacity: 0.8; }

.inline-block {
  display: inline-block; }

.max-300 {
  width: 100%;
  max-width: 300px; }

#header {
  background: #D71B1E;
  background-size: cover;
  /* border-bottom: 5px solid #d71920; */
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  z-index: 9999;
  position: relative;
  height: auto;
  display: flex;
  padding: 12px;
  justify-content: space-between; }

#header a#header-logo-link {
  color: #d71920;
  height: auto;
  display: block;
  /* margin: 0 auto; */
  max-width: 180px;
  /* padding: 20px; */
  /* text-align: center; */
  /* background-color: #d71920; */ }

#btn-switch-lang {
  /* right: 0; */
  /* top: 24px; */
  /* right: 15px; */
  color: #fff !important;
  border: 1px solid #fff;
  /* color: #3c0000 !important; */
  /* font-weight: normal; */
  /* font-size: 0.9rem; */
  /* padding: 0rem 0.5rem 0 1.2rem; */ }

.page-body {
  /*
  background-color:#fff;
  background-position: right center;
  background-color: #f1f2f2;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1000px; 
  */
  background-position: right top;
  background-color: #58595b;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 1000px; }
  .frameStyle .page-body {
    min-height: 0px; }

body.frameStyle {
  background: none; }

body,
input,
select,
.btn,
.form-control {
  font-size: 16px; }

.amount-other-victory-fund,
.amount-other {
  padding: 0;
  height: auto;
  background: none; }

@media (max-width: 770px) {
  #trac-donate-main {
    margin-top: 0; }
  #upperContainer {
    padding: 0; } }

.btn-amount, .btn-amount-riding {
  padding: 6px 12px !important;
  /*width: 60%;*/ }

#trac-donate-main {
  background: none; }

.salesforce-form-container__header {
  padding: 30px;
  position: relative;
  /* margin: 40px 0; */
  background-color: #fff;
  font-family: Oswald; }

.salesforce-form-container__header h1 {
  font-family: Oswald;
  font-weight: 300;
  font-size: 3rem;
  color: #d71920;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.salesforce-form-container__header p {
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3; }

.salesforce-form-container__body {
  padding: 30px;
  position: relative;
  /* margin: 40px 0; */
  background-color: rgba(255, 255, 255, 0.9); }

#salesforce-form-container__mobile-image {
  display: block;
  width: 100%; }

a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

a.more-information {
  cursor: pointer; }

.h4, h4 {
  font-size: 16px; }

input,
select,
select[size],
.form-control {
  background-color: #fff;
  border: 1px solid #a7a9ac;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 3.5rem;
  padding: 0.5rem; }

input[type=radio],
input[type=checkbox] {
  height: auto; }

label {
  line-height: 1.3;
  color: #58595b; }

.amounts-container {
  margin: 0 -0.5rem 2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.amounts-container > * {
  margin-bottom: 0;
  width: 25%;
  display: block;
  padding: 0 0.5rem; }

.amounts-container > * > * {
  width: 100%;
  margin: 0 1rem 1rem 0;
  text-align: center; }

/*
.info-dynamic-tax-credit {
  background-color: #d71920;
  display: inline-block;
  padding: 0px 2px;
  color: #fff;
}
*/
@media (max-width: 768px) {
  .amounts-container > * {
    width: 33%; } }

.form-pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0px 0;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  /* margin-left: 1rem; */ }

.form-pagination a:hover,
.form-pagination a:focus {
  color: #fff;
  background-color: #d71920; }

.footer-content-separator {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #666; }

#copyright {
  background: #58595c;
  color: #d1d3d4;
  padding: 30px;
  width: 100%; }

#copyright a {
  color: #fff; }

.secure-note {
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 80%; }

.secure-note span.fa {
  padding-right: 3px; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 *
 * SASS styling
 *
 */
h1, h2, h3, h4, h5, h6 {
  font-family: Oswald;
  text-transform: uppercase; }

h4 {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem; }

a, button, input[type=submit] {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

p, ul {
  font-family: lato;
  font-size: 1em;
  margin-bottom: 1em; }

strong {
  font-weight: 900; }

select {
  width: 95%;
  border: 2px solid #d1d3d4;
  background: #fff;
  box-shadow: none; }

label {
  font-weight: 900;
  margin-bottom: 0.2em; }

.bottom-margin-5 {
  margin-bottom: 1rem; }

.top-padding-20 {
  padding-top: 20px; }

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

.margin-top-1 {
  margin-top: 1rem; }

.normal-font-weight {
  font-weight: normal !important; }

.text-muted {
  font-size: 0.9em; }

.form-group {
  margin-bottom: 2rem; }

.amount-other input[type="text"] {
  text-align: center; }

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  font-weight: 900; }
  input[type="checkbox"] ~ label:before,
  input[type="radio"] ~ label:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 0.2em;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-5px);
    width: 16px;
    height: 16px; }

input[type="checkbox"]:checked ~ label:not(.error):before,
input[type="radio"]:checked ~ label:not(.error):before {
  color: #d71920; }

select.valid ~ label.error,
input.valid ~ label.error {
  display: none !important; }

select.error ~ label.error,
input.error ~ label.error {
  display: block; }

input[type="checkbox"] ~ label:not(.error):before {
  content: "\f096"; }

input[type="checkbox"]:checked ~ label:before {
  content: "\f14a"; }

input[type="radio"] ~ label:before {
  content: "\f10c"; }

input[type="radio"]:checked ~ label:before {
  content: "\f058"; }

input, select, select[size], .form-control {
  background-color: #fff;
  border: 2px solid #d1d3d4;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 4rem;
  padding: 0.9rem;
  box-shadow: none;
  font-size: 0.9em; }

.modal-header button.close {
  font-size: 40px;
  margin-top: -6px; }

.modal-header button.close {
  font-family: Oswald; }

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
  margin-top: 0; }

.donate-progress {
  border-bottom: none;
  font-family: lato;
  padding-bottom: 1em;
  margin: 1em auto 0; }
  .donate-progress ul {
    margin: 0.5em auto 0; }
    .donate-progress ul li:after {
      font-family: Oswald;
      margin-top: 0.2rem; }
  .donate-progress:after {
    padding-top: 1.4em; }

.salesforce-form-container__body {
  position: relative; }
  .salesforce-form-container__body span.secure-note {
    position: absolute;
    top: 30px;
    right: 30px; }

.salesforce-form-container .btn {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: Lato;
  color: #d71920;
  border: 2px solid #d71920 !important;
  letter-spacing: -0.02em;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  border-color: #fff;
  display: inline-block;
  letter-spacing: 0; }
  .salesforce-form-container .btn.btn-next:after {
    font-family: FontAwesome;
    content: '\f061';
    margin-left: 0.3em; }
  .salesforce-form-container .btn.btn-prev:before {
    font-family: FontAwesome;
    content: '\f060';
    margin-right: 0.3em; }
  .salesforce-form-container .btn:hover, .salesforce-form-container .btn:focus {
    background: #d71920;
    color: #fff;
    border: 2px solid #d71920 !important;
    text-shadow: 0px 0px; }

.salesforce-form-container .form-pagination a:hover, .salesforce-form-container .form-pagination a:focus {
  color: #fff;
  background: #d71920; }

.modal {
  z-index: 99000; }

.error {
  font-weight: bold;
  margin-top: 0.3em; }
  .error:before {
    font-family: FontAwesome;
    content: "\f0d8";
    margin-right: 0.3em; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

img.salesforce-form-container__header__donation-logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
  display: block; }

.donate-progress {
  margin: 30px auto 0; }

.dob-input-group {
  display: flex;
  margin: 0 -.5rem; }
  .dob-input-group > div {
    width: 33.33%;
    padding: 0 0.5rem; }
    .dob-input-group > div select {
      width: 100%;
      display: block; }
  .dob-input-group label {
    display: block;
    text-transform: capitalize; }

.dollar-amount {
  display: inline-block;
  padding: 0px 2px;
  color: #fff;
  display: inline-block;
  color: #d71920;
  font-weight: 900;
  border-bottom: 2px solid #d71920; }

.donation-tax-savings-text .icon.fa-info-circle {
  font-size: 1.9rem; }

.lc-summary-container {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #d1d3d4;
  margin-bottom: 1rem;
  padding: 10px; }
  .lc-summary-container > * {
    transition: opacity 0.5s ease-in-out; }
  .lc-summary-container .icon {
    font-size: 2.5rem;
    display: inline-block;
    transform: translateY(0.1em);
    margin-right: 0.2em;
    margin-left: -30px;
    width: 23px;
    text-align: center; }
    .lc-summary-container .icon.fa-info-circle {
      font-size: 2.2rem; }
  .lc-summary-container .green {
    color: #6ebf52; }
  .lc-summary-container .info {
    color: #1a4782; }
  .lc-summary-container .yellow {
    color: #f9b717; }
  .lc-summary-container p {
    font-size: 0.95em;
    line-height: 1.3;
    padding-left: 30px;
    margin-top: 0.8em;
    margin-bottom: 0; }
    .lc-summary-container p:first-child {
      margin-top: 0; }

.did-you-know-container {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0.5em 0 0; }

.lc__schedule-select-container td > label {
  float: left;
  margin-right: 20px; }

.lc__schedule-select-container td > input {
  float: left;
  margin-right: 5px; }

.salesforce-form-container__header p {
  margin-bottom: 1rem; }

select:disabled {
  background-color: #eee; }

.first-character-uppercase {
  text-transform: capitalize !important; }

.uppercase {
  text-transform: uppercase !important; }

a.alternate-donation-link {
  display: block;
  font-size: .8em;
  margin-bottom: 2rem; }
  a.alternate-donation-link:before {
    font-family: FontAwesome;
    content: '\f08e';
    padding-right: 0.3em; }

.amounts-container .amount-value-container a.btn {
  margin-bottom: 1rem;
  width: 100%; }
  .amounts-container .amount-value-container a.btn.btn-amount-active {
    background: #d71920;
    color: #fff; }

.amount-other input[type="number"] {
  width: 100%; }

p.vf-disclaimer {
  margin: 1em 0; }
  p.vf-disclaimer:before {
    font-family: FontAwesome;
    content: '\f069';
    padding-right: 0.3em; }

.container {
  padding-right: 0px;
  padding-left: 0px; }

@media (max-width: 770px) {
  #trac-donate-main {
    padding-top: 0; } }

.payment-amount-label {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0 0 3rem 0;
  font-weight: 800;
  color: #585952;
  font-size: 22px; }

#amountLabel,
#amountLabelRiding {
  color: #d71920; }

.credit-card-icon-list {
  display: flex; }

.credit-card-icon-list img {
  height: 30px; }

.cvv-tool-tip {
  position: relative;
  font-size: 18px; }

.cvv-tool-tip img {
  display: none;
  position: relative;
  border: 1px solid #fff;
  width: 140px; }

.cvv-tool-tip:hover img,
.cvv-tool-tip a:focus + img {
  display: block;
  position: absolute;
  top: 0;
  left: 17px; }

/*======================================
=            THANK YOU PAGE            =
======================================*/
.thank-you-container__heading {
  margin-bottom: 1rem;
  text-align: center;
  font-family: lato;
  font-weight: bold;
  text-transform: none; }
  @media (max-width: 600px) {
    .thank-you-container__heading {
      font-size: 2.4rem; } }

.thank-you-container#trac-donate-main {
  margin: 2rem auto;
  padding: 2rem; }

.thank-you-container img {
  display: block;
  width: 100%; }

.thank-you-container p {
  font-size: 1.7rem;
  text-align: center; }

.thank-you-container__image-row {
  margin-bottom: 3rem; }

.liberal__thank-you-social-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 1.25rem;
  margin-top: 4rem; }

.liberal__circle-link {
  border-radius: 50%;
  margin-left: 10px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px; }
  .liberal__circle-link:hover, .liberal__circle-link:focus {
    color: #fff; }
  .liberal__circle-link:first-child {
    margin-left: 0px; }
  .liberal__circle-link--facebook {
    background-color: #3b5998; }
    .liberal__circle-link--facebook:hover, .liberal__circle-link--facebook:focus {
      background-color: #4366ad; }
  .liberal__circle-link--twitter {
    background-color: #55acee; }
    .liberal__circle-link--twitter:hover, .liberal__circle-link--twitter:focus {
      background-color: #5ab9fc; }
  .liberal__circle-link--email {
    background-color: #f98686; }
    .liberal__circle-link--email:hover, .liberal__circle-link--email:focus {
      background-color: #ff8e8e; }

/*=====  End of THANK YOU PAGE  ======*/
