:root {
  /* Theme Colors */
  --primary-color: #007db1;
  --primary-25-color: #bfdfec;
  --primary-50-color: #80bed8;
  --primary-75-color: #409ec5;
  --primary-110-color: #00719f;
  --secondary-color: #aa0061;
  --secondary-25-color: #eabfd8;
  --secondary-50-color: #d580b0;
  --secondary-75-color: #bf4089;
  --secondary-110-color: #990057;
  --tertiary-color: #004f71;
  --tertiary-25-color: #bfd3dc;
  --tertiary-50-color: #80a7b8;
  --tertiary-75-color: #407b95;
  --tertiary-110-color: #004766;

  /* Grayscale Colors */
  --white-color: #fff;
  --gray-lightest-color: #ececeb;
  --gray-lighter-color: #d4d4d4;
  --gray-light-color: #d9d9d6;
  --gray-color: #888b8d;
  --gray-dark-color: #979797;
  --gray-darker-color: #63666a;
  --gray-darkest-color: #222731;
  --black-color: #000000;

  /* Status Colors */
  --info-color: #00b2eb;
  --info-10-color: #e6f7fd;
  --info-110-color: #00a0d4;
  --success-color: #7ccc6c;
  --success-10-color: #f2faf0;
  --success-110-color: #70b861;
  --warning-color: #f1c262;
  --warning-10-color: #fef9ef;
  --warning-110-color: #d9af58;
  --danger-color: #e4002b;
  --danger-10-color: #fce6ea;
  --danger-110-color: #cd0027;

  /* Abbott Color Palette */
  --abbott-primary-blue: #009cde;
  --abbott-dark-blue: #002a3a;
  --abbott-medium-blue: #004f71;
  --abbott-light-blue: #5bc2e7;
  --abbott-mint: #64ccc9;
  --abbott-cv-link: var(--primary-color);
  --abbott-purple: #470a68;
  --abbott-magenta: #aa0061;
  --abbott-red: #e4002b;
  --abbott-orange: #ff6900;
  --abbott-gold: #eeb33b;
  --abbott-yellow: #ffd100;
  --abbott-medium-green: #00b140;
  --abbott-light-green: #7ccc6c;
  --abbott-charcoal: #222731;
  --abbott-dark-gray: #63666a;
  --abbott-medium-gray: #888b8d;
  --abbott-light-gray: #d9d9d6;

  /* Accessible Color Palette - Light Mode  */
  --lt-mode-primary-blue: #007acc;
  --lt-mode-dark-blue: #00224a;
  --lt-mode-medium-blue: #004a81;
  --lt-mode-light-blue: #007fa4;
  --lt-mode-mint: #008085;
  --lt-mode-purple: #460a78;
  --lt-mode-magenta: #e70073;
  --lt-mode-red: #de000f;
  --lt-mode-orange: #d64000;
  --lt-mode-gold: #b65e00;
  --lt-mode-yellow: #83613a;
  --lt-mode-medium-green: #008924;
  --lt-mode-light-green: #3e6a24;
  --lt-mode-charcoal: #222731;
  --lt-mode-dark-gray: #636664;
  --lt-mode-medium-gray: #888b8d;
  --lt-mode-light-gray: #d9d9d6;

  /* Accessible Color Palette - Dark Mode  */
  --dk-mode-primary-blue: #009cde;
  --dk-mode-dark-blue: #006aff;
  --dk-mode-medium-blue: #007bbd;
  --dk-mode-light-blue: #00d9ff;
  --dk-mode-mint: #06fbf3;
  --dk-mode-purple: #b70aff;
  --dk-mode-magenta: #f1008a;
  --dk-mode-red: #ff002b;
  --dk-mode-orange: #ff7200;
  --dk-mode-gold: #ff9f0f;
  --dk-mode-yellow: #ffe000;
  --dk-mode-medium-green: #00a832;
  --dk-mode-light-green: #91f781;
  --dk-mode-charcoal: #222731;
  --dk-mode-dark-gray: #63666a;
  --dk-mode-medium-gray: #888b8d;
  --dk-mode-light-gray: #d9d9d6;

  /* XIENCE Colors */
  --xience-plum: #462563;
  --xience-lavender: #a180dc;

  /* HRS Colors */
  --hrs-font-size: 18px;
  --hrs-font-fmaily-medium: "BrandonGrotesqueMedium";
  --hrs-font-fmaily-bold: "BrandonGrotesqueBold";
  --hrs-abbott-charcoal: #222731;
  --hrs-white-clr: #ffffff;
  --hrs-bg-clr: #ffffff;
  --hrs-link-clr: var(--abbott-charcoal);
  --hrs-link-hover-clr: var(--primary-color);
  --hrs-link-active-clr: var(--primary-color);
  --hrs-bg-hover-clr: var(--info-10-color);
  --hrs-bg-active-clr: #d9d9d6;
  --hrs-border-clr: #d9d9d6;
  --header-v2-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);

}

:target {
  scroll-margin-top: 80px;
}

[class*="bc-player"] {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
}

header {
  z-index: 9999;
}

.img-flex > div {
  flex-grow: 1;
  flex-basis: 300px;
}

.grid-columns {
  --col-width: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--col-width), 1fr));
  gap: 40px;
}

.background-banner .flow > h2 + h3 {
  margin-block-start: 2rem;
}

h2 {
  font-weight: 600;
  text-transform: uppercase;
}

/* h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-wrap: auto;
} */

#content-6 h3 {
  color: var(--abbott-light-green);
}
#content-6 h3 span {
  color: var(--gray-color);
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.form_container {
  scroll-margin-top: 100px;
}

.mktoForm .mktoHasWidth {
  max-width: 460px !important;
}

.button:not(.flickity-button), .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
  text-align: center;
}

/* Video Cards */
.grid-columns.video-cards {
  --col-width: 120px;
  grid-template-rows: min-content 1fr;
  row-gap: 10px;
}

.video-card {
  /* display: flex;
  flex-direction: column; */
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
  height: 100%;
  gap: 10px;
}

.video-card h4 {
  font-weight: 600;
  margin-block: 0;
  text-transform: uppercase;
}

.video-js + p {
  margin-block-start: 10px;
}

video-js + br {
  display: none;
}

@media screen and (max-width: 640px) {
  .grid-columns.video-cards {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .video-card {
    display: flex;
    flex-direction: column;
    grid-row: unset;
  }
}

/* Navigation Styles */

@media (min-width: 1025px) {
  .hrs-nav-added .divNavWrapper {
    display: none;
  }
}
.hrs {
  background-color: var(--hrs-bg-clr);
  box-shadow: var(--header-v2-box-shadow);
}

.hrs-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.hrs-hamburger {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0.25rem;
  cursor: pointer;
}
.hrs-hamburger span {
  width: 20px;
  height: 2px;
  background-color: var(--hrs-abbott-charcoal);
  border-radius: 4px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.hrs-hamburger span:first-child {
  top: -3px;
}

.hrs-hamburger span:last-child {
  top: 3px;
}

.hrs-hamburger.hrs-close {
  background-color: var(--hrs-bg-active-clr);
}
.hrs-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hrs-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.hrs-nav__items > li {
  position: relative;
  text-align: center;
  padding: 0px 30px;
}

ul.hrs-nav__items li a,
ul.hrs-nav__items > li > span {
  color: var(--hrs-link-clr);
  cursor: pointer;
  display: flex;
  font-size: var(--hrs-font-size);
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  height: 68px;
}

ul.hrs-nav__items li a:not([href]) {
    cursor: default;
}
  
ul.hrs-nav__items > li > a,
ul.hrs-nav__items > li > span {
  min-width: 160px;
  width: 100%;
}
.hrs-nav ul.hrs-nav__items > li:hover,
.hrs-dropdown ul > li:hover {
  background-color: var(--hrs-bg-hover-clr);
}
.hrs-nav ul.hrs-nav__items > li.active,
.hrs-dropdown ul > li.active {
  background-color: var(--hrs-bg-active-clr);
}
.hrs-nav ul.hrs-nav__items > li.child-link-active{
background-color: var(--hrs-bg-hover-clr);
}
.hrs-nav ul.hrs-nav__items > li.active > a,
.hrs-dropdown ul > li.active > a {
  color: var(--hrs-link-active-clr);
}
.hrs-nav ul.hrs-nav__items > li:hover > a,
.hrs-nav ul.hrs-nav__items > li.active > a,
.hrs-dropdown ul > li:hover > a,
.hrs-dropdown ul > li.active > a {
  /* font-family: var(--hrs-font-fmaily-bold); */
  font-weight: 700;
}

.hrs-nav ul li:hover > a {
  color: var(--hrs-link-hover-clr);
}

.hrs-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  background-color: var(--hrs-white-clr);
}

.hrs-dropdown ul li a {
  border: 1px solid var(--hrs-border-clr);
  /*! cursor: pointer; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
}
.hrs-dropdown ul li:not(:first-child) {
  border-top: none;
}
.hrs-dropdown ul li a {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

.hrs-nav-added + #pageContent{
    padding-top: 155px;
}

.hrs-hamburger {
  display: none;
}
ul.hrs-nav__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hrs-mobile__icon{
  display: none;
}
.hrs-nav__items-item:hover .hrs-dropdown {
  display: block;
}

@media screen and (max-width: 640px) {
  ul.hrs-nav__items > li {
    padding: 0 10px;
  }
}