﻿@import url("../../affiliate/URLRewritePlaceholder/override.css");
/* Hide all affiliate content by default.  We use an !important modifier because longer selector paths later in this file could override this. */
.Affiliate {
  display: none !important;
}

a.logo {
  content: url("../../affiliate/URLRewritePlaceholder/loginlogo.png");
}

a#logo {
  background-image: url("../../affiliate/URLRewritePlaceholder/logo.png");
}

html:not(.mobile) {
  background-image: none;
}

html:not(.mobile) {
  background-color: rgb(234, 239, 247);
}

.features .icon-health {
  background-image: url("../images/quicklinks/health_reminders.png");
}

.features .icon-video {
  background-image: url("../images/quicklinks/video_visit.png");
}

.features .icon-billing {
  background-image: url("../images/quicklinks/account_summary.png");
}

#top-notice {
  background-color: rgb(247, 245, 237);
  text-align: center;
  padding: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#top-notice h2 {
  background-image: url(../images/warning.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center top;
  color: rgb(230, 68, 40);
  padding-top: 50px;
}

#bottom-notice {
  font-size: 0.8em;
  background-color: rgb(247, 245, 237);
  padding: 1em;
  border: rgb(230, 68, 40) 2px solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#bottom-notice h2 {
  color: rgb(230, 68, 40);
}

#top-notice {
  background-color: rgb(237, 241, 247);
}

#bottom-notice {
  background-color: rgb(237, 241, 247);
}

ul.ppocterms {
  list-style-type: disc;
  padding-inline-start: 2em;
}

ul.ppocterms ul {
  list-style-type: circle;
  padding-inline-start: 2em;
}

ul.ppocterms li {
  margin-bottom: 0.5em;
}
