/*
red - #AB0635
red-dark - #97052f
*/

.gopi-scope .collapse {
  animation: collapse .5s forwards;
  -webkit-animation: collapse .5s forwards;
}
.gopi-scope .expand {
  animation: expand .5s forwards;
  -webkit-animation: expand .5s forwards;
}
@keyframes collapse {
  100% {
    height: 0;
    width: 0;
    opacity: 0;
  }
}
@keyframes expand {
  100% {
    width: 100%;
    opacity: 1;
  }
}

.gopi-scope .panel {
  margin-bottom: 22px;
}
.gopi-scope .fabian-btn {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  border: 0;
  border-radius: 3px;
}
.gopi-scope .fabian-btn h4 {
  padding-bottom: 0;
}
.gopi-scope .fabian-btn:visited,
.gopi-scope .fabian-btn:link,
.gopi-scope .fabian-btn:hover {
  text-decoration: none;
}
.gopi-scope .fabian-btn:hover {
  cursor: pointer;
}
.gopi-scope .fabian-btn-block {
  display: block;
}
.gopi-scope .fabian-btn-default {
  box-shadow: inset 0 -2px 0 0 #97052f;
  background-color: #AB0635;
  color: #ffffff;
}
.gopi-scope .fabian-btn-default:visited,
.gopi-scope .fabian-btn-default:link,
.gopi-scope .fabian-btn-default:hover {
  color: #ffffff;
}
.gopi-scope .fabian-btn-default:hover {
  background-color: #97052f;
}
.gopi-scope .fabian-btn-default:active {
  background-color: #97052f;
}
.gopi-scope .fabian-btn-red {
  box-shadow: inset 0 -2px 0 0 #a6022c;
  background-color: #e4003b;
  color: #ffffff;
}
.gopi-scope .fabian-btn-red:visited,
.gopi-scope .fabian-btn-red:link,
.gopi-scope .fabian-btn-red:hover {
  color: #ffffff;
}
.gopi-scope .fabian-btn-red:hover {
  background-color: #b83556;
}
.gopi-scope .fabian-btn-red:active {
  background-color: #a6022c;
}
.gopi-scope .fabian-btn-inverted {
  border: solid 2px #AB0635;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #AB0635;
}
.gopi-scope .fabian-btn-inverted:visited,
.gopi-scope .fabian-btn-inverted:link,
.gopi-scope .fabian-btn-inverted:hover {
  color: #AB0635;
}
.gopi-scope .fabian-btn-inverted:hover {
  background-color: #f0f0f0;
}
.gopi-scope .fabian-btn-panel {
  border: solid 2px #AB0635;
  box-sizing: border-box;
  background-color: #ffffff;
}
.gopi-scope .fabian-btn-panel-heading {
  color: #494949 !important;
  border-radius: 3px;
  border-bottom-width: 0;
  box-sizing: border-box;
  background-color: #ffffff !important;
  font-size: 16px;
}
.gopi-scope .fabian-btn-panel-heading h4 {
  color: #494949 !important;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 17px;
}
.gopi-scope .fabian-btn-disabled {
  box-shadow: none;
  background-color: #f1f1f1;
  color: #c0c0c0;
}
.gopi-scope .fabian-btn-disabled:visited,
.gopi-scope .fabian-btn-disabled:link,
.gopi-scope .fabian-btn-disabled:hover,
.gopi-scope .fabian-btn-disabled:active {
  color: #c0c0c0;
  background-color: #f1f1f1;
  cursor: default;
}
.gopi-scope .fabian-btn-oval {
  border-radius: 100px;
}
@media (min-width: 320px) {
  .gopi-scope .fabian-btn {
    padding: 10px 8px 10px 8px;
  }
}
@media (min-width: 768px) {
  .gopi-scope .fabian-btn {
    font-size: 18px;
    padding: 8px 8px 8px 8px;
  }
}
@media (min-width: 1440px) {
  .gopi-scope .fabian-btn {
    font-size: 18px;
    padding: 8px 8px 8px 8px;
  }
}
.gopi-scope .fabian-btn-rate {
  border: 0;
  text-align: left;
  border-radius: 3px;
  color: #ffffff !important;
  padding: 20px;
  font-weight: normal;
}
.gopi-scope .fabian-btn-rate h4 {
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}
.gopi-scope .fabian-btn .rate-description {
  margin-top: 17px;
  font-weight: normal;
  font-size: 16px;
}
.gopi-scope .fabian-btn-chosen-rate {
  border: solid 1px #494949;
  text-align: left;
  border-radius: 3px;
  color: #494949 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  background-color: #ffffff;
  cursor: default;
}
.gopi-scope .fabian-btn-chosen-rate:hover {
  background-color: #ffffff;
  cursor: default;
}
.gopi-scope .fabian-btn-chosen-rate-disabled {
  pointer-events: none;
}
.gopi-scope .fabian-btn-chosen-rate h4 {
  padding-bottom: 0px;
  line-height: 22px;
}
.gopi-scope .fabian-btn-donation {
  border: solid 2px #333333 !important;
  text-align: left;
  border-radius: 3px;
  color: #333333 !important;
}
.gopi-scope .fabian-btn-rate-inverted {
  border: solid 2px #AB0635;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #333333;
}
.gopi-scope .fabian-btn-rate-inverted:visited,
.gopi-scope .fabian-btn-rate-inverted:link,
.gopi-scope .fabian-btn-rate-inverted:hover {
  color: #333333;
}
.gopi-scope .fabian-btn-rate-inverted:hover {
  background-color: #f0f0f0;
}
.gopi-scope .clickable {
  cursor: pointer;
}
.gopi-scope .payment-other-amount {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #AB0635;
}
.gopi-scope .fa {
  color: #AB0635;
  top: 5px;
}
.gopi-scope .fabian-progress {
  height: 20px;
  margin-top: 15px;
  margin-bottom: 22px;
  text-align: center;
}
.gopi-scope .fabian-progress-point {
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 0 0 0;
  background-color: #c0c0c0;
  color: #c0c0c0;
}
.gopi-scope .fabian-progress-point-active {
  background-color: #AB0635;
  color: #AB0635;
}
.gopi-scope .fabian-progress-point > div {
  position: absolute;
  bottom: 150%;
  left: -150%;
  font-size: 12px;
  line-height: 10px;
}
.gopi-scope .fabian-progress-line {
  display: inline-block;
  height: 2px;
  margin: 0 -6px 4px -6px;
  border: solid 1px #e0e0e0;
  background-color: #c0c0c0;
}
.gopi-scope .fabian-progress-line-active {
  border: none;
  background-color: #AB0635;
}
.gopi-scope .fabian-progress-line-6 {
  width: 18.66666667%;
}
.gopi-scope .fabian-progress-line-5 {
  width: 22%;
}
.gopi-scope .fabian-progress-line-4 {
  width: 30%;
}
.gopi-scope .fabian-progress-line-3 {
  width: 38.33333333%;
}
.gopi-scope .fabian-progress-line-2 {
  width: 55%;
}
.gopi-scope .fabian-progress-line-1 {
  width: 105%;
}
@media (min-width: 768px) {
  .gopi-scope .fabian-progress-line-6 {
    width: 19.66666667%;
  }
  .gopi-scope .fabian-progress-line-5 {
    width: 23%;
  }
  .gopi-scope .fabian-progress-line-4 {
    width: 28%;
  }
  .gopi-scope .fabian-progress-line-3 {
    width: 36.33333333%;
  }
  .gopi-scope .fabian-progress-line-2 {
    width: 53%;
  }
  .gopi-scope .fabian-progress-line-1 {
    width: 103%;
  }
}
.gopi-scope .fabian-card {
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  text-align: left;
  padding: 0;
  margin: 33px 0 33px 0;
  border: 1px solid #c0c0c0;
  border-left-width: 5px;
  border-radius: 3px;
}
.gopi-scope .fabian-card-body {
  margin-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  line-height: 22px;
}
.gopi-scope .fabian-card-body:only-child {
  margin-top: 22px;
}
.gopi-scope .fabian-card-red {
  background-color: #f1f1f1;
  border-left-color: #e4003b;
}
.gopi-scope .fabian-card-info {
  background-color: #f1f1f1;
  border-left-color: #4a90e2;
}
.gopi-scope .fabian-card-none {
  border-left-width: 1px;
  background-color: #f1f1f1;
}
.gopi-scope .fabian-card-default {
  background-color: #f1f1f1;
  border-left-color: #AB0635;
}

.gopi-scope .fabian-frequency-selection {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.gopi-scope input[type="number"]::-webkit-outer-spin-button,
.gopi-scope input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gopi-scope input[type="number"] {
  -moz-appearance: textfield;
}

.gopi-scope .joinpage-content {
  position: relative;
  z-index: 2;
}
.gopi-scope .joinpage-content > .page-top {
  text-align: center;
  color: #ffffff;
  background-color: #e4003b;
}
.gopi-scope .joinpage-content > .page-top .page-header {
  border: 0;
  margin-bottom: 0;
}
.gopi-scope .joinpage-content > .page-top .page-header small {
  color: #f1f1f1;
}
.gopi-scope .joinpage-content > .page-body {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #494949;
  background-color: #ffffff;
}
.gopi-scope .joinpage-content > .page-body .page-content .page-header {
  margin-top: 0;
}
.gopi-scope .center-content {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.gopi-scope .page-header {
  border-bottom: 0;
  margin: 20px 0 0 0;
}
.gopi-scope .page-header h2 {
  line-height: 1.38;
  padding-bottom: 0;
  margin-bottom: 55px;
}
.gopi-scope .vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gopi-scope .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.gopi-scope .nopadding {
  padding-left: 0;
  padding-right: 0;
}
.gopi-scope .hr-text {
  padding-top: 11px;
  padding-bottom: 33px;
  text-align: center;
  color: #c0c0c0;
}
.gopi-scope .hr-text::before {
  content: ' ';
  border-top: 1px solid #d5d5d5;
  width: 30%;
  display: inline-block;
  height: 7px;
}
.gopi-scope .hr-text::after {
  content: ' ';
  border-top: 1px solid #d5d5d5;
  width: 30%;
  display: inline-block;
  height: 7px;
}
.gopi-scope .col-md-offset-right-8 {
  margin-right: 66.66666667%;
}
.gopi-scope .col-md-offset-right-7 {
  margin-right: 58.33333333%;
}
.gopi-scope .col-md-offset-right-6 {
  margin-right: 50%;
}
.gopi-scope .col-md-offset-right-5 {
  margin-right: 41.66666667%;
}
.gopi-scope .col-md-offset-right-4 {
  margin-right: 33.33333333%;
}
.gopi-scope .col-md-offset-right-3 {
  margin-right: 25%;
}
.gopi-scope .col-md-offset-right-2 {
  margin-right: 16.66666667%;
}
.gopi-scope .col-md-offset-right-1 {
  margin-right: 8.33333333%;
}
.gopi-scope .fabian-camelcase {
  text-transform: capitalize;
}
.gopi-scope .fabian-uppercase {
  text-transform: uppercase;
}
.gopi-scope a {
  color: #AB0635;
}
.gopi-scope a:hover {
  color: #97052f;
}
@media (min-width: 320px) {
  .gopi-scope h1,
  .gopi-scope h2,
  .gopi-scope h3,
  .gopi-scope h4,
  .gopi-scope h5 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
  }
  .gopi-scope h1 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 44px;
  }
  .gopi-scope h2 {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 33px;
  }
  .gopi-scope h3 {
    font-size: 20px;
    line-height: 27.5px;
    padding-bottom: 27.5px;
  }
  .gopi-scope h4 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 22px;
  }
  .gopi-scope h5 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 22px;
  }
  /*body {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 22px;
  }*/
  .gopi-scope p {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .gopi-scope h1,
  .gopi-scope h2,
  .gopi-scope h3,
  .gopi-scope h4,
  .gopi-scope h5 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
  }
  .gopi-scope h1 {
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 55px;
  }
  .gopi-scope h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 44px;
  }
  .gopi-scope h3 {
    font-size: 28px;
    line-height: 44px;
    padding-bottom: 44px;
  }
  .gopi-scope h4 {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 33px;
  }
  .gopi-scope h5 {
    font-size: 20px;
    line-height: 27.5px;
    padding-bottom: 27.5px;
  }
  /*body {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 27.5px;
  }*/
  .gopi-scope p {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}
@media (min-width: 1440px) {
  .gopi-scope h1,
  .gopi-scope h2,
  .gopi-scope h3,
  .gopi-scope h4,
  .gopi-scope h5 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    padding: 0;
  }
  .gopi-scope h1 {
    font-size: 64px;
    line-height: 77px;
    padding-bottom: 77px;
  }
  .gopi-scope h2 {
    font-size: 44px;
    line-height: 55px;
    padding-bottom: 55px;
  }
  .gopi-scope h3 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 44px;
  }
  .gopi-scope h4 {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 33px;
  }
  .gopi-scope h5 {
    font-size: 18px;
    line-height: 27.5px;
    padding-bottom: 27.5px;
  }
  /*body {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 27.5px;
  }*/
  .gopi-scope p {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

/*CSS override*/
main .gopi-scope *+* {
  margin: auto;
}


/*myaccount page*/
.gopi-scope .invisible {
  display: none;
}

.gopi-scope .myaccount-form input {
  margin: 10px 0 10px !important;
}

.gopi-scope .btn {
  margin-top: 15px !important;
}

.gopi-scope .btn-default {
  border: solid 2px #AB0635;
  color: #AB0635;
  display: block;
  font-weight: 500;
  padding: .34483em 1em .4em;
  text-transform: uppercase;
}

.gopi-scope .btn-default:hover,
.gopi-scope .btn-default:focus,
.gopi-scope .btn-default:active {
  border-color: #000;
  color: #000;
  background-color: #fff
}

.gopi-scope .my-details {
  margin: 10px 0 10px;
}

@media (max-width: 768px) {
  .gopi-scope .my-details {
    text-align: center;
  }
}
