@media print {
  body,
  * {
    font-family: Arial !important;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/font/material-design-icons/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/font/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(/font/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(/font/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.mdi,
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  top: -0.1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
table.table-borderless-cells tr td {
  border: none !important;
}
table.table-borderless-cells tr th {
  border: none !important;
}
@media (max-width: 1920px) {
  .card-columns {
    column-count: 2;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #404040;
}
.btco-hover-menu a,
.navbar > li > a {
  text-transform: capitalize;
  padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar>.show>a,
.navbar>.show>a:focus,
.navbar>.show>a:hover {
  color: #000;
  background: transparent;
  outline: 0;
}
.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 1px solid transition !important;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btco-hover-menu .collapse ul > li:hover > a {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
  background: #fff;
}
.btco-hover-menu .collapse ul ul ul > li:hover > a {
  background: #fff;
}
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu {
  background: none;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
@media only screen and (max-width: 991px) {
  .btco-hover-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul li:hover> ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  .btco-hover-menu .collapse ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul li:hover> ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  .btco-hover-menu .collapse ul ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 1em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
div.form.payment-form.error .card-body {
  padding-bottom: 5em;
}
div.form.payment-form .card-only {
  display: block;
}
div.form.payment-form .payment-request-available {
  display: none;
}
div.form.payment-form .card-body {
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(50,50,93,0.1), 0 3px 6px rgba(0,0,0,0.08);
}
div.form.payment-form .card-body * {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
div.form.payment-form .card-body fieldset {
  border-radius: 6px;
}
div.form.payment-form .card-body fieldset legend {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
div.form.payment-form .card-body fieldset legend + * {
  clear: both;
}
div.form.payment-form .card-body .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
div.form.payment-form .card-body .field {
  position: relative;
  width: 100%;
}
div.form.payment-form .card-body .field + div.form.payment-form .card-body .field {
  margin-left: 10px;
}
div.form.payment-form .card-body label {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.form.payment-form .card-body .input {
  width: 100%;
  color: #999;
  background: transparent;
  padding: 5px 0 6px 0;
  border-bottom: 1px solid #999;
  transition: border-color 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
div.form.payment-form .card-body .input::-webkit-input-placeholder {
  color: #ddd;
}
div.form.payment-form .card-body .input::-moz-placeholder {
  color: #ddd;
}
div.form.payment-form .card-body .input:-ms-input-placeholder {
  color: #ddd;
}
div.form.payment-form .card-body .input.StripeElement--focus,
div.form.payment-form .card-body .input:focus {
  border-color: #999;
}
div.form.payment-form .card-body .input.StripeElement--invalid {
  border-color: #ffc7ee;
}
div.form.payment-form .card-body input:-webkit-autofill,
div.form.payment-form .card-body select:-webkit-autofill {
  -webkit-text-fill-color: #000;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
div.form.payment-form .card-body .StripeElement--webkit-autofill {
  background: transparent !important;
}
div.form.payment-form .card-body input,
div.form.payment-form .card-body button,
div.form.payment-form .card-body select {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}
div.form.payment-form .card-body select.input,
div.form.payment-form .card-body select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#999" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
div.form.payment-form .card-body button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  background-color: #007bff;
  border-radius: 6px;
  color: white;
  font-weight: 500;
  cursor: pointer;
}
div.form.payment-form .card-body .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
}
div.form.payment-form .card-body .error.visible {
  opacity: 1;
  transform: none;
}
div.form.payment-form .card-body .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}
div.form.payment-form .card-body .error svg .base {
  fill: #999;
}
div.form.payment-form .card-body .error svg .glyph {
  fill: #8080d0;
}
div.form.payment-form .card-body .error .message {
  color: #999;
  padding: 5px;
  font-size: inherit;
}
div.form.payment-form .card-body .success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}
div.form.payment-form .card-body .success > * {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  transform: translateY(50px);
}
div.form.payment-form .card-body .success .icon {
  margin: 15px 0 30px;
  transform: translateY(70px) scale(0.75);
}
div.form.payment-form .card-body .success .icon .border {
  stroke-dasharray: 251;
  stroke-dashoffset: 62.75;
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165,0.84,0.44,1);
  animation: spin 1s linear infinite;
  stroke: #698;
}
div.form.payment-form .card-body .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165,0.84,0.44,1) 0.35s;
  stroke: #698;
}
div.form.payment-form .card-body .success .icon svg {
  will-change: transform;
}
div.form.payment-form .card-body .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #698;
}
div.form.payment-form .card-body .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}
div.form.payment-form .card-body .success .message span {
  font-size: inherit;
}
div.form.payment-form .card-body .success .reset:active {
  transition-duration: 0.15s;
  transition-delay: 0s;
  opacity: 0.65;
}
div.form.payment-form .card-body .success .reset path {
  fill: #698;
}
div.form.payment-form .card-body .success .reset svg {
  will-change: transform;
}
div.form.payment-form .card-body .caption {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 15px 10px 0;
  color: #aab7c4;
  font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
div.form.payment-form .card-body .caption * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
div.form.payment-form .card-body .caption .no-charge {
  color: #cfd7df;
  margin-right: 10px;
}
div.form.payment-form .card-body .caption a.source {
  text-align: right;
  color: inherit;
  transition: color 0.1s ease-in-out;
  margin-left: 10px;
}
div.form.payment-form .card-body .caption a.source:hover {
  color: #6772e5;
}
div.form.payment-form .card-body .caption a.source:active {
  color: #43458b;
}
div.form.payment-form .card-body .caption a.source svg {
  margin-right: 10px;
}
div.form.payment-form .card-body .caption a.source svg path {
  fill: currentColor;
}
div.form.payment-form form {
  position: relative;
  width: 100%;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
}
div.form.payment-form form input::-webkit-input-placeholder {
  opacity: 1;
}
div.form.payment-form form input::-moz-placeholder {
  opacity: 1;
}
div.form.payment-form form input:-ms-input-placeholder {
  opacity: 1;
}
div.form.payment-form.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
div.form.payment-form.submitting .success {
  pointer-events: all;
}
div.form.payment-form.submitted form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
div.form.payment-form.submitted .success {
  pointer-events: all;
}
div.form.payment-form.submitted .success > * {
  opacity: 1;
  transform: none !important;
}
div.form.payment-form.submitted .success > :nth-child(2) {
  transition-delay: 0.1s;
}
div.form.payment-form.submitted .success > :nth-child(3) {
  transition-delay: 0.2s;
}
div.form.payment-form.submitted .success > :nth-child(4) {
  transition-delay: 0.3s;
}
div.form.payment-form.submitted .success .icon {
  opacity: 1;
}
div.form.payment-form.submitted .success .icon .border {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}
div.form.payment-form.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}
#paymentForm-paymentRequest {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}