@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

html {
  height: 100%;
  box-sizing: border-box;
  height: 100%;
}
.steps-content .alert h3 {
  margin: 5px 0 10px;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
body {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
body .donation-container * {
  font-family: 'Montserrat', sans-serif !important;
}
body.home {
  height: 100%;
}
a {
  color: #4179ba;
  moz-transition: all 0.4s ease-in-out;
  ms-transition: all 0.4s ease-in-out;
  o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  webkit-transition: all 0.4s ease-in-out;
}
a:hover {
  color: #ff0423;
  text-decoration: none;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.optin-label{ 
  margin-left: 10px !important;

}

.optin-buttons .div-checkboxes-text a {
  font-weight: 500;
  color: #0d43a0;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: none;
  outline: 0;
}

.optin-box{
  background: unset !important;
}

.optin-both{
  margin-left: 15px !important;
}

.optin-box a{
  color: #337ab7 !important;
}

.optinEmail, .optinSMS{
  min-height: 25px !important;
}

.page-node-type-gift-donation-page #navbar{
  padding: 10px 0 0 0;
}

.page-node-type-gift-donation-page #navbar .container{
  padding-bottom: 0; 
  
}

.page-node-type-gift-donation-page .two-columns-layout .page-name,
.page-node-type-gift-donation-page .two-columns-layout .video-wrapper{
  margin-bottom: 20px;
}

.page-node-type-gift-donation-page .main-container-wrapper .page-title{
  display: none;
}

.page-node-type-gift-donation-page .page-title-box .page-title{
    margin: 0px;
    font-size: 6.8em;
    text-transform: uppercase;
    color: #0d43a0;
    font-weight: 900;
}

.page-node-type-gift-donations-page h1.page-title {
  font-family: 'Montserrat';
  font-size: 68px;
  line-height: 71px;
  font-weight: 900;
}
.page-node-type-gift-donations-page h2.page-name {
  font-family: 'Objectivity-Medium';
}
.page-node-type-gift-donation-page #s3-div-ministry select {
  height: 70px;
}

body .donation-container input,
body .donation-container select,
body .donation-container textarea {
  background-color: #fff;
  border: solid 1px #92939a;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font: 18px 'Montserrat', sans-serif;
  font-weight: 400;
  height: auto;
  line-height: normal;
  outline: none;
  padding: 11px;
  width: 100%;
}
select {
  cursor: pointer;
}
select:invalid {
  color: #fe2b4a;
}
select option {
  color: #1a1a1a;
}
input.error,
textarea.error {
  border-color: #fe2b4a;
}
div.error {
  background-image: none;
}
.tab-pane {
  font-size: 13px;
}
#s3-amount {
  width: 100% !important;
}
#s1-errors-top:empty,
#s1-errors:empty,
#s2-errors-top:empty,
#s2-errors:empty,
#s2-cc-errors:empty,
#s3-errors-top:empty,
#s3-errors:empty {
  display: none;
}
#s1-errors-top,
#s1-errors,
#s2-errors-top,
#s2-errors,
#s2-cc-errors,
#s3-errors-top,
#s3-errors {
  background-color: #f9f9f9;
  border: 3px dashed #155aa8;
  border-radius: 12px;
  color: #155aa8;
  line-height: 1.5em;
  list-style-position: outside;
  list-style-type: disc;
  padding: 10px 20px;
}
#s1-errors-top a,
#s1-errors a,
#s1-errors-top li,
#s1-errors li {
  color: crimson;
  cursor: pointer;
  text-decoration: none;
}
#s2-errors-top a,
#s2-errors a,
#s2-cc-errors li,
#s2-errors-top li,
#s2-errors li {
  color: crimson;
  cursor: pointer;
  text-decoration: none;
}
#s2-comments-div {
  padding-top: 10px;
}
#s3-errors-top a,
#s3-errors a,
#s3-errors-top li,
#s3-errors li {
  color: crimson;
  cursor: pointer;
  text-decoration: none;
}
.page-node-type-gift-donations-page .two-columns-layout {
  margin-bottom: 50px;
}

textarea#s1-message,
textarea#s2-comments,
textarea#s3-comments {
  border: 1px solid #707378;
  border-radius: 8px;
  padding: 15px 20px 15px;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: 'Objectivity-Medium';
}
body:not(.path-clone) input[type='submit'],
body:not(.path-clone) .submit-btn {
  background-color: #2677c6;
  border: 1px solid #1562ad;
  border-radius: 1px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 12px 15px 12px;
  text-transform: capitalize;
}
input[type='submit']:hover {
  background-color: #2677c6;
}
input[type='submit']:active {
  background-color: #2677c6;
  position: relative;
  top: 1px;
}
textarea {
  height: 170px;
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  border: none;
  box-shadow: 0 0 0 0;
  display: inline-block;
  padding: 0;
  width: auto;
  outline:none; 
}

.div-checkboxes-text {
  color: #000000;
  display: inline-block;
  float: left;
  font-family: Objectivity;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 20px;
  margin-top: 5px;
  width: 474px;
}
@media screen and (max-width: 767px) {
  .div-checkboxes-text{
    width: auto;
  }
}


#s1-div-checkboxes,
#s2-div-checkboxes,
#s3-div-checkboxes{
  position: relative;
}
#s1-div-checkboxes input,
#s2-div-checkboxes input,
#s3-div-checkboxes input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 35px;
  khtml-opacity: 0;
  margin: 0px;
  margin-top: 1px;
  moz-opacity: 0;
  width: 55px;
  left: 5px;
  top: 5px;
  outline: none;
}
#s1-div-checkboxes input:checked + label:before,
#s2-div-checkboxes input:checked + label:before,
#s3-div-checkboxes input:checked + label:before {
  background-color: #0D43A0;
  padding-left: 6px;
}
#s1-div-checkboxes input:checked + label:after,
#s2-div-checkboxes input:checked + label:after,
#s3-div-checkboxes input:checked + label:after {
  left: 21px;
}
#s1-div-checkboxes label,
#s2-div-checkboxes label,
#s3-div-checkboxes label {
  padding-left: 50px;
  position: relative;
}
#s1-div-checkboxes label:before, #s1-div-checkboxes label:after,
#s2-div-checkboxes label:before, #s2-div-checkboxes label:after,
#s3-div-checkboxes label:before, #s3-div-checkboxes label:after {
  border-radius: 15px;
  moz-border-radius: 15px;
  position: absolute;
  transition: background-color 0.3s, left 0.3s;
  webkit-border-radius: 15px;
}
#s1-div-checkboxes label:before,
#s2-div-checkboxes label:before,
#s3-div-checkboxes label:before {
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'FontAwesome', sans-serif;
  font-size: 12px;
  height: 30px;
  left: 0px;
  line-height: 20px;
  moz-border-radius: 20px;
  padding-left: 23px;
  top: 0px;
  webkit-border-radius: 20px;
  width: 50px;
}
#s1-div-checkboxes label:after,
#s2-div-checkboxes label:after,
#s3-div-checkboxes label:after {
  background: #fff;
  content: "";
  height: 25px;
  left: 2px;
  letter-spacing: 20px;
  top: 2px;
  width: 25px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #1a1a1a;
}
label[for] {
  z-index: 4 !important;
}
img {
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}
strong {
  font-weight: 700;
}
button.tbn-btn-pmt-next,
button.tbn-pmt-submit {
  background: #0D43A0;
  border-radius: 6px;
  box-shadow: 0 16px 20px -10px rgba(0,0,0,0.2), 0 5px 8px -3px rgba(0,0,0,0.1), 0 0 2px -1px rgba(0,0,0,0.3);
  display: inline-block;
}
button.tbn-btn-pmt-next:hover,
button.tbn-pmt-submit:hover {
  color: #b0b0b0;
}
button.tbn-pmt-submit:only-of-type {
  width: 100%;
}
button.tbn-btn-pmt-next:only-of-type {
  width: 100%;
}
button.tbn-btn-pmt-next,
button.tbn-pmt-submit {
  width: 85%;
}
button.tbn-btn-pmt-prev {
  background: url(../images/left-arrow.png) no-repeat center;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 5px 8px -3px rgb(0 0 0 / 10%), 0 0 2px -1px rgb(0 0 0 / 30%);
  display: inline-block;
  float: left;
  height: 50px;
  margin-right: 5%;
  width: 10%;
}
button#s3-btn-decl-prev,
button#s3-btn-error-prev {
  width: 100%;
  background-position: 15px;
  color: #0D43A0;
}
body:not(.path-clone) .button {
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 20px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
}
.btn-return-home:active,
.button:active {
  position: relative;
  top: 1px;
}
.button.tbn-btn-options {
  background-color: saddlebrown;
  color: #fff;
}
body:not(.path-clone) [type="checkbox"]:not(:checked),
body:not(.path-clone) [type="checkbox"]:checked,
body:not(.path-clone) [type="radio"]:not(:checked),
body:not(.path-clone) [type="radio"]:checked {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-appearance:none;
  border: none;
}
#step2-form{
  input[type="radio"]{
    display: none;
  }
}
body:not(.path-clone) [type="checkbox"]:not(:checked) + label,
body:not(.path-clone) [type="checkbox"]:checked + label,
body:not(.path-clone) [type="radio"]:not(:checked) + label,
body:not(.path-clone) [type="radio"]:checked + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

body:not(.path-clone) [type="checkbox"]:not(:checked) + label:before,
body:not(.path-clone) [type="checkbox"]:checked + label:before,
body:not(.path-clone) [type="radio"]:not(:checked) + label:before,
body:not(.path-clone) [type="radio"]:checked + label:before {
  background: #fff;
  border: 1px solid #dce0e0;
  border-radius: 4px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 20px;
}
body:not(.path-clone) [type="radio"]:not(:checked) + label:before,
body:not(.path-clone) [type="radio"]:checked + label:before {
  top: 0;
}
body:not(.path-clone) [type="radio"]:not(:checked) + label:before,
body:not(.path-clone) [type="radio"]:checked + label:before {
  border-color: #f79722;
  border-radius: 50%;
}
body:not(.path-clone) [type="checkbox"]:checked + label:before,
body:not(.path-clone) [type="radio"]:checked + label:before {
  border: none !important;
}
body:not(.path-clone) [type="checkbox"]:not(:checked) + label:after,
body:not(.path-clone) [type="checkbox"]:checked + label:after,
body:not(.path-clone) [type="radio"]:not(:checked) + label:after,
body:not(.path-clone) [type="radio"]:checked + label:after {
  background: #fff;
  border: 1px solid #dce0e0;
  border-radius: 4px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 20px;
  left: 0px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 20px;
}
body:not(.path-clone) [type="radio"]:not(:checked) + label:after,
body:not(.path-clone) [type="radio"]:checked + label:after {
  background: #fff;
  border: 1px solid #f79722;
  border-radius: 50%;
  color: #f79722;
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: 0px;
  width: 20px;
}
body:not(.path-clone) [type="radio"]:checked + label:after {
  border-color: #f79722;
}
body:not(.path-clone) [type="radio"]:not(:checked) + label:after {
  border: none;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  border: 1px #dce0e0 solid;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  border: none;
  color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 1px #dce0e0 solid;
}
.main-header {
  padding: 30px 0;
}
.logo {
  display: inline-block;
  float: left;
  height: 100%;
  margin: 0;
  width: 270px;
}
.logo h1 {
  margin: 0px;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
}
.logo .emm {
  width: 60%;
}
.logo .tbn {
  margin-left: 1%;
  width: 35%;
}
.navigation {
  background-color: transparent;
  float: right;
  padding: 70px 0 0;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation li {
  display: inline-block;
  font-family: 'Georgia', san-serif;
  font-size: 17px;
  margin: 0 0 0 25px;
  position: relative;
  text-transform: capitalize;
}
.navigation li a {
  color: #4179ba;
  display: block;
  padding: 0;
}
.navigation li:hover > a,
.navigation li.active > a {
  color: #1a477b;
}
.navigation li ul {
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #e0e0e0;
  left: 0;
  margin: 0;
  moz-transition: all 0.4s ease-in-out;
  ms-transition: all 0.4s ease-in-out;
  opacity: 0;
  o-transition: all 0.4s ease-in-out;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  webkit-transition: all 0.4s ease-in-out;
  width: 200px;
  z-index: -11;
}
.navigation li ul li {
  border: none;
  display: block !important;
  display: block;
  float: none !important;
  font-size: 12px !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.navigation li ul li a {
  color: #1d2554;
  display: block;
  font-size: 15px;
  padding: 10px 15px;
}
.navigation li ul li:hover a {
  color: #414142;
}
.navigation ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
div.loader-outer {
  height: 80px;
}
.main-header {
  border-bottom: solid 1px #e9e9e9;
  height: 80px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.ui-tooltip {
  z-index: 2;
}
.btn-return-home {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 24px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.86;
  padding: 17px 30px;
  text-align: right;
}
.btn-return-home:hover,
.btn-return-home:focus {
  background-color: #000;
  color: #fff;
}
.node-type-gift-donations-page .steps-content-col ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 13px !important;
}
.content {
  padding-bottom: 50px;
  padding-top: 42px;
}
.steps-content .nav-tabs.nav-justified {
  background-color: transparent;
  border-bottom: 1px solid #E0E0E0;
  margin: 10px 0;
}
.steps-content .nav-tabs.nav-justified > li {
}
.steps-content .nav-tabs.nav-justified > li.active {
  background-color: transparent;
}
.devMode .steps-content .nav-tabs.nav-justified > li.active,
.pay-list li.devPayPalMode.active label.radio,
h1.devMode {
  background-color: forestgreen;
}
.devPaypalModeBorder .steps-content .nav-tabs.nav-justified > li.active,
h1.devPaypalMode {
  border: 6px double #f00;
}
h1.experimentalMode {
  background-color: blueviolet;
}
.steps-content {
  border-left: 1px solid #E0E0E0;
}
.paypal-success .steps-content {
  padding: 0 15px;
}
.steps-content h2 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.steps-content p {
  font-family: 'Objectivity-Regular';
  font-size: 14px;
  line-height: 16px;
}
.steps-content .nav-tabs.nav-justified > li:last-child {
  padding-right: 0px;
}
.steps-content .nav-tabs.nav-justified > li > a {
  border: none;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: medium;
  line-height: 1em;
  margin: 10px 15px 0;
  padding: 0 0 10px;
  text-align: left;
}
.steps-content .nav-tabs.nav-justified > li > a span {
  color: black;
  font-family: 'Objectivity Regular';
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
}
.steps-content .nav > li > a:focus,
.steps-content .nav > li > a:hover {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.steps-content .nav-tabs.nav-justified > .active > a:hover,
.steps-content .nav-tabs.nav-justified > .active > a:focus,
.steps-content .nav-tabs.nav-justified > .active > a,
.steps-content .nav-tabs.nav-justified > li > a {
  background-color: transparent;
  border: none;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.steps-content .nav-tabs.nav-justified > li > a {
  opacity: 1;
}
.steps-content .nav-tabs.nav-justified > li.tab-disabled > a,
.steps-content .nav-tabs.nav-justified > .tab-disabled > a:hover,
.steps-content .nav-tabs.nav-justified > .tab-disabled > a:focus,
.steps-content .nav-tabs.nav-justified > .tab-disabled > a {
  opacity: .4;
}
.steps-content .nav-tabs.nav-justified > .active > a:hover,
.steps-content .nav-tabs.nav-justified > .active > a:focus,
.steps-content .nav-tabs.nav-justified > .active > a,
.steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:hover,
.steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:focus,
.steps-content .nav-tabs.nav-justified > .tab-disabled.active > a {
  color: #0D43A0;
  opacity: 1;
}
.steps-content .nav-tabs.nav-justified > .active > a:hover span,
.steps-content .nav-tabs.nav-justified > .active > a:focus span,
.steps-content .nav-tabs.nav-justified > .active > a span,
.steps-content .nav-tabs.nav-justified > li > a span {
  font-family: 'Objectivity-Regular';
  font-size: 14px;
  line-height: 28px;
}
.billing-info h2,
.billing-info legend {
  margin-bottom: 10px;
}
.steps-content .group p {
  color: #000;
  font-weight: 400;
  line-height: 1.78;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.list [type="radio"]:checked + label:after,
.list [type="radio"]:not(:checked) + label:before,
.list [type="radio"]:checked + label:before {
  opacity: 0;
}
.amount-list label.radio,
.amount-list input {
  border: solid 1px #e9e9e9;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 0px;
  moz-transition: all 0.3s ease-in-out;
  ms-transition: all 0.3s ease-in-out;
  o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  webkit-transition: all 0.3s ease-in-out;
}
.amount-list label.radio:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.amount-list input::-webkit-input-placeholder {
  color: #000;
}
.date-input {
  cursor: pointer;
  position: relative;
}
.date-input input {
  cursor: pointer;
}
.date-input i {
  background: url(../images/down-arrow.png) no-repeat;
  display: block;
  height: 11px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
}
.open .date-input i{
  transform: rotate(180deg);
}
.date-input input[type="text"] {
  font-family: Objectivity-Medium;
  font-size: 16px;
  width: 100%;
}
.calendar table {
  background-color: #FAFAFA;
}
ul.clearfix.amount-option {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  border-radius: 6px;
}
.amount-list label.radio,
.amount-list input,
#s1-amount {
  border: 0;
  border-radius: 0;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.amount-list.list input[type="radio"]:checked + label {
  background-color: #fff;
  border: solid 1px #cfc8c840;
  border-radius: 6px;
  box-shadow: 0 15px 16px -6px rgb(0 0 0 / 10%), 0 5px 8px -3px rgb(0 0 0 / 8%);
  color: #0D43A0;
  font-family: 'Objectivity-Bold';
  font-weight: bold;
  top: -15px;
}
#s1-amount {
  min-width: 120px;
  padding: 5px 0 0;
}
.other-amount #s1-amount,
.other-amount-s3 #s1-amount,
#s1-amount:focus,
#s1-amount.in {
  border: 0;
  display: inline-block;
  width: 45%;
}
.other-amount #s1-amount,
.other-amount-s3 #s1-amount {
  text-align: right;
  float: right;
  padding: 0 15px;
  color: #737373;
}
.other-amount #s1-amount {
  color: #0D43A0 !important;
}
.other-amount input::-webkit-input-placeholder,
.other-amount input:-ms-input-placeholder,
.other-amount input::placeholder,
.other-amount-s3 input::-webkit-input-placeholder,
.other-amount-s3 input:-ms-input-placeholder,
.other-amount-s3 input::placeholder {
  color: #737373;
}
input[placeholder] {
    color: #737373 !important;
}

#s2-cc-number, #s2-cc-cvv {
    border-radius: 6px;
    font-family: 'Objectivity-Medium';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 16px;
    text-align: left;
    width: 100%;
}
.amount-list input {
  padding-left: 32px;
  padding-right: 32px;
}
.list input[type="radio"] + label {
  background-color: transparent;
  border: 0;
  font-family: 'Objectivity-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #737373;
}
.list input[type="radio"]:checked + label {
  background-color: #fff;
  border: solid 2px #155aa8;
  color: #000;
  font-weight: bold;
}
.checkbox, .radio {
  margin-bottom: 0px;
  margin-top: 0px;
}
.amount-list label.radio.checked,
.amount-list input:focus,
.amount-list input.in,
.g-frequency li.active label {
  border: solid 1px #000;
  color: #000;
  font-weight: bold;
}
.g-frequency label.radio {
  cursor: pointer;
}
.frequency-content {
  position: relative;
}
.frequency-content h2,
.frequency-content legend {
  margin-top: 50px;
}
.amount-list li {
  width: 20%;
}
a.radio-other,
a.radio-other-s3 {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 18px;
  background-color: transparent;
  border: 0;
  font-family: 'Objectivity-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #737373;
}
a.radio-other {
  word-spacing: 10px;
}
.amount-list.list input[type="radio"] + label {
  line-height: 35px;
  display: inline-block;
  height: 60px;
}
li.other-amount {
  width: 100%;
}
li.other-amount label,
li.other-amount-s3 label {
  color: #737373;
  font-family: 'Objectivity';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  padding: 15px;
  margin: 0;
}
li.other-amount-s3 {
    width: 100%;
}
#s3-amount {
  width: 45% !important;
  color: #0D43A0 !important;
  float: right;
  text-align: right;
  border: 0;
}
.list ul {
  display: block;
  list-style: none;
  margin: 0px -7px;
  padding-left: 0px;
}
.list li {
  float: left;
  list-style: none;
  position: relative;
}
.list li span.dollar-sign {
  font-weight: 400;
  left: 15px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.list li span.dollar-sign.in {
  opacity: 1;
}
.group {
  margin-bottom: 20px;
}
.g-frequency label.radio {
  border: solid 1px #e9e9e9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 17px;
  margin: 0;
  padding: 16px;
  text-align: center;
}
.honor-tab.active input[type="radio"]:not(:checked) + label,
.list input[type="radio"]:checked + label,
.list li.raido-a.active {
  background-color: #fff;
  border: solid 1px #cfc8c840;
  border-radius: 6px;
  box-shadow: 0 15px 16px -6px rgb(0 0 0 / 10%), 0 5px 8px -3px rgb(0 0 0 / 8%);
  color: #0D43A0;
  font-weight: bold;
  top: -15px;
}
.list li.raido-a.active a {
  font-size: 16px;
  line-height: 17px;
  color: #0D43A0;
  font-weight: 900;
  font-family: 'Objectivity-Bold';
}
@media screen and (max-width: 767px) {
  .list li.raido-a a {
    word-spacing: initial;
  }
}
.g-frequency .form-group ul {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.g-frequency .form-group ul li {
  width: 50%;
}
.g-frequency .form-group ul li:only-child {
  width: 100%;
}
.group input, .group select, .form-group select {
  border-radius: 6px;
  font-family: Objectivity-Medium;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 16px;
  text-align: left;
  width: 100%;
  border: 1px solid #707378;
}
input.input-amount {
  text-align: center;
}
.group input.recurring-date, .group select, .form-group select {
  -webkit-appearance:none;
  appearance: none;
  background: url("../images/down-arrow.png") no-repeat 98% center;
  moz-appearance: none;
  webkit-appearance: none;
}
.recurring-date.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.border-bottom {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.update-btn-border {
  margin-bottom: 0px !important;
}
/*#step3 h2 {
  font-size: 25px !important;
}*/
.update-btn-border:before {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  margin: 0 -30px;
}
i.fa.fa-angle-double-right {
  margin: 7px 0px 0px 5px;
}
.steps-content > .tab-content {
  display: inline-block;
  margin: 10px 20px;
  margin-bottom: 15px;
  width: 100%;
}
.calendar {
  background: #fff;
  border: solid 1px #e9e9e9;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top: 0px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  display: none;
}
.calendar.in {
  height: auto;
  opacity: 1;
  overflow: visible;
  display: block;
}
.calendar .table {
  margin: 0;
}
.calendar .table tr {
  background-color: transparent;
}
.calendar .table > tbody > tr > td,
.calendar .table > tbody > tr > th,
.calendar .table > tfoot > tr > td,
.calendar .table > tfoot > tr > th,
.calendar .table > thead > tr > td,
.calendar .table > thead > tr > th {
  border: 0px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0;
  position: relative;
  text-align: center;
}
.calendar td span {
  border: 0;
  color: #737373;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: 50px;
  line-height: 30px;
  padding: 10px 5px;
  width: 100%;
}
.calendar span.active, .calendar span:hover {
  background: white;
  border: 1px solid #f1eded26;
  border-radius: 6px;
  box-shadow: 0 15px 16px -6px rgb(0 0 0 / 10%), 0 5px 8px -3px rgb(0 0 0 / 8%);
  color: #0D43A0;
  left: 0;
  position: absolute;
  top: -5px;
}
#step2 .form-group {
  margin-bottom: 0px;
  margin-top: 20px;
}
#step2 .form-group:first-child {
  margin-top: 0px;
}
#step2 .pay-list-content {
  margin-top: 50px;
}
#step3 {
  font-size: 14px;
  line-height: 16px;
}
div#s3text-name, div#s3text-email, div#s3text-phone,
div#s3text-address1, div#s3text-address2, div#s3-li-city-st-zip,
div#s3-li-country {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  width: 100%;
  font-family: 'Objectivity-Medium';
}
div#s3text-phone {
  font-weight: 20px;
}
.tab-content.pay-list-content {
  border-top: 1px solid #E6E6E6;
  padding: 25px 0 50px 0;
}
.pay-list ul {
  display: block;
  list-style: none;
  margin: 0px -7px;
  padding-left: 0px;
}
.list-row {
  margin: 0 -7px;
}
.pay-list li {
  float: left;
  padding: 0;
  text-align: center;
  width: 33% !important;
}
#s2-pay-with {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
}
.pay-list li label.radio {
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  height: 120px;
  margin: 0;
  padding-top: 57px;
  position: relative;
  text-align: center;
  width: 100%;
}
.pay-list li.active label.radio {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
}
.pay-list li.active label.radio.checked,
.pay-list li.active label.radio {
  background-color: #fff;
  border: solid 1px #44404017;
  box-shadow: 0 16px 20px -10px rgb(0 0 0 / 20%), 0 5px 8px -3px rgb(0 0 0 / 10%), 0 0 2px -1px rgb(0 0 0 / 30%);
  color: #0D43A0;
  font-weight: bold;
  margin-top: -15px;
}
.pay-list li.active label.radio.checked span,
.pay-list li.active label.radio span {
  color: #0d43a0;
}
.pay-list li.active label.radio.checked .blue-hov,
.pay-list li.active label.radio .blue-hov {
  filter: invert(22%) sepia(73%) saturate(1792%) hue-rotate(200deg) brightness(91%) contrast(101%);
}
.amount-list input,
.g-frequency li label {
  background-color: transparent;
  color: #000;
}
.amount-list input.in,
.g-frequency li.active label {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.pay-list li.active a label {
  font-weight: normal;
}
.form-group label.date {
  background: #fff;
  color: #000;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  left: 20px;
  line-height: 1;
  overflow: hidden;
  padding: 2px 5px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: -10px;
  transition-duration: .3s;
  transition-property: color, transform;
  z-index: 1;
}
.pay-list li a label {
  color: #000;
  font-weight: 400;
  line-height: 1.56;
  text-align: center;
}
.info-text {
  background: none;
  border: none;
  font-weight: 400;
  margin: 20px 0px;
  outline: none;
}
label {
  outline: 0;
}
img.blue-hov {
  position: absolute;
  top: 15px;
  left: auto;
  right: 45%;
  filter: opacity(0.5);
}
.group-content img.payicon {
  margin-right: 16px;
  margin-top: 0;
  position: static;
}
.card-icon, .bank-icon, .paypal-icon {
  background-repeat: no-repeat;
}
.payment-user-info {
  color: #000000;
  font-family: Objectivity;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-top: 15px;
}
span#s3-masked-number {
  margin-left: 15px;
}
div#s3-edit-pay-with .pay-list .form-group ul {
  background: #fafafa;
  border: 1px solid #EDEDED;
  display: inline-block;
  width: 100%;
}
label.radio.checked.icon.card-icon:hover + :before {
  fill: #0d43a0;
}
label.radio.icon.bank-icon:hover + :before {
  fill: #0d43a0;
}
label.radio.icon.paypal-icon:hover + :before {
  fill: #0d43a0;
}
.icon.card-icon {
  width: 27px;
}
.icon.bank-icon {
  width: 26px;
}
.icon.paypal-icon {
  width: 22px;
}
span#s3-lbl-bank,
span#s3-lbl-paypal,
span#s3-lbl-credit {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  margin: 0 4px;
  padding-left: 0;
  text-align: left;
  white-space: unset;
}
span#s3-lbl-credit:before,
span#s3-lbl-credit:after,
span#s3-lbl-bank:before,
span#s3-lbl-bank:after,
span#s3-lbl-paypal:before,
span#s3-lbl-paypal:after {
  display: none;
}
.group-content {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin-bottom: 35px;
  min-height: 200px;
  padding: 30px 25px;
  position: relative;
}
.group-content .pay-list li:last-child {
  margin-right: 0px;
}
.group-content h3 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56em;
  margin-bottom: 20px;
  margin-top: 0px;
  width: 100%;
  display: inline-block;
}
.top-margin {
  margin-top: 40px !important;
}
.group-content .form-group {
  margin-bottom: 30px;
}
.group-content .border-bottom {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 51px;
}
.group-content .payicon {
  margin-right: 26px;
}
.btn-edit-address,
.btn-edit-cc,
.btn-edit {
  bottom: 15px;
  color: #0D43A0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  left: 45px;
  line-height: 1.56;
  moz-transition: all 0.4s ease-in-out;
  ms-transition: all 0.4s ease-in-out;
  o-transition: all 0.4s ease-in-out;
  position: absolute;
  transition: all 0.4s ease-in-out;
  webkit-transition: all 0.4s ease-in-out;
}
.btn-edit-address:hover,
.btn-edit-cc:hover,
.btn-edit:hover {
  opacity: .5;
}
.billing-info-list li {
  color: #000;
  display: block;
  float: none;
  font-weight: 400;
  line-height: 1.56;
}
.wrap span {
  display: inline-block;
  font-weight: 400;
}
.group-content .head-list .wrap span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  padding: 15px 0;
  width: 100%;
  font-family: 'Objectivity-Medium';
}
.wrap span:first-child {
  font-weight: normal;
  width: 200px;
}
.billing-info input:focus,
.billing-info input.active,
.country-select input.active,
.country-select input:focus {
  border: 1px solid #000;
  outline: 0;
}
.country-select .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
body:not(.path-clone) input {
  background: none;
  z-index: 1;
}
.billing-info .form-group {
  position: relative;
}
.billing-info .btn-group label {
  left: 0px;
  top: 6px;
}
.billing-info-list ul {
  padding: 0px;
}
.label-top {
  color: rgba(0, 0, 0, 0.2);
  moz-transition: top 0.3s ease-in-out;
  ms-transition: top 0.3s ease-in-out;
  o-transition: top 0.3s ease-in-out;
  right: 15px;
  top: -14px !important;
  transition: top 0.3s ease-in-out;
  webkit-transition: top 0.3s ease-in-out;
  z-index: 2;
}
.label-top span {
  background: #fff;
  padding: 1px 5px;
}
.side-widget {
  padding-left: 15px;
}
.side-widget h2,
.side-widget legend {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 40px;
  text-align: left;
}
.side-widget .sponsorship {
  background-color: #f5f5f5;
  border-radius: 8px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  padding: 30px;
  text-align: left;
}
.side-widget .sponsorship tr:first-child td {
  border-top: 0px;
}
.side-widget .sponsorship tr td {
  border-top: solid 1px rgba(0, 0, 0, 0.45);
  font-size: 16px;
  padding: 21px 0px;
}
.side-widget .sponsorship tr td:last-child {
  font-weight: 600;
  padding: 21px 0px 21px 10px;
  text-align: right;
}
.side-widget blockquote {
  border: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  padding: 0px;
  text-align: center;
}
.thank-you-text h2,
.paypal-confirm h2 {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}
.paypal-success h3,
.thank-you-text h3,
.paypal-confirm h3 {
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
}
.thank-you-text p,
.thank-you-text span {
  color: #000000;
  font-family: 'Objectivity';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.thank-you-text span {
  display: inline;
}
.thank-you-text .donation-subprocess {
  color: #999999;
  display: inline-block;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.thank-you-content .thank-you-text div {
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin: 25px 0;
}
.thank-you-content legend {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.thank-you-content p {
  border-top: 1px solid;
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 15px 0px;
  padding: 20px 10px 10px 10px;
}
.thank-you-content p span {
  color: #000000;
  float: right;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
}
.thank-you-content .social-links {
  margin-top: 50px;
}
.thank-you-content a {
  color: #0D43A0;
  display: inline-block;
  font-family: 'Objectivity-Regular';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  margin: 30px 10px 15px 0;
  text-align: right;
}
.node-type-gift-donations-page p {
  color: #000;
  font-size: 12pt;
  line-height: 25px;
  margin: 10px auto 20px;
}
.tbn-gift-donation-response,
#dispPaypalResult,
#divMessageInfo {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  padding: 10px 0;
  width: 100%;
}
#dispPaypalResult {
  margin: 10px auto;
  width: 90%;
}
.tbn-gift-donation-response th,
#dispPaypalResult th,
#divMessageInfo th {
  width: 40%;
  background: transparent !important;
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 15px 0px;
  padding: 20px 10px 10px 10px;
  border-top: 1px solid;
  text-align: left;
}
.tbn-gift-donation-response thead tr,
#dispPaypalResult thead tr,
#divMessageInfo thead tr {
  background-color: transparent;
}
.tbn-gift-donation-response thead th,
#dispPaypalResult thead th,
#dispPaypalResult tbody tr:first-child th {
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 15px 0px;
  padding: 20px 10px 10px 10px;
  background: transparent !important;
  text-align: left;
  border: none;
}
#divMessageInfo th {
  background-color: #777 !important;
}
.tbn-gift-donation-response thead td,
#dispPaypalResult thead td,
#dispPaypalResult tbody td,
#divMessageInfo thead td,
#divMessageInfo tbody td {
  padding: 0 10px;
  border-top: 1px solid;
  color: #000000;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
}
#s1-anon-div,
#s2-anon-div,
#s1-no-gift-div {
  background-color: #FAFAFA;
  border-radius: 6px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #EDEDED;
}
.social-links a {
  display: inline-block;
  height: 100%;
  margin-right: 15px;
}
.social-links .fa {
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.social-links a:last-child {
  margin-right: 0px;
}
.social-links .fa-facebook {
  border: 1px solid #3b5999;
  color: #3b5999;
}
.social-links .fa-twitter {
  border: 1px solid #42c0fb;
  color: #42c0fb;
}
.info-link {
  display: none;
}
.info-link a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 35px;
  padding-top: 5px;
  text-align: center;
  width: 35px;
}
.info-link a:hover,
.info-link a:focus {
  background-color: #fff;
  color: #000;
}
.minute-modal .modal-dialog {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.minute-modal .modal-content {
  border-radius: 0;
  height: auto;
  min-height: 100%;
}
.modal.minute-modal {
  padding-right: 0px !important;
}
.minute-modal h2,
.minute-modal legend {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: left;
}
.minute-modal h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.78;
  margin-top: 40px;
}
.minute-modal p {
  color: #000;
  font-weight: 400;
  line-height: 1.78;
  margin-top: 20px;
}
.minute-info {
  padding-top: 110px;
  position: relative;
}
.minute-modal .close {
  background-color: rgba(255, 255, 255, 0.23);
  border: solid 2px #ff0423;
  border-radius: 24px;
  color: #ff0423;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.86;
  opacity: 1;
  outline: 0;
  padding: 18px 45px 18px 70px;
  position: absolute;
  right: 0;
  top: 35px;
}
.minute-modal .close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: 400;
  left: 45px;
  position: absolute;
  top: 18px;
}
.minute-modal li {
  line-height: 1.78;
  list-style: none;
  position: relative;
}
.minute-modal li:before {
  background: #000;
  content: '';
  height: 3px;
  left: -25px;
  position: absolute;
  top: 15px;
  width: 3px;
}
.form-field {
  position: relative;
}
.form-field-select {
  position: relative;
}

.steps-content #s1-ihim-div  label:not(.radios){
  display: none;  
}

.select-country label,
.form-field-select label,
.form-field label {
  background: #fff;
  color: #999999;
  display: block;
  font-family: Objectivity-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  line-height: 28px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  transition-duration: .3s;
  transition-property: color, transform;
  z-index: 1;
}
.form-field.error input,
.intl-tel-input input,
input#s2-street2 {
  width: 100%;
}
.form-field .error-message {
  background: #fff;
  bottom: -6px;
  color: black;
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  left: 15px;
  line-height: 1;
  overflow: hidden;
  padding: 2px 5px;
  position: absolute;
}
.form-field-select .error-message {
  background: #fff;
  bottom: -6px;
  color: black;
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  left: 15px;
  line-height: 1;
  overflow: hidden;
  padding: 2px 5px;
  position: absolute;
}
.form-field.error .error-message {
  display: block;
}
.form-field-select.error .error-message {
  display: block;
}
.form-field .error .error-message {
  display: block;
}
.form-field .error + .error-message {
  display: block;
}
.form-field .error .error-message {
  display: block;
}
.form-field .error + .error-message {
  display: block;
}
.form-field.error label {
}
.form-field.error input {
  border-color: #ff0423 !important;
}
.intl-tel-input.error input {
  border-color: #ff0423 !important;
}
.form-field-select.error input {
  border-color: #ff0423 !important;
}
.form-field-select.error {
  border-color: #ff0423 !important;
}
.form-field.error-notvisited input {
  border-color: #1f588d;
}
.intl-tel-input.error-notvisited input {
  border-color: #1f588d;
}
select.form-field.error {
  border-color: #ff0423 !important;
}
select.error {
  border-color: #ff0423 !important;
}
select.error-notvisited {
  border-color: #1f588d;
}
.edit-block {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.group-content.in .edit-block {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.group-content .head-list {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.group-content.in .head-list {
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
  display: none;
}
#s3-grp-billing .head-list.billing-info-list label {
  font-family: 'Objectivity-Regular';
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.group-content h3 span {
  display: inline-block;
  font-weight: 400;
  padding-left: 10px;
}
.calendar .button {
  background-color: transparent;
  border: 1px solid #ff0423;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 0 30px 25px;
  padding: 10px 20px;
}
.tooltip.top {
  left: 0 !important;
  top: -60px !important;
  width: 520px;
}
.tooltip.top.in {
  opacity: 1;
}
.tooltip.top .tooltip-inner {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 18px;
  font-weight: 600;
  max-width: 520px;
  padding: 20px 10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
  border-width: 15px 15px 0;
  bottom: -10px;
  left: 20px !important;
  margin-left: 0;
}
.tooltip.top .tooltip-arrow:after {
  background: #999;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.9);
  content: "";
  height: 25px;
  left: -11px;
  position: absolute;
  top: -31px;
  transform: rotate(-45deg);
  width: 22px;
  z-index: -1;
}
.country-select {
  display: block;
}
.country-select.inside input[type=text] {
  padding-left: 20px;
}
.country-select .country-list,
.country-select .flag-dropdown,
.country-select .selected-flag {
  width: 100%;
}
.country-select .selected-flag .flag {
  right: 10px;
}
.country-select .selected-flag .arrow {
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  border: none;
  height: 11px;
  left: 0;
  margin-top: -5px;
  width: 11px;
}
.country-select .selected-flag .arrow.up {
  background-image: url("../images/arrow-up.png");
  background-size: 10px;
  border: none;
}
.intl-tel-input .country-list {
  z-index: 20;
}
.select-country ul {
  border-color: #000 !important;
  border-radius: 0 0 4px 4px;
  border-top: none !important;
  box-shadow: none !important;
  margin-top: -2px !important;
  webkit-box-shadow: none !important;
}
.select-country ul li {
  border-top: solid 1px #d7d7d7;
  font-size: 11px;
  font-weight: 400;
  padding: 0 !important;
}
.select-country ul li:hover,
.select-country ul li.active {
  background-color: #6cb1ff !important;
  color: #000 !important;
}
.select-country ul li.divider,
.country-select .country-list .flag {
  display: none !important;
}
.home .main-header {
  background-color: transparent;
  border: none;
}
.home .btn-return-home {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin-right: 45px;
}
.home-section .section,
.owl-item.active .item {
  background-size: 0;
}
.home-section {
  background-color: #000;
  height: 100%;
  position: relative;
}
.home-section .info-block {
  top: 45%;
}
#promo {
  animation-duration: 2s;
  height: 100%;
  overflow: hidden;
  webkit-animation-duration: 2s;
}
#promo .img {
  position: relative;
}
#fullpage .overlay,
.home-section .section:before,
.home-section .item:before {
  background-color: #171717;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .53;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
  z-index: 5;
}
#fullpage .overlay {
  height: 2000%;
}
.home-section .section:before {
  display: none;
}
.home-section .section {
  overflow: hidden;
}
.home-section .container,
.full-content .container {
  height: 100%;
  position: relative;
}
.owl-item .item {
  display: none;
}
.owl-item.active .item {
  display: block;
}
.bg-video {
  background-color: #000;
  background-position: center center;
  background-size: 100% 100%;
  background-size: contain;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.info-block {
  color: #fff;
  left: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.info-block h2,
.info-block legend {
  font-size: 48px;
  font-weight: 600;
  height: 0;
  margin: 0;
  opacity: 0;
  text-transform: capitalize;
  vendor-animation-delay: 1s;
  webkit-animation-duration: 1s;
}
.animation-block {
  opacity: 0;
  position: relative;
  vendor-animation-delay: 7s;
  webkit-animation-duration: 3s;
}
.animated {
  height: auto !important;
  opacity: 1 !important;
}
.full-content {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.full-content .dashed-line {
  content: '';
  display: block;
  height: 25%;
  opacity: 0;
  position: absolute;
  right: 132px;
  transition: all 0.8s ease-in-out;
  width: 2px;
}
.full-content .dashed-line.in {
  opacity: 1;
}
.full-content .dashed-line.top {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  top: 100px;
}
.full-content .dashed-line.bottom {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.4) 36%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.6) 54%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.8) 72%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 90%, #fff 90%, #fff 100%);
  bottom: 100px;
}
.full-content .container {
  height: 100%;
}
.full-content p {
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 20px 0 30px;
  width: 60%;
}
.full-content .button {
  margin: 0;
}
.full-content .play-btn {
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.full-content .play-btn:hover {
  background-color: #fff;
  color: #000;
}
.sponsor-btn:hover {
  background-color: #d0011a;
}
.full-content .site-info {
  bottom: 20px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  z-index: 99;
}
.full-content .site-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-content .site-info li {
  border-right: 1px solid #fff;
  color: rgba(255, 255, 255, .58);
  float: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  padding: 5px 30px;
  text-transform: uppercase;
}
.full-content .site-info li:last-child {
  border: none;
}
.full-content .site-info li:first-child {
  padding-left: 0;
}
.full-content .site-info strong {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.full-content .site-info .gifts-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.44;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.gifts-wrapper {
  display: flex;
  vertical-align: middle;
  width: 70%;
}
.gifts-wrapper:after {
  clear: both;
  content: '';
  display: block;
}
.gifts-wrapper .gift-item {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  margin-left: 2%;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  width: 49%;
}
.gifts-wrapper .gift-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gifts-wrapper .gift-item:hover a {
  color: #fff;
}
.gifts-wrapper .gift-item:first-child {
  margin-left: 0;
}
.gifts-wrapper .gift-item a {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-align: left;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}
.gifts-wrapper .gift-description,
.gifts-wrapper .gift-description span,
.gifts-wrapper .gift-item img,
.gifts-wrapper .gift-description:before {
  display: inline-block;
  vertical-align: middle;
}
.gifts-wrapper .gift-description:before {
  content: '';
  height: 100%;
  width: 0;
}
.gifts-wrapper .gift-item img {
  margin-right: 5%;
  max-height: 77px;
}
.minute-matter-text {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .58px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.minute-matter-text:hover {
  color: #fff;
  opacity: .5;
}
.nav-arrow {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 34px !important;
  margin-top: -17px;
  padding-top: 3px;
  position: absolute !important;
  right: 115px;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease-in-out;
  width: 34px !important;
  z-index: 999;
}
.nav-arrow.arrow-up {
  margin-top: -100px;
}
.nav-arrow.arrow-down {
  margin-top: 70px;
}
.nav-arrow:hover {
  background-color: #fff;
  color: #000;
}
.country-details {
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  z-index: 99;
}
.country-details > * {
  opacity: 0;
}
.country-details.animated > *,
.fp-completely .country-details > * {
  animation-duration: 2s;
  animation-name: fadeInUp;
  opacity: 1;
}
.country-details .country-time {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: normal;
  text-transform: uppercase;
}
.country-details .country-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-top: -2px;
  text-transform: uppercase;
}
.country-details span {
  color: rgba(255, 255, 255, .58);
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}
#text {
  clear: both;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 40px;
  overflow: hidden;
}
#text span {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
.first-load.fullpage-wrapper {
  transform: none !important;
  width: 100% !important;
}
.first-load .fp-section {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100% !important;
}
.first-load .fp-section.active {
  opacity: 1;
  visibility: visible;
}
#fp-nav {
  display: none;
}
ul.social-links-block {
  height: 0;
  list-style: none;
  margin: 5px 74px 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
}
ul.social-links-block.in {
  height: auto;
  opacity: 1;
  visibility: visible;
}
ul.social-links-block li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.86;
  margin: 0 3px;
  text-transform: uppercase;
  vertical-align: middle;
}
ul.social-links-block li a {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 0 10px;
  text-align: center;
}
ul.social-links-block li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.video-model .modal-content {
  background-color: #000;
  height: 480px;
  padding: 10px;
}
.video-model .modal-body {
  height: 100%;
  padding: 0;
  position: relative;
}
.video-model .close {
  color: #fff;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 999;
}
.video-model iframe,
.video-model object,
.video-model embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-carousel .animated {
  animation-duration: 2s;
  webkit-animation-duration: 2s;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
}
.show-site-info-arrow {
  background: url(../images/arrow-down.svg) 50% 50% no-repeat;
  bottom: 35px;
  display: none;
  font-size: 30px;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 25px;
  text-align: center;
  top: auto;
  transition: 0.5s all ease-in-out;
  width: 25px;
}
.show-site-info-arrow.active {
  transform: rotate(180deg);
  webkit-transform: rotate(180deg);
}
.linear-progress {
  animation: start 0s ease-in;
  background: transparent;
  height: 6px;
  margin: 0 auto;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  webkit-animation: start 0s ease-in;
  width: 100%;
}
.linear-progress .bar {
  background: #1565c0;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0s linear;
}
.linear-progress .bar1 {
  width: 25%;
}
.linear-progress .bar2 {
  width: 15%;
}
.linear-progress .bar3 {
  width: 10%;
}
.linear-progress .bar4 {
  width: 15%;
}
.linear-progress .bar5 {
  width: 25%;
}
.linear-progress .bar1 {
  animation: progressLinearMovement 2s infinite;
  animation-delay: .5;
  webkit-animation: progressLinearMovement 2s infinite;
  webkit-animation-delay: .5;
}
.linear-progress .bar2 {
  animation: progressLinearMovement 2s infinite;
  animation-delay: .8s;
  left: -100%;
  webkit-animation: progressLinearMovement 2s infinite;
  webkit-animation-delay: .8s;
}
.linear-progress .bar3 {
  animation: progressLinearMovement 2s infinite;
  animation-delay: 1s;
  left: -100%;
  webkit-animation: progressLinearMovement 2s infinite;
  webkit-animation-delay: 1s;
}
.linear-progress .bar4 {
  animation: progressLinearMovement 2s infinite;
  animation-delay: 1.5s;
  left: -100%;
  webkit-animation: progressLinearMovement 2s infinite;
  webkit-animation-delay: 1.5s;
}
.linear-progress .bar5 {
  animation: progressLinearMovement 2s infinite;
  animation-delay: 2s;
  left: -100%;
  webkit-animation: progressLinearMovement 2s infinite;
  webkit-animation-delay: 2s;
}
@-webkit-keyframes start {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 20px;
    opacity: 1;
  }
}
@keyframes start {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes progressLinearMovement {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes progressLinearMovement {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.refresh-message {
  background: rgba(6, 6, 6, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.refresh-message .button {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  webkit-transform: translate(-50%, -50%);
}
.loader {
  margin: 20px 0;
  position: relative;
  text-indent: -9999em;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  animation-delay: -0.32s;
  left: -1.5em;
  webkit-animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
input[type=text], textarea {
  border: 1px solid #707378;
  moz-transition: all 0.30s ease-in-out;
  ms-transition: all 0.30s ease-in-out;
  o-transition: all 0.30s ease-in-out;
  outline: none;
  webkit-transition: all 0.30s ease-in-out;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  border: 1px solid blue;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  webkit-box-shadow: inset 0 0 0px 9999px white;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #fff !important;
  color: #555 !important;
  webkit-box-shadow: 0 0 0 1000px white inset !important;
  webkit-text-fill-color: #555 !important;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.intl-tel-input {
  display: block !important;
}
#s1-btn-options, #s2-btn-options, #s3-btn-options {
  display: none;
}
#options-modal {
  display: none;
}
.col-sm-6.steps-content-col {
  margin-left: 0;
  margin-right: 0;
}
div.steps-content-col .field-name-body ul,
div.steps-content-col .field-type-text-with-summary ul {
  list-style-type: square;
  margin: .5em 0;
  padding: 0 2px;
}
.tbn-donate-image-container {
  margin-left: -15px;
  margin-right: -15px;
}
.tbn-donate-video-container,
.tbn-donate-image-container {
  margin-bottom: 15px;
}
.tbn-donate-video-container {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.tbn-donate-video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tbn-grey-bar {
  display: none;
}
.node-type-gift-donations-page #main {
  max-width: 1180px !important;
}
.node-type-gift-donations-page fieldset {
  padding-top: 15px;
}
.node-type-gift-donations-page fieldset,
.node-type-gift-donations-page fieldset legend {
  background: transparent;
  border: none;
  border-bottom: none;
  color: #000;
  display: block;
  font: inherit;
  font-family: 'Objectivity-Regular';
  font-size: 14px !important;
  font-weight: 500;
  height: auto;
  line-height: 28px;
  padding: 0;
  text-indent: 0;
  text-shadow: none;
  width: auto;
}
.node-type-gift-donations-page fieldset legend {
  left: -1px;
  position: relative;
  top: -30px;
}
.giftOutOfStock {
  background-color: #eee;
  border-radius: 12px;
  padding: 16px;
}
.giftOutOfStock h2 {
  border-bottom: 3px double #999;
  margin-bottom: 15px !important;
}
.ministry-default {
  font-size: 20px;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .billing-info .row .col-md-12 {
    padding-top: 15px;
  }
  .billing-info .row .col-md-12:first {
    padding-top: 0;
  }
  .form-field-select {
    margin-bottom: 25px;
  }
  .calendar .table > tbody > tr > td,
   .calendar .table > tbody > tr > th,
   .calendar .table > tfoot > tr > td,
   .calendar .table > tfoot > tr > th,
   .calendar .table > thead > tr > td,
   .calendar .table > thead > tr > th {
    padding: 6px;
  }
  .calendar td span {
    height: 50px;
    padding: 6px;
    width: 50px;
  }
}
@media (max-width: 992px) {
  .calendar .table > tbody > tr > td,
   .calendar .table > tbody > tr > th,
   .calendar .table > tfoot > tr > td,
   .calendar .table > tfoot > tr > th,
   .calendar .table > thead > tr > td,
   .calendar .table > thead > tr > th {
    padding: 0;
  }
  .page-node-type-gift-donation-page #navbar {
    padding: 15px 0 0 0 !important;
  }
  
  .page-node-type-gift-donation-page #navbar .container {
    padding-bottom: 15px;
  }
  
  .page-node-type-gift-donation-page .page-title-box{
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%, 10px);
  }

  .page-node-type-gift-donation-page .page-title-box .page-title{
    font-size: 5.6em;
  }
}
@media (max-width: 768px) {
  .tbn-grey-bar {
    display: block;
  }
}

#tbn-monthly-paypal-disabled-blurb,
#tbn-monthly-recurring-blurb,
#s1-tbn-monthly-recurring-blurb,
#s3-tbn-monthly-recurring-blurb,
#optin-blurb{
  border-radius: 6px;
  clear: both;
  font-family: 'Objectivity';
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin: 15px 0;
  padding: 15px;
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  color: #999999;
}
#s1-span-rec-date-blurb,
#s3-span-rec-date-blurb {
  font-weight: bold;
}
span#s3-span-frequency-day {
  padding: 0;
}
#s3-div-freq li {
  width: 50%;
}
span.resource-added {
  background: url(../images/check.svg) no-repeat left 18px;
  background-size: 12px;
  text-indent: 25px;
}
span.resource-removed {
  background: url(../images/xmark.svg) no-repeat left 16px;
  background-size: 12px;
  text-indent: 25px;
}
#s3-grp-pay-with #s3-hl-pay-with {
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  #s3-grp-pay-with #s3-hl-pay-with {
    padding: 0 5px 0 0;
  }
  #step3 .group-content .wrap.col-xs-6.col-sm-6 {
    padding: 0 5px 0 0;
  }
 #s3-grp-billing .group-content .head-list .col-xs-6.col-sm-6 {
    padding: 0 5px 0 0;
  }
  .btn-edit-address,
  .btn-edit-cc,
  .btn-edit {
    left: 0;
  }
  .group-content {
    padding: 30px 0;
  }
  span#s3payment-name {
    width: 100%;
    display: block;
  }
  span#s3-masked-number {
    margin-left: 0;
  }
  .steps-content > .tab-content {
    margin: 15px 0;
  }
  .steps-content {
    border-left: none;
  }
  .page-node-type-gift-donations-page .two-columns-layout .page-title {
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
  }
  .page-node-type-gift-donations-page h2.page-name {
    color: #000000;
    font-family: 'Objectivity-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .donation-title {
    color: #000000;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
  }
  .amount-list li:not(.other-amount):not(.other-amount-s3):not(:nth-of-type(5)) {
    width: 25%;
  }
  .amount-list li:nth-of-type(5),
  .amount-list li:nth-of-type(5) a {
    width: 100%;
  }
  .amount-list li.active {
    width: 100%;
  }
 /* #s1-amount:focus,
  #s1-amount.in,.amount-list
  li:last-child {
    width: 100%;
  }*/
  li.other-amount {
    width: 100%;
  }
  span#s3-span-frequency-day {
    font-size: 12px;
    line-height: 14px;
  }
  ul.nav.nav-tabs.nav-justified li {
    width: 33%;
    display: inline-block;
    float: left;
  }
  ul.nav.nav-tabs.nav-justified li.active {
    display: inline-block;
  }
  .mobile-step-span {
    display: inline-block;
    float: left;
    text-align: left;
  }
  .steps-content .nav-tabs.nav-justified > .active > a:hover,
  .steps-content .nav-tabs.nav-justified > .active > a:focus,
  .steps-content .nav-tabs.nav-justified > .active > a,
  .steps-content .nav-tabs.nav-justified > li > a,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:hover,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:focus,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    padding: 10px 0 15px;
    margin: 0;
  }
  .steps-content .nav-tabs.nav-justified > .active > a:hover span,
  .steps-content .nav-tabs.nav-justified > .active > a:focus span,
  .steps-content .nav-tabs.nav-justified > .active > a span,
  .steps-content .nav-tabs.nav-justified > li > a span,
  ul.nav.nav-tabs.nav-justified li a span,
  ul.nav.nav-tabs.nav-justified li.active a span {
    font-size: 14px;
    line-height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    color: #999999;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .pay-list li.active label.radio.checked,
  .pay-list li.active label.radio,
  .pay-list li label.radio {
    margin: 0;
    height: 70px;
    padding: 20px 0 0 65px;
    text-align: left;
  }
  .pay-list li {
    width: 100% !important;
  }
  img.blue-hov {
    left: 30px;
    top: 20px;
  }
}
#step3 .charity-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 541px) {
  .page-content-wrapper.with-top-margin{
    margin-top: 5px !important;
  }
  .page-node-type-gift-donation-page #navbar {
    padding: 15px 0 0 0 !important;
  }
  
  .page-node-type-gift-donation-page #navbar .container {
    padding-bottom: 15px;
  }
  
  .page-node-type-gift-donation-page .main-container-wrapper .page-title{
    display: block;
    margin-top: 0px;
    
  }

  .page-node-type-gift-donation-page .page-title-box .page-title{
    display: none;
  }
}

@media only screen and (max-width: 488px) {
  #s3-amount,
  #s1-amount {
    text-align: left !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 376px) {
  .page-node-type-gift-donation-page .page-title{
    font-size: 4.6em !important;
  }  
}

@media screen and (max-width: 360px){
  .two-columns-layout .page-title{
    font-size: 6.5em !important;

  }
  .steps-content .nav-tabs.nav-justified > .active > a:hover,
  .steps-content .nav-tabs.nav-justified > .active > a:focus,
  .steps-content .nav-tabs.nav-justified > .active > a,
  .steps-content .nav-tabs.nav-justified > li > a,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:hover,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a:focus,
  .steps-content .nav-tabs.nav-justified > .tab-disabled.active > a {
    font-size: 12px;
  }  
}