/* ======================================================
   Media query mixin
   Handle old versions of IE without the need for JavaScript as per https://jakearchibald.github.io/sass-ie/
   ======================================================*/
/*
TABLE OF CONTENTS:

# BASE
# TYPOGRAPHY
# BUTTONS
# ICONS
# PANEL
# HIGHLIGHT BOX
# LOZENGE PANEL
# HELP TEASER
# COLLAPSIBLE
# FORM ELEMENTS
# PAGINATION
# OVERLAYS
# ARROW BOX
# PARTIAL SAVE
# STOPPAGE
# COLLECT REMINDER
# BANNER
# HEADER / MENU DESKTOP
# HEADER / MENU MOBILE
# HERO
# FOOTER
# MENU
# SELECTORS
# ASR
# FLAGS
# MARKERS
# SAVING BADGE
# LINKS
# TAGS
# PROGRESS BAR
# SERVICE SELECTOR STEPS
# DIVIDER
# LIST-SLIDER
# SECTIONS
# HUB-LEADER PANEL
# QUALITY LABEL
# HUB THEME
# LIGHT SURVEY
# RATING COLORS
# ABOUT US
*/
/* Base header color */
/* desktop login link color */
.tooltip {
  background: #FFFFFF;
  padding: 2.5rem;
  border-radius: .5rem;
  box-shadow: 0 0 0.8rem 0rem rgba(0, 0, 0, 0.35);
  font-size: 1.2rem;
  width: 30rem;
  max-width: calc(100vw - 2rem);
  font-weight: normal;
  text-align: left;
  z-index: 100; }
  @media screen and (min-width: 53.1875em) {
    .tooltip {
      font-size: 1.4rem;
      width: 30rem;
      max-width: calc(100vw - 10rem); } }
  .tooltip > div > p:last-child,
  .tooltip > div > ul:last-child {
    margin-bottom: 0; }

.tooltip__tail {
  display: block; }
  .tooltip__tail:after, .tooltip__tail:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .tooltip__tail:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: .8rem; }
  .tooltip__tail:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: .85rem;
    z-index: -1; }
  .tooltip--top .tooltip__tail:before {
    top: 100%;
    left: 50%;
    border-top-color: #FFFFFF;
    margin-left: -.8rem; }
  .tooltip--top .tooltip__tail:after {
    top: 100%;
    left: 50%;
    border-top-color: rgba(0, 0, 0, 0.35);
    margin-left: -.85rem; }
  .tooltip--bottom .tooltip__tail:before {
    bottom: 100%;
    left: 50%;
    border-bottom-color: #FFFFFF;
    margin-left: -.8rem; }
  .tooltip--bottom .tooltip__tail:after {
    bottom: 100%;
    left: 50%;
    border-bottom-color: rgba(0, 0, 0, 0.35);
    margin-left: -.85rem; }
  .tooltip--left .tooltip__tail:before {
    left: 100%;
    top: 50%;
    border-left-color: #FFFFFF;
    margin-top: -.8rem; }
  .tooltip--left .tooltip__tail:after {
    left: 100%;
    top: 50%;
    border-left-color: rgba(0, 0, 0, 0.35);
    margin-top: -.85rem; }
  .tooltip--right .tooltip__tail:before {
    right: 100%;
    top: 50%;
    border-right-color: #FFFFFF;
    margin-top: -.8rem; }
  .tooltip--right .tooltip__tail:after {
    right: 100%;
    top: 50%;
    border-right-color: rgba(0, 0, 0, 0.35);
    margin-top: -.85rem; }

.tooltip__close {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  text-align: center;
  font-size: 2rem;
  color: #6a6a69; }
  .tooltip__close:hover, .tooltip__close:focus {
    color: #4a4a4a; }

.tooltip__placeholder {
  overflow: hidden;
  height: 0;
  background-size: cover !important;
  padding-top: 56.25%;
  display: block; }
  .tooltip__placeholder:after {
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    height: 12px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    display: block;
    border-top: 4px solid #000000;
    -webkit-animation: rotating 1s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: rotating 1s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 99; }

.tooltip__error {
  text-align: center;
  color: #e41900;
  padding: 4rem 0; }

.has-coachmark {
  z-index: 999 !important; }
  .has-coachmark .coach-mark-highlight {
    box-shadow: 0px 0px 0px 20000px rgba(0, 0, 0, 0.35);
    border-radius: 0.5rem;
    position: relative;
    border: none; }

.coachmark-overrided {
  z-index: 0 !important; }

.authentication-callout {
  text-align: center;
  border-radius: 0.6rem;
  padding: 3.5rem 3rem; }
  .authentication-callout.exclusive-access__tooltip--coachmark p {
    color: #303030; }
  .authentication-callout.exclusive-access__tooltip--coachmark a.btn, .authentication-callout.exclusive-access__tooltip--coachmark span a {
    text-decoration: none; }
  .authentication-callout.exclusive-access__tooltip--coachmark a.btn--large {
    background-color: #ffcb34 !important;
    color: #303030 !important; }
  .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-anonymous {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-anonymous a.btn--large {
      margin-top: 0.8rem;
      background-color: #ffcb34;
      margin-bottom: 0 !important; }
    .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-anonymous span {
      margin-top: 2rem; }
  .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul {
      background: #eee;
      border-radius: 0.8rem;
      padding: 1rem;
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      color: #6a6a69;
      width: 90%;
      margin-bottom: 0; }
      .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul span {
        color: #bfbfbd;
        align-self: flex-start;
        font-style: italic;
        margin-bottom: 0.3rem; }
      .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li {
        font-weight: bold;
        align-self: flex-start;
        text-align: left; }
        .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li a {
          color: #6a6a69;
          text-decoration: none;
          text-align: left;
          font-weight: bold;
          text-transform: none !important; }
          .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li a i.icon-tick-circle {
            position: absolute;
            right: 1rem;
            top: 1rem;
            margin-top: 0.8rem;
            font-size: 2rem;
            border-radius: 8rem;
            margin-left: 10px;
            color: #8D8C8B; }
      .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li:last-child {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 1.6rem;
        margin-top: 1rem;
        align-self: center;
        background: #FFFFFF;
        border-radius: .8rem;
        border: 0.3rem dashed #ffcb34;
        width: 100%;
        box-shadow: 0px 0px 20px 2px rgba(255, 203, 52, 0.55); }
        .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li:last-child a {
          display: block;
          text-align: left;
          padding-bottom: 1.6rem;
          padding-top: 1.6rem;
          font-weight: bold; }
        .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul li:last-child i.icon-positive {
          font-size: 2.8rem;
          margin-top: 0.4rem;
          color: #ffcb34; }
    .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member a.btn.btn--get-access {
      margin-top: 1rem;
      margin-bottom: 0;
      color: #303030 !important;
      background-color: #ffcb34 !important; }
    @media screen and (max-width: 53.125em) {
      .authentication-callout.exclusive-access__tooltip--coachmark .coachmark-member ul {
        font-size: 1.6rem; } }
  .authentication-callout .tooltip-tail:before {
    border-width: 1rem; }
  .authentication-callout .tooltip-tail:after {
    border-width: 1.05rem; }
  .authentication-callout .tooltip__tail:before {
    border-width: 1rem; }
  .authentication-callout .tooltip__tail:after {
    border-width: 1.05rem; }
  .authentication-callout .tooltip__close {
    top: 1rem;
    right: 1rem; }
    .authentication-callout .tooltip__close:before {
      display: inline-block; }
  .authentication-callout h2 {
    font-size: 2.2rem;
    line-height: 2.6rem; }
  .authentication-callout .btn {
    background: #b60a73;
    margin-bottom: 1rem;
    padding: 1rem 3rem 1.1rem !important;
    font-size: 1.6rem !important;
    letter-spacing: .5px !important;
    line-height: 22.72px; }
  .authentication-callout p {
    font-size: 15px;
    max-width: 100%; }
    .authentication-callout p:last-of-type a {
      white-space: nowrap;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      margin-top: 1rem; }
      .authentication-callout p:last-of-type a:not(.btn) {
        margin-top: 1.5rem;
        display: inline-block; }
  @media screen and (max-width: 53.125em) {
    .authentication-callout .btn {
      background: #b60a73;
      margin: 0 1rem 1.5rem 1rem; }
    .authentication-callout p:last-of-type a {
      margin: 0 1rem; }
    .authentication-callout .coachmark-anonymous a.button {
      margin-right: 0; }
    .authentication-callout .coachmark-anonymous span {
      margin-left: 0; } }

.selector__list__item.coachmark .authentication-callout .coachmark-member {
  padding: 0 !important; }
  .selector__list__item.coachmark .authentication-callout .coachmark-member ul {
    width: 100%; }
    .selector__list__item.coachmark .authentication-callout .coachmark-member ul li:last-child {
      width: 115%; }