body {
  font-color: #262626;
  font-family: 'Open Sans', sans-serif;
}
select {
	background: url("Triangle.svg") no-repeat 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
}
h1 {
  font: 700 43px 'Open Sans', sans-serif;
  color: #ffffff;
}
h2 {
  text-align: center;
  font: 700 28px 'Open Sans', sans-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: #000000;
  box-shadow: none;
}
#top {
  max-width: 1142px;
  margin: 0 auto;
  padding-top: 20px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.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: #aa2d45; /* #F8F8F8*/
  margin: 0 auto;
  padding: 0 69px;
}
.sub-head {
  font: 22px 'Open Sans', sans-serif;
}
.min-ht-255 {
  min-height: 255px;
}
.min-ht-180 {
  min-height: 180px;
}

#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: #aa2d45;
  color: #fff;
}
.loc-btns label:not(:last-child) {
  margin-right: 20px;
}
.opt label {
	margin-left: 5px;
}
#form {
  /*  max-width: 750px;*/
  margin: 0 auto;
}
#gift {
  border: 1px solid #CCCCCC;
  padding: 20px;
  border-radius: 5px;
}
#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: #0046C5;
  background-color: #fff;
  border-color: #0046C5;
  margin-right: 28px;
  border-radius: 4px !important;
  width: 228px;
  text-align: center;
  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: #000000;
}
.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: #ffffff;
  background-color: #0046C5;
  border-color: #0046C5;
}
.btn-outline {
    color: var(--base-color);
    background-color: transparent;
    border-color: var(--base-color);
    border-width: 2px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.0175rem;
    padding: 0.75rem 2.25rem;
    transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.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 #000000;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 50px;
}
.sbmt input, .sbmt button {
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  height: 48px;
  width: 51%;
  margin: 14px 0;
}
/* Cover page */
.innerds {
	height: 0;
	padding: 30% 0;
	position: relative;
}
.suspendedCovera {
	position: absolute;
	top: 10%;
	right: 5%;
	height: 70%; /* 80% */
	box-shadow: 0 0 20px rgba(0,0,0, 0.7);
	z-index: 10;
}
.suspendedCoverb {
	position: absolute;
	top: 15%;
	right: 35%;
	height: 60%; /* 70% */
	box-shadow: 0 0 20px rgba(0,0,0, 0.7);
	z-index: 9;
}
.suspendedCoverc {
	position: absolute;
	top: 22%;
	right: 60%; /* 65% */
	height: 50%; /* 55% */
	box-shadow: 0 0 20px rgba(0,0,0, 0.7);
	z-index: 8;
}

/*PLANS*/
.bd {
  color: #000;
  background-color: #C0CCDA;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -64px;
  margin-left: -41px;
  margin-right: -41px;
  padding: 5px 0;
  max-height: 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.intro-bd {
  margin-top: 33px;
}
.pln-bx.pd {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#plan {
  max-width: 999px;
  margin: 48px auto 0;
  font-family: 'Open Sans', sans-serif;
}
.pln-bx {
  width: 317px;
  border: 1px solid #CCCCCC;
  padding: 33px 40px 31px;
  text-align: center;
  border-radius: 5px;
}
.pln-bx:hover {
  border: 1px solid #000000;
}
.pln-intro {
  /*font-style: italic;*/
  margin-bottom: 14px;
  text-transform: uppercase;
}
.tv-txt {
  font-weight: 700;
  font-size: 20px;
  color: #262626;
}
.pln-ttl {
  font-weight: 700;
  font-size: 35px;
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.btn.btn-primary {
  background-color: #000000;
  color: white;
  border: none;
  min-width: 100%;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 13px;
  cursor: pointer;
  padding: 13px;
}
#option1, #option2, #option3, #us, #can, #int {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn.btn-primary.btn{ 
  background-color: #000000 !important;
}
.btn.btn-primary.active {
  background-color: #aa2d45 !important;
}
.btn.btn-primary.focus {
  background-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.pln-rnw {
  font-size: 14px;
  font-weight: 600;
  min-width: 100%;
}
.pln-hr {
  margin: 15.5px 0 17px;
}
/*
#plan .col-md-4 {
  padding: 0;
}
*/
.pln-list {
  margin: 0;
  padding: 0 30px;
  text-align: left;
  list-style-position: outside;
  min-width: 113%;
  font-weight: normal;
  list-style-image: url(list-bullet.png);
}
.pln-list li {
  padding-bottom: 8px;
}
.pln-slctd {
  border: 1px solid #000000;
}
/*Gift section*/
#gift {
    max-width: 999px;
    margin: 48px auto 0;
    font-family: 'Open Sans', sans-serif;
}
/*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("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;
}
*/
#cds_cc_number {
	background: url("cc.png") no-repeat 99% 50%;
}
.info {
	position: absolute;
	top: 44px;
	left: 85%;
}
.sbmt-txt-value {
	font-weight: 600;
}
footer{
  font-color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.offer-label {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sticky-progress {
    padding: 0;
  }
  .sticky-progress ol {
    font-size: 12px;
  }
  .progress-cnt {
    padding: 0 10px;
  }
  h1 {
    font: 700 29px 'Open Sans', sans-serif;
    text-align: center;
  }
  #jmbtrn {
    padding: 0 24px;
  }
  .sub-head {
    font-size: 20px;
    text-align: center;
  }
  .pln-bx {
    min-width: 317px;
    margin-bottom: 24px;
    width: 100%;
  }
  .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: 380px) {
  .sticky-progress ol {
    font-size: 10px;
  }
  .sbmt input, .sbmt button {
    width: 100%;
  }
}