h3.headline-dtg {
  font-size: 28px;
}

h4.headline-dtg {
  font-size: 22px;
}

h5.headline-dtg {
  font-size: 18px;
  color: black;
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.rich-text-dtg ul, .rich-text-dtg ol {
  padding-left: 17px;
}
.rich-text-dtg ul li strong, .rich-text-dtg ol li strong {
  font-size: 20px;
}
.rich-text-dtg ul li::marker, .rich-text-dtg ol li::marker {
  font-weight: 800;
}
.rich-text-dtg a:not(.btn) {
  color: #1867a0;
  text-decoration: underline;
}
.rich-text-dtg strong {
  font-weight: 800;
}
.rich-text-dtg h3 {
  font-size: 28px;
  line-height: 1.2em;
}
.vertical-spacing-small {
  height: 25px;
}

.vertical-spacing-medium {
  height: 50px;
}

.vertical-spacing-large {
  height: 100px;
}

.vertical-spacing-extra-large {
  height: 125px;
}
/*bootstrap accordion base styles as used on course detail page*/
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.accordion .accordion-header {
  display: block;
  margin-bottom: 0;
}
.accordion .accordion-header .accordion-button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  padding: 18px 40px 18px 0px;
  width: 100%;
  text-align: left;
  color: #163760;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.55em;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.accordion .accordion-header .accordion-button::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 25px;
  font-weight: 700;
  display: block;
  opacity: 1;
  z-index: 1;
  position: absolute;
  height: 30px;
  right: 0;
  width: 30px;
  transition: 0.1s transform;
}
.accordion .accordion-header .accordion-button::after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
  content: " ";
  background-image: url("/dist/img/blue-dash-border.png");
  display: block;
  margin-top: 20px;
  background-repeat: inherit;
  background-size: inherit;
  transition: inherit;
}
.accordion .accordion-header .accordion-button:hover {
  font-weight: 800;
}
.accordion .accordion-header .accordion-button:focus {
  outline: none;
  font-weight: 800;
}
.accordion .accordion-header .accordion-button[aria-expanded=true] {
  font-weight: 800;
}
.accordion .accordion-header .accordion-button[aria-expanded=true]::before {
  transform: scaleY(-1);
}
.accordion .accordion-item {
  display: block;
  color: inherit;
  background-color: inherit;
  border: inherit;
}
.accordion .accordion-body {
  padding: inherit;
}
@media (max-width: 575.98px) {
  .accordion .accordion-header .accordion-button {
    font-size: 18px;
  }
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.faqSection-dtg {
  padding-top: 50px;
  margin-bottom: 50px;
}
.faqSection-dtg h2 {
  text-align: center;
}
.faqSection-dtg .question-block {
  padding-top: 65px;
}
.faqSection-dtg .question-block h3 {
  margin-bottom: 0;
  font-size: 28px;
  color: #202022;
}
.faqSection-dtg .question-block .accordion .accordion-item:first-child .accordion-header .accordion-button {
  margin-top: 20px;
}
.faqSection-dtg .question-block .accordion-body {
  padding-top: 40px;
}
.faqSection-dtg .question-block .accordion-body p {
  margin-bottom: 0;
}
.faqSection-dtg .question-block + .question-block {
  margin-top: 45px;
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
footer.footer-main {
  background-color: #1e3e65;
  padding: 50px 15px 75px 15px;
  font-size: 14px;
  color: #E3E3E3;
}
footer.footer-main a {
  color: #E3E3E3;
  border-bottom: 2px solid transparent;
}
footer.footer-main a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #7BB801;
}
footer.footer-main ul {
  margin: 0;
}
footer.footer-main .desktop {
  display: block;
}
footer.footer-main .mobile {
  display: none;
}
footer.footer-main .footer-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  footer.footer-main .footer-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  footer.footer-main .footer-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  footer.footer-main .footer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer.footer-main .footer-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  footer.footer-main .footer-container {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  footer.footer-main .footer-container {
    max-width: 1340px;
  }
}
@media (min-width: 1430px) {
  footer.footer-main .footer-container {
    max-width: 1400px;
  }
}
footer.footer-main .footer-container .footer-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (min-width: 992px) {
  footer.footer-main .footer-container .footer-row {
    flex-wrap: nowrap;
  }
}
footer.footer-main .footer-container .footer-row .footer-logo {
  margin-bottom: 15px;
}
footer.footer-main .footer-container .footer-row .footer-logo a:hover, footer.footer-main .footer-container .footer-row .footer-logo a:focus {
  border-color: transparent;
}
footer.footer-main .footer-container .footer-row .footer-logo img {
  width: 262px;
  height: 70px;
  max-width: 100%;
}
footer.footer-main .footer-container .footer-row .footer-info-column {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  footer.footer-main .footer-container .footer-row .footer-info-column {
    flex: 0 0 auto;
    width: 25%;
    flex: 0 0 322px;
    max-width: 322px;
  }
}
footer.footer-main .footer-container .footer-row .footer-info-column .footer-address {
  font-size: 16px;
  line-height: 2em;
}
footer.footer-main .footer-container .footer-row .footer-info-column .footer-address strong {
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 992px) {
  footer.footer-main .footer-container .footer-row .footer-info-column .footer-address {
    margin-top: -5px;
  }
}
footer.footer-main .footer-container .footer-row .footer-nav-column {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  footer.footer-main .footer-container .footer-row .footer-nav-column {
    flex: 1 0;
  }
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav {
  padding: 0;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul {
  display: inline-block;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item {
  display: inline-block;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item::after {
  content: " ";
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  border-right: thin solid white;
  margin-top: -0.25em;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item:last-child::after {
  content: "";
  margin: 0;
  border: none;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item a.nav-link {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
}
footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item:last-child {
  margin-right: 0;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column {
  margin-top: 50px;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav {
  padding: 0;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul {
  display: inline-block;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul li.nav-item {
  display: inline-block;
  margin-right: 70px;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul li.nav-item a.nav-link {
  display: inline-block;
  padding: 0px;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul li.nav-item:last-child {
  margin-right: 0px;
}
footer.footer-main .footer-container .footer-row .footer-nav-column .disclaimer {
  padding-top: 10px;
  width: 100%;
  font-size: 12px;
}
footer.footer-main .footer-container .footer-row .social-media-column {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  footer.footer-main .footer-container .footer-row .social-media-column {
    flex: 0 0 auto;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
  }
}
footer.footer-main .footer-container .footer-row .social-media-column .footer-logo {
  margin-bottom: 30px;
}
footer.footer-main .footer-container .footer-row .social-media-column .headline {
  font-size: 16px;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  margin-bottom: 5px;
}
footer.footer-main .footer-container .footer-row .social-media ul {
  display: flex;
  padding-left: 0;
  justify-content: flex-end;
}
footer.footer-main .footer-container .footer-row .social-media ul li {
  list-style-type: none;
  font-size: 39px;
  margin-left: 25px;
}
footer.footer-main .footer-container .footer-row .social-media ul li:first-child {
  margin-left: 0em;
}
footer.footer-main .footer-container .footer-row .social-media ul li a {
  color: #7BB801;
  transition: color 0.3s;
}
footer.footer-main .footer-container .footer-row .social-media ul li a:hover {
  color: #99c83b;
  border-color: transparent;
}
@media (max-width: 1400px) {
  footer.footer-main .footer-container .footer-row .footer-info-column {
    flex: 0 0 260px;
    max-width: 260px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item::after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-main {
    padding-bottom: 0;
  }
  footer.footer-main .desktop {
    display: none;
  }
  footer.footer-main .mobile {
    display: block;
  }
  footer.footer-main .footer-container .footer-row {
    justify-content: center;
    text-align: center;
  }
  footer.footer-main .footer-container .footer-row .footer-info-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column {
    margin-top: 30px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav {
    margin-bottom: 12px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item {
    display: inline-block;
    margin-bottom: 42px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item::after {
    display: none;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column > nav ul li.nav-item a {
    border-color: #7BB801;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column {
    margin-top: 42px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul li.nav-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column .footer-lower-column > nav ul li.nav-item:last-child {
    margin-bottom: 0px;
  }
  footer.footer-main .footer-container .footer-row .footer-nav-column .disclaimer {
    font-size: 10px;
    margin-top: 30px;
  }
  footer.footer-main .footer-container .footer-row .desktop-column {
    display: none;
  }
  footer.footer-main .footer-container .footer-row .social-media .headline {
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    font-size: 16px;
  }
  footer.footer-main .footer-container .footer-row .social-media ul {
    margin-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  footer.footer-main .footer-container .footer-row {
    justify-content: center;
  }
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.search-modal-holder {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  z-index: -1;
  background-color: #1867a0;
  background: #1867a0 linear-gradient(180deg, #1867a0 50%, #0C3450 100%) 0% 0% no-repeat;
  transition: margin-top 0.3s;
  color: white;
  margin-top: -100vh;
}
.search-modal-holder .contain {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.search-modal-holder .heading {
  position: relative;
}
.search-modal-holder .heading a.logo {
  display: block;
  padding-top: 20px;
  display: none;
}
@media (max-width: 575.98px) {
  .search-modal-holder .heading a.logo {
    display: none;
  }
}
.search-modal-holder .heading .container {
  position: relative;
}
.search-modal-holder .heading .btn-close {
  -webkit-appearance: none;
  border: 1px solid transparent;
  background: unset;
  background-color: transparent;
  font-family: Arial;
  font-size: 48px;
  color: white;
  position: absolute;
  top: 100%;
  right: -10px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  opacity: unset;
}
@media (max-width: 575.98px) {
  .search-modal-holder .heading .btn-close {
    top: 15px;
    right: 20px;
    font-size: 44px;
  }
}
.search-modal-holder .heading .btn-close:hover {
  opacity: 0.8;
}
.search-modal-holder .heading .btn-close:focus {
  border: 1px dotted white;
  outline: none;
}
.search-modal-holder .heading .navbar-toggler {
  display: none;
}
@media (max-width: 575.98px) {
  .search-modal-holder .heading .navbar-toggler {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    font-family: Arial;
    color: white;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 24px;
  }
}
.search-modal-holder .content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 100px);
}
.search-modal-holder .content-holder {
  padding: 30px 30px 30px 30px;
}
.search-modal-holder .content-holder .inner-content {
  text-align: center;
}
.search-modal-holder .content-holder .inner-content .headline {
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0px;
}
.search-modal-holder .content-holder .inner-content .search-form {
  position: relative;
  margin-top: 4vw;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
}
.search-modal-holder .content-holder .inner-content .search-form input[type=text] {
  background-color: transparent;
  width: 100%;
  height: 58px;
  font-weight: 700;
  font-size: 27px;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  color: white;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}
.search-modal-holder .content-holder .inner-content .search-form input[type=text]::placeholder {
  font-weight: 700;
  font-size: 27px;
  color: #E3E3E3;
  opacity: 0.5;
}
.search-modal-holder .content-holder .inner-content .search-form input[type=text]:focus {
  outline: none;
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
  background-color: rgba(0, 0, 0, 0.2);
}
.search-modal-holder .content-holder .inner-content .search-form button.btn-search {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 7px 20px;
  font-size: 12px;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  min-width: 0;
}
.search-modal-holder .content-holder .inner-content .search-form button.btn-search:focus {
  outline: inherit;
  border-color: black;
}
.search-modal-holder .content-holder .inner-content .search-form.loading .btn-search {
  box-shadow: none;
  outline: none;
  opacity: 0.75;
  background-image: url("/dist/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.search-modal-holder .content-holder .inner-content .search-form.loading .btn-search * {
  visibility: hidden;
}
.search-modal-holder .content-holder .quicklinks-section {
  text-align: center;
  padding-top: 50px;
}
.search-modal-holder .content-holder .quicklinks-section .headline {
  font-family: "Karla", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.search-modal-holder .content-holder .quicklinks-section .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search-modal-holder .content-holder .quicklinks-section .links a {
  font-size: 20px;
  font-family: "Karla", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-right: 30px;
  margin-bottom: 15px;
  color: white;
}
.search-modal-holder .content-holder .quicklinks-section .links a .text {
  border-bottom: 2px solid transparent;
}
.search-modal-holder .content-holder .quicklinks-section .links a:hover, .search-modal-holder .content-holder .quicklinks-section .links a:focus {
  text-decoration: none;
}
.search-modal-holder .content-holder .quicklinks-section .links a:hover .text, .search-modal-holder .content-holder .quicklinks-section .links a:focus .text {
  border-bottom: 2px solid #7BB801;
}
.search-modal-holder .content-holder .quicklinks-section .links a::after {
  content: " ";
  display: inline-block;
  margin-left: 30px;
  height: 15px;
  width: 1px;
  border-right: 1px solid white;
}
.search-modal-holder .content-holder .quicklinks-section .links a:last-child {
  margin-right: 0;
}
.search-modal-holder .content-holder .quicklinks-section .links a:last-child::after {
  display: none;
}
body.modal-closing .search-modal-holder {
  z-index: 99;
}

body.search-modal-open .search-modal-holder {
  opacity: 1;
  margin-top: 0;
  z-index: 99;
}

@media (max-width: 575.98px) {
  .search-modal-open header {
    z-index: 100;
    height: 0;
    background: none;
  }
  .search-modal-open header .mobile-header-wrapper {
    height: 0;
  }
  .search-modal-open header .mobile-navigation {
    height: 0;
  }
  .search-modal-open header .mobile-navigation .top-menu {
    height: 0;
    top: 45px;
    position: absolute;
  }
  .search-modal-open header .mobile-navigation .search-toggle-col {
    display: none;
  }
  .search-modal-open header:not(.mobile-open) .mobile-header-wrapper .top-menu .logo {
    visibility: hidden;
  }
  .search-modal-open .search-modal-holder {
    display: flex;
    flex-direction: column;
  }
  .search-modal-open .search-modal-holder .content-row {
    flex-grow: 1;
    align-items: stretch;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 110px;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .quicklinks-section {
    display: flex;
    flex-grow: 1;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .quicklinks-section .contain {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .quicklinks-section .contain .links {
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .quicklinks-section .contain .links .link {
    margin-right: 0;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .quicklinks-section .contain .links .link:after {
    display: none;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .inner-content .headline {
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .search-modal-open .search-modal-holder .content-row .content-holder .inner-content .search-form input[type=text], .search-modal-open .search-modal-holder .content-row .content-holder .inner-content .search-form input[type=text]::placeholder {
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
  }
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.have-questions-partial {
  padding-top: 70px;
}
.have-questions-partial .have-questions-content {
  position: relative;
  width: 1078px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.have-questions-partial .have-questions-content::before {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/dist/img/blue-dash-border.png");
}
@media (max-width: 1669px) {
  .have-questions-partial .have-questions-content {
    width: 1016px;
  }
}
.have-questions-partial .have-questions-content h3 {
  font-size: 36px;
  padding-top: 55px;
  margin: 0px 0 20px 0;
}
.have-questions-partial .have-questions-content p {
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.85em;
}
@media (max-width: 575.98px) {
  .have-questions-partial .have-questions-content p {
    width: auto;
    font-size: 16px;
  }
}
.have-questions-partial .have-questions-content .have-questions-buttons {
  margin-top: 40px;
}
.have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button {
  display: inline;
  margin: 0 3%;
}
@media (max-width: 767.98px) {
  .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button {
    display: block;
    margin-bottom: 30px;
  }
}
.have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a {
  background-color: #7BB801;
  color: black;
  text-transform: none;
  border-radius: 30px;
  margin-left: 0;
  display: inline-block;
  font-weight: 800;
  padding: 7px 32px;
  font-size: 18px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3019607843);
  min-width: 220px;
  width: 162px;
  margin-bottom: 10px;
}
.have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:hover, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:active, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:focus, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:focus-visible, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:first-child:hover, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:first-child:active, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:first-child:focus, .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a:first-child:focus-visible {
  cursor: pointer;
  background-color: #7BB801;
  text-decoration: none;
  color: black;
}
@media (max-width: 575.98px) {
  .have-questions-partial .have-questions-content .have-questions-buttons .have-questions-button a {
    padding: 7px 20px;
  }
}
@media (max-width: 991.98px) {
  .have-questions-partial .have-questions-content {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .have-questions-partial .have-questions-content {
    width: 78%;
    border-width: 2px;
  }
}
@media (max-width: 575.98px) {
  .have-questions-partial .have-questions-content {
    width: auto;
    margin-left: 45px;
    margin-right: 45px;
  }
  .have-questions-partial .have-questions-content h3 {
    font-size: 26px;
  }
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.newsletter-signup-partial {
  background-color: #009aa6;
}
.newsletter-signup-partial .newsletter-signup-content form {
  display: flex;
  padding: 80px 0;
  justify-content: end;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text {
  color: white;
  width: 35%;
  margin: auto 30px;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text h3 {
  font-size: 36px;
  line-height: 1.3em;
  color: white;
  margin-bottom: 0.25em;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text .newsletter-signup-description {
  font-size: 24px;
  line-height: 1.45em;
  font-weight: 300;
  color: white;
}
.newsletter-signup-partial .newsletter-signup-content form .email-input {
  height: 38px;
  width: 40%;
  margin: auto 50px;
}
.newsletter-signup-partial .newsletter-signup-content form .email-input label {
  margin: 0;
  width: 100%;
}
.newsletter-signup-partial .newsletter-signup-content form .email-input input {
  height: 38px;
  width: 100%;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2588235294);
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
}
.newsletter-signup-partial .newsletter-signup-content form .email-input input::placeholder {
  color: #BBBBBB;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button {
  margin: auto 0;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button {
  background-color: #7BB801;
  color: black;
  text-transform: none;
  border-radius: 30px;
  margin-left: 0;
  display: inline-block;
  font-weight: 800;
  padding: 7px 32px;
  font-size: 18px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3019607843);
  min-width: 220px;
  border: none;
  min-width: none;
  padding: 7px 20px;
  white-space: nowrap;
}
.newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:hover, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:active, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:focus, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:focus-visible, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:first-child:hover, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:first-child:active, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:first-child:focus, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button:first-child:focus-visible {
  cursor: pointer;
  background-color: #7BB801;
  text-decoration: none;
  color: black;
}
@media (max-width: 575.98px) {
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button button {
    padding: 7px 20px;
  }
}
@media (max-width: 991.98px) {
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text {
    margin: auto 0px;
    width: 41%;
  }
  .newsletter-signup-partial .newsletter-signup-content form .email-input {
    width: 32%;
  }
}
@media (max-width: 767.98px) {
  .newsletter-signup-partial .newsletter-signup-content form {
    flex-direction: column;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text {
    width: auto;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text h3 {
    width: 80%;
    margin: 10px auto;
    line-height: 47px;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text h3, .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text .newsletter-signup-description {
    text-align: center;
  }
  .newsletter-signup-partial .newsletter-signup-content form .email-input {
    width: auto;
    margin-top: 24px;
    margin-bottom: 42px;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-button {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .newsletter-signup-partial .newsletter-signup-content form {
    padding: 55px 15px;
  }
  .newsletter-signup-partial .newsletter-signup-content form .email-input {
    margin: 24px 0px 50px 0;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text {
    margin-left: 0;
    margin-right: 0;
  }
  .newsletter-signup-partial .newsletter-signup-content form .newsletter-signup-text h3 {
    margin: 0px 0 15px 0;
    width: 100%;
  }
}
/* old: 'Font Awesome 6 Free' */
/*#0055a5;*/
/*@mixin make-container-medium-large-widths {
    @media (min-width: 1400px) {
        max-width: 1340px;
    }

    @media (min-width: 1430px) {
        max-width: 1400px;
    }
}*/
/* used on course detail page for accordions */
.newsletter-signup-modal {
  background-color: #163760;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.newsletter-signup-modal .modal-container {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: auto;
  max-height: 100vh;
}
.newsletter-signup-modal .modal-container .btn-close {
  -webkit-appearance: none;
  border: 1px solid transparent;
  background: none;
  font-family: Arial;
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 0px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.newsletter-signup-modal .newsletter-signup-content {
  width: 555px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
.newsletter-signup-modal .newsletter-signup-content .newsletter-form {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .newsletter-signup-modal .modal-container {
    width: 100%;
  }
  .newsletter-signup-modal .modal-container .newsletter-signup-content {
    width: 100%;
  }
}

body.ns-modal-open .newsletter-signup-modal {
  display: flex;
}