﻿body {
  color: #262626;
  font-family: 'Open Sans', sans-serif;
}
select {
  background: url('../image/Triangle.svg') no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1 {
  font: 700 43px 'Lora', serif;
}
h2 {
  text-align: center;
  font: 700 28px 'Lora', serif;
  margin-bottom: 16px;
}
hr {
  border-color: #e8e8e8;
  max-width: 1139px;
  margin: 48.5px auto;
}
.mw-750 {
  max-width: 750px;
  margin: 0 auto;
}
.first-hr {
  margin-top: 6px;
}
label {
  font-size: 14px;
}
.can-txt,
.int-txt,
.dig-for-txt {
  display: none;
}
.form-control {
  min-height: 48px;
  border: 1px solid #dbe0e5;
}
.form-control:focus {
  border-color: #156ec6;
  box-shadow: none;
}
#top {
  max-width: 1142px;
  margin: 0 auto;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bg-light {
  background-color: #fff !important;
}
.nav-link {
  color: #000 !important;
  font: 700 14px 'Open Sans', sans-serif;
}
#jmbtrn {
  background-color: #f8f8f8;
  margin: 0 auto;
  padding: 0 69px;
}
.sub-head {
  font: 22px 'Lora', serfi;
}
.min-ht-255 {
  min-height: 255px;
}
#location {
  max-width: 613px;
  margin: 0 auto;
  text-align: center;
}
/*
.loc-btns button {
  background: none;
  border: 1px solid #E8E8E8;
  height: 48px;
  border-radius: 4px;
  padding: 0 47.26px;
  font: 700 16px 'Open Sans', sans-serif;
}
.loc-btns button:not(:last-child) {
  margin-right: 20px;
}
.loc-btns button:focus {
  background-color: #0D4781;
  color: #fff;
}
*/
.loc-btns label {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font: 700 16px 'Open Sans', sans-serif;
  padding: 12px 40px;
  cursor: pointer;
}
label.loc-btns-actv {
  background-color: #0d4781;
  color: #fff;
}
.loc-btns label:not(:last-child) {
  margin-right: 20px;
}
.opt label {
  margin-left: 5px;
}
#form {
  /*  max-width: 750px;*/
  margin: 0 auto;
}
#gift {
  background-color: #f8f8f8;
  padding: 20px 0;
}
#gift-tvs {
  margin: 20px 0;
}
.add-gift {
  background: none;
  border: 1px solid #262626;
  border-radius: 4px;
  width: 134px;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
  font-weight: 700;
}
.rmv-gift {
  background-color: #0d4781;
  border: 1px solid #0d4781;
  color: #fff;
}
#form_expanded_ind,
#expanded_ind {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.gift-innr {
  max-width: 626px;
  margin: 0 auto;
}
.btn-secondary {
  color: #262626;
  background-color: #fff;
  border-color: #dbe0e5;
  margin-right: 28px;
  border-radius: 4px !important;
  width: 228px;
  text-align: left;
  padding: 11px;
}
.btn-secondary:last-child {
  margin-right: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #262626;
  background-color: #fff;
  border-color: #156ec6;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #262626;
  background-color: #fff;
  border-color: #156ec6;
}
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'] {
  position: relative;
}
.btn-group {
  display: block;
}
.ar {
  font-size: 13px;
  color: #424242;
}
#submit {
  color: #424242;
}
.sbmt-bx {
  border: 1px solid #156ec6;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 50px;
}
.sbmt input,
.sbmt button {
  background-color: #156ec6;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  height: 48px;
  width: 100%;
  max-width: 360px;
  margin: 14px 0;
}

/* AR Rates Modal */
.modal {
  width: max-content;
  height: max-content;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  border: 0;
  box-shadow: 0 0 2em rgb(0 0 0 / 40%);
  margin: 25px auto;
  display: none;
  background-color: #fff;
}
.button-close-modal {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-left: auto;
}

/*PLANS*/
.bd {
  color: #fff;
  position: absolute;
  margin-bottom: 80px;
  width: 100px;
  height: 30px;
  background: #156ec6;
  left: 50%;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  transform: translateX(-50%);
}
.bd:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 8px solid #11589e;
  border-left: 8px solid transparent;
  top: 0;
  left: -8px;
}
.bd:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 8px solid #156ec6;
  bottom: -8px;
  left: 0;
}
.box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#156ec6 0%, #156ec6 100%);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #156ec6;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #156ec6;
}
.ribbon span::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #156ec6;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #156ec6;
}
.pln-bx.pd {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#plan {
  margin-top: 48px;
  font-family: 'Open Sans', sans-serif;
}
.g-border {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.pln-bx {
  padding: 42px 26px;
  text-align: center;
  height: 100%;
  position: relative;
}
.pln-bx:not(.prnt) {
  border-bottom: 1px solid #ccc;
}
.retailer {
  background-color: rgba(204, 204, 204, 0.1);
}
.retailer p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.retailer .us-only {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  min-width: 100%;
  opacity: 0.85;
}
.pln-bx .min-height-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 3.563rem;
}
.pln-intro {
  font-style: italic;
  margin-bottom: 3px;
}
.tv-txt {
  font-weight: 700;
  font-size: 20px;
  color: #262626;
}
.pln-ttl {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 16px;
}
.btn.btn-primary {
  background-color: rgba(21, 110, 198, 1);
  color: white;
  border: none;
  min-width: 100%;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 13px;
  cursor: pointer;
  padding: 13px;
}
.btn.btn-primary:hover {
  background-color: rgba(21, 110, 198, 0.85);
}
#option1,
#option2,
#option3,
#us,
#can,
#int {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn.btn-primary.active {
  background-color: #0d4781 !important;
}
.btn.btn-primary.focus {
  outline: none !important;
  box-shadow: none !important;
}
.pln-rnw {
  font-size: 12px;
  font-weight: 400;
  min-width: 100%;
  opacity: 0.85;
}
.pln-hr {
  margin: 15.5px 0 17px;
}
/*
#plan .col-md-4 {
  padding: 0;
}
*/
.pln-list {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-position: outside;
  font-weight: 600;
  list-style-image: url(../image/list-bullet.png);
  padding-left: 20px;
}
.pln-list li {
  padding-bottom: 16px;
}

/*sticky progress*/
.progress-cnt {
  min-height: 70px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-progress {
  max-width: 683px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.sticky-progress ol {
  display: flex;
  list-style-type: decimal;
  justify-content: space-between;
  width: 100%;
  padding-inline-start: 13px;
  margin: 0 auto 5px;
  color: #0d4781;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-progress ol a {
  color: #0d4781;
  text-decoration: none;
}
.progress-bar-cnt {
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background-color: #e8e8e8;
  position: relative;
}
.prgrs-br {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 3px;
  background-color: #0879bf;
}
.ui-progressbar .ui-progressbar-value {
  margin: 0;
  background: #0d4781;
  border: medium none;
  border-radius: 5px;
}
.ui-progressbar {
  height: 10px;
  margin-top: 0;
  background: #e8e8e8;
}
.ui-widget.ui-widget-content {
  border: none;
  border-radius: 5px;
}
/*password*/
#pswd-cnt {
  display: flex;
  font-size: 14px;
  margin: 14px 0 16px -15px;
}
#chr,
#ltrs-nmbrs {
  background: url('../image/pass-sprite.png') 16px 0;
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
}
.bp {
  background-position: 0 !important;
}
/*
#ltrs-nmbrs {
  margin-left: 29px;
}
*/
.pswd-lst {
  list-style-image: url('../image/pass-empty.png');
  padding: 0;
  list-style-position: inside;
}
.pswd-lst li {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
}
ul.pswd-lst {
  overflow: auto;
}
input[name='cds_donee1_country'],
input[name='int_country'] {
  display: none;
}
#cds_cc_number {
  background: url('../image/cc.png') no-repeat 99% 50%;
}
.info {
  position: absolute;
  top: 44px;
  left: 85%;
}
.sbmt-txt-value {
  font-weight: 600;
}
@media (min-width: 576px) {
  #plan {
    max-width: 460px;
    margin: 48px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
  }
}
@media (min-width: 992px) {
  #plan {
    margin: 48px -15px 0 -15px;
    max-width: none;
  }
  .pln-ttl {
    font-size: clamp(26px, 2.6209vw, 35px);
  }
  .retailer .pln-ttl {
    font-size: clamp(18px, 1.8145vw, 26px);
    margin-bottom: 8px;
    margin-top: 27px;
  }
  .col-lg-4 .pln-bx {
    border-bottom: none;
  }
  #plan .no-gutters > div:not(.order-lg-3)::after {
    content: '';
    width: 1px;
    height: 87%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #ccc;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .sticky-progress {
    padding: 0;
  }
  .sticky-progress ol {
    font-size: 12px;
  }
  .progress-cnt {
    padding: 0 10px;
  }
  h1 {
    font: 700 29px 'Lora', serif;
    text-align: center;
  }
  #jmbtrn {
    padding: 0 24px;
  }
  .sub-head {
    font-size: 20px;
    text-align: center;
  }
  .col-md-6.text-right.align-self-center.gft {
    text-align: left !important;
    margin-top: 15px;
  }
  .btn.btn-secondary {
    margin-bottom: 20px;
  }
  .info {
    left: 89%;
  }
}
@media (max-width: 425px) {
  .sticky-progress ol {
    font-size: 10px;
  }
}

button span.loader {
  display: none;
  height: 20px;
  width: 20px;
}
button:disabled span.loader {
  display: inline-block;
}
button:disabled *:not(.loader) {
  display: none;
}

/* Loader */
.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.75s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
