/*Overflow CSS */
body {
  overflow-x: hidden;
  max-width: 100%;
}

/*Sticky Head Container */
.sticky-head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
}

/* Header CSS */

.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 100px;
}

.nav-bar .nav-bar-logo {
  padding: 1.8rem;
  width: 100%
}

.nav-bar .nav-bar-logo img {
  width: 100%;
}

.nav-bar .nav-bar-phone {
  color: #28bce7;
  font-family: "Century Gothic Pro", sans-serif;
  font-weight: 200;
  margin-left: 35px;
  font-size: 15px;
}

.nav-bar li {
  background: #082c44;
}

.nav-bar a {
  color: #fefefe;
  transition: color 0.2s ease-in;
}

.nav-bar a:hover {
  color: #f0f8fa;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar {
    height: 100px;
  }
}

.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem;
  color: #fefefe;
  text-transform: uppercase;
  background-color: #0b3b5b;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {
  background-color: #6b879a;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }
}

.multilevel-offcanvas {
  background: #0e4a71;
  padding: 20px;
  color: #fefefe;
}

.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
  color: rgba(254, 254, 254, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}

.multilevel-offcanvas .menu a:hover {
  color: #fefefe;
}

.multilevel-offcanvas .fa {
  color: #fefefe;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #28bce7;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.2rem;
}

.body-info {
  text-align: center;
  color: #2c3840;
}

.body-info .button {
  margin: 1rem 0;
  padding: 0.85em 2em;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fefefe;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}

/* Ecommerce Header */

.ecommerce-header {
  width: 100%;
  background-color: #ffffff;
}

.main-nav-link {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.spacing-nav {
  padding-top: 15px;
}

.ecommerce-header .logo {
  width: 40%;
}

.ecommerce-header ul {
  background-color: #ffffff;
  padding-top: 5px;
}

.ecommerce-header li {
  display: inline-block;
}

.ecommerce-header a {
  color: #267ba3;
  transition: color 0.5s ease;
  display: block;
}

.ecommerce-header a:hover {
  color: #27476d;
  transition: color 0.5s ease;
  background-color: #f0f8fa;
}

.ecommerce-header input {
  margin-right: 0px;
}

@media screen and (max-width: 74.9375em) {
  .ecommerce-header input {
    width: 150px;
  }
}

.ecommerce-header.top-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.ecommerce-header .menu > .main-nav-link > a {
  padding: 1.5em 0.85em 1.9em 0.85em;
}

.ecommerce-header-top {
  width: 100%;
  background-color: #267ba3;
  height: 40px;
  padding: 8px 20px 10px 20px;
}

.ecommerce-header-top .fa {
  color: #f0f8fa;
  font-size: 1.5rem;
}

.ecommerce-header-top-message {
  color: #f0f8fa;
  float: left;
}

.ecommerce-header-top-links {
  color: #f0f8fa;
}

.ecommerce-header-top-links ul li {
  display: inline;
  padding-left: 20px;
}

.ecommerce-header-top-links a {
  color: white;
  transition: color 0.5s ease;
}

.ecommerce-header-top-links a:hover {
  color: white;
  transition: color 0.5s ease;
}

.ecommerce-header-off-canvas {
  background-color: #ffffff;
}

.ham-mobile {
  padding-top: 10px;
  paddint-bottom: 10px;
}

.ecommerce-header-off-canvas .menu {
  padding: 5px;
  color: #27476d;
}

.ecommerce-header-mobile-left {
  padding-top: 20px;
}

.ecommerce-header-mobile-left .menu-icon::after {
    /* the block itself, the first line */
    background: #267ba3;
    /* middle and bottom */
    box-shadow: 0 8px 0 #267ba3, 0 16px 0 #267ba3;
    /* respect WebKit */
    -webkit-box-shadow: 0 8px 0 #267ba3, 0 16px 0 #267ba3;
}

.ecommerce-header-off-canvas .menu a {
  color: #267ba3;
  font-size: 16px;
}

.ecommerce-header-mobile-center img {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.ecommerce-header-mobile {
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ecommerce-header-mobile-left,
.ecommerce-header-mobile-right,
.ecommerce-header-mobile-center {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.ecommerce-header-mobile-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ecommerce-header-mobile-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecommerce-header-mobile-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ecommerce-header-mobile-right .fa {
  color: #267ba3;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-right: 20px;
}

/* Marketing Site Footer CSS*/

.marketing-site-footer {
  background: #e1e7a7;
  color: #0b3b5b;
  padding: 2rem 0 0;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #0b3b5b;
}

.marketing-site-footer .column-block {
  margin-bottom: 30px;
}

.marketing-site-footer > .row {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.marketing-site-footer-name {
  color: #0b3b5b;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.marketing-site-footer-title {
  color: #0b3b5b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.hours {
  margin-left: 2rem;
}

.simple {
  margin-left: 2rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
  margin-left: 1rem;
}

.marketing-site-footer-block p {
  margin-left: 2rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background-color: #0e4a71;
  padding: 1rem 0;
  color: #89a0ae;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}

.foot-link a {
  color: #0b3b5b;
}

.foot-link a:hover {
  color: #fefefe;
}

.footer-desc {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-desc p {
  padding-right: 25px;
}

.footer-desc img {
  padding-left: 10px;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
  .marketing-site-footer-title {
    color: #0b3b5b;
    margin-bottom: 1rem;
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 1.25rem;
  }
  .marketing-site-footer-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  .trust {
    margin-left: 2rem;
  }
}

#subfootmessage {
  font-size: 0.7rem;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#subfootmessage a {
  color: #97c53e;
}

/* Hero - BenefitBoost home page */
.haa_hero {
  margin-top: 8rem;
  background-image: url("../images/bb_homehero4.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
}

.haa_hero h1 {
  margin-top: 5rem;
  font-family: "Poiret One", sans-serif;
  font-size: 3rem;
  color: #005073;
  padding-bottom: 10px;
}

.haa_hero h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.6rem;
  color: #107dac;
  padding-bottom: 10px;
}

#haa_herobuttons a {
  padding: 15px 30px;
  margin-right: 25px;
  margin-top: 20px;
  width: 250px;
}

.bb_list {
  font-family: "Century Gothic Pro", sans-serif;
  color: #189ad3;
  font-size: 1.2rem;
  list-style-type: none;
  margin-left: 0;
}

.bb_list a {
  font-family: "Century Gothic Pro", sans-serif;
  color: #189ad3;
  font-size: 1.2rem;
  list-style-type: none;
  margin-left: 0;
}

#learnbutton {
  background-color: #ffffff;
  color: #105ead;
}

#learnbutton:hover {
  background-color: #f0f8fa;
  color: #105ead;
}

@media screen and (min-width: 112em) {
  .haa_hero {
    margin-top: 10rem;
    background-image: url("../images/bb_homehero4.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
  }
}

@media screen and (max-width: 23em) {
  .haa_hero h1 {
    margin-top: 3rem;
    font-family: "Poiret One", sans-serif;
    font-size: 3rem;
    color: #0b3b5b;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Paper Airplane under Hero */
#paperairplane {
  margin-top: 5rem;;
}

#paperairplane h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.7rem;
  color: #189ad3;
  padding-left: 25px;
}

#paperairplane h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.3rem;
  color: #005073;
  padding-left: 25px;
}

#paperairplane p {
  font-family: "Century Gothic Pro", sans-serif;
  color: #0b3b5b;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

#paperairplane img {
  padding-top: 30px;
}

#bbsubscribe_button {
  margin-left: 25px;
}

@media screen and (max-width: 68em) {
  #paperairplane h3 {
    font-family: "Century Gothic Pro", sans-serif;
    font-size: 1.4rem;
    color: #189ad3;
    margin-top: 20px;
  }

  #paperairplane h4 {
    font-family: "Century Gothic Pro", sans-serif;
    font-size: 1.1rem;
    color: #005073;
    padding-left: 25px;
  }
}

/* Home Page Brief Description of Products - Selectable Card */
.card-select {
  text-align: center;
  transition: all 0.5s ease;
  margin-bottom: 40px;
}

.card-select .card-divider {
  background-color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #89a0ae;
  color: #89afc0;
}

.card-section h5 {
  color: #0b3b5b;
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
}

.haahighlights h3 {
  color: #0b3b5b;
  font-family: "Century Gothic Pro", sans-serif;
}

.haahighlights p {
  color: #1e548e;
  font-family: "Century Gothic Pro", sans-serif;
}

.highlightssub h3 {
  color: #0b3b5b;
  font-family: "Oooh Baby", sans-serif;
  font-size: 3rem;
}

.bb_footnote {
  font-size: 0.7rem;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 68em) {
  .card-select {
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #bbdesc {
    font-size: 0.8rem;
  }

  .haahighlights h3 {
    color: #0b3b5b;
    font-family: "Century Gothic Pro", sans-serif;
    font-size: 2rem;
  }
}

/*Products Benefit Boost - Walmart Health Virtual Care Page Hero Section*/
.haaproductsbb_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haaproductsbb_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_benefitsubscriptions.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_vpc_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_virtualpcpsolution.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_rx_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_prescriptiondiscounts.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_sml_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_dentaldiscount.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_bb_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_compbb.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_bb2_hero {
  margin-top: 8rem;
  background-image: url("../images/bb_mainbb2plancover.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_enrollfaqs_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbenrollfaqs.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_billing_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbbilling.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_providers_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbproviders.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_terms_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbterms.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_privacy_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbprivacy.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_contactus_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbcontactus.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_security_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbsecurity.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_healthyamerica_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbhealthyamerica.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_about_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_2022_bbabout.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_vitamins_hero {
  margin-top: 8rem;
  background-image: url("../images/bb_mainvitaminplancover.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_videos_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_bb_videos.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbbdpcadv_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_dpcadvantage.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbbdpcplus_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_dpcplus.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbbdpcvalue_hero {
  margin-top: 8rem;
  background-image: url("../images/plancover_dpcvalue.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.haaproductsbb_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haaproductsbb_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #89a0ae;
  margin-top: 1rem;
}

.haaproductsbb_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  padding-top: 2rem;
  margin-bottom: 15px;
  color: #0b3b5b;
  margin-top: 1rem;
}

.haaproductsbb_maincontent h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #0b3b5b;
}

.haaproductsbb_maincontent h5 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #89a0ae;
}

.haaproductsbb_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

#title_box {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

#bbstyle_tabs {
  font-family: "Century Gothic Pro", sans-serif;
  color: #0b3b5b;
  margin-bottom: 40px;
}

#plansquare_image {
  border-bottom: 6px solid #0b3b5b;
}

#logo_width {
  width: 60%;
}

#product_buttons {
  margin-top: 15px;
}

#powered_label {
  font-size: 0.8rem;
}

#short_des {
  font-size: 0.9rem;
}

#small_disclaimer {
  font-size: 0.8rem;
}

#bb_logos img {
  width: 200px;
  padding-bottom: 10px;
}

@media screen and (max-width: 68em) {
  #bb_logos img {
    width: 300px;
    padding-bottom: 10px;
  }
}


/* Under Hero Nav */
.hover-underline-menu {
  width: 100%;
  margin-top: 3px;
}

.hover-underline-menu .menu {
  background-color: #0b3b5b;
}

.hover-underline-menu .menu a {
  color: #fefefe;
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fefefe;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

/* Enrollment FAQs HAA Page - Hero Section */
.haaenrollmentfaqs_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haaenrollmentfaqs_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haaenrollmentfaqs_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #89a0ae;
  margin-top: 2rem;
}

.haaenrollmentfaqs_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  padding-top: 2rem;
  margin-bottom: 15px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haaenrollmentfaqs_maincontent h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 15px;
  color: #0b3b5b;
  font-weight: bold;
}

.haaenrollmentfaqs_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

#main1_enrollfaqs {
  margin-top: 20px;
}

/* Billing Page - Hero Section */
.haabilling_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haabilling_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haabilling_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #89a0ae;
  margin-top: 2rem;
}

.haabilling_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  padding-top: 2rem;
  margin-bottom: 15px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haabilling_maincontent h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #89a0ae;
}

.haabilling_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

#haabilling_topsquare {
  border: 1px solid #89a0ae;
  padding: 25px;
  margin-bottom: 20px;
}

#haa_billing_specialcode {
  font-size: 2rem;
}

/* Dental Provider- Provider Page - Hero Section */
.haachiro_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haachiro_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #89a0ae;
  margin-top: 1rem;
}

.haachiro_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #89a0ae;
}

.haachiro_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #0b3b5b;
}

.haachiro_maincontent h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #89a0ae;
}

.haachiro_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
  padding-right: 20px;
}

.haachiro_maincontent input {
  width: 50%;
}

#submit_chiro {
  margin-top: 20px;
  padding: 10px;
  background-color: #89a0ae;
  color: #0b3b5b;
}

#phone_cs {
  font-size: 3rem;
}

/* Terms & Conditions BB Page - Hero Section */
.haaterms_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haaterms_maincontent dt {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #89a0ae;
  margin-top: 2rem;
}

.haaterms_maincontent dd {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

/* Privacy BB Page - Hero Section */
.haaprivacy_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haaprivacy_maincontent dt {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #89a0ae;
  margin-top: 2rem;
}

.haaprivacy_maincontent dd {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

/* Contact BB Page - Hero Section */
.haacontactus_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haacontactus_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 2rem;
  margin-bottom: 35px;
  color: #0b3b5b;
}

.haacontactus_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

#left_contact {
  margin-top: 20px;
  border: 1px solid #89afc0;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#left_contact h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.3rem;
  color: #0b3b5b;
}

#left_contact h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  color: #0b3b5b;
}

#right_contact {
  margin-top: 20px;
}

.haacontactus_disclaimer {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 0.7rem;
  color: #0b3b5b;
  font-style: italic;
  margin-top: 5rem;
}

.haacontactus_contactform {
  margin-bottom: 20px;
}

.haacontactus_administrators h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #0b3b5b;
}

.haacontactus_administrators p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 0.9rem;
  color: #0b3b5b;
}

#box_admin {
  border: 1px solid #89afc0;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 39.9375em) {
  #right_contact iframe {
    width: 300px;
    height: 300px;
    padding-top: 25px;
  }
}

/* Security BB Page - Hero Section */
.haasecurity_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haasecurity_types h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}


.haasecurity_types h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.4rem;
  color: #89a0ae;
  margin-top: 15px;
}

.haasecurity_types h4 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 0.6rem;
  color: #89afc0;
}

.haasecurity_types p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 0.9rem;
  color: #0b3b5b;
  margin-top: 15px;
}

.soc_image img {
  margin-bottom: 8px;
}

/* Who is Healthy America Page - Hero Section */
.haahealthy_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haahealthy_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haahealthy_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haahealthy_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 35px;
  color: #0b3b5b;
  margin-top: 2rem;
}

.haahealthy_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

/*About BB - Main Content - Flexible Article with Responsive Images */
.haaabout_maincontent {
  margin-top: 50px;
  color: #0b3b5b;
}

.haaabout_maincontent h1 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 2rem;
  margin-bottom: 35px;
}

.haaabout_maincontent li {
  margin-bottom: 15px;
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #0b3b5b;
}

#haa_missionimage {
  margin-top: 25px;
  width: 50%;
}

.haaabout_maincontent h2 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.haaabout_maincontent h3 {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1.4rem;
  color: #89a0ae;
}

.haaabout_maincontent p {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #0b3b5b;
}

@media screen and (max-width: 39.9375em) {
  .about_admin {
    margin-top: 30px;
  }
}

#service_box h3 {
  font-family: "Poiret On", sans-serif;
  color: #5a93ce;
  font-size: 1.2rem;
}

#service_box {
  padding: 20px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #5a93ce;
}

#provider_button {
  padding: 15px;
  background-color: #15529b;
  color: #ffffff;
  border: none;
}

#provider_button:hover {
  padding: 15px;
  background-color: #1d3151;
  color: #ffffff;
  border: none;
}

.alerthero {
  border: 1px solid #0b3b5b;
  padding: 25px;
  color: #0b3b5b;
  font-family: "Century Gothic Pro", sans-serif;
}

#planalert {
  padding: 20px;
  width: 100%;
  height: 90px;
  background-color: #B9D9EB;
  color: #0b3b5b;
  font-family: "Century Gothic Pro", sans-serif;
}

@media screen and (max-width: 44em) {
  #planalert {
    padding: 20px;
    width: 100%;
    height: 125px;
    background-color: #B9D9EB;
    color: #0b3b5b;
    font-family: "Century Gothic Pro", sans-serif;
}
}

.bbheaddesign h1 {
  font-family: "Century Gothic Pro", sans-serif;
  color: #b9d9eb;
  font-size: 1.5rem;
}

#bbheadsmall {
  font-size: 1rem;
}
