@import "https://fonts.cdnfonts.com/css/futura-pt";
root: {
  --font-primary: "Futura PT", sans-serif;
  --primary-font: "Futura PT", sans-serif;
}
.loginHolder {
  display: none !important;
}
.difSignIn {
  display: none !important;
}
#saml2_btn {
  visibility: hidden;
  position: relative;
}
#saml2_btn::before {
  visibility: visible;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  content: "Login with NCQA Account";
  color: #fff;
  background-color: #333;
  width: 100%;
  height: 100%;
  line-height: 16px;
  font-size: 16px;
  border-radius: 5px;
}
.portal.transparent_header header:not(.scrolled) nav > * > li > a,
.portal.transparent_header header:not(.scrolled) .customLogo span {
  color: #515151;
  font-weight: 700;
}
.portal.transparent_header
  header:not(.scrolled)
  nav
  > *
  > li:not(.portalCart):not(.loginHolder):hover
  > a,
.portal.transparent_header
  header:not(.scrolled)
  nav
  > *
  > li:not(.portalCart).selected
  > a,
.portal.transparent_header
  header:not(.scrolled)
  nav
  > *
  > li.portalCart:hover
  > a
  img,
.portal.transparent_header
  header:not(.scrolled)
  nav
  > *
  > li.portalCart.selected
  > a
  img {
  color: #000;
}
body.evo *:not(.materialStyle *) {
  font-family: "Futura PT", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html,
body {
  font-family: "Futura PT", sans-serif !important;
  font-weight: 400;
}
body .materialStyle {
  font-family: "Futura-PT", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura PT", sans-serif !important;
  font-weight: 500;
}
h2 {
  font-size: 24px;
  line-height: 1.5;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
.container {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  padding: 1rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}
.tooltip .tooltiptext {
  min-width: 240px;
  max-width: 100%;
  background-color: #f2f2f0;
  box-shadow: 2px 2px 4px #ddd;
  color: #000;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  margin-bottom: 7px;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext:after {
  content: "";
  width: 20px;
  height: 15px;
  background: #e5e5e5;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: block;
  position: absolute;
  right: 20px;
  bottom: -15px;
  transform: rotate(180deg);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body.portal.home-carousel footer {
  background-image: url(/images/profile_backgrounds/user-header-2.svg);
}
#ncqa-header {
  background-color: #f2f2f0;
  margin-bottom: 7rem;
  box-shadow: 2px 2px 4px #ddd;
}
#ncqa-header .container {
  padding-top: 5rem;
}
#ncqa-header .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 2rem;
  align-items: center;
}
#ncqa-header .sign-in-notice {
  font-size: 14px;
  max-width: 325px;
}
#ncqa-header .grid-item-2 {
  position: relative;
}
#ncqa-header img.dots {
  position: absolute;
  width: 282px;
  height: auto;
  bottom: -3%;
  right: -14%;
  opacity: 0.8;
}
#ncqa-header img.blob {
  margin-bottom: -100px;
  filter: drop-shadow(2px 2px 4px #ddd);
}
#ncqa-header img.blob2 {
  border-radius: 50%;
  height: auto;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 5px #fff;
  box-shadow: 2px 2px 4px #ddd;
  position: absolute;
  bottom: -23%;
  left: 10%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 550px) {
  #ncqa-header .grid-item-1 {
    text-align: center;
  }
  #ncqa-header .sign-in-notice {
    max-width: 100%;
  }
  #ncqa-header img.dots {
    display: none;
  }
}
#ncqa-intro {
  max-width: 600px;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
#ncqa-featured {
  max-width: 1280px;
  margin: 4rem auto;
  width: 100%;
  margin-bottom: -125px;
}
#ncqa-featured .strikethrough {
  margin-bottom: 2rem;
}
#ncqa-featured .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 2rem;
}
#ncqa-featured .grid-item {
  background-color: #fff;
  border: solid 1px #ddd;
  box-shadow: 0px 0px 16px rgba(84, 88, 90, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#ncqa-featured .grid-item-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#ncqa-featured .grid-item-content h3 {
  color: #000;
  font-weight: bold;
}
#ncqa-featured .grid-item-content p:last-child {
  margin-bottom: 2rem;
}
#ncqa-featured .ncqa-btn {
  margin-top: auto;
}
#ncqa-offer {
  padding: 100px 1rem 4rem;
  background-color: #f2f2f0;
}
#ncqa-offer h3 {
  color: #000;
}
#ncqa-offer .container {
  margin: 6rem auto;
  text-align: center;
}
#ncqa-offer .grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
#ncqa-offer .grid-item {
  background-color: #fff;
  padding: 1rem;
  border-top: solid 3px #c82642;
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.25);
}
#ncqa-teams {
  background-color: #39617a;
  color: #fff;
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.25);
}
#ncqa-teams .container {
  margin-bottom: 10rem;
}
#ncqa-teams .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  align-items: center;
}
#ncqa-teams .grid-item {
  position: relative;
}
#ncqa-teams img.callout {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  margin: -4rem auto;
  border: solid 6px #fff;
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.25);
}
#ncqa-teams img.callout2 {
  position: absolute;
  right: 130px;
  bottom: -100px;
  max-width: 100%;
  width: 200px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 6px #fff;
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.25);
}
#ncqa-teams .ncqa-btn {
  height: 52px;
  line-height: 52px;
  padding: 0 1rem;
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(
    to right,
    rgb(0, 191, 255) 0%,
    rgb(0, 153, 204) 100%
  );
  color: #fff;
}
@media screen and (max-width: 700px) {
  #ncqa-teams .grid {
    display: block;
  }
  #ncqa-teams .grid-item-1 {
    display: none;
  }
  #ncqa-teams .grid-item-2 {
    text-align: center;
  }
}
#ncqa-history .grid {
  display: grid;
  align-items: center;
  justify-content: space-around;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  grid-gap: 2rem 0;
}
#ncqa-history .grid-item-2 {
  grid-column: span 3;
  text-align: center;
}
#ncqa-history .line {
  height: 1px;
  width: 100%;
  border-top: dotted 3px #4c6888;
}
#ncqa-history .history-year {
  display: flex;
  justify-content: center;
}
#ncqa-history .year-outer-circle {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 3px #4c6888;
  aspect-ratio: 1/1;
}
#ncqa-history .year-inner-circle {
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: #4c6888;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ncqa-history .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  #ncqa-history {
    display: none;
  }
}
.strikethrough {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strikethrough .st-line {
  height: 1px;
  width: 100%;
  border-top: solid 2px #4e6889;
}
.strikethrough .st-title {
  flex: none;
  margin: 0 1rem;
}
.ncqa-btn {
  display: inline-block;
  min-width: 180px;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
}
.ncqa-btn-red {
  background: #ff1940;
  background: linear-gradient(
    to right,
    rgb(255, 25, 64) 0%,
    rgb(200, 16, 46) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1940", endColorstr="#c8102e", GradientType=1);
  box-shadow: inset 0 0 0 #ff1940;
  transition: box-shadow 0.2s ease;
  color: #fff !important;
}
.ncqa-btn-red:hover {
  box-shadow: inset 0 0 500px #ff1940;
  color: #fff;
}
.list-disc {
  list-style: disc;
  padding-left: 2rem;
}
html,
body {
  font-weight: 400;
}
#catalog_item_about h2 {
  background-color: #4f758b !important;
  color: #fff !important;
  padding: 1rem !important;
  border-bottom: solid 5px #c8102e !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
}
#catalog_item_about h2 span {
  color: #fff !important;
  font-family: "Futura PT", sans-serif !important;
  font-weight: 500 !important;
}
#catalog_item_about h3 {
  color: #4f758b !important;
  font-size: 22px !important;
}
#catalog_item_about h3 span {
  color: #4f758b !important;
  font-family: "Futura PT", sans-serif !important;
  font-weight: 500 !important;
}
#catalog_item_about img {
  border-width: 0 !important;
  border-style: none !important;
}
.label.box.highlight {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
}
a[href^="/bulk_purchase_transfer_picker/index/"] {
  display: none;
}
.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.fade-in.animated {
  opacity: 1;
  visibility: visible;
}
.fade-from-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translate(0, -100px);
}
.fade-from-top.animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.fade-from-right {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translate(100px, 0);
}
.fade-from-right.animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.fade-from-bottom {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translate(0, 100px);
}
.fade-from-bottom.animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.fade-from-left {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translate(-100px, 0);
}
.fade-from-left.animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
