@charset "UTF-8";
/* ------ New ------ */
/* --- Brand1 --- */
/* main brand color, brand-strong, tempermint-70  */
/* brand-active, tempermint-20 */
/* tempermint-10 */
/* brand, tempermint-05 */
/* --- Brand2 --- */
/* --- Neutral --- */
/* Secondary text color and form field border color */
/* Default border color */
/* --- Opacity --- */
/* hue */
/* Scale Variants */
/* --- Surface Text --- */
/* hue */
/* on hue */
/* Default text color */
/* --- Background --- */
/* hue */
/* Default Background color, champagne-05 */
/* on hue */
/* --- Utility ↴ --- */
/* --- Danger --- */
/* --- Safety --- */
/* --- Caution --- */
/* --- Info --- */
/* --- avttention --- */
/* --- Data Visualization Colors ↴ --- */
/* --- Data1 --- */
/* --- data2 --- */
/* --- Data3 --- */
/* --- Data4 --- */
/* --- Data5 --- */
/* --- Shadow ↴ --- */
/* --- Spacing ↴ --- */
/* --- Radius ↴ --- */
/* --- Typography ↴ --- */
/* --- font size --- */
/* --- Semantic Naming ↴ --- */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h4 */
/* --- font weight --- */
/* --- line height --- */
/* --- Button Focus Global --- */
/* --- test first --- */
/* --- Shadow ↴ --- */
/* Header*/
/* line 4, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header {
  z-index: 3;
  box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #D5D5D5;
  /*Menu*/
}

/* line 9, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header * {
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: "Inter", sans-serif;
}

/* line 14, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-width: 1024px;
  padding-right: 35px;
  padding-left: 35px;
  z-index: 2;
}

/* line 23, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .arrow-icon-down {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #035C67;
  border-top: 2px solid #035C67;
  transform: rotate(131deg);
}

/* line 32, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header ol, #layout_header ul {
  list-style: none;
  margin: 0;
  border: 0;
}

/* line 37, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-wrapper {
  height: 60px;
  padding: 8px 36px 0;
  width: 100%;
}

/* line 42, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #logo {
  float: left;
  margin: 0;
}

/* line 45, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #logo a {
  border: 0;
}

/* line 47, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #logo a:hover, #layout_header #logo a:focus-visible, #layout_header #logo a:active {
  background-color: rgba(51, 51, 51, 0);
  border: none;
}

/* line 50, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #logo img {
  height: 42px;
}

/* line 53, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userbox {
  float: right;
  cursor: pointer;
  padding: 4px 8px;
  border: 2px solid rgba(51, 51, 51, 0);
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-direction: row;
}

/* line 62, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userbox:hover {
  border-color: #035C67;
  background-color: #EAF4F6;
}

/* line 66, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userbox:hover #userpic {
  background-color: #CCE7EA;
}

/* line 71, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userpic {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 14px;
  background-color: #EAF4F6;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 86, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userbox .user-name {
  line-height: 20px;
  font-weight: 500;
  float: left;
  font-size: 14px;
  color: #035C67;
}

/* line 92, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userbox .arrow-icon-down {
  margin: -2px 0 0 12px;
}

/* line 95, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #consultation_timer {
  position: absolute;
  top: 5px;
  left: 260px;
  padding: 0 10px;
}

/* line 100, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #consultation_timer .timer_header {
  line-height: 30px;
  font-weight: 500;
  float: left;
  font-size: 14px;
}

/* line 105, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #consultation_timer .timer {
  line-height: 30px;
  font-weight: 500;
  float: left;
  font-size: 18px;
  margin-left: 5px;
  color: #0E7C5A;
}

/* line 112, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #consultation_timer .timer_disclaimer {
  float: left;
  font-size: 12px;
  padding-top: 4px;
  color: #6C6C6C;
}

@media (max-width: 992px) {
  /* line 95, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer {
    left: 10px;
    top: -3px;
  }
  /* line 120, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer .timer_header {
    font-size: 13px;
    line-height: 27px;
  }
  /* line 123, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer .timer {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer {
    left: 260px;
    top: 23px;
  }
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer {
    left: 10px;
    top: -3px;
  }
}

@media (max-width: 480px) {
  /* line 95, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer {
    left: 0;
    top: 0;
  }
  /* line 135, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #consultation_timer .timer_disclaimer {
    float: left;
    font-size: 10px;
    top: 12px;
    position: relative;
  }
}

/* line 141, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info {
  float: right;
  position: relative;
  height: 36px;
  width: 36px;
  border-radius: 8px;
  border: 2px solid rgba(51, 51, 51, 0);
  margin: 0 16px 0 0;
  cursor: pointer;
  text-align: center;
  align-items: baseline;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 170ms ease-in;
  transform: scale(1);
}

/* line 158, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info:hover {
  background-color: #EAF4F6;
  border-color: #035C67;
}

/* line 161, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-size: 22px 22px;
  background-repeat: no-repeat;
  left: 6px;
  top: 6px;
}

/* line 170, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info:focus-visible:before {
  fill: #ffffff;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
}

/* line 174, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info > span {
  min-width: 19px;
  border-radius: 16px;
  padding: 1px 4px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  background: #1963E1;
  position: absolute;
  pointer-events: none;
  block-size: min-content;
  display: inline-flex;
  top: -2px;
  right: -5px;
  display: none;
}

/* line 191, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info > span.highlight {
  display: block;
}

/* line 193, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info > span.highlight-badge {
  display: block;
  min-width: 10px;
  min-height: 10px;
  top: 4px;
  right: 17px;
}

/* line 199, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.user-notifications::before {
  background-image: url(/assets/evernorth/svgs/notifications.svg);
}

/* line 201, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.user-messages::before {
  background-image: url(/assets/evernorth/svgs/enevelope.svg) !important;
}

/* line 203, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.epa-list::before {
  background-image: url(/assets/evernorth/svgs/paper_clock.svg) !important;
}

/* line 205, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.user-soap::before {
  background-image: url(/assets/evernorth/svgs/soap.svg) !important;
}

/* line 207, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.lab-results::before {
  background-image: url(/assets/evernorth/svgs/flask-icon.svg);
}

/* line 209, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.lab-results::before span {
  right: 8px;
}

/* line 211, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .header-info.user-dock-health-tasks::before {
  background-image: url(/assets/evernorth/svgs/dock-health-task-list.svg) !important;
}

/* line 216, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 100;
  top: 57px;
  display: none;
}

/* line 224, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown h3 {
  border: 0;
  font-size: 16px;
  margin: 10px 0 3px -4px;
  padding: 0;
}

/* line 229, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown:before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  top: -5px;
  right: 40px;
  transform: rotate(45deg);
  z-index: 0;
  background: #ffffff;
}

/* line 242, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown_drop {
  background: #ffffff;
  padding: 8px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  font-size: 14px;
  width: 270px;
}

/* line 251, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown_drop li:last-child:not(.empty-queue-message) {
  border-top: 2px solid #E8E8E8;
  margin: 0 -39px 10px;
  padding-top: 10px;
  text-align: center;
}

/* line 256, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown_drop li.empty-queue-message {
  padding: 30px 0;
}

/* line 258, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown_drop li:last-child a {
  line-height: 28px;
  display: block;
}

/* line 261, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown_drop li a.highlight {
  color: #E8E8E8;
}

/* line 264, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #userdropdown {
  right: 70px;
}

/* line 267, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #messagesdropdown {
  right: -33px;
  top: 44px;
}

/* line 271, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #soapdropdown {
  right: -36px;
  top: 44px;
}

/* line 275, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation_drop {
  padding: 8px;
}

/* line 277, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation_drop li {
  padding: 0;
  margin: 0;
}

/* line 280, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation_drop li:last-child {
  border: 0;
  text-align: left;
}

/* line 283, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation_drop li a {
  color: #035C67;
  font-size: 14px;
  line-height: 20px;
  display: block;
  background-color: #ffffff;
  border: 2px solid rgba(51, 51, 51, 0);
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
}

/* line 294, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation_drop li a:hover {
  background-color: #EAF4F6;
  border-color: #035C67;
}

/* line 299, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown-list-item {
  padding: 15px 0;
  border-top: 1px solid #E8E8E8;
}

/* line 302, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown-list-item:first-child {
  border: 0;
}

/* line 304, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header .headerdropdown-list-item b, #layout_header .headerdropdown-list-item em, #layout_header .headerdropdown-list-item span, #layout_header .headerdropdown-list-item a {
  display: block;
  line-height: 20px;
}

/* line 308, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation {
  background: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  /* Top Nav */
}

/* line 317, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .navbar-collapse {
  padding: 0;
}

/* line 319, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu {
  list-style: none;
  padding: 0;
  height: 40px;
  float: none;
}

/* line 325, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

/* line 330, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation #tab-logout.hc-menu-item {
  float: right;
}

/* line 332, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  background-color: #ffffff;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 8px;
}

/* line 343, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item .dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* line 347, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item .dropdown li {
  clear: both;
  width: 100%;
  white-space: nowrap;
}

/* line 351, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item .dropdown li a {
  border: none;
  border-left: 5px solid rgba(51, 51, 51, 0);
}

/* line 354, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item .dropdown li a:hover {
  border-color: #035C67;
  background-color: #F6F5F3;
}

/* line 358, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation .hc-menu-item:hover > .dropdown, #layout_header #navigation .hc-menu-item:focus-within > .dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* line 366, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation a.hc-menu-item-link {
  text-decoration: none;
  color: #035C67;
  display: block;
  line-height: 24px;
  padding: 8px 12px;
  background-color: rgba(51, 51, 51, 0);
  border-bottom: 3px solid rgba(51, 51, 51, 0);
  transition: all 200ms ease-in;
  font-size: 14px;
  font-weight: 500;
}

/* line 377, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation a.hc-menu-item-link:visited {
  text-decoration: none;
  color: #035C67;
}

/* line 380, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation a.hc-menu-item-link:hover, #layout_header #navigation a.hc-menu-item-link:focus {
  color: #00363D;
  background-color: rgba(51, 51, 51, 0);
  border-color: #035C67;
}

/* line 384, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation a.hc-menu-item-link:focus-visible {
  outline: 2px solid #00171A;
  outline-offset: 2px;
  color: #00171A;
}

/* line 388, app/assets/stylesheets/evernorth/mdlive/header.sass */
#layout_header #navigation a.hc-menu-item-link.active {
  background-color: #F6F5F3;
  border-color: #035C67;
  color: #00171A;
}

@media (max-width: 1200px) {
  /* line 393, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #navigation a.hc-menu-item-link:link, #layout_header #navigation a.hc-menu-item-link:visited, #layout_header #navigation a.hc-menu-item-link:hover, #layout_header #navigation a.hc-menu-item-link.active {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) and (max-width: 1100px) {
  /* line 393, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #navigation a.hc-menu-item-link:link, #layout_header #navigation a.hc-menu-item-link:visited, #layout_header #navigation a.hc-menu-item-link:hover, #layout_header #navigation a.hc-menu-item-link.active {
    padding: 0 15px;
    letter-spacing: normal;
  }
}

@media (max-width: 1350px) {
  /* line 403, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #navigation .narrow a.hc-menu-item-link:link, #layout_header #navigation .narrow a.hc-menu-item-link:visited, #layout_header #navigation .narrow a.hc-menu-item-link:hover, #layout_header #navigation .narrow a.hc-menu-item-link.active {
    padding: 0 7px;
    letter-spacing: -.4px;
  }
}

@media (max-width: 1350px) and (max-width: 1100px) {
  /* line 403, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header #navigation .narrow a.hc-menu-item-link:link, #layout_header #navigation .narrow a.hc-menu-item-link:visited, #layout_header #navigation .narrow a.hc-menu-item-link:hover, #layout_header #navigation .narrow a.hc-menu-item-link.active {
    padding: 0 15px;
    letter-spacing: normal;
  }
}

@media (max-width: 1320px) {
  /* line 411, app/assets/stylesheets/evernorth/mdlive/header.sass */
  #layout_header .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
