﻿@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
   background-color: #fff;
   font: 300 14px "Roboto", sans-serif;
   color: #000;
}
label {
    font-weight:normal;
    font-size:16px;
}
h1{
    font: 800 28px "Fraunces", serif;
    color: #222 ;
    text-align:center;
}
h2 {
    font: 600 20px "Fraunces", serif;
    color: #000 ;
    text-align:center;
    padding-top:8px;
}
.form-group{
    margin-bottom:8px;
}
#billing, #thank, #problem, #digitalPass, #donationOtherDiv {
    display:none;
}
 .gift {
     padding: 5px 10px;
 }
 #gift #custInfo {
     padding: 5px 30px;
 }
 .close{
     margin-top:10px;
 }
 .even {
     background-color: #e7e9ea;
 }
 #addGiftDiv {
     margin-top:15px;
 }
span.appliedMsg {
    position: absolute;
    right: 26px;
    background: none;
    width: auto;
    color: #003e7e;
    font-size: 12px;
    font-weight:bold;
    margin-top: 0;
    display: none;
    text-align:right;
    top:15px;
}
#promoApplied{
    top: 19px;
}
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  font-weight:bold;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  top: 6px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.selectdiv select{
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.form-check-input:checked{
    background-color:#003e7e;
    border-color:#003e7e;
}
.btn,  .btn:focus {
    background-color: #003e7e;
    color: #fff;
    outline:none;
    transition: all 0.3s ease 0s;
    font-weight:bold;
    border-radius:0;
}
.btn:active:focus, .btn:hover{
    background-color:#fff;
    outline:none;
    color: #003e7e !important;
    border-color:#003e7e;
}
#content {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    display:none;
}
#subDiv, #thank, #problem, #landing{
    background-color: #FFF;
    
}
 #header {
     background-color: #FFF;
 }
#subDiv, #landing{
    padding-top:10px;
    padding-bottom:15px;
}
#landing{
    padding-bottom:208px;
}
#offerHeader p{
    margin: 8px 35px;
    font-size:16px;
}
#thank, #problem {
    text-align:center;
    padding-top:40px;
    padding-bottom:100px;
}

.form-control, .input-group-text, .form-control[readonly] {
        background-color:#fff;
    border-color:#c4c4c4;
    border-radius:0;
}

.i {
    font-style:italic;
}
.b{
    font-weight:700;
}
/*.warning, .warning:focus {
    background-color: #ffeef0 !important;
    border: 1px solid #ff3200;
box-shadow: 0 0 3px #ff3200;
-webkit-box-shadow: 0 0 3px #ff3200;
-moz-box-shadow: 0 0 3px #ff3200;
}
/*Input box styling */
.small-text span.required-error {
    right: 22px !important;
}
.warning + span {
    display: block !important;
}
.warning {
    border-bottom: 1px solid #eb4511 !important;
}
.g-recaptcha.warning {
  border:0 !important;
}
.g-recaptcha.warning iframe {
  border: 3px solid #eb4511 !important;
}
#perror{
    font-weight:400;
    color:#eb4511;
}
span.required-error {
    position: absolute;
   right: 46px;
    top: 12px;
    background: none;
    width: auto;
    color: #eb4511;
    font-size: 12px;
   
    margin-top: 0;
    display: none;
}
#termDiv label {
    margin-right:8px;
}
a:link, a:active, a:visited{
    font: 500 underine 18px;
    color: #000;
}
.processMain {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    padding-top: 40px;
    display: none;
    background-color:#fff;

}

    .processMain h2{
        font: 400 14px #003e7e "Fraunces", serif;
        text-align: center;
        width:100%;
    }

.processC {
    width: 100%;
    height: 30px;
}

.processing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .processing h2 {
        color: #000;
        font-size: 25px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .processing h3 {
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
.close, .add , .subtract{
    cursor:pointer;
}
#submit {
    margin-top:10px;
}

h3 {
    font: 500 35px "Roboto";
    color:  #003e7e;
}
.footer{
    margin-top:10px;
    margin-bottom:20px;
    background-color:#000;
    color:#fff;
    padding:16px;
    font-family: "Fraunces", serif;
}
.footer p{
    margin:0;
}