p, h1, h2, h3, h4, h5 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hr {
  height: 1px;
  background-color: #fff;
}
.background {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

.red-text {
  color: rgb(204,0,51);
}
.red-background {
  background-color: rgb(204,0,51);
}





.text-white {
  color: #fff !important;
}



.py-4 {
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}


.bloghub-jumbo-overlay {
  background-color: rgba(204,0,51,0.9);
}





.hr {
  height: 1px;
  background-color: #fff;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid rgba(0,0,0,.1);
}

.text-center {
  text-align: center !important;
}


.brOnDesktop{
	display:block;
}

@media (min-width: 768px) {



  .text-md-left {
    text-align: left !important;
  }
  
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  
  
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
    .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  
    .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  
    .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .brOnDesktop{
	display: inline;
  }
  
  .bloghub-jumbo-overlay {
    padding:20px;

  }


  .card-container {
    margin-bottom: 35px !important;
  }
  .jumbotron {
    background-image: url('https://bjswholesaleclub2.my.site.com/WebToLeadForm/resource/getstartedimg/mobile_banner.png') !important;
    /*height: 25rem;*/
    /*height: 400px;*/
    padding-top: 10rem !important;
  }
  .jumbotron h2 {
    font-size: 1.5rem !important;
  }
  #accordionRetail {
    margin-top: 45px;
  }
  #accordionNonprofit {
    margin-top: 45px;
  }
  
  .jumbotron h2{
  	font-weight: 500;
  	line-height: 1.2 !important;
  }
  
}



@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 40% !important; 
    max-width: 40% !important; /* 33.33333% */
  }
}



