@font-face {
  font-family: 'Univers LT Std';
  src: url("../fonts/UniversLTStd-UltraCn.eot");
  src: local("Univers LT Std 59 Ultra Condensed"), local("UniversLTStd-UltraCn"), url("../fonts/UniversLTStd-UltraCn.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-UltraCn.woff2") format("woff2"), url("../fonts/UniversLTStd-UltraCn.woff") format("woff"), url("../fonts/UniversLTStd-UltraCn.ttf") format("truetype"), url("../fonts/UniversLTStd-UltraCn.svg#UniversLTStd-UltraCn") format("svg");
  font-weight: normal;
  font-style: normal; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.bg--properties, #hp .plan-logo-and-title {
  background-repeat: no-repeat;
  background-position: left; }

.position-relative {
  position: relative; }

.offset-image {
  position: absolute;
  left: -5rem; }
  @media only screen and (max-width: 768px) {
    .offset-image {
      display: none; } }

.text--blue-bolder {
  font-weight: 800;
  color: #11abfa; }

.text--blue-bold {
  font-weight: 700;
  color: #11abfa; }

@media only screen and (max-width: 768px) {
  .bg-size--contain-tablet, #hp .plan-logo-and-title {
    background-size: contain; } }

.text--orange {
  color: #FEA237 !important; }

.text--purple {
  color: #644DA5 !important; }

.text--green {
  color: #A0D158 !important; }

.text--blue {
  color: #0076d1 !important; }

.text--light-blue {
  color: #11abfa !important; }

.text--no-transform {
  text-transform: none !important; }

.bg--blue {
  background-color: #0076d1; }
.bg--blue.light {
    background-color: #73B7DB;
}

.bg--light-blue {
  background-color: #11abfa; }

.bg--black {
  background-color: #000000; }

.top-left-clip {
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px); }

.bottom-left-clip {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%, 0 calc(100% - 15px)); }

.flex-grid {
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 490px) {
    .flex-grid {
      display: block; } }

.flex-col {
  flex: 1;
  display: flex;
  flex-direction: column; }

.flex-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline; }

@media only screen and (max-width: 990px) {
  #hp .plan-container.employerResources .plan-option__more.plan-option__more--three-col .col {
    text-align: left; } }

@media only screen and (max-width: 768px) {
  #hp .plan-container.employerResources .plan-option__more.plan-option__more--three-col .col {
    text-align: center; } }

#hp .plan-option {
  display: flex;
  align-items: center;
  margin-left: 0; }

#hp .plan-option__name, #hp .plan-logo-and-title {
  padding-top: 0;
  align-items: center;
  display: flex; }

#hp .plan-option__more {
  padding-top: 2rem; }
  #hp .plan-option__more ul li {
    font-weight: 300; }
  #hp .plan-option__more .mobile-only {
    text-align: center;
    padding-bottom: 2rem; }

#hp .plan-option__desc p {
  margin: 0;
  font-weight: 600; }

@media only screen and (max-width: 1024px) {
  #hp .plan-option__desc {
    width: 65%;
    padding: 0 1rem 0 3.5rem !important; } }

@media only screen and (max-width: 768px) {
  #hp .plan-option__desc {
    display: none; } }

#hp .plan-option__control {
  padding-top: 0; }

@media only screen and (max-width: 768px) {
  #hp .pl-2-m {
    padding-left: 2rem; } }

#hp .pl-2 {
  padding-left: 2rem; }

#hp .mt-1 {
  margin-top: 1rem; }

#hp .mt-2 {
  margin-top: 2rem; }

#hp .mt-3 {
  margin-top: 3rem; }

#hp .mt-4 {
  margin-top: 4rem; }

#hp .mb-1 {
  margin-bottom: 1rem; }

#hp .mb-2 {
  margin-bottom: 2rem; }

#hp .mb-3 {
  margin-bottom: 3rem !important; }

#hp .text--light {
  font-weight: 300; }

#hp .text--medium {
  font-weight: 400; }

#hp .text--bold, #hp .member-health-bottom .col a {
  font-weight: 600; }

#hp .text--bolder {
  font-weight: 800; }

#hp .heading__blue {
  color: #0076d1;
  text-transform: uppercase; }

#hp .text--lowercase {
  text-transform: none; }

#hp .text--uppercase {
  text-transform: uppercase; }

#hp .img-inline {
  display: inline-flex; }

#hp .no-outline {
  outline: none;
  border: none; }

#hp ul.orange-arrows {
    list-style-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/orange-arrow.svg);
}

#hp ul.green-arrows {
    list-style-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/green-arrow.svg);
}

#hp ul.purple-arrows {
    list-style-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/purple-arrow.svg);
}

#hp ul.list-narrow {
  margin: 0; }
  #hp ul.list-narrow li {
    padding: 20px 0 0 3px; }

#hp ul.icon-list {
  list-style-image: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  #hp ul.icon-list li {
    padding-left: 0;
    display: inline-flex;
    display: -ms-inline-flexbox;
    text-align: left;
    align-items: end;
    width: auto; }
    #hp ul.icon-list li:first-child {
      padding-top: 0; }
    @media only screen and (max-width: 768px) {
      #hp ul.icon-list li {
        width: 100%; } }
    #hp ul.icon-list li img {
      border: 0;
      padding: 0;
      margin-right: 1rem;
      width: 20px; }

@media only screen and (max-width: 768px) {
  #hp .plan-container.employerResources .plan-option__more .mobile-only {
    padding-bottom: 0; }
    #hp .plan-container.employerResources .plan-option__more .mobile-only p {
      margin-top: 2rem;
      text-align: left; } }

@media only screen and (max-width: 1024px) {
  #hp .plan-container.employerResources .plan-option__more {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  #hp .plan-container.employerResources .plan-option__more {
    padding: 0; } }

#hp .member-health-bottom .col {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #hp .member-health-bottom .col {
      margin-top: 4rem; } }
  @media only screen and (max-width: 320px) {
    #hp .member-health-bottom .col {
      float: none;
      width: 100%; } }
  #hp .member-health-bottom .col img {
    border: none; }
  #hp .member-health-bottom .col p {
    font-size: 0.85rem;
    text-transform: none;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.5; }
    #hp .member-health-bottom .col p + h3 {
      margin-top: 3rem; }
    #hp .member-health-bottom .col p + h4 {
      margin-top: 3rem; }
    #hp .member-health-bottom .col p + .plan-value-point {
      margin-top: 3rem; }
    #hp .member-health-bottom .col p + .heading-with-list {
      margin-top: 3rem; }
  #hp .member-health-bottom .col a {
    color: #11abfa;
    background: none;
    padding: 0; }
  #hp .member-health-bottom .col h3 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase; }
  #hp .member-health-bottom .col h4 {
    font-size: 0.85rem;
    margin: 0 0 0.5rem 0; }
  #hp .member-health-bottom .col h5 {
    font-size: 0.85rem;
    font-weight: 600; }
    #hp .member-health-bottom .col h5 + p {
      margin-top: 0; }
  #hp .member-health-bottom .col hr {
    margin: 2rem 0;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-bottom: 0;
    border-right: 0; }
  #hp .member-health-bottom .col > hr.mobile-only {
    margin: 2rem 0 3rem; }
  #hp .member-health-bottom .col .disclaimer, #hp .member-health-bottom .col .footnote {
    font-size: 0.65rem;
    line-height: 1.4; }
  #hp .member-health-bottom .col .disclaimer {
    font-style: italic; }
  #hp .member-health-bottom .col .footnote {
    font-style: normal; }
  #hp .member-health-bottom .col .plan-value-point {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4rem; }
    #hp .member-health-bottom .col .plan-value-point p {
      margin: 0; }
    #hp .member-health-bottom .col .plan-value-point.one-line {
      align-items: center;
      margin-bottom: 2rem; }
    #hp .member-health-bottom .col .plan-value-point img {
      padding: 0;
      width: 40px;
      height: auto;
      position: absolute; }
      #hp .member-health-bottom .col .plan-value-point img.img-medium {
        width: 50px; }
      #hp .member-health-bottom .col .plan-value-point img.img-large {
        width: 60px; }
    #hp .member-health-bottom .col .plan-value-point + hr {
      margin: 4rem 0 0; }
    #hp .member-health-bottom .col .plan-value-point + h3 {
      margin-top: 4rem; }
    #hp .member-health-bottom .col .plan-value-point.text-only .plan-value-text {
      padding-left: 3rem; }
    #hp .member-health-bottom .col .plan-value-point .plan-value-text {
      padding-left: 6rem; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-1 {
      width: 35px; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-2 {
      width: 26px; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-3 {
      width: 28px; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-4 {
      width: 23px; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-5 {
      width: 23px; }
    #hp .member-health-bottom .col .plan-value-point .icon-livongo-6 {
      width: 28px; }
  #hp .member-health-bottom .col .pregnancy-mindful-logo {
    width: 85px;
    left: -7rem; }
  #hp .member-health-bottom .col .heading-list a {
    font-size: inherit; }
  #hp .member-health-bottom .col .heading-with-list {
    margin-bottom: 3rem; }
    #hp .member-health-bottom .col .heading-with-list h4 {
      margin: 0; }
    #hp .member-health-bottom .col .heading-with-list ul {
      margin-top: 0; }

#hp .plan-logo-and-title {
  width: 25%;
  padding-left: 75px;
  padding-right: 65px;
  float: left;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  height: 65px; }
  @media only screen and (max-width: 1320px) {
    #hp .plan-logo-and-title {
      font-size: 13px;
      background-size: 20%;
      padding-left: 4rem;
      padding-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    #hp .plan-logo-and-title {
      height: auto;
      width: 90%;
      font-size: 1.15rem;
      padding: 0;
      background-image: none; } }

#hp p.source {
  font-size: 0.5rem;
  font-style: italic; }

#hp .featured--container {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #hp .featured--container {
      display: block; } }
  #hp .featured--container .featured-videos__video {
    float: none;
    width: auto;
    flex-basis: 70%; }
    @media only screen and (max-width: 990px) {
      #hp .featured--container .featured-videos__video {
        flex-basis: 50%;
        padding-right: 10%; } }
    @media only screen and (max-width: 768px) {
      #hp .featured--container .featured-videos__video {
        padding-right: 0; } }
  #hp .featured--container .featured-videos__info {
    width: auto;
    float: none;
    padding-top: 0;
    flex-basis: 30%; }
    @media only screen and (max-width: 990px) {
      #hp .featured--container .featured-videos__info {
        flex-basis: 50%; } }
    @media only screen and (max-width: 768px) {
      #hp .featured--container .featured-videos__info {
        padding-top: 2rem; } }

#hp .apple-app-store-badge, #hp .google-play-app-store-badge {
  width: auto;
  height: 50px; }

.heading-medium {
  font-size: 0.85rem !important;
  text-transform: uppercase;
  font-weight: 800; }

.heading-large {
  font-size: 1rem !important;
  text-transform: uppercase;
  font-weight: 800; }

#livongo {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/self-management.svg);
}

#chronic-condition-management {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/chronic-condition-management-2.svg);
}

#complex-care-icon {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/complex-case-management.svg);
}

#oncology-icon {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/oncology.svg);
}

#transitions-of-care-icon {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/transitions-of-care-program.svg);
}

#advanced-illness-icon {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/advanced-illness-program.svg);
}

#pregnancy-icon {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/icon-pregnancy-benefits.svg);
}

/*#mindful-logo span {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/Mindful_byBlueKC_BKCLogo.png);
}*/
#mindful-logo.plan-logo-and-title {
padding-left:0;
}
#mindful-logo.plan-logo-and-title img {
    width:200px;
}
.bg--ready-to-shop {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/bg-ready-to-shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-heart {
    background: url(https://bluekcmemberportal.azureedge.net/consumer/images/home-heart-icon.png) no-repeat 15%;
}

.icon-announcement {
    background: url(https://bluekcmemberportal.azureedge.net/consumer/images/icon-home-announcement.png) no-repeat 15%;
}

.brand-container {
  display: flex;
  align-items: center; }
  .brand-container .brand-link {
    display: block; }
    .brand-container .brand-link img {
      display: block;
      width: 100px;
      height: auto; }

.two-col-33-66__left {
  width: 22.3%;
  padding: 0 8%; }
  @media only screen and (max-width: 1024px) {
    .two-col-33-66__left {
      width: 30%; } }
  @media only screen and (max-width: 990px) {
    .two-col-33-66__left {
      width: 32.5%; } }

.plan-container {
  cursor: default; }

.action-show-plan-info {
  cursor: pointer; }

.member-health-bottom .two-col-50-50__right a {
  font-size: inherit; }

.border-none {
  border: none !important; }

.padding-none {
  padding: 0 !important; }

.background-none {
  background: none !important; }

a.youtube-link {
  position: relative;
  cursor: pointer; }
  a.youtube-link img {
    position: absolute; }
  a.youtube-link span {
    padding-left: 2rem; }

iframe.mindful-video {
  max-width: 100%; }

iframe.virtual-care-video {
  margin-top: 2rem;
  width: 100%;
  height: 25rem; }
  @media only screen and (max-width: 1320px) {
    iframe.virtual-care-video {
      height: 19rem; } }
  @media only screen and (max-width: 990px) {
    iframe.virtual-care-video {
      height: 14rem; } }
  @media only screen and (max-width: 768px) {
    iframe.virtual-care-video {
      height: 22rem; } }
  @media only screen and (max-width: 600px) {
    iframe.virtual-care-video {
      height: auto; } }

iframe.wtg-video {
  width: 380px;
  height: 212px; }
  @media only screen and (max-width: 380px) {
    iframe.wtg-video {
      width: 100%;
      height: auto; } }

.heading--medium_light-blue {
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: #11abfa !important;
  font-size: 14px !important; }

.btn-youtube--white {
  cursor: pointer; }
  .btn-youtube--white img, .btn-youtube--white span {
    display: inline-block;
    vertical-align: middle; }
  .btn-youtube--white img {
    padding-right: 0.5rem; }

.bg--whole-person-support-footer {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/whole-person-support-footer-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  justify-content: center;
  align-items: center; }

.modal-content {
  display: inline-block;
  position: relative; }
  .modal-content iframe {
    margin: auto;
    display: inline-block;
    width: 100%; }
    .modal-content iframe#video_mindful {
      width: 640px;
      height: 360px; }
      @media only screen and (max-width: 640px) {
        .modal-content iframe#video_mindful {
          width: auto;
          height: auto; } }
    .modal-content iframe#video_healthPrograms {
      width: 640px;
      height: 360px; }
      @media only screen and (max-width: 640px) {
        .modal-content iframe#video_healthPrograms {
          width: auto;
          height: auto; } }

#exitBtn {
  display: none;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1em 1em 0 0;
  position: absolute;
  top: -3rem;
  right: -3rem; }
  #exitBtn span {
    font-size: 3em;
    color: #ffffff; }

.hero-content img {
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 490px) {
    .hero-content img {
      display: none; } }

.hero-content h1, .hero-content h2, .hero-content h3, .hero-content p, .hero-content a {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase; }

.hero-content-left {
  flex: 0 0 70%;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 960px) {
    .hero-content-left {
      flex: 0 0 55%; } }

.hero-content-left_mask-awareness, .hero-content-left {
  padding: 0 100px 50px; }
  @media only screen and (max-width: 1024px) {
    .hero-content-left_mask-awareness, .hero-content-left {
      padding: 0 50px 50px; } }
  @media only screen and (max-width: 768px) {
    .hero-content-left_mask-awareness, .hero-content-left {
      padding: 0 25px 50px; } }
  @media only screen and (max-width: 490px) {
    .hero-content-left_mask-awareness, .hero-content-left {
      padding: calc(80px + 275px) 25px 50px; } }
.hero-content-left_mask-awareness.home-hero-img, .home-hero-img.hero-content-left {
    background-image: url('https://bluekcmemberportal.azureedge.net/consumer/images/home-graphic-manwithglasses.jpg');
}

.hero-content-left_aca-enrollment {
  padding: 0 100px 100px; }
  @media only screen and (max-width: 1024px) {
    .hero-content-left_aca-enrollment {
      padding: 0 50px 50px; } }
  @media only screen and (max-width: 768px) {
    .hero-content-left_aca-enrollment {
      padding: 0 25px 50px; } }
  @media only screen and (max-width: 490px) {
    .hero-content-left_aca-enrollment {
      padding: 100px 25px 50px; } }
.hero-content-left_aca-enrollment.home-hero-img {
    background-image: url(https://bluekcmemberportal.azureedge.net/consumer/images/hero-home-woman-with-dog.jpg);
}

.home-hero-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.hero-heading {
  margin: 0;
  font-family: "Univers LT Std";
  font-size: 94px;
  line-height: 0.85;
  color: #ffffff;
  max-width: 78%; }
  @media only screen and (max-width: 1200px) {
    .hero-heading {
      font-size: 6em; } }
  @media only screen and (max-width: 1024px) {
    .hero-heading {
      font-size: 5em;
      line-height: 1; } }
  @media only screen and (max-width: 768px) {
    .hero-heading {
      font-size: 48px;
      max-width: none; } }

.aca-announcement {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #0076d1;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin: 0; }
  @media only screen and (max-width: 950px) {
    .aca-announcement {
      font-size: 15px; } }
  @media only screen and (max-width: 768px) {
    .aca-announcement {
      padding: 6px 8px; } }
  @media only screen and (max-width: 600px) {
    .aca-announcement {
      font-size: 12px; } }
  @media only screen and (max-width: 450px) {
    .aca-announcement {
      font-size: 15px;
      margin: auto;
      text-align: center;
      width: 100%; } }

.aca-enrollment-dates {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 25px;
  margin-bottom: 75px; }
  @media only screen and (max-width: 768px) {
    .aca-enrollment-dates {
      margin-bottom: 25px;
      font-size: 12px; } }

a.hero-button {
  background-color: #0076d1;
  display: inline-block;
  padding: 11px 50px;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 0;
  transition: 0.3s background-color;
  color: #ffffff;
  border-radius: 6px; }
  a.hero-button:hover {
    text-decoration: none;
    background-color: #11abfa;
    transition: 0.3s background-color; }
  @media only screen and (max-width: 640px) {
    a.hero-button {
      padding: 0 50px; } }

.hero-content-right {
  padding-left: 20px; }
  @media only screen and (max-width: 490px) {
    .hero-content-right {
      padding-left: 0; } }
  .hero-content-right h3 {
    font-size: 30px;
    line-height: 1.33;
    text-transform: none;
    font-weight: 600;
    margin-top: 0;
    max-width: 400px;
    color: #ffffff; }
    @media only screen and (max-width: 1400px) {
      .hero-content-right h3 {
        font-size: 26px; } }
    @media only screen and (max-width: 1200px) {
      .hero-content-right h3 {
        font-size: 22px; } }
    @media only screen and (max-width: 660px) {
      .hero-content-right h3 {
        font-size: 19px; } }
  .hero-content-right a.learn-more {
    font-weight: 600;
    font-size: 14px; }

  .hero-content-right section:first-child {
    padding: 0; }
.hero-content-right section.bottom-left-clip.bg--blue {
    margin-bottom:15px;
}
.hero-content-right--content ul {
    color:#FFFFFF;
    margin:15px 0 0 15px;
}
.hero-content-right--content ul li {
    list-style-type:disc;
}
    @media only screen and (max-width: 490px) {
      .hero-content-right section:first-child {
        margin-top: 20px; } }
  .hero-content-right section:last-child {
    margin-top: 0; }
.hero-content-right section:last-child img {
    margin-bottom: 20px;
}
  .hero-content-right section p {
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 2rem;
    max-width: 400px; }
.hero-content-right--content.dark p, .hero-content-right--content.dark ul, .hero-content-right--content.dark h3 {
    color: #000000;
}
.hero-content-right section p.margin {
    margin-top: 2rem;
    margin-bottom:0;
}
span.nobreak {
 white-space: nowrap; }
.hero-content-right--content {
  padding: 8%; }
.hero-content-right .hero-content-right--content.top-left-clip img {
width:40%;
display:inline-block;
margin:0;
vertical-align:top;
}
.hero-content-right--content.top-left-clip span {
width:55%;
display:inline-block;
margin:0;

}
    .hero-content-right--content.top-left-clip span span.white-arrow {
        display: inline-block;
        height: 9px;
        width: 6px;
        background-image: url(https://bluekcmemberportal.azureedge.net/consumer/svg/white-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 8px;
        transition: .3s;
    }
a.learn-more {
  color: #ffffff; }
  a.learn-more:hover {
    text-decoration: none; }
    a.learn-more:hover .white-arrow {
      margin-left: 12px; }

.home-plans-bar {
  margin-top: 0; }

.home-block-content h2 {
  margin-bottom: 1rem; }

.hero-content--aca .hero-content-left {
  padding: 0; }

.hero-content--aca .hero-content-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 40px 40px 100px;
    margin-bottom: 20px;
    max-width: 100%;
}
  .hero-content--aca .hero-content-box h1 {
    color: #0076D1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 100%;
    font-size: 48px;
    line-height: 52px; }
  .hero-content--aca .hero-content-box p {
    text-transform: inherit;
    font-size: 18px;
    margin: 10px 0 0; }

@media only screen and (max-width: 1200px) {
  .hero-content--aca .hero-content-box {
    max-width: 90%;
    padding: 30px;
    margin-bottom: 30px; }
    .hero-content--aca .hero-content-box h1 {
      font-size: 40px;
      line-height: 46px; }
    .hero-content--aca .hero-content-box p {
      font-size: 14px; } }

@media only screen and (max-width: 768px) {
  .hero-content--aca .hero-content-box {
    margin-bottom: 0;
    max-width: 100%; }
    .hero-content--aca .hero-content-box h1 {
      font-size: 25px;
      line-height: 30px; }
    .hero-content--aca .hero-content-box p {
      margin: 0; } }

.subpage-tabs {
  border-bottom: 1px solid #d6d6d6; }
  @media only screen and (max-width: 450px) {
    .subpage-tabs {
      padding: 0; }
      .subpage-tabs .inner {
        width: 100%;
        padding: 0; } }

.subpage-tabs-row {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 450px) {
    .subpage-tabs-row {
      display: block; } }

.subpage-tab-col {
  width: 20%; }
  .subpage-tab-col:first-child {
    width: 18%; }
  .subpage-tab-col h3 {
    color: #4d565b;
    font-size: 25px;
    font-weight: 500;
    margin: 32px 0 0; }
  @media only screen and (max-width: 1200px) {
    .subpage-tab-col {
      width: 24%; }
      .subpage-tab-col:first-child {
        width: 20%; } }
  @media only screen and (max-width: 1024px) {
    .subpage-tab-col {
      width: 25%; }
      .subpage-tab-col:first-child {
        display: none; } }
  @media only screen and (max-width: 450px) {
    .subpage-tab-col {
      width: 100%; } }

.subpage-tab-link {
  display: block;
  width: 100%;
  position: relative;
  padding: 40px 20px 40px 35%; }
  .subpage-tab-link p {
    font-size: 15px;
    color: #4d565b;
    font-weight: 700;
    margin: 0;
    padding-top: 10px; }
    @media only screen and (max-width: 1200px) {
      .subpage-tab-link p {
        font-size: 14px; } }
    @media only screen and (max-width: 1024px) {
      .subpage-tab-link p {
        font-size: 12px; } }
    @media only screen and (max-width: 450px) {
      .subpage-tab-link p {
        font-size: 15px; } }
  .subpage-tab-link:hover .subpage-tab-icon, .subpage-tab-link:focus .subpage-tab-icon {
    transform: scale(1.1); }
  .subpage-tab-link:hover .subpage-tab-arrow-link span, .subpage-tab-link:focus .subpage-tab-arrow-link span {
    margin-left: 12px; }
  @media only screen and (max-width: 768px) {
    .subpage-tab-link {
      padding: 20px;
      text-align: center; } }
  @media only screen and (max-width: 450px) {
    .subpage-tab-link {
      padding: 15px 20px 15px 33%; } }

.subpage-tab-link.current {
  background-color: #11ABFA;
  padding: 58px 20px 58px 35%; }
  .subpage-tab-link.current p {
    color: white;
    padding: 0; }
  .subpage-tab-link.current p.subpage-tab-arrow-link {
    display: none; }
  .subpage-tab-link.current.costs {
    padding: 58px 20px 58px 35%; }
  @media only screen and (max-width: 1024px) {
    .subpage-tab-link.current {
      padding: 55px 20px 55px 35%; }
      .subpage-tab-link.current.costs {
        padding: 55px 20px 55px 35%; } }
  @media only screen and (max-width: 768px) {
    .subpage-tab-link.current {
      padding: 35px 20px;
      text-align: center; }
      .subpage-tab-link.current.costs {
        padding: 35px 20px; } }
  @media only screen and (max-width: 450px) {
    .subpage-tab-link.current {
      padding: 30px 20px 30px 33%; }
      .subpage-tab-link.current.costs {
        padding: 30px 20px 30px 33%; } }

.subpage-tab-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 35%;
  background-size: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 200ms ease;
  min-height: 89px;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .subpage-tab-icon {
      position: relative;
      width: 50px;
      margin: 0 auto 10px;
      min-height: 50px; } }
  @media only screen and (max-width: 450px) {
    .subpage-tab-icon {
      width: 30%;
      position: absolute;
      margin: 0; } }

.subpage-tab-icon.costs-coverage {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-costs-coverage.svg");
    background-size: 38px;
}
  @media only screen and (max-width: 768px) {
    .subpage-tab-icon.costs-coverage {
      background-size: 50px; } }

.subpage-tab-icon.symptoms {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-symptoms.svg");
    background-size: 42px;
}
  @media only screen and (max-width: 768px) {
    .subpage-tab-icon.symptoms {
      background-size: 50px; } }

.subpage-tab-icon.testing {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-testing.svg");
    background-size: 40px;
}
  @media only screen and (max-width: 768px) {
    .subpage-tab-icon.testing {
      background-size: 50px; } }

.subpage-tab-icon.vaccine {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-vaccine.svg");
    background-size: 42px;
}
  @media only screen and (max-width: 768px) {
    .subpage-tab-icon.vaccine {
      background-size: 50px; } }

.subpage-tab-link.current .subpage-tab-icon.costs-coverage {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-costs-coverage_white.svg");
}

.subpage-tab-link.current .subpage-tab-icon.symptoms {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-symptoms_white.svg");
}

.subpage-tab-link.current .subpage-tab-icon.testing {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-testing_white.svg");
}

.subpage-tab-link.current .subpage-tab-icon.vaccine {
    background-image: url("https://bluekcmemberportal.azureedge.net/consumer/images/icon-covid-vaccine_white.svg");
}

.subpage-tab-link p.subpage-tab-arrow-link {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  color: #11abfa;
  margin-top: 8px;
  padding-top: 0; }
  @media only screen and (max-width: 1024px) {
    .subpage-tab-link p.subpage-tab-arrow-link {
      font-size: 11px;
      margin-top: 5px; } }
  @media only screen and (max-width: 450px) {
    .subpage-tab-link p.subpage-tab-arrow-link {
      font-size: 13px; } }

.covid-content,
.testing-faqs-title,
.covid19-faq-bottom {
  padding: 50px 0; }
  .covid-content h2,
  .testing-faqs-title h2,
  .covid19-faq-bottom h2 {
    color: #006FA8;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 50px 0 20px; }
  .covid-content p,
  .testing-faqs-title p,
  .covid19-faq-bottom p {
    line-height: 20px; }
    .covid-content p.covid-content-highlight-p,
    .testing-faqs-title p.covid-content-highlight-p,
    .covid19-faq-bottom p.covid-content-highlight-p {
      font-size: 16px;
      line-height: 26px;
      margin: 40px 0;
      padding: 20px 0;
      color: #006FA8;
      border-top: 1px solid #d6d6d6;
      border-bottom: 1px solid #d6d6d6; }
  .covid-content h3,
  .testing-faqs-title h3,
  .covid19-faq-bottom h3 {
    font-size: 27px;
    line-height: 37px;
    color: #4D565B;
    font-weight: 500;
    margin: 80px 0 20px; }
  .covid-content h4,
  .testing-faqs-title h4,
  .covid19-faq-bottom h4 {
    font-size: 16px;
    color: #4D565B;
    line-height: 26px;
    font-weight: 700;
    margin: 50px 0 20px; }
  .covid-content ol,
  .covid-content ul,
  .testing-faqs-title ol,
  .testing-faqs-title ul,
  .covid19-faq-bottom ol,
  .covid19-faq-bottom ul {
    line-height: 20px; }
    .covid-content ol li,
    .covid-content ul li,
    .testing-faqs-title ol li,
    .testing-faqs-title ul li,
    .covid19-faq-bottom ol li,
    .covid19-faq-bottom ul li {
      padding: 5px 0 5px 5px; }
    .covid-content ol ul,
    .covid-content ul ul,
    .testing-faqs-title ol ul,
    .testing-faqs-title ul ul,
    .covid19-faq-bottom ol ul,
    .covid19-faq-bottom ul ul {
      padding: 15px 0 0; }
  .covid-content ul li,
  .testing-faqs-title ul li,
  .covid19-faq-bottom ul li {
    list-style-image: url(https://bluekcmemberportal.azureedge.net/consumer/svg/blue-arrow.svg);
    padding-left: 10px; }
  .covid-content ul.covid-content-list-50-50,
  .testing-faqs-title ul.covid-content-list-50-50,
  .covid19-faq-bottom ul.covid-content-list-50-50 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .covid-content ul.covid-content-list-50-50 li,
    .testing-faqs-title ul.covid-content-list-50-50 li,
    .covid19-faq-bottom ul.covid-content-list-50-50 li {
      width: 45%;
      list-style-type: disc; }
  .covid-content a,
  .testing-faqs-title a,
  .covid19-faq-bottom a {
    font-weight: 700; }
  .covid-content ul.covid-arrow-list,
  .testing-faqs-title ul.covid-arrow-list,
  .covid19-faq-bottom ul.covid-arrow-list {
    padding-left: 20px; }
    .covid-content ul.covid-arrow-list li,
    .testing-faqs-title ul.covid-arrow-list li,
    .covid19-faq-bottom ul.covid-arrow-list li {
      list-style-image: url(https://bluekcmemberportal.azureedge.net/consumer/svg/blue-arrow.svg);
      padding-left: 10px; }
  .covid-content .margin-bottom0,
  .testing-faqs-title .margin-bottom0,
  .covid19-faq-bottom .margin-bottom0 {
    margin-bottom: 0; }
  .covid-content a.btn,
  .testing-faqs-title a.btn,
  .covid19-faq-bottom a.btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 40px;
    margin-top: 20px;
    color: white; }
  @media only screen and (max-width: 450px) {
    .covid-content,
    .testing-faqs-title,
    .covid19-faq-bottom {
      padding: 0 0 30px; }
      .covid-content ol,
      .covid-content ul,
      .testing-faqs-title ol,
      .testing-faqs-title ul,
      .covid19-faq-bottom ol,
      .covid19-faq-bottom ul {
        padding-left: 20px; }
        .covid-content ol li,
        .covid-content ul li,
        .testing-faqs-title ol li,
        .testing-faqs-title ul li,
        .covid19-faq-bottom ol li,
        .covid19-faq-bottom ul li {
          padding: 10px 0 10px 10px; }
      .covid-content ul.covid-content-list-50-50,
      .testing-faqs-title ul.covid-content-list-50-50,
      .covid19-faq-bottom ul.covid-content-list-50-50 {
        display: block; }
        .covid-content ul.covid-content-list-50-50 li,
        .testing-faqs-title ul.covid-content-list-50-50 li,
        .covid19-faq-bottom ul.covid-content-list-50-50 li {
          width: 100%; }
      .covid-content h3,
      .testing-faqs-title h3,
      .covid19-faq-bottom h3 {
        font-size: 20px;
        line-height: 30px; } }

.covid-content-sidebar {
  display: block;
  background: #F4F6F7;
  padding: 30px; }
  .covid-content-sidebar h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500; }
  .covid-content-sidebar a.btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 40px;
    color: white; }
  @media only screen and (max-width: 450px) {
    .covid-content-sidebar {
      margin-top: 30px;
      padding: 20px 30px; } }

.covid-content-sidebar--blue {
  background: #006FA8;
  color: white; }
.covid-content-sidebar--lightblue {
    background: #73B7DB;
    color: #000000;
    margin:0 0 15px 0;
}
.covid-content-sidebar--lightblue hr.white {
width:100%;
background:#FFFFFF;
margin:0 0 15px 0;
border:none;
border-radius:0;
height:2px;
}

.covid-content-sidebar--lightblue .bkg-orange {
    padding:20px;
    background-color:#FF8B26;
    text-align:center;
}
.covid-content-sidebar--lightblue a {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 400;
}
.covid-content-sidebar--lightblue h3 {
    color: #000000;
    margin:0 0 20px 0;
}
.covid-content-sidebar--lightblue p {
    font-size:16px;
    line-height:24px;
}
.covid-content-sidebar--orange {
    background: #FF8B26;
    color: white;
    margin:0 0 15px 0;
    display:inline-block;
}
.covid-content-sidebar--lightblue .bkg-orange span {
    display: inline-block;
}
.covid-content-sidebar--lightblue .bkg-orange img.video {
    width: 20px;
    margin:0 10px 0 0;
    display:inline-block;
}
.covid-content-sidebar.covid-content-sidebar--orange .left, .covid-content-sidebar.covid-content-sidebar--orange .right {
    width: 50%;
    display: inline;
    float:left;
}
.covid-content-sidebar.covid-content-sidebar--orange .right {
    padding: 0 10px;
    background: #FF6F1E;
}
.covid-content-sidebar.covid-content-sidebar--orange .right h3 {
    color:#FFFFFF;
    margin:0 0 20px 0;
}
.covid-content-sidebar.covid-content-sidebar--orange .left { text-align:center; }
.covid-content-sidebar.covid-content-sidebar--orange .left img { width:95%; float:left; }
.covid-content-sidebar.covid-content-sidebar--orange .left img.video { width:208px; margin:15px 0 0 0; }
  .covid-content-sidebar--blue a, .covid-content-sidebar--orange a {
    color: white;
    font-weight: 700; }
    .covid-content-sidebar--blue a:hover, .covid-content-sidebar--blue a:focus, .covid-content-sidebar--orange a:hover, .covid-content-sidebar--orange a:focus {
      color: white;
      text-decoration: underline; }
  .covid-content-sidebar--blue h3 {
    margin-top: 0;
    color: white; }
  @media only screen and (max-width: 768px) {
    .covid-content-sidebar--blue {
      margin-top: 20px; }
      .covid-content-sidebar--blue h3 {
        font-size: 20px;
        line-height: 28px; }
    .covid-content-sidebar.covid-content-sidebar--orange .left, .covid-content-sidebar.covid-content-sidebar--orange .right {
        width: 100%;

    }
    .covid-content-sidebar.covid-content-sidebar--orange .right { padding:0; }

  }

a.btn.btn-blue.covid-content-sidebar-btn {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  position: relative;
  bottom: 0;
  color: white;
  margin-top: 0;
  font-size: 14px;
  white-space: normal; }
  a.btn.btn-blue.covid-content-sidebar-btn:nth-child(2) {
    margin-right: 2%; }
  a.btn.btn-blue.covid-content-sidebar-btn:nth-child(3) {
    margin-left: 2%; }
  a.btn.btn-blue.covid-content-sidebar-btn.covid-content-sidebar-btn--full {
    width: 100%;
    display: block;
    margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    a.btn.btn-blue.covid-content-sidebar-btn {
      width: 100%;
      margin: 5px 0; }
      a.btn.btn-blue.covid-content-sidebar-btn:nth-child(2) {
        margin-right: 0; }
      a.btn.btn-blue.covid-content-sidebar-btn:nth-child(3) {
        margin-left: 0; }
      a.btn.btn-blue.covid-content-sidebar-btn.covid-content-sidebar-btn--full {
        margin-top: 5px; } }

.blueprint-callout {
  padding: 50px 0; }
  .blueprint-callout h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #006FA8;
    margin: 0;
    letter-spacing: 0.2px; }
  .blueprint-callout h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 500;
    margin: 10px 0 30px; }
  @media only screen and (max-width: 450px) {
    .blueprint-callout h3 {
      font-size: 20px;
      line-height: 30px; } }

.blueprint-callout .row {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .blueprint-callout .row {
      display: block; } }

.blueprint-callout .col:first-child {
  width: 30%;
  border-right: 1px solid #d6d6d6; }
  .blueprint-callout .col:first-child img {
    padding: 20px 0 30px;
    width: 230px; }
  @media only screen and (max-width: 768px) {
    .blueprint-callout .col:first-child {
      width: 100%;
      border-right: none; }
      .blueprint-callout .col:first-child img {
        padding: 0; } }
  @media only screen and (max-width: 450px) {
    .blueprint-callout .col:first-child img {
      width: 180px; } }

.blueprint-callout .col:last-child {
  width: 60%;
  padding: 10px 0; }
  .blueprint-callout .col:last-child .btn {
    margin-top: 20px;
    font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .blueprint-callout .col:last-child {
      width: 80%; } }
  @media only screen and (max-width: 450px) {
    .blueprint-callout .col:last-child {
      width: 100%; } }

.covid-content.covid-content--employers,
.covid-content.covid-content--testing {
  padding-bottom: 0; }

.covid19-faqs.covid19-faqs--employers h2 {
  font-size: 27px;
  line-height: 37px;
  font-weight: 500;
  margin: 60px 0 30px; }
  @media only screen and (max-width: 450px) {
    .covid19-faqs.covid19-faqs--employers h2 {
      font-size: 20px;
      line-height: 30px; } }

.covid19-faqs.covid19-faqs--employers .covid19-faq-title,
.covid19-faqs.covid19-faqs--testing .covid19-faq-title {
  width: 30%; }
  @media only screen and (max-width: 1024px) {
    .covid19-faqs.covid19-faqs--employers .covid19-faq-title,
    .covid19-faqs.covid19-faqs--testing .covid19-faq-title {
      width: 100%; } }

.covid19-faqs.covid19-faqs--employers .covid19-faq-bottom,
.covid19-faqs.covid19-faqs--testing .covid19-faq-bottom {
  padding-left: 35%;
  padding-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .covid19-faqs.covid19-faqs--employers .covid19-faq-bottom,
    .covid19-faqs.covid19-faqs--testing .covid19-faq-bottom {
      padding-left: 0; } }

.covid19-faqs.covid19-faqs--employers p,
.covid19-faqs.covid19-faqs--testing p {
  line-height: 20px; }

.covid19-faqs.covid19-faqs--employers a,
.covid19-faqs.covid19-faqs--testing a {
  font-weight: 700; }

.covid19-faqs.covid19-faqs--employers ul,
.covid19-faqs.covid19-faqs--testing ul {
  line-height: 20px;
  padding: 10px 0 20px 20px; }
  .covid19-faqs.covid19-faqs--employers ul li,
  .covid19-faqs.covid19-faqs--testing ul li {
    list-style-type: disc;
    padding: 10px; }

.covid19-faqs h2.covid19-faq-highlight-h2 {
  background-color: #006FA8;
  padding: 15px;
  color: white;
  display: block;
  width: 100%;
  margin-bottom: 0; }

.covid19-faq-item--no-border {
  border-top: none; }

.covid-general-content.covid-general-content--employers {
  padding: 60px 0; }
  .covid-general-content.covid-general-content--employers h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 500;
    margin: 0 0 30px; }
    @media only screen and (max-width: 450px) {
      .covid-general-content.covid-general-content--employers h3 {
        font-size: 20px;
        line-height: 30px; } }
  .covid-general-content.covid-general-content--employers ul {
    padding-left: 20px; }
    .covid-general-content.covid-general-content--employers ul a {
      font-weight: 700; }

.covid-content.covid-content--costs .covid-content-sidebar {
  margin-bottom: 60px; }

.covid-care-options {
  display: flex;
  margin-top: 20px;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .covid-care-options {
      flex-wrap: wrap; }
    .covid-content-sidebar.covid-content-sidebar--orange .right, .covid-content-sidebar.covid-content-sidebar--orange .left {
    width:100%; }
    .covid-content-sidebar.covid-content-sidebar--orange .right { padding:0; }
  }
  @media only screen and (max-width: 450px) {
    .covid-care-options {
      display: block; } }

.covid-care-options-btn {
  padding: 15px 10px;
  text-align: center;
  border: none;
  outline: none;
  width: 25%;
  transition: 0.3s all;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 110px; }
  .covid-care-options-btn img {
    max-width: 60px;
    margin: 0 auto;
    transition: 0.3s scale; }
  .covid-care-options-btn p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    letter-spacing: 0.75px;
    margin: 10px 0 0;
    display: none; }
  .covid-care-options-btn:hover, .covid-care-options-btn:focus, .covid-care-options-btn.current {
    padding: 20px 10px; }
    .covid-care-options-btn:hover img, .covid-care-options-btn:focus img, .covid-care-options-btn.current img {
      transform: scale(1.1); }
    .covid-care-options-btn:hover p, .covid-care-options-btn:focus p, .covid-care-options-btn.current p {
      display: block; }
  @media only screen and (max-width: 1200px) {
    .covid-care-options-btn p {
      font-size: 13px;
      line-height: 18px; } }
  @media only screen and (max-width: 1024px) {
    .covid-care-options-btn {
      width: 50%;
      padding: 10px;
      min-height: 160px; } }
  @media only screen and (max-width: 450px) {
    .covid-care-options-btn {
      width: 100%;
      position: relative;
      min-height: auto;
      padding: 20px 10px 20px 35%;
      text-align: left; }
      .covid-care-options-btn p {
        display: block;
        padding: 0px 0 10px; }
      .covid-care-options-btn img {
        position: absolute;
        left: 20px;
        top: 15px;
        max-width: 50px;
        max-height: 50px; }
      .covid-care-options-btn:hover, .covid-care-options-btn:focus, .covid-care-options-btn.current {
        padding: 20px 10px 20px 35%; } }

.covid-care-options-btn.covid-care-options-btn--primary-doctor {
  background: #9ED03C; }

.covid-care-options-btn.covid-care-options-btn--mobile {
  background: #F0B220; }

.covid-care-options-btn.covid-care-options-btn--dots {
  background: #E39B1B; }

.covid-care-options-btn.covid-care-options-btn--emergency {
  background: #E3460F; }

.covid-care-options-content {
  padding: 40px 0;
  display: none; }
  .covid-care-options-content h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .covid-care-options-content p {
    margin: 0; }

.testing-faqs-title {
  max-width: 40%;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .testing-faqs-title {
      max-width: 80%; } }
  @media only screen and (max-width: 450px) {
    .testing-faqs-title {
      max-width: 100%; } }

.covid-alert {
  background: #FA3E11;
  padding: 30px 0; }
  .covid-alert h3 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .covid-alert p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    margin: 10px 0; }
  .covid-alert a {
    font-weight: 700;
    color: #fff; }
    .covid-alert a:hover, .covid-alert a:focus {
      text-decoration: underline; }

#wellframe-app-callout {
    background: url(https://bluekcmemberportal.azureedge.net/consumer/images/wellframe-app-banner-img.jpg);
}

#healthier-you-app-callout {
    background: url(https://bluekcmemberportal.azureedge.net/consumer/images/healthier-you-app-banner-img.jpg);
}

#virtual-care-app-callout {
    background: url(https://bluekcmemberportal.azureedge.net/consumer/images/virtual-care-app-banner-img.jpg);
}

.bkc--care-options--content {
  position: absolute; }

.wtg-video-container {
  margin-top: 12rem; }
  @media only screen and (max-width: 990px) {
    .wtg-video-container {
      margin-top: 3rem; } }
/* blog posts */
.blog-posts {
    display: none;
    background: #f4f6f7;
}

    .blog-posts .pad {
        padding: 100px 0 0;
    }

.blog-posts-title-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog-posts-title-col:first-child {
    width: 80%;
}

.blog-posts-title-col:last-child {
    width: 20%;
    text-align: right;
}

.blog-posts-title-row h2 {
    font-size: 30px;
    color: #4d565b;
    font-weight: 500;
    margin: 0;
}

.blog-posts-title-row .arrow-link {
    color: #4d565b;
}

.blog-card .description {
    display: none;
}

.blog-posts-cards {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.blog-card {
    width: 31.3%;
    margin: 0 3% 0 0;
    border: 1px solid #d6d6d6;
}

    .blog-card:nth-child(3n) {
        margin-right: 0;
    }

    .blog-card a {
        display: block;
        cursor: pointer;
    }

    .blog-card:hover .blog-card-img:before {
        opacity: 0.2;
    }

.blog-card-img {
    height: 180px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .blog-card-img:before {
        content: '';
        background-color: #3f4548;
        opacity: 0.4;
        z-index: 2;
        -moz-transition: all 0.4s 0.2s;
        -o-transition: all 0.4s 0.2s;
        -webkit-transition: all 0.4s 0.2s;
        transition: all 0.4s 0.2s;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

.blog-card:hover .blog-card-icon {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.blog-card-icon {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 3;
    width: 50px;
    height: 50px;
    -moz-transition: all 0.4s 0.2s;
    -o-transition: all 0.4s 0.2s;
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
}

.blog-card-content {
    padding: 25px;
    background: white;
}

.blog-card-head {
    display: flex;
    flex-wrap: wrap;
}

    .blog-card-head p {
        font-size: 13px;
        color: #3f4548;
        margin: 0;
        padding: 0;
    }

.blog-card-head-cat {
    width: 50%;
}

.blog-card-head-date {
    width: 50%;
    text-align: right;
}

.blog-card-content h2 {
    color: #3f4548;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    min-height: 50px;
}

.blog-card-content button {
    padding: 0;
    margin-top: 45px;
}

.blog-news {
    padding: 50px 0 80px;
    display: flex;
    flex-wrap: wrap;
}

.blog-news-title {
    width: 25%;
}

    .blog-news-title h4 {
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .blog-news-title img {
        max-height: 35px;
        max-width: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.blog-news-item {
    width: 65%;
    padding-top: 5px;
}

.blog-news-item-wrapper a {
    display: block;
    width: 100%;
}

.blog-news-item-date {
    display: inline-block;
    vertical-align: top;
}

    .blog-news-item-date p {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #3f4548;
        display: inline-block;
        vertical-align: middle;
    }

    .blog-news-item-date:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 2px;
        height: 16px;
        background-color: #3f4548;
        margin: 0 10px;
    }

.blog-news-item-title {
    display: inline-block;
    vertical-align: top;
    max-width: 85%;
}

    .blog-news-item-title h4 {
        margin: 0;
        font-size: 14px;
        color: #4d565b;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        padding-bottom: 5px;
    }

.blog-news-item button {
    color: #11abfa;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    display: inline-block;
    vertical-align: top;
}

.blog-news-button {
    width: 10%;
    padding-top: 3px;
}

/* desktop 1024 */
@media only screen and (max-width: 1320px) {
    .blog-card {
        margin: 0 3% 0 0;
    }
}

/* tablet vertical */
@media only screen and (max-width: 990px) {
    .blog-posts .pad {
        padding: 80px 0 0;
    }

    .blog-posts-title-row h2 {
        font-size: 25px;
    }

    .blog-posts-title-col:first-child {
        width: 70%;
    }

    .blog-posts-title-col:last-child {
        width: 30%;
    }

    .blog-card:last-child {
        display: none;
    }

    .blog-posts-title-row .arrow-link {
        margin-top: 10px;
        display: block;
    }

    .blog-card {
        width: 47%;
    }

    .blog-news {
        display: block;
        flex-wrap: nowrap;
        padding: 50px 0 50px;
        position: relative;
    }

    .blog-news-title {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 20px;
    }

    .blog-news-button {
        position: absolute;
        right: 5px;
        top: 50px;
        width: auto;
    }

    .blog-news-item {
        display: block;
        width: 100%;
    }

    .blog-news-item-wrapper {
        padding: 20px 0 0;
    }

    .blog-news-item-title {
        width: 90%;
    }

    .blog-news-item button {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .blog-posts-title-row h2 {
        font-size: 22px;
    }

    .blog-card-head p {
        font-size: 12px;
    }

    .blog-card-content h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .blog-news-title h4 {
        font-size: 18px;
    }

    .blog-news-title img {
        max-height: 30px;
        max-width: 25px;
    }

    .blog-posts-title-row {
        display: block;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .blog-posts-title-col:first-child,
    .blog-posts-title-col:last-child {
        width: 100%;
    }

    .blog-posts-title-col:last-child {
        text-align: left;
    }

    .blog-posts-cards {
        display: block;
        flex-wrap: nowrap;
    }

    .blog-card {
        width: 100%;
        margin: 20px 0;
    }

        .blog-card:last-child {
            display: block;
        }

    .blog-news-item-title {
        width: 70%;
    }

    .blog-news-item-date {
        margin-top: 0;
    }

    .blog-news-item button {
        float: left;
        margin: 10px 0 0;
        padding: 0;
    }
}

