<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style classes to change color of cta buttons*/

.secondary .button {
    color: #006cb7;
    background-color: transparent;
}
.secondary .button:hover{
    background-color: #006cb7;
    color: #fff;
}
.secondary .button:focus{
    background-color: #006cb7;
    color: #fff;
}
.promo-cta .button {
    border-color: #fff;
    color: #fff;
    background-color: transparent !important;
}
.promo-cta .button:hover, .promo-cta .button:focus{
	color: #006cb7;
  	background-color: #fff !important;
	font-weight: 700;
  	text-decoration: none;
}

/* Style classes to change color of cta buttons*/

.secondary .button {
    color: #006cb7;
    background-color: transparent;
}
.secondary .button:hover{
    background-color: #006cb7;
    color: #fff;
}
.secondary .button:focus{
    background-color: #006cb7;
    color: #fff;
}
.promo-cta .button {
    border-color: #fff;
    color: #fff;
    background-color: transparent !important;
}
.promo-cta .button:hover, .promo-cta .button:focus{
	color: #006cb7;
  	background-color: #fff !important;
	font-weight: 700;
  	text-decoration: none;
}
/* Bring 'buttons' to the front of UI for functionality */
.banner a.button{
    position: relative; z-index: 9998
}

/* Style classes to change alignment of cta buttons*/

.cta.flex-center {

    display: flex;

    justify-content: center;

}

.cta.flex-left {

    display: flex;

    justify-content: flex-start;

}

.cta.flex-right {

    display: flex;

    justify-content: flex-end;

}
.section {
	padding: 0 1em;
}

.section .row .imagetext {
    margin-bottom: 2rem;
    padding: 2rem 0rem 1rem;
}

.section .image-float-left {
	padding-right: 2rem !important;
}

.section .imagetext .image-float-left img {
	max-width: 227px;
}

@media screen and (max-width: 639px) {

    .section .image-float-left {
        padding-right: 0 !important;
        float: none;
        margin-bottom: 2rem;
    }
    
    .section .imagetext .image-float-left img {
        max-width: 250px;
    }
}
.fiber-bg-white {
  background: #fff !important
}

.fiber-c-white {
  color: #fff !important
}

.fiber-bg-text-dark {
  background: #464645 !important
}

.fiber-c-text-dark {
  color: #464645 !important
}

.fiber-p-0 {
  padding: 0 !important
}

.fiber-m-0 {
  margin: 0 !important
}

.fiber-p-1 {
  padding: .25rem !important
}

.fiber-m-1 {
  margin: .25rem !important
}

.fiber-p-2 {
  padding: .5rem !important
}

.fiber-m-2 {
  margin: .5rem !important
}

.fiber-p-3 {
  padding: 1rem !important
}

.fiber-m-3 {
  margin: 1rem !important
}

.fiber-p-4 {
  padding: 1.5rem !important
}

.fiber-m-4 {
  margin: 1.5rem !important
}

.fiber-p-5 {
  padding: 2rem !important
}

.fiber-m-5 {
  margin: 2rem !important
}

.fiber-p-6 {
  padding: 3rem !important
}

.fiber-m-6 {
  margin: 3rem !important
}

.fiber-p-7 {
  padding: 4rem !important
}

.fiber-m-7 {
  margin: 4rem !important
}

.fiber-p-8 {
  padding: 6rem !important
}

.fiber-m-8 {
  margin: 6rem !important
}

.fiber-mt-0 {
  margin-top: 0 !important
}

.fiber-mt-1 {
  margin-top: .25rem !important
}

.fiber-mt-2 {
  margin-top: .5rem !important
}

.fiber-mt-3 {
  margin-top: 1rem !important
}

.fiber-mt-4 {
  margin-top: 1.5rem !important
}

.fiber-mt-5 {
  margin-top: 2rem !important
}

.fiber-mt-6 {
  margin-top: 3rem !important
}

.fiber-mt-7 {
  margin-top: 4rem !important
}

.fiber-mt-8 {
  margin-top: 6rem !important
}

.fiber-mb-1 {
  margin-bottom: .25rem !important
}

.fiber-mb-2 {
  margin-bottom: .5rem !important
}

.fiber-mb-3 {
  margin-bottom: 1rem !important
}

.fiber-mb-4 {
  margin-bottom: 1.5rem !important
}

.fiber-mb-5 {
  margin-bottom: 2rem !important
}

.fiber-mb-6 {
  margin-bottom: 3rem !important
}

.fiber-mb-7 {
  margin-bottom: 4rem !important
}

.fiber-mb-8 {
  margin-bottom: 6rem !important
}

.fiber-pb-0 {
  padding-bottom: 0 !important
}

.fiber-pb-1 {
  padding-bottom: .25rem !important
}

.fiber-pb-2 {
  padding-bottom: .5rem !important
}

.fiber-pb-3 {
  padding-bottom: 1rem !important
}

.fiber-pb-4 {
  padding-bottom: 1.5rem !important
}

.fiber-pb-5 {
  padding-bottom: 2rem !important
}

.fiber-pb-6 {
  padding-bottom: 3rem !important
}

.fiber-pb-7 {
  padding-bottom: 4rem !important
}

.fiber-pb-8 {
  padding-bottom: 6rem !important
}

.fiber-s-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-2 {
  -webkit-box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-3 {
  -webkit-box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important;
  box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important
}

.fiber-br-0 {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.fiber-br-1 {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important
}

.fiber-br-2 {
  -webkit-border-radius: 16px !important;
  border-radius: 16px !important
}

.fiber-br-3 {
  -webkit-border-radius: 32px !important;
  border-radius: 32px !important
}

.fiber-ta-center {
  text-align: center
}

.fiber-grid {
  display: block;
  max-width: 90em;
  margin-right: auto;
  margin-left: auto
}

.fiber-grid__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: -1rem;
  margin-right: -.5rem;
  margin-left: -.5rem;
  list-style: none
}

.fiber-grid__row+.fiber-grid__row {
  margin-top: 0
}

.fiber-grid__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-top: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  margin: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0
}

@media (min-width:30em) {
  .fiber-grid__row {
    margin-top: -1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media (min-width:48em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

@media (min-width:75em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

.fiber-grid__col--xs-1 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.fiber-grid__col--xs-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.fiber-grid__col--xs-3 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
.fiber-grid__col--xs-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 30em) {
  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .fiber-grid__col--sm-1 {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .fiber-grid__col--sm-2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--sm-3 {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .fiber-grid__col--sm-4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--sm-5 {
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .fiber-grid__col--sm-6 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--sm-7 {
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .fiber-grid__col--sm-8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .fiber-grid__col--md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .fiber-grid__col--lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}


.fiber-grid__col--offset-xs-1 {
  margin-left: 25%;
}
.fiber-grid__col--offset-xs-2 {
  margin-left: 50%;
}
.fiber-grid__col--offset-xs-3 {
  margin-left: 75%;
}
.fiber-grid__col--offset-xs-4 {
  margin-left: 100%;
}
@media (min-width: 30em) {
  .fiber-grid__col--offset-sm-1 {
    margin-left: 12.5%;
  }
  .fiber-grid__col--offset-sm-2 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-sm-3 {
    margin-left: 37.5%;
  }
  .fiber-grid__col--offset-sm-4 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-sm-5 {
    margin-left: 62.5%;
  }
  .fiber-grid__col--offset-sm-6 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-sm-7 {
    margin-left: 87.5%;
  }
  .fiber-grid__col--offset-sm-8 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .fiber-grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-lg-12 {
    margin-left: 100%;
  }
}

.fiber-text {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit
}

.fiber-text--size-1 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: .875rem;
  line-height: 1.2857142857
}

.fiber-text--size-2 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5
}


.fiber-text--color-text-dark {
  color: #464645
}

.fiber-text--weight-bold {
  font-weight: 700
}

span.fiber-text {
  display: inline-block
}

.fiber-card {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1rem;
  overflow: hidden;
  background: #fff;
  border-width: 0;
  -webkit-border-radius: 16px;
  border-radius: 16px
}

.fiber-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem 0;
  text-indent: 0
}

.fiber-card__content&gt;*+* {
  margin-top: 1rem
}

.fiber-card-group {
  padding: 1rem 0 0;
  margin: 0
}

.fiber-card-group .fiber-card {
  margin-bottom: 1rem
}

@media (min-width:30em) {
  .fiber-card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fiber-card-group {
    padding-top: 1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(50% - 1.5rem);
    margin-right: .5rem;
    margin-bottom: 1rem;
    margin-left: .5rem
  }

  .fiber-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:48em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(33.3333333333% - 3.75rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:75em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(25% - 5.25rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(14.625rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

.fiber-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-border-radius: 4rem !important;
  border-radius: 4rem !important;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.fiber-button&gt;*+* {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: .5rem
}

.fiber-button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid transparent;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: .1s;
  transition: .1s
}

.fiber-button:focus::after {
  top: calc(-2px - .25rem);
  right: calc(-2px - .25rem);
  bottom: calc(-2px - .25rem);
  left: calc(-2px - .25rem);
  border-color: #94b3cd
}

.fiber-button:hover:focus::after {
  border-color: transparent !important
}

.fiber-button:disabled {
  pointer-events: none
}

.fiber-button__text {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  color: inherit
}

.fiber-button--primary {
  color: #fff !important;
  background: #0f6dbe
}

.fiber-button--primary:hover {
  color: #fff;
  background: #005587
}

.fiber-button--primary:active {
  color: #fff;
  background: #003d61
}

.fiber-button--primary:disabled {
  background: #dedede
}

.fiber-button--size-1 {
  padding: calc(.5rem - 2px) calc(1rem - 2px)
}

.fiber-button--size-2 {
  padding: calc(1rem - 2px) calc(1.5rem - 2px)
}

.fiber-icon {
  display: inline-block
}

.fiber-icon&gt;svg {
  display: block
}



.fiber-icon--size-inherit {
  width: 1em;
  height: 1em
}

.fiber-link {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: #0f6dbe;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: outline-offset .1s, outline-color .1s;
  transition: outline-offset .1s, outline-color .1s
}

.fiber-link::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid transparent;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: .1s;
  transition: .1s
}

.fiber-link:focus::after {
  top: calc(-2px - .25rem);
  right: calc(-2px - .25rem);
  bottom: calc(-2px - .25rem);
  left: calc(-2px - .25rem);
  border-color: #94b3cd
}

.fiber-link:hover:focus::after {
  border-color: transparent !important
}

.fiber-link:hover {
  color: #005587;
  text-decoration: underline
}

.fiber-link:active {
  color: #003d61
}

.fiber-link:disabled {
  color: #dedede;
  pointer-events: none
}

.fiber-link:visited {
  color: #8039db
}

.fiber-link__icon {
  display: inline-block;
  padding-left: .25rem;
  line-height: 0;
  vertical-align: -.0625em
}


.fiber-link__content {
  padding-right: calc(1em + .25rem)
}

.fiber-link__content+.fiber-link__icon {
  margin-left: calc((1em + .25rem) * -1)
}

.bcbs-logo {
  height: 60px;
}

.f-dropdown.navDrop {
    margin-top: 2rem;
    background-color:white !important;
    border: 0px solid transparent !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important;
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important;
}

/* fiber css patch (to fit in with the existing Foundation DropDown)*/
/* media query above mobile that removes some of the height from the fiber-card so that bottom tabs do not get cut off */

@media (min-width: 48em) {
  .fiber-card__content {
    padding: 0.75rem 0;
  }
}

/* media query between 768px and 940px for tablet view  */

@media (min-width: 48em) and (max-width:58.74em){
  /* more top margin logo doesnt get cut off */
  .f-dropdown.navDrop {
    margin-top: 4rem;
  }
}
/* T0 DO */
/* media query between 640px and 768px where member login box is not visible is being cut off */
@media (min-width: 40em) and (max-width:48em){


}

@media screen and (min-width:1210px) {
  .f-dropdown.navDrop {
      transform: translateX(-120px); 
  } 
}
.grid-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Grid System Background Color Variations */

/* White Color Option */
.grid-container-color-white {
  background-color: #ffffff !important;
}
/* Blue Color Option */
.grid-container-color-blue {
  background-color: #e8eef4 !important;
}

div .accordion-ifm .accordion {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Webfont: Univers-Light */
@font-face {
    font-family: 'UniversLight';
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Light.eot');
    /* IE9 Compat Modes */
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Light.woff') format('woff'),
        /* Modern Browsers */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Light.svg#Univers-Light') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-Condensed-Light */
@font-face {
    font-family: 'univers47_condensed_light';
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.eot');
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.woff2') format('woff2'),
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.woff') format('woff'),
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.ttf') format('truetype'),
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/univers-condensedlight-webfont.svg#univers47_condensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Webfont: Univers-Condensed */
@font-face {
    font-family: 'UniversCondensed';
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Condensed.eot');
    /* IE9 Compat Modes */
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Condensed.woff') format('woff'),
        /* Modern Browsers */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Condensed.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-Condensed.svg#Univers-Condensed') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-CondensedBold */
@font-face {
    font-family: 'UniversCondensedBold';
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-CondensedBold.eot');
    /* IE9 Compat Modes */
    src: url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-CondensedBold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-CondensedBold.woff') format('woff'),
        /* Modern Browsers */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-CondensedBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/css/resources/Univers-CondensedBold.svg#Univers-CondensedBold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    font-family: 'Open Sans';
    overflow-x: hidden
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button,
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
}

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

a:focus {
    font-weight: 500;
}

.g-container {
    max-width: 1000px;
    margin: 0px auto;
}

.g-container-fluid {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.fullWidth_row {
    padding: 60px 15px;
    overflow: hidden;
}

.g-bg-white {
    background: #fff;
}

.g-w-100 {
    width: 100%;
}

.g-d-flex {
    display: flex;
}

.g-f-wrap {
    flex-wrap: wrap
}

.g-jc-center {
    justify-content: center;
}

.g-jc-around {
    justify-content: space-around;
}

.g-jc-end {
    justify-content: flex-end;
}

.g-ai-center {
    align-items: center;
}

.g-jc-between {
    justify-content: space-evenly
}

.g-f-wrap {
    flex-wrap: wrap;
}

.g-pt-0 {
    padding-top: 0
}

.g-p-15 {
    padding: 15px !important;
}

.g-pr-15 {
    padding-right: 15px !important;
}

.g-pl-15 {
    padding-left: 15px;
}

.g-p-50 {
    padding: 30px !important;
}

.g-pb-15 {
    padding-bottom: 15px !important;
}

.g-pb-30 {
    padding-bottom: 30px !important;
}

.g-pt-15 {
    padding-top: 15px !important;
}

.g-pt-25 {
    padding-top: 25px !important;
}

.g-pb-25 {
    padding-bottom: 25px !important;
}

.g-mt-0 {
    margin-top: 0 !important
}

.g-mt-15 {
    margin-top: 15px;
}

.g-mt-30 {
    margin-top: 30px;
}

.g-text-center {
    text-align: center;
}

.g-text-white {
    color: #fff;
}

.g-text-dark {
    color: #505050;
}

.g-text-dark-blue {
    color: #005487;
}

.g-card {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);

}

.g-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.g-w-1000 {
    width: 1000px;
}

.g-overflow-hidden {
    overflow: hidden;
}

.g-lime-green-border {
    border: 2px solid #bfe995;
}

.g-blue-green-border {
    border: 2px solid #458fcc
}

.g-left-30 {
    left: 30px;
}

.g-right-30 {
    right: 30px;
}

.g-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.g-grey-background {
    background: #f3f3f3;
}

.g-blue-gradient-background {
    background: linear-gradient(to bottom,
        rgba(16, 109, 189, 1) 0%,
        rgba(126, 175, 217, 1) 100%);
}

@media screen and (max-width:767.98px) {
    .g-m-flex-column {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .g-p-y-m {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
.h-topheader {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 18px;
}

/* Inline Lists */
.h-inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.h-inline-list&gt;li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}

.h-inline-list&gt;li&gt;* {
    display: block;
}

/* TOP LINKS --------------------------------- */

.h-inline-list-header {
    padding: 0;
    margin: 0;

    height: auto;
    position: relative;
    z-index: 100;
}

.h-inline-list&gt;li {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.h-inline-list-header&gt;li.h-portal-link&gt;a {
    width: 80px;
    height: 40px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

html[lang="es"] .h-inline-list-header&gt;li.h-portal-link&gt;a {
    font-size: 13px;
    padding-left: 6%;
    padding-right: 6%;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.h-inline-list-header&gt;li.h-portal-link&gt;a:hover,
.h-inline-list-header&gt;li.h-portal-link&gt;a:focus {
    color: #4378D9;
}

li.h-portal-link a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5b84c6;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 1;
}

li.h-portal-link a:hover::after {
    height: 5px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);

}

li.h-portal-link a.h-highlighted-2:hover::after {
    opacity: 0;
    height: 0;
    transform: none;
}

/*
.h-inline-list-header&gt;li.right-link {
    padding: 1em 0 10px 1.375em;
    height: 40px;

}

.h-inline-list-header&gt;li.right-link&gt;img {
    display: inline;
    border: 0;
}

.h-inline-list-header&gt;li.right-link&gt;a {
    display: inline;
    color: #454546;
} */

@media only screen and (max-width:1000px) {

    .h-inline-list-header&gt;li.h-portal-link&gt;a {
        width: 75px;
    }

    /* .h-inline-list-header&gt;li.right-link {
        padding: 1em 0 10px 10px;
        font-size: 0.688em;
    } */

    html[lang="es"] .h-inline-list-header&gt;li.h-portal-link&gt;a {
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }

}

li.h-portal-link a.h-highlighted-2:before {
    width: 100%;
    height: 5px;
    background: #0f6dbe;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    content: '';
}

.h-highlighted-2 {
    font-weight: bold
}

.h-right-top-header {
    height: 40px;
}

.h-right-top-header li a {
    /* display: inline-block; */
    text-decoration: none;
    color: #000
}

.h-right-top-header li {
    margin: 0 7px;
}

.h-right-top-header li a.h-language {
    color: #FE6005;
}

#h-icon_espanol {
    margin-right: 5px
}

/* Center Header */
.h-center-header {
    height: 100px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.h-ovast {
    height: 92px;
}

/* .virtualAsst img {
    width: 59px;
    height: 57px;
    border-radius: 30px;
    object-fit: cover;
} */

/* .h-search {
    border: 1px solid #939393;
    height: 30px;
} */

#menu-1 .h-search {
    width: 100%;
    border: none;
    margin: 5px 0;
}

#menu-1 .h-search input {
    width: 85%;
    height: 28px;
    padding-left: 5px;
    border: none;
    font-size: 11px;
}

.h-search input {
    width: 190px;
    height: 28px;
    padding-left: 5px;
    font-size: 11px;
    border: 1px solid #939393;
}

.h-search input:focus {
    outline: transparent auto 5px;
}

#menu-1 .h-search-button {
    position: absolute;
    right: 0px;
    top: 5px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0
}

.h-search-button {
    position: absolute;
    right: 2px;
    top: 2px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0
}

/* nav */

.h-main-menu .nav ul {
    height: 40px;
}

.h-main-menu .nav ul li {
    background: #0F6DBE;
    width: 100%;
    height: 40px;
    content: attr(title);
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #98c9e9;
}

.h-main-menu .nav ul li:hover {
    background-color: #005587 !important;
}

.h-main-menu .nav ul li:nth-last-child(1),
.h-main-menu .nav ul li:nth-last-child(2) {
    border: none
}

.h-main-menu .nav ul li:nth-last-child(1) {
    background: #0064a2;
}

.h-main-menu .nav ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.h-main-menu .nav ul li a:hover {
	text-decoration: none;
	}

.h-main-menu .home,
.home a {
    width: 40px !important
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .h-main-menu .home,
    .home a {
        width: 32% !important;
    }
}

/* .home a {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.h-main-menu ul li.login_tab::after {
    content: url('https://www.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/image/login_arrow_closed.png');
}

@media screen and (min-width:768px) and (max-width:992px) {
    .h-topheader {
        font-size: 0.713em !important;
    }

    .h-right-top-header li {
        margin: 0 3px !important;
    }
}

@media screen and (max-width:767.98px) {

    .h-topheader {
        background-color: #E8EEF4;
        height: 30px;
        border: none
    }

    .h-right-top-header {
        height: 30px;
    }

    .h-center-header {
        height: auto;
        border: none;
    }

    .h-left-top-header,
    .sm-none {
        display: none !important
    }

    .h-main-menu .nav ul li:nth-last-child(2) {
        border-right: 1px solid #98c9e9;
    }

    .h-main-menu .nav ul li:nth-last-child(1) {
        background: #0F6DBE;
    }

    .h-main-menu .nav ul {
        height: 57px;
    }

    .h-main-menu .nav ul li {
        height: 57px;
    }

    .h-main-menu .nav ul li a {
        height: 57px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 0.4em;
    }

    .h-rt-menu {
        position: absolute;
        z-index: 96;
    }

    .logo {
        display: flex;
        align-items: center
    }

    .logo img {
        margin-left: 15px;
    }
}

@media screen and (min-width:768px) {
    .md-none {
        display: none !important
    }

    .logo {
        padding-top: 10px;
    }

    .h-right-top-header a:hover {
        text-decoration: underline
    }
}
footer {
    background-color: #0F6DBE;
    min-height: 120px;
}

.f-page-footer {
    color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4em 0 5em 0;
    background: #0F6DBE;
    overflow: hidden;
}

footer h3 {
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    font-size: 100%;
}

hr.gray-line {
    border: solid #729ae3;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

ul.footer-navlist li {
    color: #c4d1f1;
    margin: 0 0 0.8rem 0;
    font-size: 1rem;
}

.f-inline-list-footer {
    padding: 0;
    margin: 0 0 0 15px;
    display: inline-block;
}

.f-inline-list-footer li:first-child {
    border-left: none;
    padding-left: 0;
}

.f-inline-list-footer li {
    font-size: 1rem;
    margin: 0;
    padding: 0 0.7rem;
    display: inline-block;
    border-left: solid 1px #a5fdfa;
}

.f-add-divider {
    border-top: 1px solid #729ae3;
    border-bottom: 1px solid #729ae3;
    padding: 1rem 0;
}

p.f-legal {
    margin: 1rem 0 2rem;
}

.f-pdf-disclaimer {
    margin: 0 0 2rem;
    padding-left: 17px;
    position: relative;
}

.f-leaving-website {
    margin: 0 0 2rem;
    padding-left: 20px;
    position: relative;
}

.f-leaving-website:before {
    background: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/leaving_website.svg') no-repeat right center;
    background-size: contain;
    content: '';
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}

.f-pdf-disclaimer:before {
    background: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/pdfIcon.svg') no-repeat right center;
    background-size: contain;
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.f-social-media {
    display: inline-block;
    padding: 0.5rem;
}

.three-column-width{
                /* width : 31%; */
               margin-left: 10px;
    margin-right: 8px;
  }
  
 .article-margin{margin-left:4% !important;} 
 
  .more-resource-contact a{
                  word-wrap: break-word;
    /* demo changes */
                  /*width: 95%;*/
      display: inline-block;
  }
  .three-column-width h2{
    /* demo changes */
                  /* min-height:60px; */
  }
.welcome {
  position: relative;
}
.imagetext-cta-btn{
                 /* min-width:45%;*/
  }
  
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 1.7em;
    line-height: 0.5;
    background: white;
    border: none;
    -webkit-appearance: none !important;
  }
.esMenu li{
margin-right: 0.3em;
    }
	
.list-title a{
	cursor: auto;
}
.welcome-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(to right, rgba(255, 254, 251, 1), rgba(255, 250, 250, 0.99) 53%, rgba(201, 196, 201, 0) 70%, rgba(195, 201, 201, 0));
  left: 0;
  width: 100%;
}

.relative {
  position: relative;
}

h1,
.h1 {
  color: #005587;
  font-family: 'Open Sans',
    Arial,
    Helvetica,
    sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-transform: none;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 300;
  font-family: "Open Sans",
    Arial,
    Helvetica,
    Sans-serif;
  font-style: normal;
}

.h3 {
  font-size: 22px;
  color: #0f6dbe;
  font-weight: 300
}


.welcome-description {
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 16px;
}

.org {
  border-top: 3px solid #e9a83b;
}

a:hover{text-decoration:underline}
.ahovernone a:hover{    text-decoration: none !important}

.blocks {
  min-height: 305px;
}

.border-orange-top {
  border-top: 5px solid #e9a83b;
}

.border-green-top {
  border-top: 5px solid #a2df59;
}

.border-teal-top {
  border-top: 5px solid #1fbfc9;
}

.img-icon {
  width: 63px;
  height: 63px;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-icon img {
  width: 55px;
}

.greenBg {
  background: #a2df59;
}

.tealBg {
  background: #1fbfc9;
}

.blueBg {
  background: #0f6dbe;
}

.whiteBg {
  background: #fff;
}

.options-list {
  margin-top: 35px;
}

.options-list .list-title {
  font-size: 18px;
  margin-bottom: 0;
}

.options-list .list-title:nth-last-child(1) {
  margin-bottom: 0;
}

.cell-icon {
  padding-right: 15px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 150px;
  word-break: break-all;
}

.options-list .cell-icon {
  padding-right: 15px;
  display: block;
  width: auto !important;
}

.option-icon {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell-icon img {
  height: 55px;
  max-width: inherit;
}

.cell-icon a {
  color: #fff
}

.details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  /* 2-1 start */
  font-family: inherit;
  font-weight: bold;
}

.g-card h3 {
    display: block;
    font-family: inherit;
    font-size: 1.17em;
    font-weight: bold;
}

  /* 2-1 start */
.details p {
    display: block;
}

.list-title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

#care .list-title:nth-child(1) {
  margin-top: 0px;
}

h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.list-details {
  line-height: 25px;
  /* demo changes */
  margin: 5px 0;
  /*margin: 10px 0;*/
}

/* start demo changes */
.list-details ul {
    margin-bottom: 25px;
    padding: 1px 0;
}

.list-details li {
    list-style: none;
    padding: 1px 0;
}


.details ul {
  padding-left: 40px !important;
  padding-bottom: .5em;
}

.contentwrapperdetail .details {
    margin: 0;
}
.contentwrapperdetail .details h3 {
    margin-top: 0;
}
                                                                
.cta-here a {
  color: #0f6dbe;
}

.tabsection {
  max-width: 935px;
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}

.manage-category-list-items {
  position: relative;
  max-width: 935px;
  min-height: 528px;
  margin: 0px auto !important;
}

.manage-category-list-items-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(to right, rgba(255, 254, 251, 1), rgba(255, 250, 250, 0.99) 53%, rgba(201, 196, 201, 0) 70%, rgba(195, 201, 201, 0));
  left: 0;
  width: 100%;
}

.cat-list.col-50 {
  padding: 0;
}

.catIcon {
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

.cat-list-item:nth-last-child(1) {
  border: none;
}

.cat-list h3 {
  font-size: 18px;
  line-height: 22px;
}

.cat-list-item .details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

.cat-list-item .details a {
  display: block;
  margin-top: 4px
}

.options-list .col-50 .details h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: normal;
} 

.options-list .col-50 .details p b {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 8px;
  display: block;
}

.tabsection {
  max-width: 935px;
  /* min-height: 390px; */
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}
/*vinoth*/
.content-align-tab  h3{margin-bottom:10px;}
.content-align-tab a{display:block; }
.mb0{margin-bottom:0px;}
.marg0{margin:0}
.mt10{
                /* demo changes */
      display:block
                /* margin-top:10px;display:block */}

/*vinoth ends*/
.preventative-care-bg,
.bcbs-bg {
  background: #0f6dbe;
  padding: 25px;
}

.preventative-care-bg:nth-last-child(1) {
  margin-left: 15px;
}

.preventative-care-bg:nth-last-child(2) {
  margin-right: 15px;
}

.mobile-wrap-preventative-care a {
  color: #fff;
    /* demop changes */
  text-decoration: underline;
}

.mobile-wrap-preventative-care li {
  color: #fff;
}

.image-right {
  position: relative;
  height: 272px;

}

.gradient-left {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 57%,
    rgba(216, 239, 187, 0) 68%,
    rgba(216, 239, 187, 0) 100%);
  left: 0;
  width: 100%;
}

.image-right img {
  height: 272px;
  float: right;
}

/* .image-right:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 51%,
    rgba(216, 239, 187, 0) 60%,
    rgba(216, 239, 187, 0) 100%);
} */

.image-left {
  position: relative;
  height: 272px;
}

.gradient-right {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 54%,
    rgba(129, 176, 218, 0) 63%,
    rgba(129, 176, 218, 0) 100%);
  left: 0;
  width: 100%;
}

.image-left img {
  height: 272px;
  float: left;
}

/* .image-left:before {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 51%,
    rgba(129, 176, 218, 0) 62%,
    rgba(129, 176, 218, 0) 100%);
} */

.card-position-box {
  width: 468px;
  min-height: 195px;
  position: absolute;
  top: 50px;
  padding: 15px 0 0 15px !important;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.behavioral-description {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
  font-size: 16px;
}

.p {
  font-size: 18px;
}

.btn-primary-outline {
  background: transparent !important;
  border: 1px soild #106dbb;
  color: #106dbb;
  border-radius: 4px;
  font-weight: 300;
  padding: 15px;
}

.btn-primary-outline:hover {
  color: #106dbb;
  background: #f3f3f3 !important;
}
.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}
.text-center {
  text-align: center !important;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}
.large-10 {
  position: relative;
  width: 83.33333%;
}
.pdf-disclaimer:before {
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0rem;
  top: 4px;
}
.leaving-website:before {
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/leaving-website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -1.2rem;
  top: 3px;
}
.footer-text-leave{
	display:inline-block;
	text-indent:13px;
}
.display-ib{
	display:inline-block !important;
}
.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
p.legal {
  margin: 1rem 0 2rem;
}
.pdf-disclaimer {
  display: inline;
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}
.row .large-offset-1 {
  position: relative;
  margin-left: 8.33333%;
  width:89%;
}
.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #106dbb;
}

/* Tab COntent */

ul.footer-navlist li:before {
  padding: 0 10px 0 0;
}
ul.footer-navlist li{list-style: none;}
ul.footer-navlist li a {
  color: #a5fdfa !important;
  
}

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

/* Tab Section */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border : none;
  /* display: table-row !important; */
}

ul.tabs li {
  /* float: left; */
  margin: 0;
  cursor: pointer;
  padding: 20px;
  overflow: hidden;
  position: relative;
  width: 29.33%;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #d8d8d8;
  color: #005587;
  background: #e5f1f9;
  /* display: table-cell !important; */
}
ul.footer-navlist li a:hover{text-decoration: underline !important;}
#prescriptions ul.tabs li {

  width: 1.33%;
}
#health-plan ul.tabs li {

  width: 1.33%;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #e5f1f9;
  color: #005587;
}

ul.tabs li.active {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #005587 !important;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
  background: #fff;
}


.tab_drawer_heading {
  display: none;
}

.tabsection .h2 {
  margin-bottom: 5px !important;
  color: #005587 !important;
  font-size: 23px !important;
}

.section-description {
  line-height: 25px;
  margin: 25px auto;
  padding: 0 15px;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .manage-category-list-items:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    background: linear-gradient(to left,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 0.99) 43%,
      rgba(243, 243, 243, 0) 60%,
      rgba(243, 243, 243, 0) 100%);
  }

  .cat-list {
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
  }
.imagetext-cta-btn{
               /*   min-width:45%;*/
  }
  .cat-list-item {
   /* demo changes *
   /* padding: 15px 35px; */
    padding: 6px 22px;
    border-bottom: 1px solid #d8d8d8;
  }
  
.three-column-width{
       /*width : 31%; */
	  
  }
.article-margin:first-child { 
  margin-left:4% !important;} 
.article-margin:last-child { 
  width:32%;} 
  .aUnderline{text-decoration: underline;}

  .cGreen {
    background: rgba(31, 191, 201, 1);
  }

  .welcome {
    position: relative;
    height: 300px;
  }

  .welcome img {
    height: 300px;
    float: right
  }

  .welcome.mobile {
    display: none;
  }

  .col-50 {
    width: 50%;
  }

  .col-50:nth-child(2n) {
    padding-right: 0px;
    padding-left: 25px;
  }

  .col-50.mobile-wrap-preventative-care:nth-child(2n) {
    padding-right: 25px;
    padding-left: 25px;
  }

  .col-50 {
    padding-right: 25px;
    /* Demo Changes  */
     margin-bottom: 15px;
    /* margin-bottom: 25px; */
  }

  .hidden-md {
    display: none;
  }

  .block-md {
    display: block;
  }

  .pharmaSec {
    background: #fff;
    margin: 30px auto;
  }

  .pharma {
    width: 750px;
    height: 125px;
    margin: 0 auto;
    border: 2px solid #f0ce97;
  }

  .pharmaTitle {
    width: 358px;
    height: 102px;
    background: #f0ce97;
    color: #464645;
    font-size: 24px;
    line-height: 28px;
  }

  .pharmaTitle br {
    display: none;
  }

  .pharmaDesc {
    height: 102px;
    line-height: 20px;
  }

  .j-content {
    justify-content: center;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* Tab Section */
  ul.tabs {
    display: table-row !important;
  }

  ul.tabs li {
    /* float: left; */
    display: table-cell !important;
  }
}

@media screen and (min-width:320px) and (max-width: 767.98px) {
	.row .large-offset-1 {width:100% !important;margin-left:1.3333px;}
	.sticky-nav nav select {
   
    margin-bottom: 0px !important;
}
.bgtransparent{background:transparent;}
.select::after {
	margin-bottom:0px !important;
}
                .f-page-footer {padding:0;}
                .mob-footer-align{width:93%;margin-left:3% !important; }
                #leaving-website-msg{display:inline}
                .leaving-website:before {left:0px;}

  .welcome.mobile {
    margin-top: 68px;
  }
.three-column-width{
                width : 97%;
  }
.imagetext-cta-btn{
       /* width: 97%;*/
}
#slect1,#slect1 option{
	font-weight: 600;
    font-size: 19px;
}
  .manage-category-list-items img,
  .gradient-left,
  .gradient-right {
    display: none
  }

.contentwrapperdetail .details p {
    line-height: 1.4em;
                }
}

@media screen and (max-width: 767.98px) {

  .welcome img {
    display: none
  }
.three-column-width{
                width : 97%;
  }
  .imagetext-cta-btn{
                /*  min-width:42%;*/
  }
  .view-row {
    display: flex !important;
    flex-direction: column !important;
  }

  .view-row&gt;div {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .cat-list-item {
    padding: 25px !important;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .welcome {
    position: relative;
    min-height: 195px;
    overflow: hidden;
    background: none;
  }

  .hidden-mobile {
    display: none;
  }

  .welcome.mobile img {
    width: 100%;
    display: block
  }

  .g-card {
    box-shadow: 0 0 0 0;

  }

  .card-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .col-50 {
    padding: 15px !important;
  }

  .mt-mobile-30 {
    margin-top: 30px;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .manage-category-list-items {
    position: relative;
    max-width: 935px;
    min-height: 150px;
    overflow: hidden;
    background: none;
    margin: 0px auto !important;
  }

  .cat-list {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    width: 90% !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #fff;
    color: #000;
    margin: 10px 0 0;
    padding: 14px 16px;
    display: flex;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .d_active {
    background-color: #fff;
    color: #005587 !important;
    border: 1px solid #d8d8d8;
  }

  .tab_drawer_heading.d_active .plus-icon::before {
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
  }

  .tab_drawer_heading.d_active .plus-icon::after {
    font-family: FontAwesome;
    content: none;
  }

  .plus-icon::after {
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
  }

  .col-50 {
    width: 100%;
  }

  .tab_content .col-50 {
    padding: 0 !important;
  }

  .tabsection {
    padding: 0 15px !important;
    background: transparent;
  }

  .p-50 {
    padding: 0px !important;
  }

  .mobile-wrap {
    flex-wrap: wrap;
  }

  .mobile-wrap .cell-icon {
    display: none;
  }

  .preventative-care-bg:nth-last-child(2) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .preventative-care-bg:nth-last-child(1) {
    margin: 15px 15px 0;
  }

  .image-right {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
    margin-bottom: 15px;
  }

  .image-right:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .car-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .image-left {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
  }

  .image-left:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .behavioral-coverage-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  #discount-support .cell-icon {
    width: 50%;
    margin: 15px 0;
  }

  .blue-icons {
    flex-wrap: wrap;
  }

  .jc-around.blue-icons {
    justify-content: flex-start;
    padding: 30px 0;
  }

  .plus-icon {
    color: #005587;
    margin-top: 5px;
  }

  .ml-10 {
    margin-left: 10px;
  }

  .tabsection {
    margin-bottom: 25px !important;
  }

  .card {
    margin: 0 !important;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .hidden-sm {
    display: none;
  }

  .block-sm {
    display: block;
  }

  .mtm-10 {
    margin-top: 10px !important;
  }

  .f-direction {
    flex-direction: column;
  }

  .pharma {
    width: 100%;
    margin: 0 auto;
  }

  .pharmaTitle {
    width: 100%;
    background: #f0ce97;
    color: #464645;
    font-size: 25px;
    line-height: 30px;
  }

  .pharmaDesc {
    line-height: 22px;
  }

  .j-content {
    justify-content: flex-start;
  }

  .tabsection .h2 {
    color: #0f6dbe !important;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .mobile-wrap-preventative-care ul {
    padding: 0 25px 15px;
  }

  .resources-col {
    margin-top: 15px;
  }

  .resources-col:nth-child(1) {
    margin-top: 0px;
  }
}

/* sticky-nav */

.sticky-nav ul {
  margin: 0;
  padding: 0;
  height: 50px;
}

.sticky-nav li {
  list-style: none;
  margin: 0 0px;
  font-size: 17px !important;
  color: #0a5c8c;
}

.sticky-nav li:nth-child(1) {
  margin-left: 0;
}

.sticky-nav nav {
  display: block;
  max-width: 1024px;
  margin: 0px auto;
  text-align: center;
}

.sticky-nav nav ul {
  list-style: none;
}

.sticky-nav nav li {
  display: inline-block;
  padding: 5px 10px;
}

.sticky-nav nav a {
  display: inline-block;
  border: 1px solid white;
  color: #0f6dbe;
  text-decoration: none;
  height: 50px;
  align-items: center;
  display: flex;
  border-bottom: 2px solid transparent;
}

.sticky-nav nav a:hover {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav a:active {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav select {
  display: none;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff !important;
}

#app-banner-collapsed {
  display: none;
}

@media (max-width: 767.98px) {
  .card {
    box-shadow: 0 0 0 0;
  }

  .sticky-nav {
    margin-top: 30px;
  }

  .sticky-nav.fixed {
    margin-top: 0px;
  }

  .sticky-nav nav {
    display: block;
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }

  .sticky-nav nav ul {
    display: none;
  }

  .sticky-nav nav select {
    display: inline-block;
    margin-bottom:15px
  }

  .select {
    position: relative;
    width: 156px;
    line-height: 3;
  }

  select {
    width: 100%;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #0064a2 !important;
    background-image: none;
    height: 51px;
    font-size: 20px;
    padding-left: 15px;
  }

  /* select::-ms-expand {
    display: none;
  } */

  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #0064a2;
    pointer-events: none;
    background: #fff;
    pointer-events: none;
    color: #4798d7;
    border: 1px solid #0064a2;
    border-left: none;
    margin-bottom:15px
  }

  /* Transition */
  .select:hover::after {
    color: #4798d7;
  }

  .select::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
  }

  .mobile-text-black {
    color: #0064a2 !important
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  
  /*.g-text-center a {text-decoration: underline;}*/

  .sticky-nav {
    /* position: fixed; */
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .sticky-nav nav {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
  }

  .sticky-nav nav ul li {
    display: inline-block;
  }

  .sticky-nav a {
    color: #4d4d4d;
    font-family: sans-serif;
    text-decoration: none;
    line-height: 42px;
    border-bottom: 3px solid transparent !important;
  }

  .sticky-nav .active {
    border-bottom: 3px solid #075a8b !important;
    color: #075a8b;
  }

  .content {
    width: 100%;
    height: 100%;
  }

  .content&gt;section {
    width: 100%;
    height: 100%;
  }

  /* Not included in the download archive */
  .go-back {
    margin: 0 auto;
    padding: 200px 0;
    max-width: 450px;
    font-size: 16px;
    text-align: center;
  }

  .go-back a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 180%;
    text-transform: none;
    font-weight: normal;
  }

  #discount-support a {
    color: #fff !important;
  }
}

.links a {
  display: block;
  margin-top: 8px
}

/* start demo changes */
.links ul {
    margin-bottom: 25px;
    padding: 1px 0;
}

.links li {
    list-style: none;
    padding: 1px 0;
}

/* end demo changes */

.cta-here a {
  color: #fff;
}

.mobile-wrap-preventative-care .cta-here a {
  text-decoration: underline
}

.options-list .cta-here a {
  color: #000;
}

#mobile-nav-module select {
  display: none !important
}

.resources-col h2 {
  margin-bottom: 15px;
  font-weight: 300
}

.resources-col li {
  list-style: none;
  padding: 5px 0
}

.footer-notes p {
  margin: 15px 0
}

#get-started .links a {
  display: block;
  margin-top: 10px;
}

.view-table {
  display: table;
  width: 100%;
  border-spacing: 15px 15px;
}

.view-row {
  display: table-row;
}

.view-row&gt;div {
  display: table-cell;
  width: 33.33%
}

.manage-category-list-items a {
  color: #0f6dbe !important;
}

.examples {
  font-weight: bold
}

.external-link:after {
    background: url(https://espanol.bcbstx.com/content/dam/bcbs/common/images/external-blue.svg) no-repeat;   
    background-size: contain;
    content: '';
    width: 9pt;
    height: 11px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.external-link-pdf:after {
    background: url(https://espanol.bcbstx.com/content/dam/bcbs/common/images/pdficon.svg) no-repeat;   
    background-size: contain;
    content: '';
    width: 9pt;
    height: 14px;
    display: inline-block;
    margin: -3px 0 0 4px;
    vertical-align: middle;
} 
.leave:after{
	background: url(https://www.bcbstx.com/content/dam/bcbs/common/consumer-solutions/images/image/subsection_nav_icon.gif) no-repeat;   
	
}
/* Mobile Menu */

/* Mobile Menu */

ul.accordion {
  list-style: none;
  padding: 0 1em;
}

ul.accordion .inner {
  padding: 0;
  overflow: hidden;
  display: none;
  margin: 15px 0;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: #f9f9f9;
  color: #000;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  font-weight: bold
}

.app-container {
  width: 100%;
  height: auto;
  background: #dfdfdf;
  margin: 0 0 1em 0;
}

.app-content h1,
.app-content h2,
.app-content h3 {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #545454;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.app-content p {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
  line-height: 1.25em;
  color: #545454;
}

.check-close-app input[type="checkbox"] {
  margin: 0 5px 0 0;
}

.check-close-app {
  width: auto;
  height: auto;
  display: flex;
  clear: both;
  padding: 0.5em 0.5em 0.5em 0;
}

.clear{clear:both}
.mt15{margin-top:15px}
.Prevent-head-space h4{margin-bottom:-10px;}
.right-care-content   .examples{margin-top:0px;}
.know-your-health .tab_content p{margin:5px 0;}
.see-covered-content p{margin-bottom:0;}
.see-covered-content a{margin-top: 10px;
    display: block;}
                .see-anchor a{margin-top:0px;}
                
                
.make-you-personal ul {padding-left:0px !important;}
.make-you-personal ul li{list-style:none; padding:2px 0;}

.clearfix {
  display: inline-block;
}

.app-container-ltcol {
  width: 18%;
  float: left;
}

.check-close-app label {
  font-size: 0.7em;
  line-height: 1.25em;
  display: inline-block;
  color: #686868;
  vertical-align: top;
}

.close-app-container:after {
  content: "\0058";
  color: #6c6c6c;
  font-family: Arial, Helvetica, sans-serif;
}

.app-container-rtcol {
  width: 82%;
  overflow: hidden;
}

.app-container-row {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  display: flex
}

.app-link:hover {
  cursor: pointer;
}

.app-container-icon img {
  width: 71px;
  height: 71px;
  margin: 10px 10px 0 0;
  display: inline-block;
  background-size: contain;
}

.app-content {
  width: 64%;
  overflow: hidden;
  margin: 13px 0 0.5em 0;
  padding: 0;
}

.close-app-container {
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 20px;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}

/* #app-banner-collapsed {
  display: none;
} */

.accordion .dropdown_image img {
  width: 50%;
    height: 100%;
    margin: 0 auto;
}

.app-container .bcbs-button {
  padding: 4px 13px;
  font-size: 0.7em;
  white-space: nowrap;
  margin: 0;
}

.bcbs-button {
  padding: 8px 20px;
  margin: 0 0 0.5em 0;
  background-color: #005587;
  border: none;
  color: white;
  box-shadow: none;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
}

.accordion .mobile-login h2 {
  font-family: 'UniversCondensed', Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
}

.accordion form label {
  font-size: .85em !important;
}

.accordion input[type='text'],
.accordion input[type='number'],
.accordion input[type='email'],
.accordion input[type='password'],
.accordion textarea,
.accordion select {
  border: solid 1px #939393;
  border-radius: 2px;
  width: 100%;
  box-shadow: none;
  height: 50px;
  padding: 0.5rem;
  font-size: inherit;
}

.accordion form .button-blue {
  margin-bottom: 10px;
  margin-top: 10px;
}

.accordion .login-link {
  margin-bottom: 0;
}

.login-link {
  font-size: 0.75em;
}

.f-dropdown p.login-link {
    margin-bottom: 10px !important;
}

.login-link a{
    text-decoration:underline
    }

.login-link a:hover{
    text-decoration:none;
    cursor:pointer
    }

.accordion p {
  font-size: .85em;
  color: #444444;
  /* margin-bottom: 15px; */
  line-height: 1.65rem;
}

.section-container.accordion&gt;section.active&gt;.title {
  background-color: #f9f9f9;
  margin: 0 !important;
}

.accordion .mobile-login h2 {
  font-family: 'UniversCondensed', Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
}

a.toggle:before {
  float: right !important;
  content: "+";
  padding-right: 5px;
  font-size: 25px;
  margin-top: -6px;
}

a.toggle.collapsed:before {
  float: right !important;
  content: "-";
  padding-right: 5px;
  font-size: 45px;
  margin-top: -25px;
  font-weight: 500
}

.Show {
  display: none;
}

#app-banner-collapsed {
  cursor: pointer;
  color: #4378D9;
  display: none;
  padding: 0 0.9375em;
}

/*Footer Additions*/

ul.footer-navlist li{list-style: none;}

ul.footer-navlist li a {
  color: #a5fdfa !important;
  
}

footer a:hover{text-decoration: underline; }
footer a:focus {text-decoration: none; }

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}

.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
  /* added padding for footer links */
  padding-bottom: 0px;
}


.clear{clear:both}


.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}

p.legal {
  margin: 1rem 0 2rem;
}

.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.pdf-disclaimer {
  display: inline;
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}

.pdf-disclaimer:before {
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/consumer-solutions/images/image/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px; 
  position: absolute;
  left: 0rem;
  top: 4px;
}
.pdf-disclaimer{
  margin-top: 0.5rem; 
  margin-bottom: 0.5rem;
  }
.leaving-website {
  display: inline;
}
.leaving-website-wrapper {
  display: inline-block;
}
.leaving-website,.leave-blue{position: relative;}
.leaving-website:before {
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -1.2rem;
  top: 3px;
}

.leave-blue:after{
	
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat right center;
  background-size: contain;
  content: '';
 width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 5px;

}

/*.row .large-offset-1 {
  position: relative;
  margin-left: 5.33333%;
}*/

.large-10 {
  position: relative;
  width: 83.33333%;
}

.sr-only, .hide {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;  display: initial !important; }

.external-link.reversed:after {
	background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat;
}

.login-link a {
    text-decoration: underline;
}

.login-link a:hover {
    text-decoration: none;
}


.dropdown_image {
    text-align: center;
    margin-bottom: 15px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

@media only screen {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }
}


[data-section='tabs']&gt;section&gt;[data-section-title],
[data-section='tabs']&gt;section&gt;.title,
[data-section='tabs']&gt;.section&gt;[data-section-title],
[data-section='tabs']&gt;.section&gt;.title,
[data-section='tabs']&gt;[data-section-region]&gt;[data-section-title],
[data-section='tabs']&gt;[data-section-region]&gt;.title,
.section-container.tabs&gt;section&gt;[data-section-title],
.section-container.tabs&gt;section&gt;.title,
.section-container.tabs&gt;.section&gt;[data-section-title],
.section-container.tabs&gt;.section&gt;.title,
.section-container.tabs&gt;[data-section-region]&gt;[data-section-title],
.section-container.tabs&gt;[data-section-region]&gt;.title {
    margin-bottom: 0;
}

[data-section='tabs']&gt;section&gt;[data-section-title] a,
[data-section='tabs']&gt;section&gt;.title a,
[data-section='tabs']&gt;.section&gt;[data-section-title] a,
[data-section='tabs']&gt;.section&gt;.title a,
[data-section='tabs']&gt;[data-section-region]&gt;[data-section-title] a,
[data-section='tabs']&gt;[data-section-region]&gt;.title a,
.section-container.tabs&gt;section&gt;[data-section-title] a,
.section-container.tabs&gt;section&gt;.title a,
.section-container.tabs&gt;.section&gt;[data-section-title] a,
.section-container.tabs&gt;.section&gt;.title a,
.section-container.tabs&gt;[data-section-region]&gt;[data-section-title] a,
.section-container.tabs&gt;[data-section-region]&gt;.title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

[data-section='tabs']&gt;section&gt;[data-section-content],
[data-section='tabs']&gt;section&gt;.content,
[data-section='tabs']&gt;.section&gt;[data-section-content],
[data-section='tabs']&gt;.section&gt;.content,
[data-section='tabs']&gt;[data-section-region]&gt;[data-section-content],
[data-section='tabs']&gt;[data-section-region]&gt;.content,
.section-container.tabs&gt;section&gt;[data-section-content],
.section-container.tabs&gt;section&gt;.content,
.section-container.tabs&gt;.section&gt;[data-section-content],
.section-container.tabs&gt;.section&gt;.content,
.section-container.tabs&gt;[data-section-region]&gt;[data-section-content],
.section-container.tabs&gt;[data-section-region]&gt;.content {
    display: none;
}

[data-section='tabs']&gt;section.active&gt;[data-section-content],
[data-section='tabs']&gt;section.active&gt;.content,
[data-section='tabs']&gt;.section.active&gt;[data-section-content],
[data-section='tabs']&gt;.section.active&gt;.content,
[data-section='tabs']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='tabs']&gt;[data-section-region].active&gt;.content,
.section-container.tabs&gt;section.active&gt;[data-section-content],
.section-container.tabs&gt;section.active&gt;.content,
.section-container.tabs&gt;.section.active&gt;[data-section-content],
.section-container.tabs&gt;.section.active&gt;.content,
.section-container.tabs&gt;[data-section-region].active&gt;[data-section-content],
.section-container.tabs&gt;[data-section-region].active&gt;.content {
    display: block;
}

[data-section='tabs']&gt;section:not(.active),
[data-section='tabs']&gt;.section:not(.active),
[data-section='tabs']&gt;[data-section-region]:not(.active),
.section-container.tabs&gt;section:not(.active),
.section-container.tabs&gt;.section:not(.active),
.section-container.tabs&gt;[data-section-region]:not(.active) {
    padding: 0 !important;
}

[data-section='tabs']&gt;section&gt;[data-section-title],
[data-section='tabs']&gt;section&gt;.title,
[data-section='tabs']&gt;.section&gt;[data-section-title],
[data-section='tabs']&gt;.section&gt;.title,
[data-section='tabs']&gt;[data-section-region]&gt;[data-section-title],
[data-section='tabs']&gt;[data-section-region]&gt;.title,
.section-container.tabs&gt;section&gt;[data-section-title],
.section-container.tabs&gt;section&gt;.title,
.section-container.tabs&gt;.section&gt;[data-section-title],
.section-container.tabs&gt;.section&gt;.title,
.section-container.tabs&gt;[data-section-region]&gt;[data-section-title],
.section-container.tabs&gt;[data-section-region]&gt;.title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* Side Nav */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    color: #999999;
    text-decoration: none;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #2ba6cb;
    padding: 0.1875em 0.5625em;
    cursor: default;
    color: white;
}

/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px;
}

.f-dropdown&gt;*:first-child {
    margin-top: 0;
}

.f-dropdown&gt;*:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #eeeeee;
}

.f-dropdown li a {
    display: block;
    padding: 0.5em;
    color: #555555;
}

.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown.content&gt;*:first-child {
    margin-top: 0;
}

.f-dropdown.content&gt;*:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 500px;
}

.f-dropdown.large {
    max-width: 800px;
}

.right-nav {
    background-color: #0064a2;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 40px;
}

.spaced-inline-list {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    display: table;
}

.spaced-inline-list--item-base,
.spaced-inline-list--item,
.spaced-inline-list--item-2 {
    display: table-cell;
    text-align: center;
    height: 39px;
    vertical-align: middle;
}

.spaced-inline-list--item {
    width: 25%;
    height: auto;
    background-color: #0f6dbe;
    border-right: 1px solid #98c9e9;
}

.spaced-inline-list--item:first-child,
.spaced-inline-list--item:last-child {
    border-left: none;
}

.spaced-inline-list--item:hover,
.spaced-inline-list--item:focus,
.spaced-inline-list--item.mobile_login:hover,
.spaced-inline-list--item.mobile_login:focus {
    background-color: #005587;
}

.spaced-inline-list--item a {
    color: #757575;
    display: block;
    height: 57px;
    text-decoration: none;
    width: 100%;
}

.spaced-inline-list--item a div {
    display: table;
    height: 100%;
    width: 100%;
}

.spaced-inline-list--item a div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0.4em;
    color: #fff;
    font-family: 'univers47_condensed_light', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.spaced-inline-list--item:last-child p {
    color: #FFFFFF;
}

.spaced-inline-list--item-2 {
    width: 50%;
    margin: 0;
}

.spaced-inline-list--item-2:hover {
    background-color: #097ec6;
}

.spaced-inline-list--item-2.activeTab {
    background-color: #0064a2;
}

.spaced-inline-list--item-2.activeTab a p,
.spaced-inline-list--item-2.activeTab .numberOfPlans {
    color: #FFF;
}

.spaced-inline-list--item-2 a {
    display: table;
    position: relative;
    height: 39px;
    width: 100%;
    padding: 0 7px 0 2px;
}

.spaced-inline-list--item-2 p {
    display: table-cell;
    position: relative;
    margin: 0;
    font-size: inherit;
    line-height: 1rem;
    color: #fff;
    vertical-align: middle;
}

.spaced-inline-list--item-2 a:hover,
.spaced-inline-list--item-2 a:hover p,
.spaced-inline-list--item-2 a:hover .numberOfPlans {
    text-decoration: none;
    color: white;
    background-color: #003D61;
}

.spaced-inline-list--icon {
    display: block;
    margin-bottom: -1em;
}

.spaced-inline-list--item-2 p.login_tab {
    background: url('https://www.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/image/login_arrow_closed.png') no-repeat 79% center transparent;
    padding: 0 10px 0 0;
}

html[lang="es"] .spaced-inline-list--item-2 p.login_tab {
    padding: 0 30px 0 0;
}

.spaced-inline-list--item-2.activeTab p.login_tab,
.spaced-inline-list--item-2.activeTab:hover p.login_tab {
    background: url('https://www.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/image/login_arrow_open.png') no-repeat 79% center transparent;
}

.small-logo-container {
    float: left;
    width: 50%;
}

.small-logo-container&gt;img {
    /*vertical-align: middle;*/
}

#header {
    background-color: white;
}

.header-nav {
    background: #FFFFFF;
    padding: 0;
}

.f-dropdown {
    margin-top: 0;
}

#bamUpdateTime,
.bamAlertSection {
    display: none;
}

.hp_alert p {
    font-size: 12px;
}

.hp_alert span {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3em;
}

.f-dropdown.navDrop {
    background-color: #f0f3f6;
    border: none;
    border-top: 1px solid #38a0e0;
    border-bottom: 2px solid rgba(0, 0, 0, .35);
}

.f-dropdown:after,
.f-dropdown:before {
    border-style: none;
}

.f-dropdown.navDrop dl.sub-nav {
    text-align: center;
}

.navDrop dl.sub-nav dd {
    float: none;
    margin: 0 15px;
    display: inline-block;
    border-bottom: 3px solid #4378d9;
}

html[lang="es"] .navDrop dl.sub-nav dd {
    margin: 0 10px;
}

.navDrop dl.sub-nav dd.active {
    border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd:hover {
    border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd a {
    color: #0f6dbe;
}

/*.navDrop dl.sub-nav dd a:hover{
			color: #B48219;
			background:none !important;}*/

.navDrop dl.sub-nav dd:hover&gt;a {
    color: #eab139;
    background: none !important;
}

.navDrop dl.sub-nav dd.active a {
    color: #eab139 !important;
    background: none !important;
}

.navDrop .section-container.tabs img {
    width: 35%;
    height: 100%;
    margin: 0 7em;
}

.dropdown_image {
    text-align: center;
    margin-bottom: 15px;
}

.f-dropdown label {
    font-family: 'UniverseCondensed', Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #444;
    margin-bottom: 5px;
}

.f-dropdown div.small-5.right {
    padding-top: 20px;
}

.f-dropdown p.login-link {
	 /* 2-1 start - commented */
     /* margin: 0; */
	 /* 2-1 start */
}

#lg-group {
    width: auto;
}

/*shop plans*/
.section-container.tabs h3 {
    font-size: 1.375rem;
    margin-top: 0;
}

.section-container.tabs p.title {
    font-weight: bold;
    line-height: 1.2em;
    border-left: 3px solid #ffffff !important;
}

.section-container.tabs p.title&gt;a:hover {
    text-decoration: none;
}

ul.check-list {
    list-style: none;
    margin-left: 0.2em;
    margin-bottom: 2em;
}

/*ul.check-list li {list-style-image: url(https://espanol.bcbstx.com/images/bcbs/redesign/content/body/shop-plans/green-check-icon.svg); }*/
ul.check-list li {
    list-style: none;
    margin-left: 0;
}

ul.check-list li:before {
    color: #84da13;
    content: "\2713";
    font-weight: bold;
    font-size: 1.25em;
    padding: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
}

ul.check-list li a {
    font-weight: bold;
    display: inline-block;
    width: 90%;
}

.section-container.tabs {
    margin-top: 2rem;
	/* 2-1 Added */
	border: none;
    background: inherit;
	/* 2-1 */
}

.button-blue:hover,
.button-white:focus {
    background-color: #003D61;
    box-shadow: none;
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.button-blue {
    background-color: #005587;
    border: none;
    color: white;
    box-shadow: none;
    font-size: 13px;
    padding: 8px 45px;
    transition: background-color 300ms ease-out 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.login-link {
    font-size: 0.75em;
}

.login-link p {
    font-size: .85em;
    color: #444444;
    margin-bottom: 15px;
    line-height: 1.65rem;
}
.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)&gt;a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)&gt;a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent&gt;a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent&gt;a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']&gt;a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle&gt;a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
  visibility: hidden;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 300px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 300px;
  }
}

/* offside Menu css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.off-canvas-wrapper {
  box-shadow: 0 800px 0 800px #0f6dbe;
}

/*OFFCANVAS*/

.off-canvas {
  background-color: #005487;
}

.off-canvas {
  background-color: #005487;
  padding: 0;
}

.off-canvas ul&gt;li {
  border-bottom: solid 1px #5595cc;
}

.off-canvas ul ul li {
  border: none;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu {
  margin: 0;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu&gt;li&gt;a {
  padding: 0.7rem 1.75rem 0.7rem 1.5rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu&gt;li&gt;ul&gt;li&gt;a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu&gt;li&gt;ul&gt;li&gt;a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  padding: 0.7rem 1.95rem 0.7rem 2.5rem;
}

.off-canvas li a {
  font-family: UniversCondensed !important;
  font-size: 1em !important;
  font-style: normal;
  color: #fff;
  display: block;
  line-height: 1.4;
  padding: 1em;
  transition: color 0.3s;
  width: 100%;
}

.off-canvas li a:hover,
.off-canvas li a:focus {
  background-color: #2f92d0;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 500ms ease-out 0.005s;
  -moz-transition: background-color 500ms ease-out 0.005s;
  -o-transition: background-color 500ms ease-out 0.005s;
  transition: background-color 500ms ease-out 0.005s;
}

.submenu-toggle:after {
  display: block;
  color: #1779ba;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']:after {
  content: '\2013';
  top: -14px;
  -ms-transform: none;
  transform: none;
  -ms-transform-origin: initial;
  transform-origin: initial;
}

.submenu-toggle[aria-expanded='false']:after {
  content: '+';

}

nav&gt;.vertical.menu&gt;li&gt;.submenu-toggle[aria-expanded='false']:after {
  top: -10px;
}

nav&gt;.vertical.menu&gt;li&gt;ul&gt;li&gt;.submenu-toggle[aria-expanded='false']:after {
  top: -20px;
}

nav&gt;.vertical.menu&gt;li&gt;ul&gt;li&gt;.submenu-toggle[aria-expanded='true']:after {
  top: -25px;
}

nav&gt;.vertical.menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;.submenu-toggle[aria-expanded='false']:after {
  top: -25px;
}

nav&gt;.vertical.menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;.submenu-toggle[aria-expanded='true']:after {
  top: -30px;
}

.off-canvas .submenu-toggle:after {
  color: white;
  font-size: 1.5rem;
  position: absolute;
}

.off-canvas button.submenu-toggle {
  border-radius: 0;
  border: none;
}

.off-canvas .is-accordion-submenu-parent&gt;a:after {}

.inner-page #banner {}

.inner-page #left-nav {
  margin-top: 2em;
}

.inner-page #middle-content {
  margin-top: 2em;
  margin-bottom: 4em;
}

.inner-page #right-widgets {
  margin-top: 2em;
  margin-bottom: 4em;
}

.menu.vertical {
  list-style: none;
}

.menu.vertical li {
  list-style: none;
  margin: 0;
}

nav&gt;.vertical.menu&gt;li&gt;a {
  font-weight: 700;
  width: 100%;
}

nav .vertical.menu li a.active {
  background-color: #2f92d0;
  pointer-events: none;
}

@media screen and (max-width:1023px) {
  .inner-page #middle-content {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .inner-page #right-widgets {
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.li-search {
  padding: 15px;
}

.offside .h-search {
  border: none
}

.offside .h-search input {
  width: 220px;
}
/*Begin custom.css*/

* {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
}
section {
                font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}


body {
                background-color: white;
                color: #464645;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                line-height: 1.5;
                vertical-align: baseline;
                counter-reset: footnotes;
}

section .row {
                max-width: 64.25rem;
}

/* wider than public site
.row {
                max-width: 75rem;
}
*/


h1 {
                color: #005587;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 2.5625rem;
                font-weight: 400;
                line-height: 1.2;
                margin: 0 0 1.2rem;         
}


h2 {
                color: #454546;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 1.625rem;
                font-weight: 700;
                line-height: 1.2;
                margin: 0 0 1.2rem;
}

h3 {
                color: #454546;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 1.25rem;
                font-weight: 400;
                line-height: 1.4;
                margin: 0 0 1.2rem 0;
}

h4 {
                color: #1c1c1c;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 1.125rem;
                font-weight: 700;
                line-height: 1.4;
                margin: 0 0 1rem 0;
}

h5 {
                color: #1c1c1c;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.4;
                margin: 0 0 1rem 0;
}

h6 {
                color: #1c1c1c;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 1rem;
                font-weight: 600;
                line-height: 1.5;
                margin: 0 0 1rem 0;
}


p {
                font-size: 1rem;
                line-height: 1.5;
                margin: 0 0 1.5rem;
}


a {
                color: #0f6dbe;
                cursor: pointer;
                line-height: inherit;
                text-decoration: none;
}

a:hover, a:focus {
                color: #0f6dbe;
                text-decoration: underline;
}

/* 
  Underlines all links within paragraph tags that 
  SiteImprove flags to avoid an accessibility error.
*/
p a:not(.alert *, .widget-vertical *, .toggle-container *) {
  text-decoration: underline;
}

li a:not(.h-topheader *, .h-center-header *, .nav *, .sec-nav--retail--comp *, .accordion *, .tabs *, .f-page-footer *) { 
  text-decoration: underline;
}

.accordion-content a {
  text-decoration: underline;
}

/*p:nth-last-child(1) {margin-bottom: 0; }*/
.lg-bold {
    font-size: 1.2em !important;
    margin: 0 0 0.5em !important;
                font-weight:600;
}

.green {
    color: green !important;
}
.red {
    color: red !important;
}

section a {
                color: #0f6dbe;
                cursor: pointer;
                line-height: inherit;
                text-decoration: none;
}

section a:hover, section a:focus {
                color: #0f6dbe;
                text-decoration: underline;
}



sub {
                font-size: 60%;
                position: relative;
                bottom: 0rem;
                vertical-align: baseline;
}

sup {
                top: -0.7em;
                font-size: 0.5em;
}


em {
                font-style: italic !important;
}




ul {
                list-style: none;
                line-height: 1.5;
                margin: 0 0 1.5rem 0;
}

ul li {
                list-style: disc;
                margin: 0 0 0.6rem 1.2rem;
}
ol {
                line-height: 1.5;
                margin: 0 0 1.5rem 1.6rem;
}
ol li {
                list-style: decimal;
                margin: 0 0 0.7rem 0;
}






section ul {
                list-style: none;
                line-height: 1.5;
                margin: 0 0 1.5rem 0;
}

section ul li {
                list-style: disc;
                margin: 0 0 0.6rem 1.2rem;
}
section ol {
                line-height: 1.5;
                margin: 0 0 1.5rem 1.6rem;
}
section ol li {
                list-style: decimal;
                margin: 0 0 0.7rem 0;
}
.link-list li {list-style: none; margin-right:3em;}

.link-list li:hover:before { margin-right:-2em; 
                display:block; float:right; content:''; background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow.svg) right center no-repeat; background-size:contain; height:16px; width:18px; 
                -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.check-list {text-align:left; }
.check-list li{list-style-image: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/utility/checkmark.svg); }

.list-pipe {margin: 0; }
.list-pipe li {border-right: 1px solid #0f6dbe; display: inline-block; list-style: none; margin: 0; text-align:left; padding: 0 1rem; }
.list-pipe li:first-child {padding-left: 0; }
.list-pipe li:last-child {border-right: none; }

.g-list-unstyled {margin: 0; }
.g-list-unstyled li {list-style: none; }

.h-main-menu .nav ul li {margin: 0 ; }

.cLabel {
    display: inline-block;
                                font-weight: 700;
    width: 140px;
    vertical-align: top;
}
.c-value {
    display: inline-block;
    width: auto;
}

.check-list-horz {margin-left: 0; }
.check-list-horz li {display: inline-block; list-style: none; margin-left: 0; padding-left: 25px; padding-right: 1rem; position: relative; }
.check-list-horz li:before {content: ' '; width: 21px; height: 20px;  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/utility/check-green.svg) no-repeat; left:0; position: absolute; top: 6px; }

.related-links li{margin-left: 1.2rem; }

.lists, .lists-bold {margin: 0; }
.lists li, .lists-bold li {list-style: none; margin: 0; }
.lists-bold li {font-weight: 700; }

section input[type='text'], section input[type='password'], section input[type='date'], section input[type='datetime'], section input[type='datetime-local'], section input[type='month'], section input[type='week'], section input[type='email'], section input[type='number'], section input[type='search'], section input[type='tel'], section input[type='time'], section input[type='url'], section input[type='color'], section textarea {
                font-size: 1rem;
                width: 100%;
                max-width: 300px;
                border-radius: 2px;
                border: solid 1px #d8d8d8;
                box-shadow: none;
                margin: 0 0 1rem;
}

/* ERROR PAGE */           
.error-container ul {
    text-align: left;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}


/* error message */
.error-msg {
  font-style: italic;
  font-weight: 400;
  color: #e10000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.red {color: #e10000; }

.error-msg.active {

}


label &gt; [type='checkbox'], label &gt; [type='radio'] {
    margin: 0 0.5rem 1rem 0;
}

label {
                font-size: 1rem; 
                line-height: 1.4;
                text-align:left;
                }

.horrizontal-layout.text-center{
                display: block;
                margin: 0 0 2rem;
                }

.horrizontal-layout.text-center .buttoncta {
    display: inline-block;
}

.horrizontal-layout.text-center .button{
                display: inline-block;
                }

.button, .promo-cta .button {
                border: solid 2px #006cb7;
    display: inline-block;
                font-size: 1rem;
                font-weight: 700;
                letter-spacing:.05em;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .6rem 1.5rem;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1.25rem;
    text-align: center;
    cursor: pointer;
    background-color: #006cb7;
    color: #fff;
                border-radius: 32px;
                width:auto;
                max-width: 237px;
}

.button:hover, .button:focus, .promo-cta .button:hover, .promo-cta .button:focus{
                color: #006cb7;
                background-color: #fff;
                font-weight: 700;
                text-decoration: none;
}



.button.secondary, .secondary .button {
                color: #006cb7;
    background-color: transparent;
}


.button.secondary:hover, .button.secondary:focus, .secondary .button:hover, .secondary .button:focus {
                background-color: #006cb7;
                color: #fff;
                font-weight: 700;
}

.button.secondary-blue {
    background-color: #005587;
                border-radius: 32px;
                font-weight: 700;
}

.button.secondary-blue:hover, .button.secondary-blue:focus {
                background-color: #003D61;
}

.cta-link {
    display: inline-block;
                font-size: 1rem;
                font-weight:normal;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .8rem 1.2rem;
    -webkit-appearance: none;
    line-height: 1.25rem;
    text-align: center;
    cursor: pointer;
                }
.cta-link:hover, .cta-link:focus { text-decoration:underline; background-color:transparent;}

.horrizontal-layout .buttoncta {
    display: inline-block;
}
.horrizontal-layout .button {display: inline-block; } 


hr{border-bottom: solid 1px #e2e2e2; margin: 0.8rem auto; padding: 0.5rem; }
nw{white-space: nowrap;}
.add-margin {margin-top: 1rem; margin-bottom: 1rem; }
.btm-margin {margin-bottom: 2rem !important; }


.external-link, .external-link-white, .external-link-pdf{
    white-space: nowrap;
}


.external-link:after {
                background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/external-blue.svg) no-repeat;
  /*background: url(https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/images/icon/external-blue.svg) no-repeat;*/
                background-size: contain;
                content: '';
                width: 12px; /*width of the icon*/
                height: 11px;  /*height of the icon*/
                display: inline-block;
                margin: 0 0 0 5px;
}

.external-link-white:after {
                background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/external-white.svg) no-repeat;
  /*background: url(https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/images/icon/external-white.svg) no-repeat;*/
                background-size: contain;
                content: '';
                width: 12px; /*width of the icon*/
                height: 11px;  /*height of the icon*/
                display: inline-block;
                margin: 0 0 0 5px;
    top:2px;
}


.external-link-pdf:after {
  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/pdfIcon.svg) no-repeat;
  /*background: url(https://espanol.bcbstx.com/etc.clientlibs/bcbs/clientlibs/retail/clientlibs-site/images/icon/pdfIcon.svg) no-repeat;*/
                background-size: contain;
                content: '';
                width: 12px;
                height: 14px;
                display: inline-block;
                margin: -3px 0 0 4px;
                vertical-align: middle;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.label-light-gray {color: #818181; display: block;  }
.label-bold {font-weight: 700; }



.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.hide {display: none; }

.add-padding {padding: 1rem 0; }


.vertical-align-middle {
                margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
                }



/*BANNER STYLING*/

.secondary-nav {position:relative; z-index:100000;}


/* HOME PAGE BANNER */
.banner-hero {   background-color: #005587;
  position: relative;
  margin: -61px auto 0 auto;
  padding: 0;
  min-height: 300px;
  max-width: 1200px;
}
.banner-hero .banner-content { position:absolute; display:block; top:61px; width:100%; max-width: 600px; margin:65px 165px;}
.banner-hero img {object-fit: cover; width: 100%; }

.banner-hero h1 {color:#fff; }
.banner-hero p { color:#fff; font-size:1.125rem; font-weight:bold; }
.banner-hero p.small-copy, .banner-hero .small-copy p {font-size: 1rem; font-weight: 400;  }

.banner-hero .page-category { padding-left:70px; position:relative; font-size:1rem;}
.banner-hero .page-category:before { display:block; position:absolute; width:60px; height:2px; content:''; background-color:#fff; left:0; margin-top:14px;}


.banner-hero .button {  
  background-color:#0f6dbe; 
  color:#fff; 
  border:2px solid transparent; 
  font-size: 1rem; 
  font-family:"Open Sans","Segoe UI",Tahoma,sans-serif; 
  line-height: 1.5;
  font-weight: 520; 
  padding: calc(0.5rem - 2px) calc(1rem - 2px); 
  border-radius: 4rem !important;
}
.banner-hero .button:hover, 
.banner-hero .button:focus { 
  color:#fff; 
  background-color:#005587;
  border:2px solid transparent
}

/* INTERIOR PAGE BANNER */

.banner-hero-interior { position:relative; margin-bottom:2em; background-color:#F6FCFF; padding:0; text-align:center; z-index:5; }
.banner-hero-interior .banner-content {max-width: 680px;
  min-height: 220px;
  width: 70%;
  margin: 3rem auto 1rem; }

.banner-hero-interior h1 {color:#464645; }
.banner-hero-interior p {
  /* color: #fff; */
  font-size: 1.125rem;
  font-weight: bold;
}

.banner-hero-interior p.small-copy, .banner-hero-interior .small-copy p{
  font-size: 1rem;
  font-weight: 400;
}

/* pop cards styles */

.pop-cards-home { position:relative; height: 215px; overflow:hidden; padding:0; margin-top:-215px; margin-bottom:0; /*z-index:10;*/   }
.pop-cards-home h2 { display:none; }

.pop-cards-interior { position:relative; height: 265px; overflow:hidden; padding:0; z-index:10; max-width:1600px; margin:4rem auto 2rem auto; border-bottom:1px solid #f9f9f9;}


.pop-wrapper {display: block; position: relative; height: auto; }
.pop-card {position: absolute; min-height:195px; padding:1rem 2rem; border-radius:10px; background-color: rgba(255,255,255,0.86) !important; box-shadow: 0 1px 8px 0 rgba(124,124,124,0.5); border:2px solid transparent; background:#fff url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron.svg) right 40px top 20px no-repeat; background-size:16px auto; box-sizing:content-box; z-index: 1000; }


/*
.pop-card {position:relative; margin-top:140px; min-height:195px; padding:1rem 2rem; border-radius:10px; background-color: rgba(255,255,255,0.86) !important; box-shadow: 0 1px 8px 0 rgba(124,124,124,0.5); border:2px solid transparent; background:#fff url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron.svg) right 40px top 20px no-repeat; background-size:16px auto; position: relative; }
*/

.pop-cards-home .pop-card {top: 135px; }
.pop-cards-interior .pop-card {top: 65px; }

/*.pop-card a, .pop-card a:hover, .pop-card a:focus { position:absolute; width:100%; height:100%; color:transparent; top:0; left:0; }*/


.pop-card h3 { color:#0F6DBE; font-size:1.1rem; font-weight:bold; margin-right:40px; height: auto; min-height: 40px; }
.pop-card p { margin-bottom:0;}

.pop-card, .pop-card:hover{
                transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
}

.pop-card:hover {border:2px solid #32C5FF; background-color: rgba(255,255,255,1) !important; background-image: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow-right.svg); background-size:16px auto; }
.pop-card:focus  {border:2px solid #32C5FF; }
.pop-up {transform: translateY(-135px); }
.pop-up-close {margin-top:0; }
.pop-up-close {margin-top:70px; transform: translateY(135px);}


/*.pop-cards-home.pop-card-focus {margin-top: -225px; }*/
.pop-card-focus .pop-card {background-image: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow-right.svg); background-size:16px auto;}



/* animation on home page load */

@keyframes peakUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}


.pop-cards-home .columns:nth-child(1) .pop-card { animation: .6s ease-in-out 0s 1 peakUp;}
.pop-cards-home .columns:nth-child(2) .pop-card { animation: .6s ease-in-out .2s 1 peakUp;}
.pop-cards-home .columns:nth-child(3) .pop-card { animation: .6s ease-in-out .4s 1 peakUp;}




/*BUCKET STYLING*/

.banner-hero-interior, .promo-cta-1, .promo-cta-2, .promo-cta-5, .homepage-row, .section-row, .section-row-center, .card-container-home, .card-container, .tab-section  { margin-bottom:2rem;  padding:2rem 0rem 1rem;}

/*gradiant background section */
.promo-cta-1 { position:relative; text-align:center; padding:6rem 0 3rem; background: linear-gradient(115deg,#428CCC 50%,#675EBB 100%);}

/* light background home promo */
/*.promo-cta-2 { position:relative; z-index:11; text-align:center; padding:6rem 0 3rem; box-shadow: 0 -5px 20px -5px rgba(143,143,143,0.5);}*/

.promo-cta-2 { position:relative; z-index:11; text-align:center; padding:3rem 0 4rem; background-color:#F5F9FC;}


.promo-cta-3 { padding:6rem 0; background-color:#fff;}
.promo-cta-4 { padding:6rem 0; background: #f7f8fb; }

.promo-cta-5 { padding:3rem 0; background-color: #3E59FF; box-shadow: 0 2px 4px 0 rgba(36,36,36,0.5); text-align:center; }

.promo-cta-2, .promo-cta-3, .promo-cta-4, .promo-cta-5 { max-width:1200px; margin:0 auto;}
.promo-cta-5 { margin-bottom:2rem;}
.promo-cta-3 img {float:right; }



.promo-cta-1 h2, .promo-cta-5 h2 { color:#fff; }
.promo-cta-3 h2:after, .promo-cta-4 h2:after { display:block; content:''; margin-top:1rem; width:67px; height:2px; background-color:#4A90E2;}
.promo-cta-4 h2:after { background-color:#32C5FF;}

.promo-cta-1 p { color:#fff; }
.promo-cta-3 h2,.promo-cta-3 p {color: #313131;}
.promo-cta-5 p { color:#fff; font-weight:bold; font-size:1.625rem;}
.promo-cta-1 .button { border-color:#fff; color:#fff;}
.promo-cta-1 .button .button:hover, .promo-cta-1 .button:focus { background-color:#fff; color:#006cb7;}
.promo-cta-6 {background-color: #F5F6FF; padding: 3rem 0; width: 100%; max-width: 64.25rem; margin: 0 auto; }
.promo-cta-6 .image {
  margin: auto;
  text-align: center;
}
.promo-cta-6 img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: auto;
}

.button-container.two-buttons {
  margin: 2rem 0;
}
.button-container.two-buttons .fad-cta {display: inline-block; }

.button-container.two-buttons .fad-cta:not(.secondary) {
  margin-right: 20px;
}


/* append curves to sections */
.banner-hero-interior:after, .promo-cta-1:after, .promo-cta-1:before {position:absolute;bottom:-2px; display:block; content:''; background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/banner/curve.svg) center bottom no-repeat; background-size:100vw; width:100%; height:100%; margin-bottom:0;}
.promo-cta-2:after, .tab-section:before {position:absolute; bottom:-2px; display:block; content:''; background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/banner/curve.svg) center bottom no-repeat; background-size:1947px auto; width:100%; height:50px; margin-bottom:0;}

.promo-cta-1:before, .tab-section:before { 
                top:-2px;
                -ms-transform: rotate(180deg); /* IE 9 */
                -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
                transform: rotate(180deg);
}

.banner-hero-interior, .promo-cta-1, .tab-section, .secondary-nav { max-width:1600px; margin-left:auto; margin-right:auto;}
.promo-cta-2 { max-width:1200px; margin-left:auto; margin-right:auto;}
.disable-max-width &gt; section{max-width: 100%;}


.section-row h3 {margin-top:2.5rem; }

.section-row-center { text-align:center;}

.icon-card {margin-top:3rem;}
.icon-card h2, .icon-card h3, .icon-card p { text-align:left;}
.icon-card .image { width:80px; margin:0; text-align:left;}
.icon-card img { margin-bottom:1rem; width:60px;}
.icon-card h3 { margin-bottom:2rem;}
.icon-card h3:after { display:block; content:''; margin-top:1rem; width:67px; height:2px; background-color:#4A90E2;}


.rounded img {border-radius:10px;  }


/* card styles */


.card {
color: #464645;
border-radius:20px;        
background-color:#fff;
box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.12);
text-align: left;

}


.card-image { display: inline-block; margin: 1rem auto 0; }

.card-image img {width: auto; height: 80px; }
.card-divider {background-color: white; }

.card h2, .card h3, .card h4, .card h5, .card h6, .card p:nth-last-child(1) {margin-bottom: 0; } 

.card h2 { color:#454546; font-size:1.625rem; line-height:2rem;}


.card-divider {
                background-color: transparent; 
                padding: 2rem 2.313em 0; 
                }
.card-action {
                text-align: left;
                padding: 1rem 2.313em; 
                }
.card-section{
                padding: 1rem 2.313em 0; 
                }

.card-divider a.button {
color:#fff;
width:80%;
}

.card-section img {margin-bottom:1rem;}

.card-action {
padding:1rem;
text-align:center;             
}

.card-container .card, .card-container-home .card {
                border-radius: 0;
                border:none;
                box-shadow:none;
}


.card-container .card {
                text-align:center;
}


.card-container .card-divider {
                background-color: transparent; 
                padding: 2rem 0;

}
.card-container h2 {  text-align:center; margin-bottom:4rem; }



.card-container .card-section { margin-top:-1em; padding:0;}
.card-container .button { width:142px; margin: 0 auto; display:block;}


.check-icon {display: block; width: 21px; height: 20px;  background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/utility/check-green.svg) no-repeat; margin: auto; }


/* homepage card styles */

.card-container-home {text-align:center; }

.card-container-home .card-divider, .card-container-home .card-section, .card-container-home .card-action {padding: 2rem 1rem 0;}



.card-container-home h2 {text-align:left; margin:2rem 0; }
.card-container-home h3 {text-align:center; }

.card-container-home .card p {text-align: center; }
.step-number {color:#4A90E2; font-weight:bold; padding-right:10px;}

.card-container-home .card-image img { width:80px; height:80px; margin:0 auto;}



/*TABS*/

/* override tab styles coming from welcome header/footer */
ul.tabs { display:block !important; margin-bottom:2em; }
ul.tabs li {
    display: inline-block !important;
}
ul.tabs li {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: auto;
    border: none;
    color: #006cb7;
    background: none;
}
ul.tabs li:hover{background: transparent;}


.tab-section { background-color: #F6FCFF; padding-top:6rem; position:relative;}

.tab-section h2 { font-size:1.8em;}
.tabs {
    margin: 1rem 0;
    border:none;
    list-style-type: none;
                background:none;
}

.tabs-title {
    float: left;
                                width: auto;
  display: inline-block;
                margin: 0;
  position: relative;
                text-align: center;
}


.tabs-title &gt; a {   
                border-bottom: 4px solid transparent;
                font-weight: bold; 
                letter-spacing: .07em;
                color: #006cb7;
    display: block;
                font-size: 1.1rem;
    padding: 0.5rem 0;
    margin: 0 2rem 0 0;
    vertical-align: -webkit-baseline-middle;                             
}

.tabs-title &gt; a:hover {
                background: transparent;
                text-decoration: none;  
                border-bottom: 4px solid #00415b;
}


.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
                background: transparent;
                color: inherit;
                }

.tabs-title.is-active &gt; a, .tabs-title.is-active &gt; a[aria-selected='true'] {
    background: transparent;
                border-bottom: 4px solid #00415b;
    color: #00415b;
                text-decoration: none;                  
}

.tabs-content {
    border: none;
    background: transparent;
    color: inherit;
                margin: 0 0 2rem; 
}

.tabs-panel {
  padding: 1rem 0;
}

.tabs-panel.is-active {
    display: block;
}



/* accordion-to-tabs container */
.acc-tabs-home, .acc-tabs-interior { border-radius:32px; box-shadow: 0 2px 24px 3px rgba(73,73,73,0.15); display:table; background-color:#f9f9f9;}
.acc-tabs-home .tabs-panel, .acc-tabs-interior .tabs-panel { padding:2rem 3rem; margin:0; text-align:left;}
.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder { display:table-cell; vertical-align:top; width:40%; margin:0; background-color:#fff; border-bottom-left-radius:32px; border-top-left-radius:32px;}
.acc-tabs-home .tab-content, .acc-tabs-interior .tab-content { display:table-cell; vertical-align:top; width:60%; margin:0; border-bottom-right-radius:32px; border-top-right-radius:32px;}
.acc-tabs-interior { margin:1rem 0 0; box-shadow: 9px 15px 24px 3px rgba(0,0,0,0.15);}

.acc-tabs-interior .tab-holder { width:25%; padding-bottom:7rem;}
.acc-tabs-interior .tab-content { width:75%;}
.acc-tabs-interior .columns { text-align:center;}
.acc-tabs-interior h3 {margin:0; font-size:1rem; font-weight:600;}
.plan-tier {height:98px; width:98px; border:4px solid transparent; border-radius:49px; margin:1rem auto; font-size:1.25rem; font-weight:600; text-align:center; line-height:90px;}
.plan-tier.tier-1 {border-color: #B78727;}
.plan-tier.tier-2 {border-color: #858585;}
.plan-tier.tier-3 {border-color: #DDBC23;}

.acc-tabs-cta { position:relative; display:block; width:100%; height:7rem; margin-top:-7rem; padding:2rem; background: linear-gradient(201.05deg, #0F6CBD 0%, #8139DB 100%); border-bottom-right-radius:32px; border-bottom-left-radius:32px;}
.acc-tabs-cta .button { border-color:#fff; color:#fff;}
.acc-tabs-cta .button:hover, .acc-tabs-cta .button:focus { background-color:#fff; color:#006cb7;}
.tab-acc-image {
  width: 3.75rem;
  display: block;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
}
/* Style classes to change alignment of Interior tabbed accordion buttons*/
.tab-acc-cta-center {
  text-align:center;
}

.tab-acc-cta-left {
  text-align:left;
}

.tab-acc-cta-right {
  text-align:right;
}


.acc-tabs-home .accordion h3 { display:none;}

/* vertical tab styles */

ul.vertical.tabs {
                display:block;
                margin:2rem 0;
}

ul.vertical.tabs .tabs-title {
                float: none;
                width: 100%;
                display: block;
                text-align: left;
}


ul.vertical.tabs .tabs-title &gt; a {     
                border-bottom: none;
                font-weight: 600; 
                letter-spacing: 0;
                color: #006DBE;
                font-size: 1.2rem;
                line-height:1.4rem;
    padding: 1.5rem 5rem 1.5rem 2rem;
    margin: 0;
}

ul.vertical.tabs .tabs-title &gt; a::after {
    position: absolute;
                height:20px;
                width:20px;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '';
                background:url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/accordion-chevron.svg) center center no-repeat;
                background-size:14px 8px;
                -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);

}

ul.vertical.tabs .tabs-title &gt; a:hover, ul.vertical.tabs .tabs-title.is-active &gt; a {color:#003D61;}

ul.vertical.tabs .tabs-title &gt; a:hover::before, ul.vertical.tabs .tabs-title.is-active &gt; a::before {
    position: absolute;
                height:70px;
                width:6px;
    top: 0;
    left: 0;
    margin-top:0;
    content: '';
                background-color:#003D61;
                border-radius:3px;

}



/* smaller margin to fix tab title wrapping on Safari */
#contact-tabs .tabs-title &gt; a {
  margin-right: 1rem;
}







.arrow-blue {display: inline-block; margin: 1rem 0; text-align:left; }

.arrow-blue li {display: block; list-style: none; margin: 0 0 1rem; }

.block-text {display: block; }




.footnote{color: #666; padding-top: 0.4em; }

/* scroll bar */   
main ::-webkit-scrollbar {
                border-radius: 7px;         
    width: 1em;                   
}

main ::-webkit-scrollbar-track {
    background-color: #e7e7e7;
}

main ::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  outline: 1px solid #979797;
                border: 1px solid #c2c2c2;
                border-radius: 14px;       

}              



/*ACCORDION STYLING*/


.accordion { text-align:left; padding:2rem 0 !important; background: transparent;}
li.accordion-item{            background: transparent; border:0; margin:0;}

.accordion-title {
                font-weight:600;
                border:0;
                border-bottom: 2px solid transparent;
                color: #006cb7;
    display: block;
                font-size: 1.2rem;
    padding: 1rem;
    margin: 0;

                }
.accordion-title:focus, .accordion-title:hover, li.is-active .accordion-title {
                font-weight:600;
                color: #003D61;
                background: transparent;
                text-decoration: none;  
                border-bottom: 2px solid #0F6DBE !important;
}






.accordion-content {border:none; background-color:#f9f9f9; }
.accordion ul {margin: 1rem 0rem 1rem 2rem; }
.accordion li{list-style: none; }
.accordion .accordion-content li{list-style:disc; }
.accordion table {border-collapse:collapse; }
.accordion table thead, .accordion table tbody, .accordion table tfoot {border:none; }
.accordion table td {background-color:transparent; border-bottom:1px solid #bdbdbd; }
.accordion table tbody tr:nth-child(2n){background-color:transparent; }

.accordion .h-one-style {font-size:1.1em; font-weight:normal; line-height:1.13; color:#005487; margin-bottom:1rem;}
.accordion .h-two-style {font-size: 1rem; font-weight: 600; color: #464645; line-height: 1; margin:1.5rem 0rem;}

.accordion h2 {font-size: 16px; margin: 0;}

:last-child:not(.is-active) &gt; .accordion-title, :last-child &gt; .accordion-content:last-child {border:0; border-bottom: 2px solid transparent;}


.is-active &gt; .accordion-title::before {
    content: '';
                -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.accordion-title::before {
    position: absolute;
                height:20px;
                width:20px;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '';
                background:url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/accordion-chevron.svg) center center no-repeat;
                background-size:14px 8px;}


/*FORM MODULE*/

.form-lists &gt; li {
                font-weight: 700; 
                }

.form-module{margin: 0 0 3rem; }
.form-module label{
  text-align: left;
  color: #464645;
                margin: 1rem 0 0.5rem ;
}

.form-module select{
  color: #464645;
  font-size: 1em;
}

.form-module textarea{
  min-height: 175px;
}
.form-module textarea.large-comment{
  min-height: 200px;
  display:inline-block;
  min-width:100% !important;
}

.form-module input::placeholder,  .form-module textarea::placeholder{
  font-size: 1em;
  line-height: normal;
  text-align: left;
  color: #737373;
}


.form-module fieldset {
  border: 0;
  padding: 0; 
} 

.form-module .fieldset legend {
    margin: 0;
    margin-left: 0px;
    margin-left: 0;
    padding: 0;
    background: #fefefe;
    font-size: 1.1em;
    text-align: left;
    color: #464645;
}
.form-module button{margin: 1rem 0; }

.form-lists li {margin: 0 0 2rem; }


.required {color: #e10000; font-weight: 700; }
.errors {border: 2px solid #e10000 !important;  }
.errors.errmsg {display: none; border:none!important; font-style: italic; font-weight: 400; color: #e10000;  margin-top: -0.5rem; }
.hidden-msg {display: none; }
input.errors + .errors.errmsg {display: block; }

[type='checkbox'].errors + label[for], [type='radio'].errors + label[for] {
color: #e10000;
}

[type='checkbox'].errors + label::before, [type='radio'].errors + label::before {
border: 2px solid #e10000 !important;
}


.result-value {font-weight: 700; }


/*radio*/
.radio-wrapper [type="radio"] {
  opacity: 0;
                position: absolute;
                left: -100px;
                height: 0;
  margin: 0;
  padding: 0;
}

.radio-wrapper label {
  position: relative;
  display: block;
  padding-left: 35px;
                width: 100%;
                height: 100%;
                text-align: left;
}

.radio-wrapper label &gt; img {
                pointer-events: none;
}

.radio-wrapper label::before, .network-radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.radio-wrapper [type='radio']:hover + label:before{
                border: 1px solid #0f6dbe7; 
}



/**/
.radio-wrapper label::before{
  height: 24px;
  width: 24px;
  background: white;
  left: 0px;
  top: 0px;
                border: 2px solid #c7c7c7;
  border-radius: 20px;
  position: absolute;  
}

/*radio checked*/
.radio-wrapper label::after {
  height: 12px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
  background: #0f6dbe;
  visibility: visible;
  position: absolute;
  border-radius: 20px;
  border: none;
}

/*checked state*/

.radio-wrapper input[type="radio"]:checked + label::before {
                background: white;
                border: 2px solid #0080c7;
}

.radio-wrapper input[type="radio"]:checked + label::after {
  content: "";
                visibility: visible;
}

/*defaul state*/
.radio-wrapper input[type="radio"] + label::after {
  content: none;
                visibility: hidden;
}

/*Adding focus*/
.radio-wrapper input[type="radio"]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

/*error state*/
.radio-wrapper.error-state label { 
                color: #e10000;
                font-weight: 600;
}

.radio-wrapper.error-state label::before{
                border: 2px solid #e10000;
}

.results-message {
    margin: 0 0 2rem;
}


/*toggle container*/
.toggle-container {
                text-align: left;  
                overflow: hidden;
                margin-left: 16.66667%; 
                }
.toggle-handle-style {background-color: #F9F9F9; display: block; font-size: 1.25rem; font-weight: 600; text-decoration: none; padding: 0.5rem 28px 0.5rem 1rem; position:relative; }
.toggle-handle-style:hover, .toggle-handle-style:focus {font-weight: 600; text-decoration: none; }
.toggle-handle-style:after {background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/icon-chevron.svg) no-repeat; background-position: right; content: '';  width: 14px; height: 8px; position: absolute; right: 0.5rem; top:19px; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.toggle-handle-style.collapse-toggle:after {background: url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/icon-chevron.svg) no-repeat; background-position: right; content: ''; -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.toggle-content {display: none; width: 100%; padding: 0 1rem 0.5rem; }

/* table */
.table-scroll {margin: 2.5rem 0; }
table.scroll {
                border-collapse:collapse;
                border-spacing: 0;
                border: none;
                color: #383E48;
                display: table; 
                width: 100%;

                }


table.scroll thead, table.scroll tbody {width: 100%; }

table.scroll thead {
  background: #fff;
  border:none; 
  color: #454545;
  font-size: 1.125rem;
}

table.scroll tbody tr:nth-child(odd) {background-color: #fafafa; }
table.scroll tbody tr:nth-child(even) {background-color: #fff; }
table.scroll thead, table tbody, table tfoot {border: none; background-color: #fff; }
table.scroll th {padding: 1rem 1.5rem; }
table.scroll td {border-right: 1px solid #979797; padding: 1.8rem 1.5rem; }
table.scroll th:last-child, table.scroll td:last-child {border:none; }
.no-border {border-right: none !important; }

/**tablet down**/
@media screen and (max-width: 63.9375em) {
section .row {
                display: flex;
}

.banner-hero { height:auto; margin-top:0; padding:0;}
.banner-hero .banner-content { position:relative; margin:0; padding:1rem 2rem 6rem;}
.banner-hero h1 { font-size:3.125rem; line-height:3.5rem;}
.banner-hero h1, .banner-hero p { margin-right:0;}
.banner-hero img, .banner-hero .page-category { display:none;}
.banner-hero { background: linear-gradient(2.98deg, #427DDA 0%, #191BB3 100%);}



.pop-cards-home, .pop-cards-interior { height: auto; overflow: visible; padding:auto; border-bottom:none; margin:0; padding:0;}

.pop-cards-interior h2, .pop-cards-interior p:not('.pop-card p') { padding:0 1rem ;}
.pop-card h3 {margin:5px 30px 10px 0 !important; height:auto !important;}
.pop-card { margin:0; padding: 1rem 2rem 1rem 1rem; height:auto; min-height:auto; animation: none !important; border:1px solid transparent; border-bottom: 1px solid #D5D5D5; border-radius:0; box-shadow:none; background:#fff url(https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow-right.svg) right 40px top 27px no-repeat; background-size:16px auto; position: relative;  }
.pop-card:hover{ border:1px solid transparent; border-bottom: 1px solid #D5D5D5;}
.pop-cards-home .pop-card, .pop-cards-interior .pop-card {top: 0px; }

.pop-up {transform: none;}


.promo-cta-2, .promo-cta-3, .promo-cta-4 { box-shadow:none; text-align:left; padding:4rem 2rem !important;}
.promo-cta-2:after {margin-left: -2rem}
.promo-cta-2 .columns, .secondary-nav .columns { padding:0;}

.promo-cta-3 .image, .promo-cta-4 .image { height:0;}

.promo-cta-3 img, .promo-cta-4 img { display:none;}

.acc-tabs-home, .acc-tabs-interior { background-color:#fff; display:block;}
.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder { width:100%; display:block; background-color: transparent;}
	
	/** Find a doctor Css for media **/
	.promo-cta-6 {padding: 2rem 0; text-align: center; }
	.promo-cta-6 .image {margin: 0 0 1rem; }
	.promo-cta-6 img {max-width: 200px; }
	.promo-cta-6 .button-container.two-buttons {margin-bottom: 0; }
}




.hidden-link-icons .external-link-white::after{
    display: none;
}

/********  Float Images Element  *********/

.image-float-left {
    float: left;
    padding-right: 1rem;
}

.image-float-right {
    float: right;
    padding-left: 1rem;
}

.image-float-left+p,
.image-float-right+p {
    min-height: 120px;
}

/* FIXED LEFT HEADER TABLE*/

.table-container {
    position: relative;
    margin: 0 0 2rem;
    overflow: hidden;
}

.table-wrapper {
                margin: 0 0 1rem; 
                width:100%;
                overflow:auto;
}
table.main-table {
                width:100%;
                border-collapse:separate;
                border-spacing:0;
}

.clone {
                position:absolute;
                top:0;
                left:0;
                pointer-events:none;
}
.clone th, .clone td {
                visibility:hidden;
}
.clone td, .clone th {
                border-color:transparent;
}

.clone tbody th {
                visibility:visible;
}
.clone th.fixed-col, .clone td.fixed-col {                   
                visibility:visible;
                /*border: none;*/
                border-right: solid 2px #d7d7d7;
}
/*.clone thead, .clone tfoot{background:transparent;}*/




table.comparison-table {
                width:100%;
                border-collapse:separate;
                border-spacing:14px 0;
}
table.comparison-table thead {background-color: transparent; border:none;  }
table.comparison-table tr {background: none!important; }
table.comparison-table tbody th, table.comparison-table tbody td {padding: 0.938rem 1.750rem; }
table.comparison-table thead th {padding-left: 1.750rem; padding-right: 1.750rem; }
table.comparison-table thead th, table.comparison-table tfoot th {text-align: center; }

table.comparison-table thead th {font-size: 1.375rem; text-align: center; }
table.comparison-table tbody th, table.comparison-table tfoot th {font-size: 1.125rem; font-weight: 400; }


table.comparison-table thead th.fixed-col, table.comparison-table tbody th.fixed-col, table.comparison-table tfoot th.fixed-col {color: #343434; text-align: left; }
table.comparison-table tbody th.fixed-col {border-bottom: 1px solid #c2c2c2;}

table.comparison-table th.blue-col {background-color: #0F6DBE; border-radius: 5px 5px 0 0; color: #fff; font-weight: 400; }
table.comparison-table th.gray-col {background-color: rgba(121,121,121,0.85); border-radius: 5px 5px 0 0; color: #fff; font-weight: 400; }
table.comparison-table td {text-align: center; } 
table.comparison-table td.blue-col {background-color: #0080C7; }
table.comparison-table td.gray-col {background-color: #F3F3F3; color: #696969; }
table.comparison-table td.gray-col span.show-for-medium {margin-left: 10px; }


table.comparison-table tr:last-child td.blue-col {border-radius: 0 0 5px 5px; }
table.comparison-table tr:last-child td.gray-col {border-radius: 0 0 5px 5px; }

table.comparison-table.clone th.fixed-col{
                background-color: #fff; 
                border: none; 
                }

table.comparison-table.clone tbody th.fixed-col {
                border-bottom: 1px solid #D0D0D0;
                }

table.comparison-table.clone td.fixed-col{
                background-color: #fff; 
                border: none; 
                }


/* .border-table */

.border-table {background-color: #fff; border: none;  border-collapse: collapse; }
.border-table th {text-align: left; }
.border-table tbody tr:nth-child(even), .border-table tbody tr:nth-child(odd) {background-color: #fff; }

.border-table th, .border-table td {border-top: 1px solid #979797; border-right: 1px solid #979797; border-bottom: 1px solid #979797; padding: 0.813rem 1.250rem; }

.border-table td:last-child {border-right:none; }
.unbold {font-weight: 400; }
.phone {color: #0F6DBE; /*cursor: text;*/ font-weight: 700; /*pointer-events: none;*/ } 
.border-table {font-size: 1.125rem; }

.contactus .row .large-12 {
  padding: 0 0.15em;
}

.contactus .row .border-table th, .border-table td { padding: 1rem 1.250rem; }

/*.gray-round-border */

.gray-round-border {box-sizing: border-box;        width: 100%; border: 2px solid #CECECE;               border-radius: 10px; padding: 2rem; }
.gray-round-border h3 {margin-top: 0; position:relative; }
.gray-round-border h3:after {
                display: block;
                content: '';
                margin-top: 1rem;
                width: 67px;
                height: 2px;
                background-color: #4A90E2; }
.gray-round-border ul:last-child, .gray-round-border li:last-child {margin-bottom: 0; }
/* Drug list styles */
.no-bullets{
    list-style: none; 
     line-height: 1.5; 
    margin: 0 0 1.5rem 0;
}
.no-bullets li{
  margin-left: 0;
  list-style: none;
}
@media screen and (max-width:639px){
.section .section-row .section, .section .section-row .section .row {
   padding: 0 !important;
}

.accordion-title {
  padding: 1.1rem;
}

.section-row-center{      
  padding:2em 1em;
}

.button.secondary-blue {
    max-width: unset;
    width: 100%;
    height: auto;
}

.form-module {
    margin: 0 auto 3rem;
    display: inline-block;
    width: 90%;

}

.form-module p {text-align:left; }
.toggle-container {margin-left: 0; }


input[type='text'], input[type='password'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='week'], input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], input[type='color'], textarea, select {
                max-width: 340px;
                }

.button-container {text-align: center; }

.form-module button {
    margin: 0 auto 1rem;
}



.section-row .columns, .card-container .columns {margin-bottom:2rem; }
.section-row .columns:last-child, .card-container .columns:last-child {margin-bottom:0; }



.card-container .card {

                margin-bottom:2rem;
}


.icon-card h3:not(.toggle-container p), .icon-card p:not(.toggle-container p) { text-align:center;}


.icon-card h3:after { display:block; content:''; margin:1rem auto 0; width:67px; height:2px; background-color:#4A90E2;}
.icon-card .image { text-align:center; margin:0 auto;}



.tabs-title {
                max-width:90px;
                margin: 0;
                text-align: left;
}

.tabs-title &gt; a {   
                font-weight: 600; 
                letter-spacing: 0;
                line-height:1.4rem;
                color: #006cb7;
    display: block;
                font-size: 1rem;
    margin: 0 .5rem 0 0;
                min-height:60px;
}

.table-container {
    position: relative;
    margin: 0 0 2rem;
    overflow: hidden;
}
.table-wrapper {
    margin: 0 0 1rem;
    width: 100%;
    overflow: auto;
}
table.comparison-table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.comparison-table thead th {
    font-size: 1.125rem;
}
table.comparison-table thead th, table.comparison-table tbody th, table.comparison-table tbody td, table.comparison-table tfooter th, table.comparison-table tfooter td {
    padding: 1rem;
}
.contactus .row .large-12 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
.border-table, .border-table th{
	font-size: 1rem;	
}
}
/**ipad**/
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
	.section .section-row .section, .section .section-row .section .row {
    padding: 0 !important;
    }

    table.comparison-table {
                  border-collapse: collapse !important;
      border-spacing: 0 !important;
    }
	/** Find a doctor Css for media **/
	.promo-cta-6 {padding: 2rem 0; text-align: center; }
	.promo-cta-6 .image {margin: 0 0 1rem; }
	.promo-cta-6 img {max-width: 200px; }
	.promo-cta-6 .button-container.two-buttons {margin-bottom: 0; }
}

/*End custom.css*/


/* Styling for the master component */
.sec-nav--retail--comp {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 5px;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* Styling for the label which sits outside the nav and acts as the drop down for the mobile version */
.sec-nav--retail--label {
    display: none;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 25px;
    font-variant: none;
    cursor: default;
    padding: .5em 0 !important;
}

/* Styling for the group of elements in the secondary nav for retail */

ul.sec-nav--retail--group {
	list-style: none !important;
	line-height: inherit !important;
    margin: 0 !important;
    flex-wrap: wrap;
}

ul.sec-nav--retail--group li {
    list-style: none !important;
	margin: 0 !important;
}


.sec-nav--retail--group &gt; li {
    position: relative;
}

.sec-nav--retail--group &gt; li &gt; a {
    padding: .5em 1em;
}

/* This enforces the stacking order of the secondary nav items */
.sec-nav--retail--group &gt; li:nth-child(1){
    z-index: 6;
}
.sec-nav--retail--group &gt; li:nth-child(2){
    z-index: 5;
}
.sec-nav--retail--group &gt; li:nth-child(3){
    z-index: 4;
}
.sec-nav--retail--group &gt; li:nth-child(4){
    z-index: 3;
}
.sec-nav--retail--group &gt; li:nth-child(5){
    z-index: 2;
}
.sec-nav--retail--group &gt; li:nth-child(6){
    z-index: 1;
}
/* Styling for the Individual and Family label in the menu system */
.sec-nav--retail--label &gt; a{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 25px;
    font-variant: none;
    cursor: default;
    padding: .5em 0 !important;
}

/* Styling for non-label menu items */
.sec-nav--retail--group &gt; li &gt; a{
    font-size: 16px;
    color: #0f6dbe;
    font-weight: 400;
    text-decoration: none solid rgb(15, 109, 190);
    line-height: 25px;
    font-variant: none;
    background: transparent !important;
    padding: .5em 2em .5em calc(1em + 24px) !important;
    margin-left: 5px;
    position: relative;
    transition: all ease-in-out 200ms;
}

.sec-nav--retail--group &gt; li &gt; a:focus{
    color: #0f6dbe;
}

/* Changes the text color to white on hover and active */
.sec-nav--retail--group &gt; li:hover a,  
.dropdown.menu &gt; li.is-active &gt; a{
    color: #ffffff;
}

/* This makes the after element appear as blue on hover */
.dropdown.menu &gt; li &gt; a::after {
    content: '';
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
    position: absolute;
    background-color: #0f6dbe;
    opacity: 0;
    z-index: -1;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    transition: all ease-in-out 200ms;
    transition-delay: 200ms;
}

.dropdown.menu &gt; li:hover a::after,
.dropdown.menu &gt; li &gt; a:focus::after {
    opacity: 1;
}

/* .dropdown.menu &gt; li &gt; a:focus::after {
    background-color: transparent;
    border: 1px solid #0f6dbe;
} */

.sec-nav--retail--group &gt; li:not(.is-active) &gt; a:focus::after {
    border: 1px solid #0f6dbe !important;
    background-color: transparent !important;
}

.dropdown.menu &gt; li &gt; a:focus {
    outline: none;
}

/* This make the background of the after element dark blue and expand when the item is open. */
.dropdown.menu &gt; li.is-dropdown-submenu-parent.is-active &gt; a::after {
    content: '';
    border: none;
    width: 324px !important;
    border-radius: 20px 20px 0 0;
    background-color: #003d62;
    opacity: 1;
    transition: all ease-in-out 150ms;
    transition-delay: 0s;
}

/* This adds the chevron to the before element and changes it to white on hover and active states*/
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::before{
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    content: '';
    opacity: 0;
    right: 45px;
    left: auto;
    top: 18px;
    background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron-blue.svg");
    background-position: center center;
    transition: all ease-in-out 200ms;
    transition-delay: 200ms;
}

.sec-nav--retail--group &gt; li.is-dropdown-submenu-parent:hover a::before, 
.sec-nav--retail--group &gt; li.is-active &gt; a::before {
    background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron-white.svg") !important;
    transition-delay: 0ms;
}
.sec-nav--retail--group &gt; li.is-dropdown-submenu-parent:hover a::before,
.sec-nav--retail--group &gt; li.is-dropdown-submenu-parent &gt; a:focus::before {
    opacity: 1;
    right: 15px;
}


/* This adds the movement of the chevron when the drop down opens. */
.sec-nav--retail--group &gt; li.is-dropdown-submenu-parent.is-active &gt; a::before {
    right:-116px !important;
    transform: rotate(180deg);
    transition-delay: 0ms;
}

/* This adds the arrow to the links in the main part of the secondart nav */
.dropdown.menu &gt; li:not(.is-dropdown-submenu-parent) &gt; a::before {
    display: block;
    position: absolute;
    width: 10px;
    height: 9px;
    content: '';
    right: 45px;
    left: auto;
    top: 15px;
    background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow.svg");
    background-position: center center;
    opacity: 0;
    transition: all ease-in-out 250ms;
}

.dropdown.menu &gt; li:not(.is-dropdown-submenu-parent):hover a::before {
    opacity: 1;
    right: 15px;
}

.dropdown.menu &gt; li:not(.is-dropdown-submenu-parent) &gt; a:focus::before {
    background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/arrow-blue.svg");
    opacity: 1;
    right: 15px;
}

/* These are the styles for the icons */
/* This is the outer portion of the icons */
.sec-nav--retail--group &gt; li::before {
    height: 20px;
    width: 20px;
    content: '';
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Frame.svg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: .6em;
    left: calc(1em + 2px);
    transition: all ease-out 200ms;
}

.sec-nav--retail--group &gt; li:hover::before{
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Frame-white.svg');
    opacity: .75;
}

.sec-nav--retail--group &gt; li.is-active::before{
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Frame-white.svg');
    opacity: 1;
}

/* This is the inner portion of the icon */
.sec-nav--retail--group &gt; li::after{
    height: 20px;
    width: 20px;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: .6em;
    left: calc(1em + 2px);
    transition: all ease-out 200ms;
}

.sec-nav--retail--group &gt; li:hover::after,
.sec-nav--retail--group &gt; li:focus::after {
    transform: scale(1.25, 1.25);
    transform-origin: center center;
}

.sec-nav--retail--group &gt; li.is-active::after {
    transform: scale(1, 1);
    transform-origin: center center;
}

/* These are the special classes for each icon */
.sec-nav--retail--group &gt; li:nth-child(1)::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Check.svg');
}

.sec-nav--retail--group &gt; li:nth-child(1):hover::after,
.sec-nav--retail--group &gt; li:nth-child(1).is-active::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Check-white.svg');
}

.sec-nav--retail--group &gt; li:nth-child(2)::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/shopping-cart-icon.svg');
}

.sec-nav--retail--group &gt; li:nth-child(2):hover::after,
.sec-nav--retail--group &gt; li:nth-child(2).is-active::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/shopping-cart-icon-inverse.svg');
}

.sec-nav--retail--group &gt; li:nth-child(3)::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Member.svg');
}

.sec-nav--retail--group &gt; li:nth-child(3):hover::after,
.sec-nav--retail--group &gt; li:nth-child(3).is-active::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Member-white.svg');
}

.sec-nav--retail--group &gt; li:nth-child(4)::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Dollar.svg');
}

.sec-nav--retail--group &gt; li:nth-child(4):hover::after,
.sec-nav--retail--group &gt; li:nth-child(4).is-active::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Dollar-white.svg');
}

.sec-nav--retail--group &gt; li:nth-child(5)::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Chat.svg');
}

.sec-nav--retail--group &gt; li:nth-child(5):hover::after,
.sec-nav--retail--group &gt; li:nth-child(5).is-active::after {
    background-image: url('https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/Chat-white.svg');
}

.hide-nav-icons .sec-nav--retail--group &gt; li::before,
.hide-nav-icons .sec-nav--retail--group &gt; li::after,
.hide-nav-icons .sec-nav--retail--group &gt; li:hover::before, 
.hide-nav-icons .sec-nav--retail--group &gt; li:hover::after, 
.hide-nav-icons .sec-nav--retail--group &gt; li.is-active::before,  
.hide-nav-icons .sec-nav--retail--group &gt; li.is-active::after {
    background-image: none;
}

/* The style the submenu and its components*/
.is-dropdown-submenu{
    transition-delay: 0s;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    display: block;
    overflow: hidden;
}

.is-dropdown-submenu.js-dropdown-active{
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
    transition-delay: 150ms;
}

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 40px;
    left: 5px;
    width: 324px;
    border-radius: 0 0 20px 20px;
    background-color: #003d62;
    border: none;
}

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li &gt; a {
    color: #ffffff;
    font-size: 1em;
    padding: 10px 15px 10px 40px;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li:hover a {
    text-decoration: none;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li &gt; a:focus {
    outline: none;
    background: rgba(15, 108, 190, 0.65);
}

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li.is-active-page &gt; a {
    font-size: 1.15em;
    font-weight: 600;
    position: relative;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li.is-active-page &gt; a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    background-color: #0f6dbe;
    z-index: -1;
    margin: 0;
}

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li.sec-nav--retail--sec-label &gt; * {
    font-size: 1.15em;
    font-weight: 600;
    padding: 10px 15px 10px 20px;
    cursor: default;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li.sec-nav--retail--sec-label &gt; *:focus {
    background: none;
}


/* Handles different transitions (added by js to elements)*/
.trans--all--45{
    transition: all ease-out 200ms;
}

.trans-delay--all-45 {
    transition-delay: 200ms;
}

/* Here is the media query to handle the mobile version of the menu */
@media screen and (max-width: 640px) {
    .sec-nav--retail--comp{
        padding: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: none;
    }

    .sec-nav--retail--group {
        transform: scaleY(0);
        transform-origin: top;
        transition: all ease-in-out 350ms;
        width: 100%;
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 20;
    }

    .sec-nav--retail--label.is-active+.sec-nav--retail--group {
        transform: scaleY(1);
    }

    .sec-nav--retail--group::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #003d62;
        border-radius: 0 0 20px 20px;
        z-index: -1;
        transition: all ease-in-out 350ms;
    }

    .sec-nav--retail--label{
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #0f6dbe;
        text-decoration: none solid rgb(0, 0, 0);
        line-height: 25px;
        font-variant: none;
        cursor: pointer;
        padding: .5em 1em !important;
        width: 100%;
        border-bottom: 1px solid #0f6dbe;
        transition: all ease-in-out 300ms;
    }
    .sec-nav--retail--label.is-active {
        color: #ffffff;
        background-color: #003d62;
    }

    .sec-nav--retail--label::before{
        display: block;
        position: absolute;
        width: 10px;
        height: 5px;
        content: '';
        right: 15px;
        left: auto;
        top: 18px;
        background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron-blue.svg");
        background-position: center center;
        transition: all ease-in-out 300ms;
    }
    
    .sec-nav--retail--label.is-active::before{
        background-image: url("https://espanol.bcbstx.com/content/dam/bcbs/bcbsil/retail/images/icon/chevron-white.svg") !important;
        transform: rotate(180deg);
    }
    

    .dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu{
        display: block;
        position: relative;
        opacity: 1;
        transform: none;
        width: calc(100% - 20px);
        top: 0;
        left: 20px;
        background-color: transparent;
    }

    .sec-nav--retail--group &gt; li:not(.sec-nav--retail--label) &gt; a{
        font-size: 1.15em;
        font-weight: 600;
        padding: 10px 15px 10px 20px !important;
        cursor: default;
        color: #ffffff;
        line-height: 25px;
        margin-left: 0;
        position: relative;
    }

    .dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu &gt; li.sec-nav--retail--sec-label &gt; * {
        font-size: 1em;
    }

    .dropdown.menu &gt; li:not(.is-dropdown-submenu-parent):not(.sec-nav--retail--label) &gt; a::before {
        right: auto;
        left: 175px;
        top: 15px;
        opacity: 1;
        transition: none;
    }
    
    .dropdown.menu &gt; li:not(.is-dropdown-submenu-parent):not(.sec-nav--retail--label):hover a::before {
        opacity: 1;
        right: auto;
    }

    .sec-nav--retail--group &gt; li::before, .sec-nav--retail--group &gt; li::after {
        background-image: none !important;
    }

    .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::before{
        background-image: none;
    }
    
    .sec-nav--retail--group &gt; li.is-dropdown-submenu-parent:not(.sec-nav--retail--label):hover  a::before, .sec-nav--retail--group &gt; li.is-active &gt; a::before{
        background-image: none !important;
    }

    .dropdown.menu &gt; li:hover  a ::after {
        opacity: 0;
    }
    div[class^="sec-nav--retail--icon"]{
        display: none;
    }
}
</pre></body></html>