@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**{border: 1px solid #000000 !important;}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', Arial, "sans-serif";
  font-weight: 400;
  background-color: #ffffff;
  /*new*/
  overflow-x: hidden; /*gets rid of issue from mag glass ading scroll bars.*/
  min-height: 100vh;
}
.darkmode {
  background-color: #000000;
  color: #ffffff;
}
/*css from orignal mega nav*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 500;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
}
.assistanceContainer {
  width: 100%;
  /*background-color: lightgrey;*/
  /*border-bottom: 1px solid lightgrey;*/
  padding: 7px 0px 7px 0px;
}
.assistance {
  margin: 0 auto 7px auto;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  max-width: 1300px;
}
hr.assistance-rule {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
  margin: 26px 0px 26px 0px;
}
.headlinevideotitleArea {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 50px 25px 0px 25px;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.90) 100%);
}
.hero-blue-fade-left {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-align: center;
  width: 30%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003d61+30,ffffff+100&1+30,1+30,0+100 */
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
/*.hero-bottom-white-angle{
    background-image: url("https://espanol.bcbsil.com/national/assets/shapes/mask-angle-hero.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10;
}*/
/*.hero-bottom-white-angle{
position: relative;    
bottom: 0px !important;
width: 100%;    
background-color: #ffffff;
max-height: 60px;
--d: 60px; /* control the shape (can be percentage) */
/*aspect-ratio: 1;
clip-path: polygon(0 var(--d),100% 0,100% 100%,0 100%);
z-index: 10;
}*/
.darkmode .hero-bottom-white-angle {
  bottom: 0px;
  width: 100%;
  background-color: #000000;
  max-height: 60px;
  --d: 60px; /* control the shape (can be percentage) */
  aspect-ratio: 1;
  clip-path: polygon(0 var(--d), 100% 0, 100% 100%, 0 100%);
  z-index: 10;
  position: absolute;
}
.hero-angle {
  background-image: url("https://www.bcbsil.com/national/assets/shapes/angle-home.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 35%;
  right: 0px;
  position: absolute;
  opacity: 0.7;
}
.headlinePagetitle {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  z-index: 25;
  text-align: left;
  width: auto;
  padding: 0px 0px 0px 0px;
}
.headlinePagetitle h1.light {
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
}
.headlinePagetitle h2.light {
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
}
.headlinePagetitle h1.heavy {
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}
.headlinePagetitle h2.heavy {
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}
.darkmode h2 {
  color: #8fb4dc;
}
h2.home-video {
  font-size: 20px;
  line-height: 30px;
  color: white;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
}
h2.pharmacy {
  font-size: 22px;
  line-height: 31px;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
}
.darkmode h2.pharmacy, .darkmode h2.pharmacy strong {
  color: #8fb4dc;
}
h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px 0px 25px 0px;
}
h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
}
p {
  margin: 0px 0px 26px 0px;
}
p.last {
  margin: 0px 0px 0px 0px;
}
p.small {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 20px;
}
.spacebefore {
  margin: 25px 0px 0px 0px;
}
.spaceafter {
  margin: 0px 0px 25px 0px;
}
.nospaceafter {
  margin: 0px 0px 0px 0px;
}
.spaceRight {
  margin-right: 20px;
}
.center {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
strong {
  font-weight: 700;
}
.darkmode strong {
  color: #8fb4dc;
}
em {
  font-style: italic;
}
sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: 400;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
ul.checks {
  list-style-type: none;
}
ul.checks li {
  margin-bottom: 15px;
}
ul.checks li:before {
  content: '✓ ';
  color: #007CBF;
  margin-right: 5px;
  margin-left: -20px;
}
ul.checks li:after {
  margin-right: 15px;
}
ul.bullets {
  margin: 0px 0px 20px 20px;
  list-style: none;
}
ol.bullets {
  margin: 0px 0px 20px 20px;
  list-style: decimal;
}
ol.bullets li::marker {
  color: #007CBF;
}
ul.bullets li::before {
  content: "•";
  color: #007CBF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.bullets ul li::before {
  content: "○";
  color: #007CBF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 13px;
}
/*links within bullets to override the menu item a styles*/
ul.bullets li a {
  display: inline-block !important;
  background: #ffffff !important;
  line-height: 26px !important;
}
/*end links within bullets to override the menu item a styles*/
.blue {
  color: #007CBF;
}
.darkmode .blue {
  color: #8fb4dc;
}
.darkblue {
  color: #003d61;
}
.lite-teal {
  color: #8fdfe4;
}
.teal {
  color: #0cb5c9;
}
.white {
  color: white;
}
.black {
  color: black;
}
.grey {
  color: grey;
}
.nowrap {
  white-space: nowrap;
}
a {
  text-decoration: underline;
}
a.textlink:link {
  color: #000000;
}
a.textlink:visited {
  color: #000000;
}
a.textlink:hover {
  color: #007CBF;
}
a.textlink:active {
  color: #000000;
}
a.textlinkblue:link {
  color: #007CBF;
}
a.textlinkblue:visited {
  color: #007CBF;
}
a.textlinkblue:hover {
  color: #000000;
}
a.textlinkblue:active {
  color: #007CBF;
}
a.textlinkwhite:link {
  color: white;
}
a.textlinkwhite:visited {
  color: white;
}
a.textlinkwhite:hover {
  color: white;
  text-decoration: none;
}
a.textlinkwhite:active {
  color: white;
}
.nolink {
  color: darkgray;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.logoContainer {
  width: 100%;
  background-color: #ffffff;
}
.darkmode .logoContainer {
  width: 100%;
  background-color: #000000;
}
.logoArea {
  height: 100px;
  padding: 0px 0px 0px 0px;
  max-width: 1300px;
  margin: 0 auto;
}
.national-logo {
  background-image: url("https://espanol.bcbsil.com/national/assets/logos/5-plan-national-one-line.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 300px;
}
.darkmode .national-logo {
  background-image: url("https://espanol.bcbsil.com/national/assets/logos/5-plan-national-one-line-white.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 300px;
}
/*buttons */
.button {
  border: none;
  padding: 16px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, "sans-serif";
}
.button img, .button-espanol img {
  display: inline;
  margin: 0px 0px 0px 5px;
}
.button1:link {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #005587;
  margin: 0px 0px 0px 0px;
  color: #005587;
}
.button1:visited {
  background-color: #ffffff;
  color: #005587;
}
.button2:link {
  background-color: #007cbf;
  margin: 0px 0px 0px 0px;
  color: white;
  text-decoration: none;
    cursor: pointer !important;
}
.button2:visited {
  background-color: #007cbf;
  color: white;
  text-decoration: none;
}
.darkmode .button2:link, .darkmode .button2:visited {
  background-color: #2c3b4a
}
.button1:hover, .button2:hover {
  background-color: #003D61;
  color: white;
  text-decoration: none;
}
.darkmode .button2:hover {
  background-color: #003D61;
}
.button3:link, .button3:visited {
  background-color: #ffffff;
  border: 1px solid #003D61;
  margin: 0px 0px 0px 0px;
  color: #005587;
}
.button3:hover {
  background-color: #003D61;
  color: white;
  text-decoration: none;
}
.button4:link, .button4:visited {
  background-color: #fe6005;
  border: 1px solid #fe6005;
  margin: 0px 0px 0px 0px;
  font-size: 19px;
  color: #ffffff;
}
.button4:hover {
  background-color: #fe6005;
  border: 1px solid #ffffff;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}
#gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(50, 50, 50, 0.75);
  background-image: url(https://espanol.bcbsil.com/national/assets/icons/down_arrow.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  transform: rotate(180deg);
  color: white;
  cursor: pointer;
  padding: 18px;
  border-radius: 3px;
}
#gototop:hover {
  background-color: #003d61;
}
.kampyle_vertical_button {
  background-color: #007cbf !important;
}
/* end buttons*/
/* animation menu hamburger */
.menu-btn {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  right: 25px
}
@media (max-width: 1023px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn .menu-btn__lines, .menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}
.menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}
.menu-btn .menu-btn__lines::before {
  transform: translateY(-0.7rem);
}
.menu-btn .menu-btn__lines::after {
  transform: translateY(0.7rem);
}
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #ffffff;
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #ffffff;
}
.expand-btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: " ▾";
  opacity: 0.75;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
}
.expand-btn.open {
  color: #1fbfc9;
}
.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}
i.fa-home {
  font-size: 22px;
  padding: 12px 0px 0px 0px;
}
@media (max-width: 1023px) {
  i.fa-home {
    font-size: 22px;
    padding: 0px 0px 0px 0px;
  }
}
/* navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0;
  background: #007cbf;
  /*  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);*/
  /*newly added by me*/
  max-width: 1300px;
  margin: 0 auto;
}
.darkmode .navbar {
  background: #152737;
}
@media (max-width: 1023px) {
  .navbar {
    padding: 10px 20px;
  }
}
.navbar.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
}
/*originally puts the logo in the nav bar on the left*/
.navbar .logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
/*end navbar logo*/
.navbar .menu-items {
  display: flex;
  align-items: center;
}
.navbar .menu-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #003d61;
}
.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #003d61;
}
.navbar .menu-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .navbar .menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 150px;
    left: 0;
    display: block;
    width: 325px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-right: 10px;
    background: #003d61;
    overflow-y: auto;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
  }
  .navbar .menu-items.open {
    transform: translateY(0);
  }
}
.navbar .menu-items > li > .menu-item {
  padding: 0px 35px 0px 25px;
  margin: 0 auto;
  height: 50px;
}
/*adjut spacing around specifc buttins due to the arrows on others*/
.navbar .menu-items > li > .menu-item.home-nav-link, .navbar .menu-items > li > .menu-item.contact-us-nav-link {
  padding: 0px 25px 0px 25px;
  margin: 0 auto;
  height: 50px;
}
ul li a:link, ul li a:visited {
  display: block;
  /*padding: 0 20px 0 20px;*/
  line-height: 50px;
  background: #007CBF;
  color: #ffffff;
  text-decoration: none;
}
ul li a:hover {
  background: #003d61;
  color: #ffffff;
  text-decoration: none;
}
.menu-items a.active {
  background: #003d61;
  color: #ffffff;
  text-decoration: none;
}
.mega-links a.active {
  text-decoration: underline;
}
li.sub-list{
    text-decoration: underline;
}
/*style for mega drop down titles*/
.menu-title a.title-link:link {
color: #ffffff;
background: none;
line-height: 16px;
text-decoration: none;    
}
.menu-title a.title-link:hover {
color: #ffffff;
background: none;
line-height: 16px;
text-decoration: underline;    
}
/*end mega drop down titles*/
.darkmode ul li a:link, .darkmode ul li a:visited {
  display: block;
  /*padding: 0 20px 0 20px;*/
  line-height: 50px;
  background: #152737;
  color: #ffffff;
  text-decoration: none;
}
.darkmode ul li a:hover {
  background: #003d61;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  ul li a:link, ul li a:visited {
    display: block;
    /*padding: 0 20px 0 20px;*/
    line-height: 30px;
    background: none;
    color: #ffffff;
    text-decoration: none;
  }
  ul li a:hover {
    background: none;
    color: #ffffff;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  .navbar .menu-items > li > .menu-item, .navbar .menu-items > li > .menu-item.home-nav-link, .navbar .menu-items > li > .menu-item.contact-us-nav-link {
    padding: 1rem 1rem;
  }
}
.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .navbar .menu-items li a {
    padding: 10px 1rem;
  }
}
.navbar .dropdown {
  position: relative;
}
@media (min-width: 1024px) {
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .navbar .dropdown .dropdown-right .expand-btn:after, .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    width: 245px;
    padding: 0;
    background: #007cbf;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    /*box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);*/
    visibility: hidden;
    transition: all 0.4s ease;
  }
}
@media (max-width: 1023px) {
  .navbar .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
  }
}
.navbar .menu-right {
  top: 0;
  left: 100%;
  width: 200px;
}
@media (max-width: 1023px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar .menu-left {
  top: 0;
  left: -100%;
}
@media (max-width: 1023px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  transition: 0.25s;
}
.navbar .menu-item:hover {
  color: #ffffff;
  /*background-color: #005587;*/
}
.navbar .menu-item.active {
  color: #ffffff;
  /*background-color: #005587;*/
}
.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar ul li a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .navbar .dropdownMega {
    position: inherit !important;
  }
}
@media (min-width: 1024px) {
  .navbar .mega-menu {
    position: absolute;
    top: 50px;
    left: 0;
    /*newly added by me*/
    max-width: 1300px;
    width: 100%;
    /*width: 100vw;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 1023px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}
.navbar .mega-menu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  /*newly added by me*/
  max-width: 1300px;
  /*width: 100%;*/
  padding: 1rem;
  background: #003d61;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .navbar .mega-menu .content {
    grid-template-columns: auto;
  }
}
@media (min-width: 1024px) {
  .navbar .mega-menu .content {
    padding: 25px 25px;
  }
}
@media (max-width: 1023px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }
}
.navbar .category .content .col .img-wrapper {
  margin: 1rem 0;
}
.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}
.navbar .blog .content .col .menu-title {
  font-weight: normal;
}
.navbar .blog .content .col .menu-title a {
  transition: 0.25s;
}
.navbar .blog .content .col .menu-title a:hover {
  color: #ff5722;
}
.navbar .content .col {
  display: flex;
  flex-direction: column;
}
.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.navbar .content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.navbar .content .col .menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  border-left: 2px solid #007cbf;
  padding-left: 0.625rem;
}
@media (max-width: 1023px) {
  .navbar .content .col .menu-title {
    font-size: 16px;
  }
}
.navbar .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 16px;
  line-height: 1.6rem;
  color: #ffffff;
}
.navbar .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #C7C7C7;
}
.mega-links a:link, .mega-links a:visited {
  background: none;
  line-height: 30px;
}
.mega-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar .content .col .mega-links li {
    margin: 0;
  }
  .navbar .content .col .mega-links li a {
    padding: 0 0.5rem;
  }
}
.navbar .content .col .mega-links li {
  margin: 1rem 0;
}
.navbar .content .col .mega-links li a {
  padding: 0;
}
@media (max-width: 1023px) {
  .overflow {
    overflow: hidden;
  }
  .navbar .content .col .mega-links li {
    margin: 1rem 10px;
  }
}
@media (max-width: 1023px) {
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}
/*darkmode style*/
.navbar-right {
  position: relative;
  right: 75px;
  top: 3px;
  z-index: -1;
  /*display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;*/
}
/*@media only screen and (max-width: 992px) {
  .navbar-left, .navbar-right {
    flex: 0 0 auto;
  }
  .navbar-right {
    align-items: center;
  }
  .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}*/
.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}
.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch-light {
  font-size: 25px;
  visibility: visible;
  /*color: var(--black-300);*/
  color: #ffffff;
}
.darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: #ffffff;
  /*color: var(--white-100);*/
}
.darkmode .switch-dark {
  font-size: 25px;
  visibility: visible;
}
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}
/*end darkmode style*/
/*start content styles*/
/*search styles*/
#form-content {
  position: absolute;
  /*height: 40px;*/
  width: 0px;
  /*margin-right: -50px;*/
  top: 10px;
  right: 0px;
  /*transform: translate(-50%, -50%);*/
  /*z-index: 1000;*/
}
#form-content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*magnify glass lens*/
input {
  box-sizing: border-box;
  position: relative;
  top: 10px;
  right: 30px;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', Arial, "sans-serif";
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  cursor: pointer;
  caret-color: #ffffff;
}
/*magnify glass handle*/
.search {
  background: none;
  position: absolute;
  top: 12px;
  right: -2px;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/*magnify glass handle*/
.search:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 9px;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/*mag glass turns into X*/
.close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-left: -10px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/*mag glass turns into X*/
.close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 3px;
  margin-left: -10px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.square {
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  margin: 5px 0px 0px 0px;
  width: 300px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: #007cbf;
  color: #fff;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.darkmode .square {
  background: #152737;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 1023px) {
  #form-content {
    right: 50px;
  }
}
@media screen and (max-width: 450px) {
  .square {
    width: 230px;
  }
}
/*end search styles*/
/*Search results styles*/
#tipue_search_results_count {
  color: #000000;
}
#tipue_search_image_modal {
  display: none;
}
img.tipue_search_img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.tipue_search_content_title {
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0px 10px 0px;
}
.tipue_search_content_url {
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  line-height: 26px;
}
.tipue_search_content_text {
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.tipue_search_content_bold {
  font-weight: 700 !important;
}
#tipue_search_content a:link, #tipue_search_content a:visited {
  color: #004a7c;
}
#tipue_search_content a:hover, #tipue_search_content a:active {
  color: #555555;
}
/*End Search results styles*/
/*video styling*/
.video-background {
  background: #000;
  position: relative;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  margin-bottom: -50px;
}
.video-background iframe {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 195.77777778vh;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%
}
.embed-responsive-4by3 {
  padding-bottom: 75%
}
.modal-content {
  background: #fff;
  border: none !important
}
.modal-body {
  padding: 0
}
.aspect-ratio-home {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.aspect-ratio-home iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-page-video-size {
  width: 500px;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  margin: 0px 0px 35px 0px;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vjs-progress-control {
  visibility: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button, .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  display: block;
}
.video-js .vjs-control-bar {
  display: none !important;
}
.play {
  position: absolute;
  z-index: 1000;
  top: 45%;
  left: 50%;
  margin: 0 0 0 -31px;
  max-width: 62px;
}
/*end video styling*/
/*Start Hero Styles*/
.hero-home {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-home-world-usa.jpg")
}
.dental {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-dental.jpg")
}
.vision {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-vision.jpg")
}
.medicare {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-medicare.jpg")
}
.ancillary {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-ancillary.jpg")
}
.solutions {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-solutions.jpg");
}
.operating-model {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-operating-model.jpg");
}
.networks {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-networks.jpg");
}
.health-management {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-health-management-advocacy.jpg");
}
.pharmacy-solutions {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-pharmacy-solutions.jpg");
}
.behavioral-mental-health {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-behavioral-mental-health.jpg");
}
.virtual-care {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-virtual-care.jpg");
}
.risk-financial-management {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-risk-and-financial-management.jpg");
}
.who-we-are {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-who-we-are.jpg");
}
.innovation {
  background-image: url("https://www.bcbsil.com/national/assets/heros/hero-innovation.jpg");
}
.bcg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  background-position: center center;
  margin: -50px 0px 0px 0px;
  position: relative;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  z-index: 10;
  background-color: #003d61;
}
.bcg-white-background {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  background-position: center center;
  margin: -50px 0px 0px 0px;
  position: relative;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  z-index: 10;
  background-color: #ffffff;
}


.bcg-behavioral-health {
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
 margin: -50px 0px 0px 0px;
  position: relative;

  background-color: #007cbf;
  background-image: url("https://www.bcbsil.com/national/assets/support/info-graphics/bh-background.jpg");
  background-size: cover;
}

/*End Hero Styles*/
section.textContent {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px auto;
  padding: 0px 0px 0px 0px;
}
section.textContent950 {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 50px auto 50px auto;
  padding: 0px 0px 0px 0px;
}
section.textContent-legal-privacy {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 75px 25px 25px 0px;
  margin: 0 auto;
  display: flex;
}
.sidebar-menu {
  width: 260px;
}
.legal-content {
  width: 80%;
  padding: 0px 25px 25px 50px;
}
.legal-content h1 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
  color: #007cbf;
  margin: 0px 0px 25px 0px;
}
.legal-content h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #007cbf;
  margin: 0px 0px 25px 0px;
}
.legal-content h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #007cbf;
  margin: 0px 0px 25px 0px;
}
.pharmacyContent-flex-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pharmacyContent-flex-items div {
  width: 23%;
  text-align: center;
  padding: 15px;
}
.pharmacyContent-flex-items-callout {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pharmacyContent-flex-items-callout h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  color: #003d61;
  margin: 0px 25px 0px 0px;
}
.pharmacyContent-flex-items-callout h3 span {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #003d61;
  margin: 0px 0px 0px 0px;
}
.darkmode .pharmacyContent-flex-items-callout div h3, .darkmode .pharmacyContent-flex-items-callout div h3 span {
  color: #8fb4dc;
}
.pharmacy-numbers {
  display: flex;
  align-items: center;
  margin: 0px 0px 26px 0px;
}
.pharmacy-numbers img {
  margin: 0px 26px 0px 0px;
}
.legal-office-locations, .textContent-flex-items {
  display: flex;
  justify-content: flex-start;
}
.legal-office-locations div, .textContent-flex-items div {
  margin: 0px 50px 0px 0px;
}
/********legal and privacy sidebar navigation*********/
ul li a.sidebar-menu-link:link, ul li a.sidebar-menu-link:visited {
  display: block;
  padding: 20px 20px 20px 20px;
  line-height: 26px;
  background: #007CBF;
  color: #ffffff;
  text-decoration: none;
}
ul li a.sidebar-menu-link:hover {
  background: #003d61;
  color: #ffffff;
  text-decoration: none;
}
ul li a.sidebar-menu-link.active {
  background: #003d61;
}
/********end legal and privacy sidebar navigation*********/
section.textContent-flex-heading-top {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.heading-callout {
  width: 230px;
}
.heading-paragraph {
  width: 70%;
}
.text-columns {
  column-count: 2;
  column-gap: 50px;
}
.break-column {
  break-after: column;
}
.shape001 {
  background: url("https://espanol.bcbsil.com/national/assets/shapes/angle-001.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  top: 1025px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.darkmode .shape001 {
  background: none;
}
.shape {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 50px auto 50px auto;
  padding: 0px 0px 0px 0px;
}
.shape:before {
  content: '';
  position: absolute;
  margin: auto;
  z-index: -1;
  left: 0;
  width: 150px;
  height: 100px;
  transform: skew(-20deg);
  background: red;
}
img.imageSize {
  width: 100%;
  height: auto;
}
/* Start Tiles*/
section.tilesFlex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
section.flex950 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0px auto -25px auto;
  padding: 0px;
}
section.flex950 p {
  width: 80%;
  padding: 0px 0px 0px 25px;
}
.tiles-container {
  width: 260px;
  background-color: #003d61;
  border-radius: 12px;
  position: relative;
  margin: 25px 0px 25px 0px;
}
.tiles-container-whitebkg {
  width: 260px;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  margin: 25px 0px 25px 0px;
}
.tiles-imagehero {
  vertical-align: top;
  position: relative;
  height: 230px;
  top: 0;
  left: 0;
}
.tiles-imagehero img {
  width: 100%;
  object-fit: contain;
  object-position: 20% 10%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.tiles-content {
  vertical-align: top;
  position: absolute;
  padding: 25px;
  z-index: 10;
}
.tiles-content h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
}
.tiles-content p {
  margin: 0px 0px 50px 0px;
  font-size: 14px;
  line-height: 24px;
}
.tiles-button {
  border: none;
  font-family: 'Open Sans', Arial, "sans-serif";
  padding: 16px 22px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 0 0 12px 12px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.our-membership-items {
  width: 45%;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.our-membership-items p {
  margin: 10px;
}
.behavioral-mental-health-text {
  margin: 25px 0px 0px 0px;
}
.pharmacy-solutions-text, .health-management-advocacy-text {
  top: 0%;
  left: 13%;
  position: absolute;
  transform: translate(-25%, 25%);
}
/*animation style
#energy-service{
    width: 100%;
    height: auto;
}
end are these needed*/
/*legal and Privacy*/
.table-container {
  padding: 30px;
  background-color: #f3f3f3;
  margin: 0 -30px;
  margin-bottom: 2em;
}
.table-container table {
  border: 1px solid #ababab;
  border-collapse: collapse;
  font-size: 13px;
  color: #373737;
}
table thead {
  background: #f8f8f8;
  color: #0a0a0a;
  border: 1px solid #f1f1f1;
}
th, td {
  font-size: 15px;
  vertical-align: initial;
  border: 1px solid #ababab;
  border-collapse: collapse;
  color: #373737;
  padding: 15px;
}
/*end legal and privacy*/
/*contact us*/
iframe.lead-collection {
  width: 100%;
  height: 1500px;
}
/*end contact us*/
/*End Tiles*/
p.pre-legal {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: black;
  margin: 0px 0px 12px 0px;
  top: 100px;
}
.darkmode .pre-legal {
  color: white;
}
.preFooter {
  width: 100%;
  position: relative;
  padding: 35px 25px 35px 25px;
  top: 100px;
}
.preFootercontent {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.preFootercontent p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
/*.footer-top-white-angle{
    background-image: url("https://espanol.bcbsil.com/national/assets/shapes/mask-angle-footer.svg"); 
    background-repeat: no-repeat; 
    background-position: top;
    bottom: 0px;
    height: 100%; 
    overflow: hidden; 
    position: absolute;
    left: 0px;
    width: 100%;

}*/
/*.footer-angle{
    position: relative;

    width: 100%;
  background-color: #007cbf;
max-height: 60px;
    --p: 40px; /* control the shape (can be percentage) */
/*aspect-ratio: 1;
  clip-path: polygon(0 var(--p),100% 0,100% 100%,0 100%);
}*/
footer {
  width: 100%;
  background-color: #007CBF;
  position: relative;
  top: 100px;
  padding: 100px 25px 25px 25px;
  /* aspect-ratio: 1;
clip-path: polygon(0 5%,100% 0%,100% 100%,0% 100%);*/
}
.darkmode footer {
  width: 100%;
  background-color: #152737;
  position: relative;
  top: 0px;
  padding: 100px 25px 25px 25px;
}
section.footerContent {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
section.footerContent h5 {
  font-size: 22px;
  line-height: 25px;
  color: white;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
section.footerContent p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  margin: 0px 0px 10px 0px;
}
section.footerContent p.tagline {
  font-size: 13px;
  line-height: 19px;
  color: white;
  margin: 0px 0px 10px 0px;
}
section.footerContent p.tagline span {
  font-size: 10px;
  line-height: 14px;
  color: white;
  margin: 0px 0px 10px 0px;
}
footer a:link, footer a:visited {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer a.web:link, footer a.web:visited {
  color: white;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}
hr.one {
  border: 0;
  height: 1px;
  background: #ffffff;
  margin: 10px 0px 10px 0px;
}
hr.two {
  border: 0;
  height: 1px;
  background: #ffffff;
  margin: 10px 0px 15px 0px;
}
footer h5 a:link {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
footer h5 a:visited {
  color: white;
}
a.footerlink:link {
  color: white;
  font-weight: 700;
}
a.footerlink:visited {
  color: white;
}
a.footerlink:hover {
  color: white;
  text-decoration: none;
}
a.footerlink:active {
  color: white;
}
/*start insights hub page*/
/*main hub page insights-hub.html */
.insight-cancer-care {
  background-image: url("https://www.bcbsil.com/national/assets/heros/insights/insights-hero-medical.jpg");
}
.insight-pharmacy {
  background-image: url("https://www.bcbsil.com/national/assets/heros/insights/insights-hero-pharmacy.jpg");
}
.insight-behavioral-health {
  background-image: url("https://www.bcbsil.com/national/assets/heros/insights/insights-hero-behavioral-health.jpg");
}
.insights-hub {
  width: 100%;
}
.bcg-insights {
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  background-position: center center;
  margin: 0px 0px 10px 0px;
  border-radius: 12px 12px 0px 0px;
}
.overlay-coming-soon {
  background-color: SlateGray;
  position: relative;
  width: 100%;
  height: 320px;
  opacity: 0.40;
  z-index: 2;
}
.insight-content-hub {
  position: relative;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  text-align: left;
  width: auto;
  padding: 25px;
}
.insight-content-hub h2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 800;
    margin: 0px 0px 10px 0px;
}
/*end main hub page insights-hub.html */


/*bh*/
section.bhtextContent {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 0px 75px 0px;
}

.panel-flexitem h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: 25px 0px 25px 0px;
}
.panel-flexitem h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}

.flexwrapperbh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.flexwrapperbh div.flexitems {
  margin: 20px 0px 20px 0px;
  width: 45%;
  display: flex;
  align-items: center;
}

.bhgrayContainer, .bhtabContainer {
  width: 100%;
  background-color: #e8eef3;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-bottom: 25px;
}

.title-area-home {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0px 0px 0px;
}


.title-area-home h1{
    font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
}

.title-area-home h2{
   font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px 0px 50px 0px; 
}

p.callout-large {
  font-size: 24px;
  line-height: 36px;
  margin: 0px 0px 50px 0px;
}


.hero-bar {
  width: 15px;
  height: 300px;
  background-color: #8fdfe4;
  left: -50px;
  top: 100px;
  position: absolute;
  animation: fadeInLeft 3s;
}

.content-hero-box {
  padding: 0px 0px 0px 25px;
}


.panel-flexitem {
  width: 50%;
  padding: 50px;
  text-align: center;
  margin: 0px 0px 25px 0px;
}
.panel-flexitem h4 {
  font-size: 95px;
  line-height: 95px;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}
.panel-flexitem h4 span {
  font-size: 40px;
  line-height: 40px;
}
.panel-flexitem h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
.panel-flexitem p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}
.end-bar {
  width: 15px;
  height: 200px;
  background-color: #8fdfe4;
  left: -50px;
  top: 0px;
  position: absolute;
  animation: myBarend 3s;
}
@keyframes myBarend {
  from {
    left: -3px;
  }
  to {
    left: -50px;
  }
}


.teal-background {
  background-color: #1FBFC9;
}
.lite-teal-background {
  background-color: #0cb5c9;
}
.bcbs-background {
  background-color: #007cbf;
}
.dark-blue-background {
  background-color: #052264;
}
.dark-blue1-background {
  background-color: #003d61;
}

.tealContainerbh {
  width: 100%;
  background-color: #0cb5c9;
  position: relative;
  padding: 50px 0px 50px 0px;
  margin-bottom: 0px;
}
.tealContainerbh .content, .darkblueContainerbh .content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

.tealContainerbh .content h3 {
  font-size: 38px;
  line-height: 49px;
    margin: 0px;
    font-weight: 700;
}
.grayContainer, .tabContainer {
  width: 100%;
  background-color: #e8eef3;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-bottom: 25px;
}
.darkblueContainerbh {
  width: 100%;
  background-color: #052264;
  position: relative;
  padding: 50px 0px 50px 0px;
  margin-bottom: 25px;
}
.darkblueContainerbh h3 {
  font-size: 38px;
  line-height: 49px;
}
/*Accodions*/
.accordion {
  background-color: #052264;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  border: 1px solid #ffffff;
}
.accordion:hover {
  background-color: #0cb5c9;
  color: #052264;
  font-weight: 700;
}
.accordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*End Accordions*/
/*end bh*/


/*category ie. cancer-care.html */
.insight-category {
  background-color: #f7f7f7;
  height: 225px;
  margin: 0px 0px 10px 0px;
}
.insight-category-content {
  display: flex;
  justify-content: flex-start;
  align-items: left;
}
.bcg-insight-category-content-image, .bcg-insight-category-content-video {
  background-repeat: no-repeat;
  background-size: contain;
  height: 225px;
  width: 400px;
  background-position: center center;
}
.bcg-insight-category-content-image-cover{
  background-repeat: no-repeat;
  background-size: cover;
  height: 225px;
  width: 400px;
  background-position: center center;
}
.ipad-cancer-care {
  background-image: url("https://espanol.bcbsil.com/img/hcsc/ES_232541.png");
}
.infographic-cancer-care {
  background-image: url("https://www.bcbsil.com/national/assets/support/insights/cancer-care/illustration-cancer-care-infographic.png");
}
.blog-cancer-care{
   background-image: url("https://www.bcbsil.com/national/assets/support/insights/cancer-care/cancer-care-blog.jpg"); 
}

.ipad-behavioral-health {
  background-image: url("https://espanol.bcbsil.com/img/hcsc/ES_232544.png");
}
.infographic-behavioral-health {
  background-image: url("https://www.bcbsil.com/national/assets/support/insights/behavioral-health/illustration-behavioral-health-infographic.jpg");
}

.insight-category-content-callout {
  padding: 25px;
  width: 70%;
}
.insight-category-content-video {
  padding: 0px;
  width: 400px;
  height: 225px;
}
.insight-category-content-callout h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
  color: #005587;
}
.insight-category-content-callout p {
  margin: 0px 0px 10px 0px;
}
/*end category ie. cancer-care.html */
/*end Content style*/
@media screen and (max-width: 1023px) {
  .bcg-behavioral-healthbar-right {
    left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .assistanceContainer {
    padding: 7px 10px 7px 0px;
  }
  .logoArea {
    margin: 0px 15px 0px 15px;
  }
  section.textContent, section.textContent950, section.tilesFlex, section.flex950 {
    padding: 0px 25px 0px 25px;
  }
  section.flex950 p {
    width: 65%;
  }
  section.textContent-legal-privacy {
    padding: 75px 25px 25px 25px;
  }
  .video-background {
    background: #000;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .video-background iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 150.77777778vh;
  }
  h1.home-video {
    font-size: 30px;
    line-height: 40px;
  }
    /*bh*/

 
.title-area-home {
    padding: 35px 20px 0px 50px;
  }
    
.hero-bar {
  width: 10px;
  height: 200px;
  background-color: #8fdfe4;
  left: 0px;
  top: 100px;
  position: absolute;
  animation: fadeInLeft 3s;
}   
.title-area-home h1{
    font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  margin: 75px 0px 25px 0px;
}

.title-area-home h2{
   font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px 0px 50px 0px; 
}
    
.tealContainerbh {
  padding: 50px 20px 50px 20px;
}    
    
section.bhtextContent {
  padding: 50px 20px 50px 20px;
}     
  
    @keyframes myBar {
    from {
      left: -50px;
    }
    to {
      left: 0px;
    }
  }

}

@media screen and (max-width:1000px) {
  .video-background {
    height: 325px;
  }
  .video-background iframe {
    width: 125.77777778vh;
  }
  .headlinevideotitleArea {
    padding: 65px 15px 0px 15px;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.90) 100%);
  }
  .our-membership-items {
    width: 100%;
    justify-content: center;
  }
  br.none {
    display: none;
  }
  .group-business-info-graphic {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
   



.tealContainerbh .content h3 {
  font-size: 20px;
  line-height: 30px;
    margin: 0px;
    font-weight: 700;
}    

p.callout-large {
  font-size: 16px;
  line-height: 25px;
  margin: 0px 0px 50px 0px;
}    
    
.flexwrapperbh div.bottomcallout {
    margin: 0px 15px 0px 15px;
    padding: 25px;
    width: 100%;
    align-self: center;
  }
  .flexwrapperbh div.bottomcalloutphoto {
    margin: 0 auto;
    width: 60%;
    align-self: center;
  }
  .flexwrapperbh div.flexitems {
    width: 100%;
  }    
    
    
}
@media screen and (max-width: 850px) {
  .bcg, .bcg-white-background {
    height: 350px;
    margin: 0px 0px 0px 0px;
  }
  .video-background {
    height: 260px;
  }
  .video-background iframe {
    width: 100.77777778vh;
  }
  .headlinevideotitleArea {
    padding: 25px 15px 0px 15px;
    height: 100px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #007CBF;
    margin: 0px;
    margin: 0px 0px 15px 0px;
  }
  h1.home-video {
    font-size: 25px;
    line-height: 30px;
    color: white;
    margin: 0px 0px 0px 0px;
    font-weight: 300;
  }
  section.textContent-flex-heading-top {
    display: block;
    padding: 0px 25px 0px 25px;
    margin: 50px 0px 0px 0px;
  }
  section.flex950 {
    display: block;
    width: 100%;
    justify-content: flex-start;
    padding: 0px;
  }
  section.flex950 p {
    width: 100%;
    padding: 0px 25px 0px 25px;
  }
  .home-page-video-size {
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px 25px 0px 25px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .heading-callout, .heading-paragraph {
    width: 100%;
  }
  .text-columns {
    column-count: 1;
  }
  .break-column {
    break-after: auto;
  }
    
    .panel-flexitem {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 725px) {
  h1.home-video {
    font-size: 20px;
    line-height: 25px;
  }
  .video-background {
    height: 215px;
  }
  .video-background iframe {
    width: 80.77777778vh;
  }
  .headlinevideotitleArea {
    padding: 35px 15px 0px 15px;
    height: 100px;
  }
  .textContent-flex-items, .pharmacyContent-flex-items-callout {
    display: block;
  }
  .textContent-flex-items img {
    margin: 0px 0px 25px 0px;
    width: 80%;
    height: auto;
  }
  .pharmacyContent-flex-items-callout h3 {
    margin: 0px 0px 0px 0px;
  }
  .pharmacyContent-flex-items-callout div {
    margin: 0px 0px 25px 0px;
    text-align: center;
  }
  .footer-stack-links a {
    display: block;
    margin: 0px 0px 5px 0px;
  }
  .footer-stack-links span {
    display: none;
  }
  .footerContent br.none {
    display: none;
  }
  section.textContent-legal-privacy {
    display: block;
    padding: 25px;
  }
  .pharmacyContent-flex-items div {
    width: 250px;
  }
  .sidebar-menu {
    width: 100%;
  }
  .legal-content {
    width: 100%;
    padding: 25px 0px 0px 0px;
    ;
  }
  ul li a.sidebar-menu-link:link, ul li a.sidebar-menu-link:visited {
    padding: 15px 15px 15px 15px;
  }   
    
  @media screen and (max-width: 1175px) {
    .headlinePagetitle h1.vision-text-adjustment {
      color: #003d61;
    }
  }

    
  /*  .insights-hub{
            display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }    
    
    div.item-half{
        width: 48%;
        margin: 0px;
    }
    
    div.item-full{
        width: 100%;
        margin: 0px;
    }*/
    
  .insight-content-hub {
    padding: 20px;
  }
  .insight-content-hub h2 {
    font-size: 40px !important;
    line-height: 40px;
    font-weight: 800;
  }
    br{display: none;}
    
    .insight-content-hub a.button{
        margin: 0px 0px 5px 0px;
    }
    
    
.bcg-insight-category-content-image, .bcg-insight-category-content-video {
  height: 225px;
  width: 200px;
}
.bcg-insight-category-content-image-cover{
  height: 225px;
  width: 200px;
}
    
.insight-category-content-callout h3 {
  font-size: 18px;
  line-height: 24px;
}
.insight-category-content-callout p {
  margin: 0px 0px 10px 0px;
font-size: 14px;
    line-height: 22px;
}
    
}
@media screen and (max-width:575px) {
  .video-background {
    height: 160px;
    overflow: visible;
    margin-bottom: 150px;
  }
  .video-background iframe {
    width: 53vh;
    height: 30vw;
  }
  .headlinevideotitleArea {
    position: relative;
    top: 165px;
    z-index: 10;
    background: none;
  }
  h1.home-video {
    font-size: 25px;
    line-height: 30px;
    color: #007cbf;
    ;
  }
  h2.home-video {
    font-size: 18px;
    line-height: 26px;
    color: #007cbf;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
  }
  h1.home-video br {
    display: block;
  }
  .legal-office-locations {
    display: block;
  }
  .legal-office-locations div {
    margin: 0px 0px 25px 0px;
  }
  .pharmacyContent-flex-items div {
    width: 100%;
  }
.insight-category-content-callout {
  padding: 25px;
  width: 100%;
}
    
        .bcg-insight-category-content-image, .bcg-insight-category-content-video {
display: none;
}
.bcg-insight-category-content-image-cover{
  height: 225px;
  width: 200px;
    display: none;
}
    
.hero-bar {
  width: 10px;
  height: 250px;
  left: 0px;
  top: 100px;
}       
}
@media screen and (max-width:450px) {
  /*mobile heros*/
  .bcg, .bcg-white-background {
    height: 530px;
    margin: 0px 0px 0px 0px;
  }
  .hero-blue-fade-left {
    display: none;
  }
  .hero-angle {
    background-image: url("https://www.bcbsil.com/national/assets/shapes/angle-mobile-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    opacity: 0.7;
  }
  .hero-home {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-home-world-usa.jpg");
  }
  .dental {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-dental.jpg")
  }
  .vision {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-vision.jpg")
  }
  .medicare {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-medicare.jpg")
  }
  .ancillary {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-ancillary.jpg")
  }
  .solutions {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-solutions.jpg");
  }
  .platforms {
    background-image: url("https://www.bcbsil.com/national/assets/heros/mobile-operating-model.jpg");
  }
  .networks {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-networks.jpg");
  }
  .health-management {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-health-management-advocacy.jpg");
  }
  .pharmacy-solutions {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-pharmacy-solutions.jpg");
  }
  .behavioral-mental-health {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-behavioral-mental-health.jpg");
  }
  .virtual-care {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-virtual-care.jpg");
  }
  .risk-financial-management {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-risk-financial-management.jpg");
  }
  .who-we-are {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-who-we-are.jpg");
  }
  .innovation {
    background-image: url("https://www.bcbsil.com/national/assets/heros/hero-mobile-innovation.jpg");
  }
  /*end mobile heros*/
  .headlinePagetitle {
    top: 40%;
    padding: 0px 0px 0px 0px;
  }
  .headlinePagetitle h1.light {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
  }
  .headlinePagetitle h2.light {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
  }
  .headlinePagetitle h1.heavy {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
  }
  .headlinePagetitle h2.heavy {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
  }
  /*Custom Mobile Text adustments*/
  .headlinePagetitle h1.solutions-adustment {
    font-size: 30px;
    line-height: 30px;
  }
  .headlinePagetitle h1.pharmacy-adjustment {
    color: #003d61;
    font-size: 40px;
    line-height: 40px;
  }
  .headlinePagetitle h1.health-mgmt-adustment {
    color: #003d61;
    font-size: 35px;
    line-height: 35px;
    margin: 0px 0px 200px 0px;
  }
  .headlinePagetitle h1.ancillary-adjustment {
    color: #ffffff;
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 200px;
  }
  .headlinePagetitle h1.risk-adustment {
    color: #003d61;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 100px;
  }
  .headlinePagetitle h1.who-adustment {
    color: #003d61;
  }
  .headlinePagetitle h1.innovation-adjustment {
    color: #003d61;
    margin-bottom: 270px;
  }
}