a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.display-1 {
  font-size: 3.3rem;
  font-weight: 400 !important;
}
.lead-lg {
    font-size: 2rem;
    line-height: 1.4;
}
.btn-success {
    color: #fff !important;
    background-color: #81c261;
    border-color: #81c261;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(59,35,83,.075);
    cursor: pointer;
}
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.25rem;
    border-radius: 8px;
}
.bg-clear {
    background-image: linear-gradient(-180deg,#f7fafa,rgba(249,247,250,0) 97%);
}
.jumbo-white{
  background-color: #fff;
}
.jumbotron-with-nav {
    padding-top: 9.8rem;
}
.display-3, .display-4 {
    font-weight: 500;
    line-height: 1.2;
}
.display-3 {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
}
.jumbotron .lead {
    font-size: 1.75rem;
    line-height: 1.2;
}
.lead {
    font-weight: 400;
}
.display-alt, .lead {
    font-family: Avenir Next,Avenir,Helvetica Neue,Arial,Helvetica,sans-serif,Apple Color Emoji,Noto Color Emoji,EmojiOneColor;
}
.regular {
    padding: 4rem 1rem;
}
.regular-thin {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.jumbotron-lg {
    padding: 8rem 2rem;
    overflow: hidden;
}
.jumbotron-lg {
    padding-top: 11.8rem;
}
.navbar-light {
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #909ca2;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 1.5rem;
}
.fixed-top.is-stuck {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.bg-inverse {
    background-color: #3b2353!important;
    color: hsla(0,0%,100%,.75);
}
body .fixed-top.navbar-transparent {
    background-color: transparent!important;
    top: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #47515c;
}
body{
  font-family: Avenir Next,Avenir,Helvetica Neue,Arial,Helvetica,sans-serif,Apple Color Emoji,Noto Color Emoji,EmojiOneColor;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #62747f;
  background-color: #fff;
}
.mb-md-3 {
    margin-bottom: 2rem!important;
}
.link-muted {
    color: inherit;
    text-decoration: none;
}
.cm-section-header {
    text-align: center;
    margin-bottom: 3rem;
    justify-content: center;
}
.cm-section-header-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #c7c1cd;
    letter-spacing: .15em;
    margin-bottom: 1rem;
    display: inline-block;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn-primary {
    color: #fff;
    background-color: #87a7ba;
    border-color: #6d91ab;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(59,35,83,.075);
}
.pt-3 {
    padding-top: 3rem!important;
}
.py-5{
  background-color: #f6f8f9;
}
.cm-footer {
    font-size: .85rem;
    background: #233653;
}
.cm-footer, .cm-footer a {
    color: hsla(0,0%,100%,.7);
}
.cm-footer h5 {
    font-weight: 500;
    letter-spacing: .1em;
}
.text-primary {
    color: #8794ba!important;
}
.list-spaced li {
    margin-bottom: .5rem;
}
.list-spaced li a:hover{
    color:#FFF;
}
.regular{
  padding: 4rem 1rem;
  margin: 0 auto;
}
.regular h3{
  text-decoration: underline;
  text-align: center;
  font-size: 2rem;
}
.regular article h4 img{
  width: 80px;
}
.content h4 {
    font-size: 1.25rem;
    color: inherit;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.025em;
    margin: 1.5rem 0;
    font-family: inherit;
    color: #62657f;
}
.content p, .content ul {
    font-family: inherit;
    margin: 0 0 1.5rem;
    font-size: 1.125rem;
    line-height: 30px;
}

.thankyou-image {
    max-height: 90px;
    height: 90px;
}
.cart-change{
  color: #0066C0;
}
.container.thankyou{
  margin-bottom:150px;
  margin-top: 150px;
}

.list-group-item {
  border: 0px !important;
}
.thankyou .nav-item-signup{
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 5px;
  margin-bottom: 0px;
}
ul.order-summary{
  border: 1px solid rgb(181, 181, 181);
  border-radius: 5px;
}
ul.order-summary .terms{
  border-bottom:0px;
  font-size: 0.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.order-summary h5{
  font-size: 1rem;
  margin-bottom: 5px;
  color: #464646;
}

ul.order-summary li.total{
  border-top: 1px solid #e4e4e4 !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#orderForm input::placeholder {
    color: #bfbfbf;
}

@media (max-width : 508px) {
  .jumbotron-lg{
        padding-top: 7rem;
  }
  .jumbotron-lg .display-1{
      font-size: 2.7rem;
  }
  img.main-img{
    display: none;
  }
  img.deseal{
    width: 120px;
  }

}
