@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  background: #ffffff;
  color: #222222;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: -.009em;
}
a {
  color: #119BD4 !important;
}
.text-small {
  font-size: .75rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #29363b;
}
h1::after, h3::after {
  content: '';
  display: block;
  width: 35px;
  height: 6px;
  background: #d6d8dd;
  border-radius: 3px;
  margin: 7px 0 0;
  margin-right: 0px;
  margin-left: 0px;
}
.text-center h1::after {
  margin-left: auto !important;
  margin-right: auto !important;
}
h1 .subtitle,
h3 .subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
  letter-spacing: -.009em;
}
.form-group .form-control {
  border: 1px solid #ddd !important;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem .75rem;
}
.form-control:focus {
  border-color: #999 !important;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.0) !important;
}
.form-label {}
.btn-primary {
  padding: .375rem 4rem .5rem 4rem;
  border-radius: 2rem;
  border: 2px solid #262878 !important;
  color: #ffffff !important;
  background-color: #262878 !important;
}
.btn-primary:hover {}
.btn-secondary {
  padding: .375rem 4rem .5rem 4rem;
  border-radius: 2rem;
  border: 2px solid #FFFFFF !important;
  color: #262878 !important;
  background-color: #FFFFFF !important;
}
.btn-secondary:hover {}

/* progress bar */

#progressbar {
  overflow: hidden;
  color: #898989;
  padding: 0;
  margin: 1.5rem 0 1rem 0;
}
#progressbar .active {
  color: #000000
}
#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative
}
#progressbar #step1:before {
  content: "1"
}
#progressbar #step2:before {
  content: "2"
}
#progressbar #step3:before {
  content: "3"
}
#progressbar #step4:before {
  content: "4"
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #898989;
  background: #F2F2F2;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #119BD4;
  color: #272B62;
}


/* renewprogressbar */
#renewprogressbar {
  overflow: hidden;
  color: #898989;
  padding: 0;
  margin: 1.5rem 0 1rem 0;
}
#renewprogressbar .active {
  color: #000000
}
#renewprogressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 50%;
  float: center;
  position: relative
}
#renewprogressbar #renewstep1:before {
  content: "1"
}
#renewprogressbar #renewstep2:before {
  content: "2"
}
#renewprogressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #898989;
  background: #F2F2F2;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}
#renewprogressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}
#renewprogressbar li.active:before,
#renewprogressbar li.active:after {
  background: #119BD4;
  color: #272B62;
}


/* footer */

footer {
  font-size: .6rem;
}
footer .footer-brand {
  max-width: 100px;
  height: auto;
  margin: .5rem 0;
}

/* package selections */

.open-package {
  text-align: left;
  padding: 2rem;
}
.open-package h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
.open-package {
  background: #d4d5df;
  color: #262c64;
}
.open-package h3 .subtitle {
  color: #272B62;
}




.platinum-package,
.standard-package {
  text-align: center;
  padding: 2rem;
}
.platinum-package h3,
.standard-package h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
.platinum-package h3::after,
.standard-package h3::after {
  margin-left: auto !important;
  margin-right: auto !important;
}

.platinum-package {
  background: #272B62;
  color: #ffffff;
}
.platinum-package h3,
.platinum-package h3 .subtitle {
  color: #ffffff;
}
.standard-package {
  background: #8c94ac;
  color: #272B62;
}
.standard-package h3,
.standard-package h3 .subtitle {
  color: #272B62;
}
.package-includes {
  margin: 2rem 0;
}
.package-includes div:nth-child(1n+0) {
  background:#2f3374;
  padding:12px;
  font-size:14pt;
  color:#ffffff;
  text-align:left;
}
.package-includes div:nth-child(2n+2) {
  background:#202350;
  padding:12px;
  font-size:14pt;
  color:#ffffff;
  text-align:left;
}

.hidden {
  display: none;
  visibility: hidden;
}
.totals {
  background: #F2F2F2;
  border-radius: 1rem;
  padding-top: 1.15rem;
  padding-bottom: .15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.totals tfoot {
  font-weight: 700;

}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */

