.starting-course-lesson
{
  display: none;
}
.starting-course-lesson.active
{
  display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000000000000;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    padding-top: 10%;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.btn--primary:disabled {
    background-color: #1d4ed8;
}
.quiz {
    padding: 30px;
}
.wistia_embed {
  position: relative;
  overflow: hidden;
}
.lesson__nav-course {
  padding-right: 1.5rem;
  position: relative;
  font-weight: 600;
  margin-right: 1.5rem;
  border-right: 1px solid #a7a7a7;
}
.lesson__nav-dropdown {
  cursor: pointer;
  border-radius: 3px;
  color: #121212;
  font-size: 14px;
  -o-text-overflow: '';
  text-overflow: '';
  padding: .5rem 1rem .5rem 1rem;
  position: relative;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  max-width: 400px;
}
.course__seperator {
  border: 1px solid red;
  background: rgba(255, 0, 0, .2);
  border-radius: 6px;
  margin: 3rem;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
}  
.lesson__clock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course__overview .lesson__clock-wrapper {
  margin-bottom: 1rem;
}
.lesson__clock-wrapper svg {
  margin-right: .5rem;
  height: 1rem;
}
.course__lesson-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.create-lesson-blocker.active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.course__lesson {
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none !important;
}
.course__link-text svg {
  height: 15px;
  display: inline-block;
  width: auto;
  margin-left: .25rem;
  fill: var(--link-color);
}
.course__lesson:hover .course__link-text:before {
  width: 100%;
}
.course__lesson-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.course__lesson img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
.lesson__supporting-text img {
  max-width: 100%;
}
.lesson__video {
  display: none;
}
.lesson__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.lesson__nav-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.lesson__nav-buttons h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
.quiz-section {
  margin-top: 0 !important;
  padding: 0 !important;
}
.quiz__question {
  display: none;
  margin-top: 1rem;
}
.quiz__question.question--1 {
  display: block;
}
.quiz__answer-description {
  display: none;
}
.quiz__answer {
  cursor: pointer;
  padding: .5rem 3rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: .5rem 0;
  font-size: .9rem;
}
.quiz__answer--inner {
  padding: .5rem;
  color: #000;
}
.quiz__answer small {
  margin-top: .5rem;
}
.quiz__answer--selected {
  outline: 3px solid #113540;
  border-color: #113540;
  position: relative;
}
.quiz__answer-description--correct {
  background-color: #f5fff6;
  border-color: #008009;
}
.quiz__answer-description--incorrect {
  background-color: #fff2f4;
  border-color: #e30000;
  outline-color: #e30000;
}
.quiz__button-row {
  margin-top: 2rem;
}
button.lity-close {
    position: absolute;
    color: #000;
}
.quiz_score_message {
    margin-top: 2rem;
    background: #cccccc;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
}
.quiz_score_message .passing-score
{
  color: green;
}
.quiz_score_message .failing-score
{
  color: red;
}
.course__start-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.course__start-btn-wrapper a,
.course__start-btn-wrapper button {
  display: block;
  margin: 1rem 15px;
}
.related-resource {
  border-radius: 6px;
  width: calc(100% / 3 - 1rem);
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
}

.related-resource--image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.related-resource--image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.related-resource--image h5 {
  position: absolute; 
  inset: 0;
  padding: .5rem; 
  z-index: 2;
  color: #fff;
  background-color: rgba(0,0,0,.6);
}
.resource__text {
  padding: 1rem .5rem 1rem .5rem;
}
.resource__text h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.resource__text h5 a {
  font-size: 1rem;
  color: #000 !important;
}
.resource__text a {
  font-size: 14px;
}
.resource__text a, 
.resource__text svg {
  color: #1D4ED8;
  fill: #1D4ED8;
  height: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
}
.resource__text svg {
  height: .7rem;
}

.sticky-bottom {position:fixed;bottom:0;left:0;background:#fff;padding:15px;box-shadow: #000 22px 15px 22px 2px; z-index: 99999;}
@media(max-width: 767px) {
  .sticky-bottom {position:relative;box-shadow: transparent 0 0 0 0;}
  .event-time-container {
    max-width: 100%;
}
  .course-event-card .name-container {
    display: block!important;
    
}
  .related-resource {
    width: 100%;
    max-width: 480px;
    margin: 1rem auto;
  }
  .lesson__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lesson__nav-course {
    margin: 0;
    padding: 0 0 .25rem 0;
    border-right: none;
  }
  .lesson__time {
    padding: 1rem;
    left: 1rem;
    top: 1rem;
  }
  .lesson__supporting-text,
  .quiz {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .lesson__nav-buttons>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .quiz__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .lesson__nav-buttons a,
  .quiz__button-row button {
    width: 100%;
    margin: .25rem 0;
    text-align: center;
  }
  .quiz__answer {
    padding: .5rem 1rem;
  }
}

.course__lesson:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 12px rgba(0,0,0,.2);
}



/* updates */
.lesson-video {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 400px;
  position: relative;
}
.lesson__play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-video svg {
  height: 100px;
  width: 100px;
}
.lesson-hero--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  align-items: flex-start;
}
.lesson-hero--inner h2 {
  position: relative;
  width: fit-content;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.lesson-wrapper {
  width: 100%;
}
.lesson-wrapper>.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 4rem 1rem;
}
.course-nav {
  width: 320px;
}
.course-nav h3 {
  position: relative;
  padding: 1rem 0;
  width: fit-content;
}
.nav__category {
  padding: .5rem 0;
  min-width: 260px;
}
.nav__cat-title {
  font-size: 1.1rem;
  position: relative;
  padding: .5rem 0;
}
.nav__cat-lesson svg {
  min-width: 18px;
  min-height: 18px;
  margin-top: 3px;
  margin-right: 3px;
}
.nav__cat-lessons a {
  display: flex;
  gap: .5rem;
  color: #000;
  padding: .5rem;
}

.nav__cat-lesson {
  position: relative;
}

.nav__cat-lesson:after {
  content: '';
  position: absolute;
  height: 1.5rem;
  left: 0.3rem;
  position: absolute;
  top: 0.5rem;
  width: 1.5rem;
  border-radius: 100%;
}

.nav__cat-lesson:before {
  content: '';
  position: absolute;
  height: 1rem;
  left: 0.5rem;
  position: absolute;
  top: 0.7rem;
  width: 1rem;
  border-radius: 100%;
  z-index: 2;
  background-color: white;
}

.nav__cat-lesson svg {
  position: relative;
  z-index: 9;
}
/* final exam */
.final-exam__wrapper {
  width: 100%;
}
.final-exam__question {
  width: 100%;
  margin: 1rem 0;
  background-color: #f1f1f1;
  border-radius: 6px;
  overflow: hidden;
}
.final-exam__question h3 {
  padding: 1rem 2rem;
  background-color: #a12677;
  color: #fff;
}
.final-exam__answers {
  padding: 1rem;
}
.final-exam__answer {
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
  border-bottom: 1px solid #ccc;
}
.final-exam__answer:last-of-type {
  border-bottom: none;
}
.final-exam__answer input {
  transform: scale(1.5);
  margin-bottom: 4px;
}
.final-exam__answer label {
  flex: 1;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.course__lesson.access-denied {
  pointer-events: none;
  border: 1px solid red;
  position: relative;
}
.course__lesson.access-denied::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "You don't have access to this lesson as part of your current course.";
  z-index: 99;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: red;
  width: 100%;
}
.nav__cat-lesson.access-denied {
  background-color: #ff000021;
  pointer-events: none;
}
.next-lesson.access-denied {
  display: none !important;
}
.next-lesson.disabled {
  background-color: #f2f2f2;
  color: #221d57 !important;
}

.disabled {
  position: relative;
}

.disabled:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: var(--percent-watched)%;
  height: 5px;
  background-color: #221d57;
  z-index: 9999;
  max-width: 100%;
}
  a.nav__cat-lesson.disabled {
    color: #888;
    cursor: not-allowed;
  }
  a.nav__cat-lesson.disabled svg {
      opacity: 0.55;
  }
  a.nav__cat-lesson.bg--primary_light.disabled {
    opacity: 1;
    cursor: pointer;
  }
  a.nav__cat-lesson.bg--primary_light.disabled svg
  {
    opacity: 1;
  }
.sticky-bottom .btn--secondary,
  .sticky-bottom .btn--primary{
font-weight: 700 !important;
}
.next-lesson.disabled {
    position: relative;
}
.requirement {
  background: #26afc6;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    margin-right: 1rem;
    padding: 5px;
    position: absolute;
    right: -13px;
    text-transform: none;
    bottom: 70px;
    width: 260px;
    text-align: center;
  font-weight: 400;
  z-index: 10;
}
a.nav__cat-lesson.disabled .requirement:after
{
  right: 48%;
}
.wistia_responsive_padding {
    margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .requirement {
    right: calc(50% - 140px) !important;
    margin-right: 0;
  }
  .requirement:after {
    right: 46% !important;
  }
  .sticky-bottom .btn--secondary {
    margin-bottom: 20px;
  }
  .sticky-bottom .btn--secondary,
  .sticky-bottom .btn--primary{
    width: 100%;
    text-align: center;
  }
}
.requirement:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #26afc6;
    content: "";
    height: 0;
    right: 22%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
.quiz-results svg {
  width: 1rem;
  height: 1rem;
}

.quiz-results__container {
    margin: 0 auto;
    max-width: 800px;
    padding: 60px 30px;
}

.quiz-results__score {
  overflow: hidden;
  padding: 2rem 0.5rem 0 .5rem;
  margin-top: 20px;
}

.quiz-results__score:before {
  background-image: none;
  aspect-ratio: 1 / 1;
  z-index: 2;
  border-radius: 100%;
  content: "";
  left: 50%;
  height: 200%;
  position: absolute;
  top: 0;
  width: auto;
  transform: translateX(-50%)scale(-1);
}

.quiz-results__score:after {
  content: '';
  position: absolute;
  background: white;
  height: 180%;
  width: auto;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%,-50%)scale(-1);
  z-index: 3;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
}

.quiz-results__trigger {
  margin-top: 50px;
  background: #cecece;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-results__trigger.active svg {
  transition: all .5s ease-in-out;
}

.quiz-results__trigger.active svg {
  transform: rotate(180deg);
}

.quiz-results__breakdown.active {
  border: 1px solid #cecece;
}
.results-item {
  padding: 10px;
}
.results-item .results-item__question {
  width: 75%;
}

.quiz-results__title,
.quiz-results__score {
  text-align:center;
  position: relative;
}

.quiz-results__score span {
  font-size: 3em;
  position: relative;
  z-index: 9;
}

.quiz-results__breakdown {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.quiz-results__breakdown.active {
  max-height: 100000px;
  opacity: 1;
}

.quiz-results__message {
  text-align: center;
}

.quiz-results__message a {
  margin-top: 2rem;
}
.section-wrapper.upsell-active {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}
.section-wrapper.upsell-active .course__lesson-wrapper a
{
  pointer-events: none;
}
.section-wrapper.upsell-active .course__start-btn-wrapper
{
  display: none !important;
}
.section-wrapper.upsell-active .course__lesson-wrapper {
    padding: 30px 0px;
}
.upsell-message {
    align-items: center;
    background: rgba(29,78,216,.85);
    background: -moz-linear-gradient(90deg,#1d4ed8 0,#26afc6 100%);
    background: -webkit-linear-gradient(90deg,rgba(29,78,216,.85),rgba(38,175,198,.85));
    background: linear-gradient(90deg,rgba(29,78,216,.85),rgba(38,175,198,.85));
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
    text-align: center;
  backdrop-filter: blur(3px);
}
.upsell-message h3 {
    margin-bottom: 20px !important;
    font-size: 2rem;
    color: #fff !important;
}
.upsell-message p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: 1.3rem;
}
.upsell-message a {
    background: #fff !important;
    color: #191919 !important;
}
a#course-signup-notification i {
    color: #191919;
    font-family: "Font Awesome 5 Free";
}
.video-container video
{
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .sticky-bottom {
    margin-top: 1rem;
    padding: 15px 0;
    
  }

  .sticky-bottom .section-wrapper
  {
    padding: 0;
  }
    .related-resource-wrapper
  {
    margin-bottom: 2rem
  }
  .related-resource {
    max-width: 100%;
    margin: 0.25rem auto;
 }
}
@media screen and (min-width: 768px) {
  .results-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lesson_supporting_text strong {
 font-weight: 800; 
}

.lity-close
  {
    position: absolute;
  }
.lity-container {
    background: #fff;
    max-width: 800px;
    padding: 2.2rem 1.5rem 1.5rem;
    margin: 32px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    width: calc(100% - 64px) !important;
  max-height: calc(100vh - 64px);
}
.lity-content:after {
    box-shadow: none;
 }
button.lity-close, button.lity-close:hover {
    color: #000;
    top: 10px;
    right: 10px;
    font-size: 25px;
    text-shadow: none;
    background: none !important;
    box-shadow: none !important;
}
  .lity {
    background: rgb(228 227 226 / 50%);
        z-index: 999999999;
}
html.lity-active {
    overflow: hidden;
}
.lity-content {
    height: 100%;
    overflow-x: auto;
}
.btn--secondary.lesson-certificate-button {
    background: #221d57;
}
.submitted-assessments__col ul {
    margin: 0;
    padding-left: 1.5rem;
}
.submitted-assessments__col ul a {
    color: #1d4ed8;
    font-size: 14px;
}
.submitted-assessments__col ul li {
    line-height: 1.3;
}
.pdf-help-txt {
	font-size:14px;
}

/* Session Feedback Form Styles */
#lesson-attendance-form > div:first-of-type {
	display: flex;
	margin-bottom: 1rem;
}
#lesson-attendance-form > div:first-of-type label {
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
}
#lesson-attendance-form > div:nth-of-type(2) {
	margin-bottom: 1rem;
}
#lesson-attendance-form > div:nth-of-type(2) select {
	border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	cursor: pointer;
  background: #FFFFFF url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 97% center;
	border: 1px solid black;
}
#lesson-attendance-form > div:nth-of-type(3) {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}
#feedback_notes {
	margin-bottom: 1rem;
}
.lesson-attendance_card strong {
	font-weight: 700;
}
.lesson-attendance_card {
	background: #FAFAFA;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
	padding: 2rem;
	margin-top: 2rem;
	display: flex
}
.lesson-attendance_card__wrapper {
	width: 100%;
}
textarea, 
input[type="text"],
input[type="file"] {
	border: 2px solid #ADAAA9;
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
	font-family: Inter, sans-serif;
}

textarea:focus, 
input[type="text"]:focus,
input[type="file"]:focus {
	border: 2px solid #1D4ED8 !important;
}
.lesson-attendance_card__wrapper label span {
	font-size: 0.9rem;
	margin-bottom: 5px;
	display: block;
	color: #000;
}
.lesson-attendance_card__wrapper label {
	display: block;
}
.lesson-attendance_card___top-row {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
.lesson-attendance_card___fields {
	width: 100%;
	position: relative;
}
.lesson-attendance_card___submit {
	text-align: right;
}
.lesson-attendance_card .btn {
	font-weight: 700 !important;
	font-size: 16px !important;
}
#submit_feedback_response--submit {
	padding 15px 7% !important;
}
.submitting-assessment {
	text-align: center;
	font-weight: 900;
	color: #221d57;
	font-size: 1.3rem;
	position: absolute;
	width: 100%;
	top: calc(50% - 15px);
}
.feedback_required {
	font-size: 14px;
	font-weight: normal;
	color: #6C717B;
}

@media screen and (max-width: 768px) {
	.lesson-attendance_card___top-row {
		flex-direction: column;
	}
	.lesson-attendance_card___fields {
		width: 100%;
	}
	.lesson-attendance_card {
		flex-direction: column;
	}
}

/* Star Rating Styles */
.rate {
    float: left;
    height: 100%;
}
.rate:not(:checked) > input {
    position:absolute;
    left:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#F3EFF3;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #FDB424;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #e19601;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FDB424;
}


/* Assessment Styling */
.assessment-space-container .webex-space-widget .webex-course-container {
  width: 100%;
  height: 500px;
  max-width: 600px;
  margin: auto;
}
body {
  font-family: Inter, sans-serif !important;
}
.assessment-space-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.assessment-space-container .webex-link-login {
  text-align: center;
}
.assessment-space-container .webex-link-login a.hs-button
{
  text-transform: uppercase !important;
}
#assessment_submit_container .submitted-response_card strong
{
  font-weight: 700;
}
#assessment_submit_container .submitted-response_card {
  background: #FAFAFA;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
  padding: 2rem;
  margin-top: 2rem;
  display: flex
}
#assessment_submit_container .submitted-date__submitted-response_card h4 {
  font-size: 1.2rem !important;
}
#assessment_submit_container .submitted-date__submitted-response_card {
  width: calc(100% - 295px);
  padding-right: 2rem;
}
#assessment_submit_container .submitted-response_card__wrapper {
  width: 100%;
}
#assessment_submit_container textarea, 
#assessment_submit_container input[type="text"],
#assessment_submit_container input[type="file"]
{
  border: 2px solid #ADAAA9;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  font-family: Inter, sans-serif;
}

#assessment_submit_container textarea:focus, 
#assessment_submit_container input[type="text"]:focus,
#assessment_submit_container input[type="file"]:focus
{
  border: 2px solid #1D4ED8 !important;
}
#assessment_submit_container .submitted-response_card__wrapper label span {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
  color: #000;
}
#assessment_submit_container .submitted-response_card__wrapper label
{
  margin-bottom: 1rem;
  display: block;
}
#assessment_submit_container .submitted-response_card___top-row {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
#assessment_submit_container .submitted-response_card___instructions {
  width: 45%;
  padding-right: 2rem;
}
#assessment_submit_container .submitted-response_card___fields {
  width: 55%;
  position: relative;
}
#assessment_submit_container .submitted-response_card___submit
{
  text-align: right;
}
#assessment_submit_container .submitted-response_card .btn
{
  font-weight: 700 !important;
  font-size: 16px !important;
}
button#start-assessment {
  margin-top: 1rem;
  text-transform: uppercase !important;
  padding: 1.5rem 3rem;
}
button#start-assessment i {
  margin-right: 5px;
}
.upload-placeholder {
  display: flex;
  align-items: center;
}
div#presentation_link_placeholder {
  font-size: 14px;
  font-weight: 400;
}
div#presentation_link_upload {
  border: 0;
  background: #fafafa;
  border-radius: 8px;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 10px;
  margin-right: 10px;
  cursor: pointer;
  min-width: 105px;
  text-align: center;
}
.submitting-assessment {
  text-align: center;
  font-weight: 900;
  color: #221d57;
  font-size: 1.3rem;
  position: absolute;
  width: 100%;
  top: calc(50% - 15px);
}
p.assessment-download-button a {
  text-decoration: underline;
  color: #12142e;
}
@media screen and (max-width: 1150px) {

  #assessment_submit_container .row-fluid.top-assessment-row {
    flex-direction: column;
  }
  #assessment_submit_container .student-video__column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #assessment_submit_container .assessment-content__column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #assessment_submit_container .submitted-response_card___top-row {
    flex-direction: column;
  }
  #assessment_submit_container .submitted-response_card___instructions {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }
  #assessment_submit_container .submitted-response_card___fields {
    width: 100%;
  }
  #assessment_submit_container .submitted-response_card {
    flex-direction: column;
  }
  #assessment_submit_container .submitted-date__submitted-response_card {
    width: 100%;
    padding-right: 0;
  }
            }