@charset "UTF-8";
/*
Theme Name: VU Divi Child
Theme URI: https://transitiontn.org
Version: 1.0
Template: Divi
Author: TransitionTN
Description: This child theme requires the Divi framework to operate correctly. Keep the Divi theme installed on website if using this theme.
*/
/* vars */
:root {
  --primary-color: #394e7e;
  --primary-dark: #202b46;
  --light-yellow: #ffeeac;
  --light-yellow-dark: #ffde5c;
  font-size: 20px;
}



/*** Background ***/
html {
  background-color: white;
}

#page-container {
  padding-top: 100px !important;
}
@media (max-width: 1280px) {
  #page-container {
    padding-top: 85px !important;
  }
}
@media (max-width: 980px) {
  #page-container.page-container--student {
    padding-top: 85px !important;
  }
}

#main-content .container {
  padding-bottom: 50px;
  max-width: none !important;
}

.page.et_pb_pagebuilder_layout #main-content {
  background-color: white !important;
}

/* VR STYLES */
.download-container {
  display: flex;
  justify-content: space-between;
}

.download-container p {
  margin: auto;
  padding-bottom: 1em !important;
}

.azc_tsh_toggle {
  margin-top: 20px !important;
}

#tip-sheets {
  line-height: 1.2 !important;
}

#tip-sheets a {
  color: #fff;
}

.usin-progress-tag .usin-progress-40,
.usin-progress-tag .usin-progress-50,
.usin-progress-tag .usin-progress-60,
.usin-progress-tag .usin-progress-70,
.usin-progress-tag .usin-progress-80 {
  background-color: #fff4d3;
}

/* Typeography */
@font-face {
  font-family: "Sketch Block";
  src: url(/wp-content/uploads/et-fonts/Sketch_Block.ttf);
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Regular-102a.woff2) format("woff2"), url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Regular-102.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Atkinson Hyperlegible Bold";
  src: url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Bold-102a.woff2) format("woff2"), url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Bold-102.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Atkinson Hyperlegible Italic";
  src: url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Italic-102a.woff2) format("woff2"), url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-Italic-102.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Atkinson Hyperlegible BoldItalic";
  src: url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2) format("woff2"), url(/wp-content/uploads/et-fonts/Atkinson-Hyperlegible-BoldItalic-102.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body, input, textarea, select {
  font-family: "Atkinson Hyperlegible", Raleway, Helvetica, Arial, Lucida, sans-serif !important;
}

.sketchblock {
  font-family: "Sketch Block", Helvetica, Arial, Lucida, sans-serif;
}

.bold {
  font-weight: bold;
}

.white {
  color: white;
}

.standout-header {
  font-family: "Atkinson Hyperlegible Bold", Helvetica, Arial, Lucida, sans-serif;
}

.h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.3rem;
}

.h4 {
  font-size: 1.1rem;
}

.lato {
  font-family: "Lato", sans-serif;
}

.linebr {
  overflow: hidden;
  text-align: center;
}

.linebr:before,
.linebr:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.linebr:before {
  right: 0.2em;
  margin-left: -50%;
}

.linebr:after {
  left: 0.2em;
  margin-right: -50%;
}

body {
  line-height: 1.5rem;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Atkinson Hyperlegible", Raleway, Helvetica, Arial, Lucida, sans-serif;
}

.entry-content ul {
  line-height: 1.5rem;
}

/* UTILITY CLASSES */
.flexbox {
  display: flex;
}

.space-around {
  justify-content: space-around;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.white-bg {
  background: white;
}

.primary-color-bg {
  background: var(--primary-color);
  color: white;
}

.primary-color-bg > * {
  color: white;
}

.light-yellow-bg {
  background: var(--light-yellow);
  color: black;
}

.light-gray-bg {
  background: #e0e0e0;
}

.light-color-bg > * {
  color: black;
}

.pale-light-blue-bg {
  background: #E2E6ED;
  color: black;
}
.pale-light-blue-bg > * {
  color: black;
}

.student-yellow-bg {
  background: #f2c617;
  color: black;
}

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

.display-block {
  display: block;
}

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a:focus-visible,
button:focus-visible {
  outline: var(--primary-color) solid 3px;
}

.ds-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cimage {
  width: 25vw;
  margin: 3%;
}

/* Old Marcus Code */
@media only screen and (min-width: 750px) {
  .flex-section {
    display: flex;
    justify-content: center;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .flex-section .et_pb_row {
    display: flex;
    justify-content: center;
    flex-direction: row !important;
    width: 50% !important;
    max-width: 50% !important;
  }
  .flex-section .et_pb_row .et_pb_module {
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .flex-section .et_pb_row {
    flex-wrap: nowrap;
  }
  .flex-section .et_pb_row {
    max-width: 33% !important;
    width: 33% !important;
  }
}
@media only screen and (min-width: 980px) {
  .flex-row-wrapper {
    display: flex;
  }
  .flex-row-wrapper .et_pb_column {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
.border-hover .et_pb_column {
  overflow: hidden;
  position: relative;
}

.border-hover .et_pb_column img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
  transform: scale(1.1);
}

.border-hover .et_pb_column:hover .et_pb_image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.9);
  content: "";
}

.border-hover .et_pb_column .et_pb_promo_description:before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column:hover .et_pb_promo_description:before,
.border-hover .et_pb_column:hover .et_pb_promo_description:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.border-hover .et_pb_column .et_pb_promo_description h2 {
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 37%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 0;
}

.border-hover .et_pb_column .et_pb_promo_description p {
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 42%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
  opacity: 1;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.border-hover .et_pb_column:hover .et_pb_promo_description p {
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.border-hover .et_pb_promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-hover .et_pb_promo_button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roundedsplit::before,
.roundedsplit::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.roundedsplit {
  border-radius: 0 0 80px 80px;
}

.roundedsplit::before,
.roundedsplit::after {
  top: -70px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
}

.roundedsplit::before {
  border-radius: 0 80px 0 0;
}

.roundedsplit::after {
  left: 50%;
  border-radius: 80px 0 0 0;
}

/* BUTTONS */
.trans-buttons {
  margin-bottom: 0.5rem;
}
.trans-buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

.trans-button {
  padding: 10px 16px;
  transition: all 300ms ease;
  border: none;
  box-shadow: none;
  font-weight: bold;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.trans-button.large {
  font-size: 1.8rem;
  padding: 25px 16px;
}
.trans-button.student-yellow-bg:hover {
  background: #faeaa8;
}

.trans-button.primary-color-bg:hover {
  background: var(--primary-dark);
}

.trans-button.light-color-bg:hover {
  background: var(--light-yellow-dark);
}

/* Classes for student site buttons */
.lesson-button {
  position: relative;
  padding: 0.3em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #000;
}

.lesson-button:hover {
  letter-spacing: 1px;
}

.student-button {
  color: black;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
  font-weight: 400;
  display: block;
  inline-size: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}
.student-button--standard {
  background-color: #f2c617;
}
.student-button--work {
  background-color: #78C6CB;
}
.student-button--education {
  background-color: #a48fe2;
}
.student-button--resource {
  background-color: #8098d6;
}

.work-button {
  color: black;
  background-color: #78C6CB;
}

.school-button {
  color: black;
  background-color: #8367d7;
}

/* Button z-index control for activity guide/quick picks */
#back-home a {
  width: 10%;
  font-size: 1vw;
  position: absolute;
  color: #384e7e;
  top: 30%;
  left: 3%;
  border: #384e7e 2px solid;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: white;
}

#back-home a:hover {
  color: white;
  background-color: #384e7e;
}

@media (max-width: 760px) {
  #back-home a {
    padding: 2px;
    font-size: 1vw;
    white-space: normal;
  }
}
.blueprint-content {
  display: none;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.blueprint-content li {
  display: block;
  position: relative;
}

.blueprint-dropdown:hover .blueprint-content {
  display: block;
}

/*** Course Progress Page ***/
/* Styles for CSS only tabs with the tab selector on the top */
.top_tab_section {
  border-radius: 2px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin-top: 40px;
}

.tabtn [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.tabtn:checked:nth-of-type(1) ~ .tabtn__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  display: block;
}
.tabtn:checked:nth-of-type(2) ~ .tabtn__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  display: block;
}
.tabtn:checked:nth-of-type(3) ~ .tabtn__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  display: block;
}
.tabtn:checked:nth-of-type(4) ~ .tabtn__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  display: block;
}
.tabtn:checked:nth-of-type(5) ~ .tabtn__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  display: block;
}
.tabtn.fullwidth-tab-bg:first-of-type + label {
  margin-left: 25%;
}
@media screen and (max-width: 1439px) {
  .tabtn.fullwidth-tab-bg:first-of-type + label {
    margin-left: 10%;
  }
}
.tabtn:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tabtn:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tabtn:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tabtn:focus-visible + label {
  outline: red solid 3px;
}
.tabtn:checked + label {
  background-color: #384e7e;
  color: white;
  box-shadow: 0 -1px 0 #384e7e inset;
  cursor: default;
}
.tabtn:checked + label:hover {
  box-shadow: 0 -1px 0 #384e7e inset;
  background-color: #384e7e;
}
.tabtn + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  padding: 15px;
  margin-left: 20px;
  font-size: 26px;
}
.tabtn + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tabtn__content {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 2px;
  display: none;
}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 2px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.learndash-course-certificate {
  /*
  & > a:before {
    @include until($tablet) {
      content: 'Certificate: ';
      position: absolute;
      top: 15%;
      left: -40%;
    }
  } */
}
@media screen and (max-width: 799px) {
  .learndash-course-certificate > a {
    margin-top: 10px;
  }
}

.learndash_course_content {
  border: 1px solid #ddd;
}
.learndash_course_content .learndash_lessons > div > div {
  border: 1px solid #ddd;
}
.learndash_course_content .learndash_lessons > .progress_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #f3f3f3;
  padding: 20px 0;
}
.learndash_course_content .learndash_lessons > .progress_header > div {
  padding: 0 20px;
  border: none;
}
.learndash_course_content .learndash_lessons > .progress_header .progress {
  flex-grow: 2;
}

.ld_progress_column {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .ld_progress_column {
    width: 100px;
  }
}
.ld_progress_column > * {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 799px) {
  .ld_progress_column > * {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .cert_column {
    display: none;
  }
}

.lessons_list {
  width: 100%;
}
.lessons_list .lesson {
  width: 100%;
  border: 1px solid #ddd;
  display: flex;
}
.lessons_list .lesson .list_arrow {
  width: 50px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: none;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 799px) {
  .lessons_list .lesson .list_arrow {
    min-height: 70px;
  }
}
.lessons_list .lesson .list_arrow:hover {
  cursor: pointer;
}
.lessons_list .lesson .lesson_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.lessons_list .lesson .lesson_container .lesson_and_cert {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.lessons_list .lesson .lesson_container .learndash-course-link {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  flex-grow: 2;
  align-items: center;
}
.lessons_list .lesson .lesson_container .learndash-course-link a {
  text-decoration: none;
  line-height: 5;
}
@media screen and (max-width: 799px) {
  .lessons_list .lesson .lesson_container .learndash-course-link a {
    line-height: 1;
  }
}
.lessons_list .lesson .lesson_container img {
  justify-content: center;
}
.lessons_list .lesson .lesson_container .flip {
  width: 100%;
}
.lessons_list .lesson .lesson_container .course_overview_heading {
  background: #f3f3f3;
  padding-left: 10px;
}
.lessons_list .lesson .lesson_container .course_progress {
  width: 70%;
}
@media screen and (max-width: 799px) {
  .lessons_list .lesson .lesson_container .course_progress {
    width: 90%;
    margin: 16px 8px;
  }
}
.lessons_list .lesson .lesson_container .right {
  float: right;
  width: 25%;
  margin: 1rem 0.5rem;
}
@media screen and (max-width: 799px) {
  .lessons_list .lesson .lesson_container .right {
    width: 80%;
    float: none;
    margin-bottom: 16px;
  }
}

.learndash_profile_quizzes .learndash_profile_quiz_heading > .quiz_title {
  width: 55%;
  line-height: 1.5rem;
  padding-left: 10px;
}
@media screen and (max-width: 799px) {
  .learndash_profile_quizzes .learndash_profile_quiz_heading {
    display: none;
  }
}

.list_arrow.collapse {
  background-position: 50% 50%;
}

.list_arrow.expand {
  background-position: 50% 50%;
}

@media screen and (max-width: 799px) {
  .quiz_row {
    display: flex !important;
    flex-direction: column;
  }
  .quiz_row div {
    width: 100%;
    text-align: left !important;
    padding: 5px !important;
  }
  .quiz_row div:nth-child(1) {
    background: #f3f3f3;
  }
  .quiz_row div:nth-child(2):before {
    content: "Score: ";
  }
  .quiz_row div:nth-child(3):before {
    content: "Date: ";
  }
}

.course_progress {
  display: block;
  padding: 0;
  position: relative;
  width: 50%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 20px;
  overflow: hidden;
  margin: 2rem 0.5rem;
  float: left;
}
.course_progress .course_progress_green {
  display: block;
  position: relative;
  text-align: right;
  background-color: #5cb85c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  transition: width 0.6s ease 0s;
}

/* Course Dashboard */
.tile-box {
  width: 430px;
  background-color: white;
  margin: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .tile-box {
    width: 500px;
  }
}
.tile-box .course-box-content {
  margin: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tile-box .progress-container {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-self: flex-end;
  width: 100%;
}
.tile-box .progress-container .course_progress {
  margin: 0 8px;
  width: 60%;
}
.tile-box .resource-box {
  height: 408px;
  align-content: flex-start;
}

/* Database View Styles */
.database-filters {
  background: #e2e6ed;
  padding: 1em;
  min-width: 600px;
}

.filter-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.reset, input[type=button i] {
  max-height: 40px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  padding: 8px 20px !important;
}

.filter-col {
  margin: 10px 1em;
  border: 1px solid #d1d6dc;
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: #e7ecf3;
}
.filter-col select {
  font-size: 14px;
}
.filter-col .split-col {
  width: 49%;
}

.course-col {
  width: 80%;
}

/*h1.entry-title {
  text-align:center;
} */
@media only screen and (max-width: 980px) {
  .filter-col {
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 650px) {
  .filter-col {
    width: 90%;
    max-width: 90%;
  }
}
.filter-row {
  text-align: center;
}

.db-search-button {
  max-height: 40px;
  text-transform: uppercase;
  background: #606a7e;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 8px 20px;
}

#pagination {
  margin-top: 1.5rem;
}
#pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#pagination ul li {
  border: 1px solid #d1d6dc;
  padding: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#pagination ul li .page-link {
  border: none;
}

.flextable {
  overflow-x: auto;
  min-width: 600px;
}
.flextable table {
  border: 3px solid #e2e6ed !important;
  position: relative;
}
.flextable table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
}

.line-item:nth-child(2n+1) {
  background-color: #e2e6ed;
}

/* Database nav button style */
.database-nav-button {
  color: #384e7e !important;
}

.database-nav-button:hover {
  /*background-color: #2ea3f2 !important;*/
  cursor: pointer;
}

#comment-wrap {
  padding-top: 0 !important;
}

/* Content Templates */
.detail-row {
  margin: 5px 0;
  padding: 5px;
}

.detail-row:nth-child(odd) {
  background: #E2E6ED;
}

.explore-lesson {
  background-color: #f7f8fc;
}
.explore-lesson h2 {
  text-align: center;
}
.explore-lesson__cards {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5rem 0;
}
@media (max-width: 800px) {
  .explore-lesson__cards {
    grid-template-columns: 1fr;
  }
}
.explore-lesson__single {
  background-color: white;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.explore-lesson__content {
  padding: 2rem 2.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 8fr;
}
.explore-lesson__text {
  line-height: 1.9rem;
  text-decoration: none;
  color: black;
}
.explore-lesson__text h3 {
  font-weight: 700;
}

/* class for headers */
.learning-target {
  border-bottom: 2px solid #F3C603;
  border-collapse: collapse;
}

.partners {
  width: 18%;
  margin-right: 1.5% !important;
  float: left;
}

@media only screen and (max-width: 700px) {
  .partners {
    width: 31.5%;
    margin-right: 1.5% !important;
  }
}
#popmake-1657 .popmake-alm-footer-links {
  display: none;
}

.pum-field label {
  margin-top: 1em;
}

.pum-field input {
  font-size: 18px;
}

.pum-field #wp-submit, .gform_footer input[type=submit] {
  font-size: 20px !important;
  background: #f06872;
  color: #fff;
  text-transform: uppercase;
  border: solid thin #f06872;
  transition: 750ms;
}

.pum-field #wp-submit:hover, .gform_footer input[type=submit]:hover {
  background: #fff;
  color: #f06872;
}

.pum-alm-footer-links a {
  margin-left: 10px;
}

.pum-alm-footer-links {
  line-height: 1.5;
}

/* Update privacy policy styles */
.gfield_description a {
  color: #384e7e;
  font-weight: bold;
}

.edit-button {
  color: #384e7e;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 5em !important;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#learndash_profile .profile_edit_profile {
  display: none;
}

.restricted-container {
  padding: 10px;
  max-width: 750px;
  margin: auto;
}

.restricted-message {
  margin-bottom: 1em;
}

.restricted-login input[type=submit] {
  font-size: 20px;
  padding: 0.5em 1em;
  border: solid thin;
}

.usin-progress-tag .usin-progress-40, .usin-progress-tag .usin-progress-50, .usin-progress-tag .usin-progress-60, .usin-progress-tag .usin-progress-70, .usin-progress-tag .usin-progress-80 {
  background-color: #fff4d3;
}

/* Update privacy policy styles */
.gfield_description a {
  color: #384e7e;
  font-weight: bold;
}

.edit-button {
  color: #384e7e;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 5em !important;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gform_wrapper .gfield_description {
  font-size: inherit !important;
}

#wppb-edit-user #edit_profile {
  background: #384e7e;
  color: white;
  border: none;
  font-size: 26px;
  padding: 7px 15px;
}

/* Style for accordion */
input.tab-input {
  position: absolute;
  opacity: 0;
}

.tabs {
  width: 100%;
  min-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tabs ul {
  list-style: disc;
}
.tabs li, .tabs p {
  line-height: 1.5rem;
}
.tabs input:focus + label.tab-label--work, .tabs input:focus-visible + label.tab-label--work, .tabs input:focus-within + label.tab-label--work {
  background-color: #53b6bd;
}
.tabs input:focus + label.tab-label--education, .tabs input:focus-visible + label.tab-label--education, .tabs input:focus-within + label.tab-label--education {
  background: #8367d7;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
  cursor: pointer;
  /* Icon */
}
.tab-label--work {
  background: #78c6cb;
}
.tab-label--work:hover, .tab-label--work:focus {
  background-color: #53b6bd;
}
.tab-label--education {
  background: #a48fe2;
}
.tab-label--education:hover, .tab-label--education:focus {
  background: #8367d7;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
  display: none;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close--work:hover {
  background-color: #53b6bd;
}
.tab-close--education:hover {
  background: #8367d7;
}

input:checked + .tab-label--work {
  background-color: #53b6bd;
}
input:checked + .tab-label--education {
  background: #8367d7;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  overflow-y: scroll;
  display: block;
}

.tab-content-box {
  padding: 0 8%;
}

.tab-content-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 800px) {
  .tab-content-row {
    display: block;
  }
}

.tab-content-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.subheader {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px !important;
}
.subheader--work {
  border-bottom: #78c6cb solid 1px;
}
.subheader--education {
  border-bottom: #8367d7 solid 1px;
}

.tab-content-box li {
  padding-bottom: 8px;
}

.call-out {
  border-bottom: #f3c603 solid 1px;
  margin-bottom: 15px;
  padding-bottom: 5px !important;
}

.instructions {
  flex-grow: 2;
}

.follow-video {
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.lesson-downloads {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.student-divider {
  --border-color: #000;
}
.student-divider--work {
  --border-color: #78C6CB;
}
.student-divider--education {
  --border-color: #8367d7;
}
.student-divider::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  border-top: 1px solid var(--border-color);
}
.student-divider::after {
  content: "";
  display: table;
}
.student-divider__inner {
  display: inline-block;
  width: 100%;
}

.student-top-info {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 800px) {
  .student-top-info {
    grid-template-columns: 1fr;
  }
}
.student-top-info__learning-target h3 {
  border-bottom: 2px solid #f2c617;
  border-collapse: collapse;
}
.student-top-info__learning-target div {
  padding-top: 0.5rem;
}
.student-top-info__buttons {
  margin: 0 auto;
}
.student-top-info__buttons-container {
  margin-top: 0.5rem;
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .student-top-info__buttons-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.student-top-info__buttons-container div {
  position: relative;
  width: 100%;
}
.student-top-info__buttons-container div .trans-button {
  margin: 1rem auto;
}

.student-instructor-resources__container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 0;
  margin-top: 0.5rem;
}
.student-instructor-resources__container__button--two {
  grid-area: two;
}
.student-instructor-resources__container__button--three {
  grid-area: three;
}
.student-instructor-resources__container__button--four {
  grid-area: four;
}
.student-instructor-resources__container .trans-button {
  margin: 1rem auto;
}
@media (min-width: 800px) {
  .student-instructor-resources__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.student-instructor-resources__label {
  border-bottom: 2px solid #f2c617;
  border-collapse: collapse;
  grid-area: one;
}

.student-lesson-page {
  background-color: white;
}

.student-subhead {
  border-bottom: 2px solid #f2c617;
  border-collapse: collapse;
}
.student-subhead--education {
  border-color: #8367d7;
}
.student-subhead--work {
  border-color: #78C6CB;
}

/* Survey Styles */
.survey-style {
  background: #e1e1e1 !important;
}

.survey-style a {
  color: #78c6cb;
}

.student-my-portfolio-pre {
  margin-bottom: 2rem;
}
.student-my-portfolio-pre ol {
  list-style-type: decimal;
  margin-left: 1rem;
}

.student-top-section {
  background-image: linear-gradient(180deg, #d6d6d6 0%, #ffffff 100%);
  padding-top: 60px;
}

.student-lesson-title {
  text-align: center;
}
.student-lesson-title h1 {
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.student-lesson-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.student-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.student-popup__window {
  width: 80%;
  height: 80%;
  margin: 9.5rem auto 10%;
  position: relative;
  background-color: white;
}
@media (max-width: 800px) {
  .student-popup__window {
    margin: 7rem auto;
    width: 95%;
    height: 90%;
  }
}
.student-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.8rem 1rem;
  font-size: 2rem;
  background-color: #f2c617;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 800px) {
  .student-popup__close {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
  }
}
.student-popup__content {
  height: 100%;
  width: 100%;
  padding: 2rem 4rem;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .student-popup__content {
    padding: 2rem 0.2rem;
    position: relative;
    margin-top: 0;
    transform: translateY(0%);
  }
}
.student-popup--hidden {
  visibility: hidden;
  display: none;
}

.roleplay {
  text-align: center;
}
.roleplay h2 {
  font-size: 1.5rem;
}
.roleplay__iframe {
  margin-top: 1rem;
}

.video-slider {
  margin-top: -100px;
}
@media screen and (max-width: 799px) {
  .video-slider {
    margin-top: -75px;
  }
}
.video-slider.fullscreen-slider {
  margin-top: -180px;
}
.video-slider.fullscreen-slider .youtube-video iframe {
  max-height: 100%;
}
@media screen and (max-width: 799px) {
  .video-slider.fullscreen-slider {
    margin-top: -100px;
  }
}

.video-slider-thumbs {
  margin-top: -120px;
}
.video-slider-thumbs.fullscreen-slider {
  margin-top: -140px;
}
@media screen and (max-width: 799px) {
  .video-slider-thumbs.fullscreen-slider {
    margin-top: -80px;
  }
}
@media screen and (max-width: 799px) {
  .video-slider-thumbs {
    margin-top: -80px;
  }
}
.video-slider-thumbs img {
  cursor: pointer;
}

.video-slider-thumbs .slick-slide {
  margin: 10px;
}

.youtube-video {
  margin-top: 17%;
}
.youtube-video .fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}
.youtube-video iframe {
  max-height: 445px;
}

/* Style for video slider navigation */
.et-pb-slider-arrow {
  scale: 2;
}

.et-pb-arrow-prev, .et-pb-arrow-next {
  scale: 2;
}

/*** Footer ***/
#footer-text {
  color: white;
}

#main-footer {
  display: inherit !important;
}

#footer-widgets {
  display: none;
}

/*  Menu Styles 
    Some styles are contained in the Divi parent theme.
*/
#main-header {
  position: fixed;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.menu-container {
  /* Component Vars */
  --header-color: var(--primary-color);
  --header-secondary-color: var(--primary-dark);
  --font-color-hover: white;
  width: 95%;
  max-width: 95%;
  margin: auto;
}
.menu-container.menu-container--student {
  --header-color: #f2c617;
  --header-secondary-color: darken($student-yellow, 30%);
  --font-color-hover: black;
}
.menu-container.menu-container--student .mobile_menu_bar_toggle::before {
  color: #f2c617;
}
.menu-container #logo {
  max-height: 54% !important;
}
.menu-container #et-top-navigation {
  padding-right: 80px !important;
  padding-left: 280px !important;
  margin-bottom: 27px;
  /** App Style header and Drop Down Menu **/
}
@media (max-width: 1280px) {
  .menu-container #et-top-navigation .nav {
    display: none;
  }
}
.menu-container #et-top-navigation .nav li {
  line-height: 1.5rem;
  padding-right: 10px;
  /* Mega Menu Styles */
  /* Nav seperator */
  /* Login/Profile Styles */
}
.menu-container #et-top-navigation .nav li a {
  transition: box-shadow 0.4s ease-out, color 0.2s ease-out, padding-bottom 0.4s ease-out, background-color 0.4s ease-out;
  color: black;
}
@media only screen and (min-width: 981px) {
  .menu-container #et-top-navigation .nav li a {
    padding-bottom: 0px;
  }
}
.menu-container #et-top-navigation .nav li a:hover {
  /*border-bottom:solid #384e7e;
                    padding-bottom:10px; */
  box-shadow: 0 10px 0px -6px var(--header-color);
}
.menu-container #et-top-navigation .nav li.menu-item-has-children a:hover {
  box-shadow: 0 0 0 0 transparent;
}
.menu-container #et-top-navigation .nav li.menu-item-has-children > a:first-child:after {
  content: "c";
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu {
  margin-top: 27px;
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu li {
  padding: 0;
  width: 100%;
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--header-color);
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu li a {
  line-height: 1.3;
  padding: 7px 12px !important;
  width: 100%;
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu li a:hover {
  padding-bottom: 7px !important;
  color: var(--font-color-hover) !important;
  opacity: 1;
}
.menu-container #et-top-navigation .nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover {
  background: white;
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu {
  width: 100vw;
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu > li {
  width: 20%;
  margin: 0;
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu > li:nth-of-type(4n + 1) {
  margin-left: 10%;
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu > li > a {
  width: 90%;
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu > li > a:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.menu-container #et-top-navigation .nav li.mega-menu > .sub-menu > li > a:first-child:hover {
  color: black !important;
  box-shadow: 0 0 0 0 transparent;
  cursor: default;
}
.menu-container #et-top-navigation .nav li.nav-separator > a:hover {
  cursor: default;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
}
.menu-container #et-top-navigation .nav li.register-button > a {
  padding: 10px !important;
  background: var(--header-color);
  color: var(--font-color-hover);
}
.menu-container #et-top-navigation .nav li.register-button > a:hover {
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
  background: var(--header-secondary-color);
}
.menu-container #et-top-navigation .nav li.profile-button a {
  background-image: var(--wpr-bg-efc4886c-9a83-4f62-842c-92001b8a7f62);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  background-size: 30px;
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .my-profile-button > a {
  background-image: var(--wpr-bg-feaa95f4-24bc-43ec-9e83-12254c35d86e);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px !important;
  margin-left: 10px;
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .my-profile-button > a:hover {
  background-image: var(--wpr-bg-8977cc45-315d-472c-94b5-433b86e2fa24);
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .course-progress-button > a {
  background-image: var(--wpr-bg-28c61099-d434-444e-a3f1-52114c1954a9);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px !important;
  margin-left: 10px;
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .course-progress-button > a:hover {
  background-image: var(--wpr-bg-5e3c60b0-67d5-4400-944f-9c525da14b3d);
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .logout-button > a {
  background-image: var(--wpr-bg-7eec2493-2329-4155-bedc-b416f9aef6f8);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px !important;
  margin-left: 10px;
}
.menu-container #et-top-navigation .nav li.profile-button .sub-menu .logout-button > a:hover {
  background-image: var(--wpr-bg-0dcca678-2106-4fa1-a494-14fb494a9630);
}
@media (max-width: 1280px) {
  .menu-container #et-top-navigation #et_mobile_nav_menu {
    display: block;
  }
}
.menu-container #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
  margin-top: 2px;
  padding-bottom: 0;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 130px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  background: #fff;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  border-top: 3px solid var(--header-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  display: block;
  padding: 10px 5%;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li a:hover {
  color: var(--font-color-hover) !important;
  background: var(--header-color);
  opacity: 1;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li.menu-item-has-children > a {
  background-color: rgba(0, 0, 0, 0.03);
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li.menu-item-has-children > a:hover {
  background-color: var(--header-color);
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li li {
  padding-left: 5%;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li .sub-menu {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li .sub-menu .menu-item-has-children > a {
  background-color: #fff;
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li .sub-menu .menu-item-has-children > a:hover {
  background-color: var(--header-color);
  color: var(--font-color-hover);
}
.menu-container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .nav-separator {
  display: none;
}

/* Search - Hiding search */
.et_search_outer {
  display: none;
}

#et_top_search {
  display: none;
}

/* Style for posts */
.entry-title {
  text-align: center;
}

#sidebar {
  float: left;
  width: 20.875%;
  background: #384e7e;
  margin-top: 8em;
  color: white;
  padding: 30px;
}

#sidebar a, #sidebar .et_pb_widget a, #sidebar h2 {
  color: white;
}

#sidebar h2 {
  padding-bottom: 0px;
}

#sidebar a.sidebar-link.sidebar-link.sidebar-link {
  color: white;
}

#wpv-view-layout-11966-TCPID10656 {
  margin-top: -15px;
}

.row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ttn-content {
  width: 80%;
  max-width: 1440px;
  margin: auto;
}

.content-max {
  max-width: 1440px;
}

.fullwidth {
  width: 100%;
}

.content-block {
  margin-top: 12px;
}

.no-pb {
  padding-bottom: 0;
}

.no-pt {
  padding-top: 0;
}

.no-padding {
  padding: 0;
}

.no-pt {
  padding-top: 0;
}

.col-2 {
  width: 47.5%;
}

.col-3 {
  width: 30.8%;
}

.col-4 {
  width: 22.5%;
}

.col-5 {
  width: 17.5%;
}

@media screen and (max-width: 1079px) {
  .full-at-desktop {
    width: 100%;
  }
  .full-at-desktop:last-child {
    margin-top: 20px;
  }
}

.w-60 {
  width: 60%;
}

/* Main Page Styles */
#step-1 {
  margin-right: 9%;
}

#step-2 {
  text-indent: 100px;
}

.gform_wrapper ul li.gfield {
  margin-top: 24px !important;
}

.gform_wrapper .top_label div.ginput_container {
  margin-top: 4px !important;
}

.gform_wrapper ul li.field_description_below div.ginput_container_checkbox, .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px !important;
}

/* Display Gravity form for registration */
#gform_wrapper_6 {
  display: block !important;
}

/* Styles for quiz pages */
/* Quiz Underlines for fill in the blank questions */
.quiz-underline {
  width: 150px;
  display: inline-block;
  border-bottom: 1px black solid;
}

.wpProQuiz_button, .wpProQuiz_button:hover {
  font-size: 20px;
}

.wpProQuiz_header {
  display: none !important;
}

#learndash_profile .profile_edit_profile {
  display: none;
}

.restricted-container {
  padding: 10px;
  max-width: 750px;
  margin: auto;
}

.restricted-message {
  margin-bottom: 1em;
}

.restricted-login input[type=submit] {
  font-size: 20px;
  padding: 0.5em 1em;
  border: solid thin;
}

#learndash_profile .learndash-course-points, #learndash_profile .expand_collapse {
  display: none;
}

#wppb-edit-user #edit_profile {
  background: #384e7e;
  color: white;
  border: none;
  font-size: 26px;
  padding: 7px 15px;
}

.h5p-dialogcards .h5p-dialogcards-image-wrapper > .h5p-dialogcards-image {
  width: 100% !important;
  min-width: 250px !important;
}

.h5p-dialogcards {
  font-size: 20px;
}