/* header */

.background {
  background: url("/images/la0.jpg") no-repeat center;
  opacity: 0.7;
  background-size: cover;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  position: fixed;
}

/* BG */
.bg-curve {
  background: linear-gradient(60deg, rgba(229,234,238,1) 0%, rgba(242,247,255,1) 39%, rgba(243,248,255,1) 78%);
  border-radius: 10000px;
  bottom: calc(100% - 700px);
  height: 100000px;
  left: 0;
  position: absolute;
  transform: translate(-45%);
  width: 7000px;
  z-index: 0;
}

/* TEXT */
.txt-sm-gray {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #777;
}

.txt-sm {
  font-size: 1rem;
}

/* FORMS */
.question-area {
  margin-bottom: 2.9rem;
}

.subquestion-area {
  margin-left: 0.7rem;
  margin-top: 1.3rem;
  margin-bottom: 1.9rem;
}

.form-label {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.subq-label {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #293b90;
}

.form-label p, .form-check-label p {
  margin-bottom: 0;
}

.pathway-activity .form-check-label {
  display: inline !important;
}

.form-check-input {
  position: static;
  margin-right: .3125rem;
}

.form-check-input[type="checkbox"], .form-check-input[type="radio"] {
  vertical-align: top;
  margin-top: .55rem;
}

/* SIGNUP/EVAL FORM */
.onboarding-section-heading-wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.onboarding-section-desc p {
  color: #777;
}

#signup-form input {
  max-width: 500px;
}

#signup-form .form-check label, #signup-form .form-check label p,
#eval-form .form-check label, #eval-form .form-check label p  {
  color: #777;
  line-height: 2rem;
}

#signup-form .form-check:hover label, #signup-form .form-check:hover label p,
#eval-form .form-check:hover label, #eval-form .form-check:hover label p {
  color: #676774;
}

.opt-group-toggler {
  color: #000;
  font-weight: 500;
}

.opt-group-toggler i {
  color: #8f8f9d;
  font-size: 1rem;
  margin-right: .5rem;
}

.opt-group-toggler[aria-expanded=true] .fa-plus {
  display: none;
}

.opt-group-toggler[aria-expanded=false] .fa-hyphen {
  display: none;
}

.opt-group {
  margin-left: 2rem;
}

.opt-group .other-group {
  margin-bottom: 1rem;
}

#g-btn-wrapper, #ms-btn-wrapper {
  width: 215px;
  margin: 0 auto;
}

.ms-btn {
  background-image: url('/images/ms-button.svg');
  background-size: contain;
  width: 215px;
  height: 41px;
}

/* EVAL FORMS */
.likert-header {
  font-weight: 400;
  font-size: .8rem;
}

@media (max-width: 767px) {
  .likert-lg {
    display: none;
  }
  .likert-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .likert-lg {
    display: table;
  }
  .likert-sm {
    display: none;
  }
}

/* BLOCKS */
.learnable-block-title-lg {
  font-size:1.75em; 
  font-weight: bold;
}

.learnable-block-desc-lg p {
  font-size: 1.1em; 
  line-height: 1.4rem;
}

.learnable-block-lg .thumb-item-backgorund {
  border:  none;
}

/* PATHWAYS */
.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}

.milestone {
  background-color: #fcfcfc;
  padding: 2em;
  border: 1px solid #aaa;
  margin-bottom: 2.5em;
  border-radius: 15px 15px 15px;
}

.milestone-header {
  font-size: 1.5rem;
}

.milestone-desc {
  margin-bottom: 1.5rem;
}

.activity-desc {
  margin-bottom: .75rem;
}

.activity-desc p, .milestone-desc p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.pathway-activity:not(:last-child) {
  margin-bottom: 1.5rem;
}

.disabledArea {
    pointer-events: none;
    opacity: 0.4;
}

.check-notcomplete {
  color: #ccc;
}

.check-complete {
  color: green;
}

.disa {
  pointer-events: none;
}

#modal-pathway-question input[type="checkbox"], #modal-pathway-question input[type="radio"] {
  vertical-align: top;
  margin-top: .6875rem;
}

/* PATHWAY STEP PROGRESS BAR */
#pathway-progress {
  position: relative;
  width: 100%;
}
#pathway-progress-bar {
  position: absolute;
  background: #28a745;
  height: .2rem;
  top: .8rem;
  left: .9rem;
  z-index: 1;
}
#pathway-progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#pathway-progress-num::before {
  content: "";
  background-color: #d3d3d3;
  position: absolute;
  top: .8rem;
  left: .9rem;
  height: .2rem;
  width: calc(100% - 1.8rem);
  z-index: 0;
}
#pathway-progress-num li {
  list-style-type: none;
  float: left;
  position: relative;
  text-align: center;
  color: #777;
  font-size: 1rem;
  padding: 0;
  z-index: 2;
}
#pathway-progress-num li:before {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 3px solid #777;
  background-color: #fff;
}
#pathway-progress-num li.active:before {
  border-color: #28a745;
}
#pathway-progress-num li.completed:before {
  background-color: #28a745;
}
#pathway-progress-num li.completed {
  color: #28a745;
}
#progress-key .circle-green {
  color: #28a745;
}
#progress-key .circle-gray {
  color: #777;
}
/* #key-dropdown li {
  list-style-type: none;
}
#key-toggler[aria-expanded=true] .fa-angle-down {
  display: none;
}
#key-toggler[aria-expanded=false] .fa-angle-up {
  display: none;
} */

.glink {
  text-decoration: underline;
  color: black;
}

.glink:hover {
  text-decoration: underline;
  color: black;
}

.generic {
  background-color: #fcfcfc;
}

.wht {
  background-color: white;
}
.pr-1p5 {
  padding-right: 0.28rem!important;
}
.pr-1p6 {
  padding-right: 0.34rem!important;
}