@import url('https://fonts.cdnfonts.com/css/futura-pt');


.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;
    /* text-align: 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;
}

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 black;
  cursor: pointer;
}

.tooltip .tooltiptext {
  min-width: 240px;
  max-width: 100%;
  background-color: #f2f2f0;
  box-shadow: 2px 2px 4px #ddd;
  color: #000000;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  margin-bottom: 7px;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext:after {
  content: "";
  width: 20px;
  height: 15px;
  background: #e5e5e5;
  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);
}

/* header */
#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: .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;
  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;
  }
}

/* intro */
#ncqa-intro {
  max-width: 600px;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

/* featured */
#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;
}

/* offer */
#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 rgb(51 51 51 / 25%);
}

/* teams */
#ncqa-teams {
  background-color: #39617a;
  color: #fff;
  box-shadow: 0px 2px 3px rgb(51 51 51 / 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;
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  margin: -4rem auto;
  border: solid 6px #fff;
  box-shadow: 0px 2px 3px rgb(51 51 51 / 25%);
}

#ncqa-teams img.callout2 {
  position: absolute;
  right: 130px;
  bottom: -100px;
  max-width: 100%;
  width: 200px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: solid 6px #fff;
  box-shadow: 0px 2px 3px rgb(51 51 51 / 25%);
}

#ncqa-teams .ncqa-btn {
  height: 52px;
  line-height: 52px;
  padding: 0 1rem;
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(to right, rgba(0, 191, 255, 1) 0%, rgba(0, 153, 204, 1) 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;
  }
}

/* history */
#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 */
.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: rgb(255, 25, 64);
  background: linear-gradient(to right, rgba(255, 25, 64, 1) 0%, rgba(200, 16, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1940', endColorstr='#c8102e', GradientType=1);
  box-shadow: inset 0 0 0 #ff1940;
  transition: box-shadow .2s ease;
  color: #fff;
}

.ncqa-btn-red:hover {
  box-shadow: inset 0 0 500px #ff1940;
  color: #fff;
}

.list-disc {
  list-style: disc;
  padding-left: 2rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1024px;
}

.modal-content {
  position: relative;
}

.close {
  position: absolute;
  right: 8px;
  top: 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 4px;
}

.close:hover,
.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

#interrupter img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  #interrupter .int-small {
    display: block;
  }

  #interrupter .int-large {
    display: none;
  }
}

@media (min-width: 601px) {
  #interrupter .int-small {
    display: none;
  }

  #interrupter .int-large {
    display: block;
  }
}



/* Dashboard */
html,
body {
  font-weight: 400;
}


/* catalog */
#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: white !important;
}

/* a[href^="/bulk_purchase_picker/index/"] { display: none; } */
a[href^="/bulk_purchase_transfer_picker/index/"] { display: none; }


/*
* animations
*/
.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
}
.fade-in.animated {
  opacity: 1;
  visibility: visible;
}

$fade-from: ("top": "0, -100px", "right": "100px, 0", "bottom": "0, 100px", "left": "-100px, 0");
@each $name, $position in $fade-from {
  .fade-from-#{$name} {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s, transform .4s;
    transform: translate(#{$position});
  }
  .fade-from-#{$name}.animated {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}