:root {
  --primary-blue: #165FFF;
  --primary-blue-hover: #004EF9;
  --primary-green: #04BD76;
  --primary-green-hover: #04B26F;
  --primary-orange: #FB8845;
  --primary-red: #FB4557;
  --white: #ffffff;
  --dark-gray: #2F313B;
  --gray: #4D4F59;
  --gray-white: #F7F8FA;
  --gray-white-darker: #EDEFF1;
  --light-gray: #6B7280;
  --lighter-gray: #A0AEC0;
  --lightest-gray: #BBC4CF;
  --table-padding: 0.375rem;
  --font-size-xxs: 0.5rem;
  --font-size-xs: 0.75rem;
  --line-height-xs: 0.875rem;
  --font-size-sm: 0.875rem;
  --line-height-sm: 1.25rem;
  --font-size-sm-plus: 0.9375rem;
  --line-height-sm-plus: 1.375rem;
  --font-size-base: 1rem;
  --line-height-base: 1.5rem;
  --font-size-md: 1.125rem;
  --line-height-md: 1.75rem;
  --font-size-lg: 2.375rem;
  --line-height-lg: 2.875rem;
  --font-size-xl: 3rem;
  --line-height-xl: 3.5rem;
  --box-border: 1px solid #E3E8EE;
  --box-border-dark: 1px solid #D1D5DB;
  --box-border-text: 1px solid #4D4F59;
  --box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --box-shadow-dark: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  /* --box-shadow-dark-up: 0 -1px 3px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.16); */
  --box-shadow-dark-up: 0 -4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.16);
  --box-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* html {
  scroll-behavior: smooth;
} */

html,
body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: #FFFFFF;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
  color: var(--gray);
  width: 100%;
  overflow-x: hidden !important;
  max-width: none !important;
}

body,
input,
textarea,
.page-title span,
.pingback a.url,
.lesson_contents span {
  font-family: "Gordita", sans-serif !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}

h1,
.blue_banner h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  color: var(--dark-gray);
  font-family: "Gordita", sans-serif !important;
  font-weight: 700;
  text-shadow: none !important;
}

h1,
h2 {
  letter-spacing: -0.025em;
}

#landing_left h1,
#landing_center h1,
.header-section h1 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  text-align: center;
  max-width: 950px;
  margin: 0 auto 1rem auto;
}

.breadcrumbs {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--dark-gray);
}

.breadcrumbs a,
.breadcrumbs span {
  padding: 0.5rem;
}

.breadcrumbs a {
  border-radius: 0.25rem;
  transition: 0.2s;
}

.breadcrumbs a:first-of-type {
  margin-left: -0.5rem;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: var(--primary-blue-hover);
  background: var(--gray-white);
}

.gray-white .breadcrumbs a:hover,
.gray-white .breadcrumbs a:focus,
.gray-white .breadcrumbs a:active {
  color: var(--primary-blue-hover);
  background: var(--gray-white-darker);
}

@media (min-width: 1200px) {

  h1,
  #landing_left h1,
  #landing_center h1,
  .header-section h1 {
    font-size: 2.75rem !important;
    line-height: 3.25rem !important;
  }

  #landing_left h1,
  .header-section h1 {
    text-align: left;
  }
}

@media (min-width: 979px) and (max-width: 1199px) {

  h1,
  #landing_left h1,
  #landing_center h1,
  .header-section h1 {
    margin-top: 0;
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }

  #landing_left h1,
  .header-section h1 {
    text-align: left;
  }
}

@media (min-width: 767px) and (max-width: 978px) {

  h1,
  #landing_left h1,
  #landing_center h1,
  .header-section h1 {
    margin-top: 0;
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }

  #landing_left h1,
  .header-section h1 {
    text-align: left;
  }
}

@media (min-width: 640px) and (max-width: 766px) {

  h1,
  #landing_left h1,
  #landing_center h1,
  .header-section h1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}

#landing_center .legal-page h1 {
  margin: 1rem 0 0 0;
  text-align: left;
}

#landing_left p {
  margin-bottom: 0;
  padding: 0;
}

/* @media (max-width: 766px) {
  h1,
  #landing_left h1,
  #landing_center h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
} */

/* h1,
#landing_left h1, 
#landing_center h1 {
  text-shadow: none;
} */

/* #landingSlide,
#header,
.content {
  margin-left: 0 !important;
  margin-right: 0 !important;
} */

h2 {
  font-size: 1.875rem !important;
  line-height: 2.375rem !important;
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}

@media (min-width: 979px) and (max-width: 1199px) {
  h2 {
    margin-top: 0;
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
}

@media (min-width: 767px) and (max-width: 978px) {
  h2 {
    margin-top: 0;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}

@media (min-width: 640px) and (max-width: 766px) {
  h2 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}


h3,
.course_feature h3,
.requirements h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  color: var(--dark-gray);
  font-weight: 700;
}

.requirements h3 {
  text-align: left;
}

@media (max-width: 767px) {

  h3,
  .course_feature h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .course_feature h3,
  .course_feature h6,
  .course_feature p,
  form.question_select {
    text-align: left;
  }

  form.question_select {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.375rem !important;
    line-height: 1.5rem !important;
  }
}

h4.panel-title {
  font-weight: 600;
}

h4.main_feature {
  font-size: 1.375rem;
  color: var(--primary-blue);
  display: block !important;
  padding-top: 0;
}

.tan h4 {
  font-size: 1.25rem;
}

.requirements h4 {
  color: var(--dark-gray);
  font-weight: 700;
}

h5 {
  font-size: 18px !important;
  line-height: 1.5rem;
}

h6 {
  font-size: 1.125rem;
  color: var(--primary-blue) !important;
}

@media (max-width: 767px) {
  h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.banner_text,
.header_text,
.blue_banner .header_text {
  margin: 0 auto;
  max-width: 950px;
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-weight: 500;
  color: var(--gray);
  font-family: "Gordita", sans-serif;
  text-shadow: none !important;
}

.header_text {
  margin-bottom: 1.5rem;
}

p.narrow-width,
.header_text.narrow-width {
  max-width: 700px;
}

@media (max-width: 767px) {
  .header_text.narrow-width {
    margin-bottom: 0;
  }
}

.secondary-container {
  margin: 0 auto;
  max-width: fit-content;
  margin-bottom: 2rem;
  padding: 0;
}

.state_course .secondary-container {
  margin-bottom: 0;
}

.course_feature .secondary-container {
  margin: 0;
}

.secondary-container .secondary,
.secondary-container .main_feature {
  text-align: left;
}

@media (min-width: 767px) {
  .secondary-container {
    margin: 0;
    margin-bottom: 2rem;
  }
}

.banner_text .secondary {
  padding-top: 0;
}

/* .index_banner .secondary {
  font-size: var(--font-size-md);
} */

/* .header_text {
  color: var(--light-gray);
} */

p,
.entry-summary p,
.entry-content p,
.article-content p,
#passreport_feature p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
  color: var(--gray);
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: "Gordita", sans-serif !important;
  text-shadow: none;
}

.entry-summary p,
.entry-content p {
  line-height: var(--line-height-md);
}

.course_feature p {
  margin-top: 0;
}

a {
  font-family: "Gordita", sans-serif !important;
  color: var(--primary-blue);
}

a:hover {
  color: var(--primary-blue-hover);
}

/* Start Buttons */
.btn,
.btn-warning,
.btn-success,
.requirements .jump_btn,
.btn-mini,
.apply_btn,
.ninja_submit_button {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -khtml-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--primary-blue);
  border: 2px solid;
  border-color: var(--primary-blue);
  color: #FFFFFF;
  font-family: "Gordita" !important;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  /* padding: 1rem 1.5rem; */
  padding: 0.875rem 1rem;
  width: auto;
  height: auto;
  cursor: pointer;
  box-shadow: var(--box-shadow-dark);
  transition: 0.2s;
}

.btn.tp-green {
  background-color: #00B67A;
  border-color: #00B67A;
}

.btn.tp-green:hover,
.btn.tp-green:focus,
.btn.tp-green:active {
  background-color: #00A871;
  border-color: #00A871;
}

.btn.add-to-cart {
  padding: 0.75rem 1rem;
  font-size: var(--font-size-sm-plus);
  line-height: var(--line-height-sm-plus);
}

.btn-inverted {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.btn-mini {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 0.75rem 1rem;
}

.apply_btn {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 0.25rem 1.5rem;
  margin: 0.25rem 0 0 0;
  max-width: 6rem;
}

.svg-btn {
  cursor: pointer;
}

.requirements .jump_btn {
  display: block;
  min-height: auto;
  padding: 1.25rem 1.75rem;
}

.ninja_submit_button {
  background-color: var(--primary-blue) !important;
  color: #FFFFFF !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-inverted:hover,
.btn-inverted:focus,
.btn-inverted:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.requirements .jump_btn:hover,
.apply_btn:hover,
.ninja_submit_button:hover,
.ninja_submit_button:focus {
  background-color: var(--primary-blue-hover);
  border-color: var(--primary-blue-hover);
  color: #FFFFFF;
  box-shadow: var(--box-shadow-lg);
  transition: 0.2s;
  outline: none;
}

.btn-inverted:hover,
.btn-inverted:focus,
.btn-inverted:active {
  background-color: var(--primary-blue);
}

.ninja_submit_button:hover,
.ninja_submit_button:focus {
  background-color: var(--primary-blue-hover) !important;
  color: #FFFFFF !important;
}

.responsive-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  .responsive-button-group {
    justify-content: center;
  }

  .btn,
  .btn-warning,
  .btn-success,
  .requirements .jump_btn {
    padding: 0.75rem 1.25rem;
  }
}

/* @media (max-width: 978px) {

  .btn,
  .btn-warning,
  .btn-success,
  .requirements .jump_btn {
    padding: 0.75rem 1.25rem;
  }
} */

.btn-block-new {
  max-width: 150px;
}

.btn-block-full {
  width: 100% !important;
  max-width: none;
}

/* End Buttons */

.primary-gray {
  color: var(--gray) !important;
}

.primary-blue,
.medium_error,
a[href^="mailto"] {
  color: var(--primary-blue) !important;
}

a.btn.email-support-btn[href^="mailto"] {
  color: white !important;
  background: var(--primary-blue);
}

a.btn.email-support-btn[href^="mailto"] {
  color: white !important;
  background: var(--primary-blue);
}

.primary-green,
.product-plan .coming_soon {
  color: var(--primary-green);
}

.primary-red,
.danger_text,
.tiny_error,
#mail_fail {
  color: var(--primary-red);
}

.gray-white {
  background: var(--gray-white);
  border: var(--box-border) !important;
}

.light-gray {
  color: var(--light-gray);
}

.nois-tiny-text {
  font-size: var(--font-size-xs);
}

.nois-small-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

#mail_fail,
.tiny_error {
  margin-top: 0.5rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-family: "Gordita", sans-serif !important;
  font-weight: 600;
}

.tiny_success {
  margin-top: 0.5rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-family: "Gordita", sans-serif !important;
  color: var(--primary-green);
  font-weight: 600;
}

/* COOKIE disclaimer banner */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 17rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 4px 0 #bbb;
  background-color: #FFFFFF;
  z-index: 10;
}

.cookie-banner p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.cookie-banner button {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}

/* Start New Main Navigation */
#tab-wrap {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 0;
  background: #FFFFFF;
  border-bottom: var(--box-border);
  position: fixed;
  top: 0;
  z-index: 20;
}

#tab-wrap.shadow {
  box-shadow: var(--box-shadow-dark);
}

.nois-logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

@media (max-width: 640px) {
  .nois-logo img {
    max-width: 175px;
  }
}

.nois-tab_nav {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 1rem;
  height: auto;
  width: auto;
  background: none;
}

.nois-tab_nav .main-nav-container {
  display: flex;
  flex-direction: column;
}

/* .nois-tab_nav .messages {
  margin: 0 0.375rem 0 0;
  text-align: right;
}

.nois-tab_nav .messages a {
  color: var(--gray);
  transition: 0.2s;
}

.nois-tab_nav .messages a:hover {
  color: var(--primary-blue);
  text-decoration: none;
  transition: 0.2s;
} */

.nois-navbar {
  overflow: hidden;
}

.nois-navbar a {
  float: left;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--dark-gray);
  text-align: center;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  transition: 0.2s;
}

.nois-dropdown {
  float: left;
  overflow: hidden;
}

.nois-dropdown .dropbtn {
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 600;
  border: none;
  outline: none;
  color: var(--dark-gray);
  padding: 0.61rem 0.75rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  justify-content: center;
  transition: 0.2s;
}

.nois-navbar a:hover,
.nois-dropdown:hover .dropbtn {
  color: var(--primary-blue);
  cursor: pointer;
  transition: 0.2s;
}

.nois-navbar .dropbtn svg {
  height: 1rem;
  width: 1rem;
  margin-left: 0.125rem;
}

.nois-dropdown-content {
  display: none;
  position: absolute;
  padding: 0.5rem;
  background-color: #FFFFFF;
  min-width: 7.5rem;
  border-radius: 0.25rem;
  border: var(--box-border);
  box-shadow: var(--box-shadow-lg);
  z-index: 1;
}

.nois-dropdown-content a {
  float: none;
  color: var(--dark-gray);
  padding: 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nois-dropdown-content a:hover {
  background-color: var(--gray-white);
  transition: 0.2s;
}

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

.nois-tab_nav a.login_btn {
  background: none;
  color: var(--primary-blue);
  font-size: var(--font-size-sm);
  margin-left: 1rem;
  margin-right: 0.5rem;
  padding: 8px 15px;
  box-shadow: none;
  border: none;
  transition: 0.2s;
}

a.inverted-btn {
  width: fit-content;
  color: var(--primary-blue);
  font-size: var(--font-size-base);
  background: none;
  font-weight: 600;
  margin: 0 auto;
  padding: 0.875rem 1rem;
  border-radius: 0.25rem;
  box-shadow: none;
  border: none;
  transition: 0.2s;
}

a.inverted-btn.static {
  margin: 0;
}

@media (min-width: 767px) {
  a.inverted-btn {
    margin-left: -1rem;
  }

  a.inverted-btn.static {
    margin-left: 0;
  }
}

.nois-tab_nav a.login_btn:hover,
a.inverted-btn:hover,
.gray-white a.inverted-btn:hover {
  color: var(--primary-blue-hover);
  background: var(--gray-white);
  transition: 0.2s;
}

.gray-white a.inverted-btn:hover {
  background: var(--gray-white-darker);
}

.nois-tab_nav a.signup_btn {
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: var(--font-size-sm);
}

.nois-tab_nav a.signup_btn:hover {
  background: var(--primary-blue-hover);
}

#main-menu-mobile-btn {
  display: none;
}

#main-menu-mobile-btn svg {
  height: 2rem;
  width: 2rem;
  color: var(--dark-gray);
}

@media (max-width: 1023px) {
  .nois-tab_nav .main-nav-container {
    display: none;
  }

  .nois-navbar {
    display: block;
  }

  #main-menu-mobile-btn {
    display: block;
    margin-right: 1rem;
    cursor: pointer;
  }

  /* #main-menu-mobile-btn svg {
    height: 2rem;
    width: 2rem;
    color: var(--dark-gray);
  } */

}

/* End New Main Navigation */

/* Start Accordion Menu */
.accordion {
  /*padding: 0 1rem 1rem 1rem;*/
  font-size: var(--font-size-md);
  font-weight: 600;
  color: var(--dark-gray);
}

.accordion a {
  color: var(--dark-gray);
  font-size: var(--font-size-md);
  display: inline-block;
  font-weight: 600;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.accordion a:hover {
  color: var(--primary-blue);
  transition: 0.2s;
}

.accordion-item-body-content a {
  font-size: 1rem;
}

.accordion-item {
  margin: 1.5rem 0;
}

.accordion-item:first-of-type {
  margin: 0.75rem 0 1.5rem 0;
}

.accordion-item-header {
  color: var(--dark-gray);
  padding: 0.25rem 0 0.25rem 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.accordion-item-header::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  display: block;
  background-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.2s;
  transform: rotate(0deg);
}

.accordion-item-header.active::after {
  transition: 0.2s;
  transform: rotate(180deg);
}

.accordion-item-header.active {
  color: var(--primary-blue);
  transition: 0.2s;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-item-body-content {
  padding: 0.75rem 0.5rem 0 0.75rem;
}

.accordion-item-body-content div:not(:last-child) {
  padding-bottom: 1.25rem;
}

/* End Accordion Menu */

/* Start Sidebars */
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 28rem;
  height: 100%;
  position: fixed;
  top: 0;
  background: #FFFFFF;
  overflow: hidden;
}

.left-sidebar {
  left: 0;
  display: none;
}

#main-nav-sidebar {
  z-index: 54;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0px;
  right: 0px;
  padding: 1rem;
  /*border-bottom: var(--box-border);*/
}

.sidebar-title-container {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.sidebar-header .close {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 1.75rem;
  border: none;
  background: none;
  color: var(--gray);
  cursor: pointer;
  opacity: 1;
}

.sidebar-header .close svg,
#search-overlay .close svg {
  height: 2rem;
  width: 2rem;
}

.sidebar-content {
  padding: 1rem;
  overflow-y: auto;
}

.sidebar.left-sidebar.sidebar-shadow {
  box-shadow: 4px 0 6px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.06);
}

.sidebar.right-sidebar.sidebar-shadow {
  box-shadow: -4px 0 6px -1px rgba(0, 0, 0, 0.1), -2px 0 4px -1px rgba(0, 0, 0, 0.06);
}

.sidebar-content .center-div {
  text-align: center;
}

.sidebar-content #enroll_btn {
  margin-top: 3rem;
  width: 100%;
  max-width: 250px;
}

/* End Sidebars */

/* Start Transparent Overlay */
.hidden {
  display: none !important;
  visibility: visible !important;
}

.transparent-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 50;
}

.transparent-overlay .transparent-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.5;
}

/* End Transparent Overlay */

/* Start Modals */
.modal {
  position: fixed;
  display: block;
  left: 50%;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%) scale(0.85);
  top: 50%;
  width: 100%;
  padding: 0 1rem;
  z-index: 55;
  margin-left: 0 !important;
  /* Bootstrap Override */
  background-color: transparent !important;
  /* Bootstrap Override */
  box-shadow: none !important;
  /* Bootstrap Override */
  border: none !important;
  /* Bootstrap Override */
}

.modal-inner-container {
  position: relative;
  max-width: 32rem;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem 1rem;
  border-radius: 0.25rem;
  text-align: left;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: var(--box-shadow-lg);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  z-index: 30;
  top: 0;
  left: 0px;
  right: 0px;
  padding: 0 !important;
  /* Bootstrap Override */
  border-bottom: none !important;
  /* Bootstrap Override */
}

.modal-header .close {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 1.75rem;
  border: none;
  background: none;
  color: var(--gray);
  cursor: pointer;
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-header .close svg {
  height: 2rem;
  width: 2rem;
}

.modal-title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.modal-title h3 {
  margin: 0;
  font-weight:
}

.modal-content {
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

#modal-promo-details .modal-content {
  padding-top: 0.5rem;
}

#modal-promo-details .modal-content img {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}

.modal-content.text-left {
  text-align: left;
}

.modal-content-svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  height: 6rem;
  width: 6rem;
  background: var(--gray-white);
  border-radius: 100%;
  color: var(--light-gray);
  font-weight: 600;
}

.modal-content svg {
  height: 3rem;
  width: 3rem;
}

.modal-content h3 {
  margin-top: 1rem;
}

.modal-content p {
  line-height: 1.5rem;
  margin-bottom: 1rem !important;
}

.modal-footer {
  border-top: var(--box-border);
  padding: 1rem;
}

/* End Modals */

/* Hide elements */
.span4.no_mobile {
  visibility: hidden;
}

/* Start header/content/footer/container/row/span width updates */
#landing_left,
#landing_center,
.content,
#footer,
#copywrite {
  /*max-width: 1200px !important;*/
  margin: 0 auto;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto !important;
  max-width: 1200px;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.article-container {
  max-width: 950px;
}

.row,
[class*="span"] {
  margin-left: 0 !important;
}

.span3 {
  width: 25% !important;
}

.span4 {
  width: 30% !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.span6 {
  width: 46% !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.span12 {
  width: 100% !important;
}

@media (max-width: 767px) {

  .span3,
  .span4,
  .span6,
  .spa12 {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/* End header/content/footer/container/row/span width updates */

/* Start Banner Hero */
#landing_left,
#landing_center,
.header-section {
  box-shadow: none;
  padding: 6rem 1rem 1rem 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto;
}

/* Adjust when running sale to 10rem. Default is 6rem */
.active-sale #landing_left,
.active-sale #landing_center,
.active-sale .header-section {
  padding-top: 10rem !important;
}

@media (min-width: 768px) {

  #landing_left,
  #landing_center,
  .header-section {
    padding: 7rem 1rem 1rem 1rem !important;
  }

  /* Adjust when running sale to 10rem. Default is 7rem */
  .active-sale #landing_left,
  .active-sale #landing_center,
  .active-sale .header-section {
    padding-top: 10rem !important;
  }


  #landing_left.pass_report_banner {
    padding: 5rem 0 1rem 0 !important;
  }

  /* Adjust when running sale to 7.5rem. Default is 5rem */
  .active-sale #landing_left.pass_report_banner {
    padding-top: 7.5rem !important;
  }
}

/* Start Pass Report page */
#landing_left.pass_report_banner {
  padding: 5rem 0 1rem 0 !important;
}

/* Adjust when running sale to 9rem. Default is 5rem */
.active-sale #landing_left.pass_report_banner {
  padding-top: 9rem !important;
}

.pass_report_banner .container {
  max-width: 1250px;
  background-color: var(--gray-white);
  border-bottom: var(--box-border-dark);
  padding: 1rem;
  overflow: hidden;
}

.pass_report_banner .hero_image img {
  width: 120%;
  max-width: none;
  position: relative;
  right: 9%;
  bottom: -3%;
}

@media (min-width: 1250px) {
  #landing_left.pass_report_banner {
    padding: 7rem 0 1rem 0 !important;
  }

  /* Adjust when running sale to 10rem. Default is 7rem */
  .active-sale #landing_left.pass_report_banner {
    padding-top: 10rem !important;
  }

  .pass_report_banner .container {
    padding: 1rem 0 0 1rem;
    border: var(--box-border-dark);
    border-radius: 0.5rem;
  }

  .pass_report_banner .hero_image {
    max-height: 30rem;
  }

  .pass_report_banner .hero_image img {
    width: 120%;
    max-width: none;
    position: relative;
    right: 9%;
    bottom: 3%;
  }
}

@media (min-width: 1024px) and (max-width: 1249px) {
  .pass_report_banner .hero_image {
    max-height: 26rem;
  }

  .pass_report_banner .hero_image img {
    width: 120%;
    right: 6%;
    bottom: -3%;
  }
}

@media (min-width: 980px) and (max-width: 1023px) {
  .pass_report_banner .hero_image {
    max-height: 24rem;
  }

  .pass_report_banner .hero_image img {
    width: 120%;
    right: 6%;
    bottom: -3%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .pass_report_banner .hero_image {
    max-height: 22rem;
  }

  .pass_report_banner .hero_image img {
    width: 120%;
    max-width: none;
    position: relative;
    right: 6%;
    bottom: -3%;
  }
}

@media (max-width: 767px) {
  .pass_report_banner .hero_image {
    max-height: none;
  }

  .pass_report_banner .hero_image img {
    width: 100%;
    max-width: none;
    position: relative;
    right: 3%;
    bottom: 0;
  }

  #landing_left.pass_report_banner img {
    margin-top: 0;
  }

}

/* .pass_report_banner .hero_image {
  max-height: 22rem;
} */

/* End Pass Report page */

@media (max-width: 767px) {

  #landing_left img,
  #landing_center img,
  .header-section img {
    margin-top: 1.5rem;
  }
}

.header-unit {
  padding: 0;
  height: auto;
}

#landing_left .push_padding_video {
  position: relative;
  top: auto;
  padding: 0 !important;
}

@media (max-width: 767px) {

  #landingSlide,
  #header,
  .content {
    padding: 1rem;
  }

  #submit_success.content {
    padding-top: 0;
  }
}

.index_banner,
.features_banner,
.requirements_banner,
.corporate_banner,
.blue_banner,
.grey-light {
  background: none;
  height: auto !important;
  border: none !important;
}

/* .features_banner {
  background: url('https://www.nationalonlineinsuranceschool.com/img/circles-bg.png') no-repeat top center !important; 
  background-size: 1000px !important;
  background-position-y: 1rem !important;
} */

@media (max-width: 767px) {
  .features_banner {
    background: none !important;
  }
}

.features_banner .container img {
  margin-top: 2rem;
}

.hero_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.hero_container.mini-hero {
  max-width: 1050px;
  justify-content: space-evenly;
}

.hero_container.row-reversed {
  flex-direction: row-reverse;
}

.hero_container .hero_text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
  width: 50%;
}

.hero_container.row-reversed .hero_text {
  margin-left: 2rem;
  margin-right: 0;
}

.hero_container.simulator .hero_text {
  padding-left: 2rem;
}

.hero_container .hero_text.hero_text_narrow {
  max-width: 520px;
}

.hero_container.mini-hero .hero_text.hero_text_narrow {
  max-width: 450px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.hero_container .hero_text .header_text {
  margin-bottom: 2.5rem;
  /*font-size: 1rem;*/
  max-width: 520px;
}

@media (max-width: 979px) {
  .hero_container .hero_text .header_text {
    margin-bottom: 1.5rem;
  }
}

.hero_container .hero_image,
.hero_container .pass-report-tabs-container {
  max-width: 600px;
  width: 50%;
  text-align: center;
}

.hero_container.mini-hero .hero_image {
  max-width: 450px;
}

.hero_container .phone_image img {
  max-height: 450px;
}

@media (max-width: 767px) {

  .hero_container,
  .course_feature .hero_container,
  .hero_container.row-reversed {
    flex-direction: column;
    align-items: center;
    /* margin-top: 2rem; */
  }

  .hero_container.simulator {
    margin-top: 0;
  }

  .hero_container .hero_text,
  .hero_container .hero_text.hero_text_narrow {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero_container .hero_image {
    margin-top: 0.5rem;
    width: 100%;
  }

  .hero_container.simulator .hero_text {
    padding-left: 0;
  }

  .hero_container.simulator .hero_image {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .hero_container .pass-report-tabs-container {
    margin-top: 0.5rem;
    width: 100%;
  }

  /* .course_feature .hero_container .hero_image {
    margin-bottom: 1.5rem;
  } */
}

/* End Banner Hero */

.content {
  border: none;
  padding: 2rem 1rem;
}

.extra-padding-desktop {
  padding: 3rem 1rem;
}

.content.course-feature-content {
  padding: 4rem 1rem;
}

@media (max-width: 767px) {
  .content {
    padding: 1rem;
  }

  .extra-padding-desktop {
    padding: 3rem 1rem 1rem 1rem;
  }

  .content.course-feature-content {
    padding: 0 1rem 1rem 1rem;
  }
}

.center_txt {
  padding: 0;
}

#mapslider {
  padding-top: 5rem;
}

.choose_state {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.static_underlay {
  background: none;
  box-shadow: none;
  background-color: var(--gray-white);
  border: var(--box-border-dark);
  border-radius: 0.25rem;
}

.blue-sky,
.tan,
.cta_signup {
  background: #FFFFFF;
  box-shadow: none;
}

.cta_signup {
  padding: 0 !important;
}

.how-it-works-section img {
  max-width: 10rem;
  margin-top: 1rem;
}

/* Start Common Styles */
@media (min-width: 1024px) {
  .display-mobile {
    display: none !important;
  }

  .display-desktop {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .display-mobile {
    display: block !important;
  }

  .display-mobile.toggle-tabs {
    display: flex !important;
  }

  .display-desktop {
    display: none !important;
  }
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0 !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.-ml-4 {
  margin-left: -1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-4 {
  padding: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.font-base {
  font-size: 1rem;
}

.font-sm {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.flex {
  display: flex;
}

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

.gap-1 {
  gap: 0.25rem;
}

.flex-container-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flex-container-row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container-row-center div {
  margin: 0 1rem;
}

.flex-container-row img {
  margin: 1rem;
}

.flex-container-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.flex-inline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-inline-row-no-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
}


.flex-inline-row.no-align-items {
  align-items: unset;
}

.flex-align-top {
  align-items: flex-start;
  align-content: flex-start;
}

.flex-inline-row-inputs {
  display: flex;
  align-items: center;
}

.flex-inline-row-inputs select {
  max-width: 46%;
}

.flex-inline-row-inputs select:first-of-type {
  margin-right: 1rem;
}

.flex-inline-svg {
  display: flex;
  align-items: center;
}

.flex-inline-svg svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.25rem;
  color: var(--primary-blue);
}

.flex-inline-svg.green-icon svg {
  color: var(--primary-green-hover);
}

.flex-inline-svg img {
  margin-right: 0.5rem;
}

.svg-question-mark {
  height: 1rem;
  width: 1rem;
}

.svg-circle-close {
  height: 1.5rem;
  width: 1.5rem;
}

.svg-icon-tag {
  transform: rotate(75deg);
}

.svg-credit-card-icon {
  height: auto;
  width: 3rem;
}

.max-w-md {
  max-width: 448px;
}

.max-w-450 {
  max-width: 450px;
}

.col-30 {
  width: 30%;
}

.col-70 {
  width: 70%;
}

@media (max-width: 766px) {
  .flex-inline-row {
    flex-direction: column;
  }

  .col-30,
  .col-70 {
    width: 100%;
  }
}

/* ul.inline-flex-list {
  margin-left: 0;
} */

ul {
  margin-bottom: 1rem;
}

ul li {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

ul.no-indent {
  margin: 0;
}

ul.list-style-none {
  list-style: none;
  margin: 0;
}

ul.inline-flex-list li {
  display: flex;
  margin-bottom: 0.5rem;
}

ul.inline-flex-list li svg {
  margin-right: 0.375rem;
}

.inline-checkmark-blue {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  color: var(--primary-blue);
}

.view_more {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 1rem;
  background: none;
  border: none;
}

.course-features-grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  .course-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}

.feature_details {
  margin-top: 1rem;
  margin-bottom: 0;
}

.feature_icon {
  color: var(--primary-blue);
  height: 2.5rem;
  width: 2.5rem;
}

.feature_text {
  padding-left: 3.25rem;
}

@media (max-width: 766px) {
  .course-stats .feature_text {
    padding-left: 0;
  }
}


.feature_text h4 {
  margin-bottom: 0.25rem;
}

.article-card,
.categories_container .article-box.category_box,
.guide-overview .article-box {
  padding: 0;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: var(--box-border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

.article-card:hover,
.categories_container .article-box.category_box:hover,
.guide-overview .article-box:hover {
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1.01);
}

.article-card .article-card-content {
  padding: 1rem;
}

/* .article-cards img {
  border: var(--box-border);
  border-radius: 0.5rem 0.5rem 0 0;
} */

.article-card .card-identifier {

  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: 700;
  color: var(--primary-blue);
  /*text-transform: uppercase;*/
}

.article-card h5 {
  margin-top: 0;
}

div.select-styled {
  margin: 0 auto;
  max-width: 400px;
}

div.select-styled select {
  margin-top: 0;
  padding: 0.5rem 0.75rem;
  height: auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-gray);
}

option {
  font-weight: 600;
}

#sample_vid {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .txt-left-mobile {
    text-align: left;
  }
}

/* .white-card {
  margin-top: 1rem;
  padding: 0.5rem;
  background: #FFFFFF;
  border: var(--box-border);
  box-shadow: var(--box-shadow-dark);
  border-radius: 0.25rem;
} */

.white-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 1rem;
  border: var(--box-border);
  border-bottom: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #FFFFFF;
}

.white-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1.01);
}

.white-card .flex-img-container {
  position: relative;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.white-card .flex-text-container {
  padding: 1rem;
  text-align: left;
}

@media (min-width: 767px) {
  .white-card .flex-img-container {
    width: 10rem;
  }

  .white-card .flex-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 125%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .white-card .flex-img-container {
    width: 12rem;
  }
}

/* End Common Styles */

/* Start Tabbed Content */
.pass-report-tabs-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 500px; */
  /* margin: 0 auto; */
  padding: 0;
}

.pass-report-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.pass-report-tabs .t-btn-container {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 2rem;
  width: 100%;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.course_feature .pass-report-tabs .t-btn-container {
  width: 90%;
}

.courses-page .pass-report-tabs .t-btn-container {
  margin: 0 0.5rem;
}

@media (max-width: 979px) {

  .pass-report-tabs .t-btn-container,
  .courses-page .pass-report-tabs .t-btn-container {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    /* max-width: 100%; */
    /* px-3 */
    scrollbar-width: none;
    -moz-scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
}

.pass-report-tabs .t-btn-container .t-btn {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lighter-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: transparent;
  transition: 0.2s;
}

.courses-page .pass-report-tabs .t-btn-container .t-btn {
  padding-top: 0.5rem;
}

.pass-report-tabs .t-btn-container .t-btn:hover {
  color: var(--dark);
  transition: 0.2s;
}

.pass-report-tabs .t-btn-container .t-btn.active {
  color: var(--dark-gray);
  border-color: var(--primary-blue);
}

.pass-report-panel-container {
  padding-top: 1.5rem;
}

/* .pass-report-panel-container .t-panel {
  color: var(--dark-gray);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  /*padding-bottom: 1rem;*/
/*} */

/* .pass-report-panel-container .t-panel.active {
  opacity: 1;
  height: auto;
  max-height: 100%;  
} */

.pass-report-panel-container .t-panel.overall,
.pass-report-panel-container .t-panel.lessons,
.pass-report-panel-container .t-panel.exam-simulator,
.pass-report-panel-container .t-panel.final-exam {
  padding-bottom: 1rem;
}


/* Pass Report marketing page */
.course-features-grid h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.superscript_text {
  font-size: var(--font-size-sm);
  color: var(--primary-blue);
  font-weight: 600;
}

.pass-report-tabs-container.new-interactive .pass-report-tabs .t-btn-container,
.pass-report-tabs-container.new-interactive .pass-report-panel-container p {
  max-width: 50rem;
  margin: 0 auto;
}

.pass-report-tabs-container.new-interactive .pass-report-panel-container {
  padding-top: 0;
}

.pass-report-tabs-container.new-interactive .interactive-tabbed-content-container {
  margin: 2rem auto 0 auto;
  max-width: 50rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
}

@media (max-width: 979px) {
  .pass-report-tabs-container.new-interactive .pass-report-tabs .t-btn-container {
    max-width: 50rem;
    margin: 0 auto;
    margin-left: 50%;
  }
}

/* End Tabbed Content */

/* Start Inputs & Textareas */
input[type="text"],
input[type="date"],
input[type="password"],
textarea,
select,
#student-profile input,
#contact input {
  width: auto;
  height: auto;
  margin: 0.25rem 0 0 0;
  padding: 0.5rem 0.75rem;
  color: var(--gray);
  background: var(--gray-white);
  border: var(--box-border-dark);
  font-size: 1rem;
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.2s;
  /* box-sizing: content-box; */
  box-sizing: border-box;
  -webkit-appearance: auto;
}

input[type="text"],
input[type="date"],
input[type="password"],
textarea,
#student-profile input,
#contact input,
#extension-form table.credit_card input,
select {
  padding: 0.5rem 0.75rem;
  /* height: 2rem; */
  height: 3rem;
}

input[type="text"],
input[type="date"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: 120px;
}

select option {
  font-weight: 500;
}

input[type="text"]:focus,
input[type="date"]:focus,
textarea:focus,
#student-profile input:focus,
#contact input:focus {
  background: #FFFFFF;
  border-color: var(--primary-blue);
  outline: none;
  transition: 0.2s;
}

input[type="text"]:disabled {
  color: var(--light-gray);
}

input[type="text"].required_input,
input[type="password"].required_input,
textarea.required_input {
  border-color: var(--primary-red);
  background-color: #FFF9F9;
}

/* End Inputs & Textareas*/

/* Start responsive forms */
.nois-form-container {
  width: 100%;
  margin-bottom: 3rem;
}

.nois-form-container.mb-0 {
  margin-bottom: 0;
}

.nois-form-content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.nois-form-content form .user-details.column-inputs {
  flex-direction: column;
}

.nois-form-content form .user-details .nois-input-box {
  margin-bottom: 1.25rem;
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
}

.nois-form-content form .user-details.column-inputs .nois-input-box {
  width: calc(100% - 10px);
}

.nois-form-content form .user-details .nois-input-box.full-width {
  width: 100%;
}

.nois-form-content form .user-details .nois-input-box.full-width.limit-max-width {
  max-width: 93%;
}

.nois-form-content form .user-details .nois-input-box.input-absolute-max,
.nois-form-content form .user-details.column-inputs .nois-input-box.input-full-max {
  width: 100%;
  max-width: none;
}

.nois-form-content form .user-details .inline-details-inputs {
  display: flex;
  align-items: center;
}

.nois-form-content form .user-details .inline-details-inputs input,
.nois-form-content form .user-details .inline-details-inputs select {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.nois-form-content form .user-details .inline-details-inputs input:first-child,
.nois-form-content form .user-details .inline-details-inputs select:first-child {
  margin-left: 0;
}

.nois-form-content form .nois-input-box span.details {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.125rem;
  text-align: left;
}

.user-details .nois-input-box input,
.user-details .nois-input-box select {
  width: 100%;
  outline: none;
  /* transition: all 0.3s ease; */
}

.user-details .nois-input-box.input-full-max input {
  width: 93%;
}

.user-details .nois-input-box.input-absolute-max input {
  width: 95%;
}

.user-details .nois-input-box input:focus {
  border-color: var(--primary-blue);
}

/* Extra margin top (Contact Us, Forgot Username/Password) */
.margin-top-lg {
  margin-top: 3rem;
}

/* Extra margin top (About Us) */
.margin-top-md {
  margin-top: 2rem;
}

/* Replace button styles with ours */
/* form .button {
   height: 45px;
   margin: 35px 0
 }

 form .button input {
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   background: var(--primary-blue);
 } */

@media(max-width: 584px) {
  .nois-form-container {
    max-width: 100%;
  }

  .nois-form-content form .user-details .nois-input-box {
    width: 100%;
  }
}

.nois-success-message-container {
  margin-bottom: 1rem;
}

.nois-success-message-container #message {
  color: var(--primary-green);
  font-weight: 600;
  font-size: var(--font-size-md);
}

/* End responsive forms */

/* Start CTA section */
.cta_content_container {
  /* margin-bottom: 1rem; */
  padding: 1rem;
}

.cta_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 2rem;
  background: var(--gray-white);
  border: var(--box-border-dark);
  border-radius: 0.5rem;
}

.cta_container .cta_text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
  width: 50%;
}

.cta_container h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 0.25rem;
}

.cta_container .cta_text .header_text {
  margin-left: 0;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  max-width: 520px;
}

.cta_container .cta_image {
  max-width: 500px;
  width: 50%;
}

.cta_container .state-select-form select {
  background-color: white;
}

@media (max-width: 767px) {
  .cta_content_container {
    margin-bottom: 0;
  }

  .cta_container {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
  }

  .cta_container .cta_text {
    margin-right: 0;
    width: 100%;
  }

  .cta_container .cta_text .header_text {
    margin: 0 auto 1.5rem auto;
    /* margin-bottom: 1.5rem; */
    max-width: 100%;
  }

  .cta_container .cta_image {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.cta_container.simple {
  position: relative;
  overflow: hidden;
  background: var(--primary-blue);
  background-image: linear-gradient(to right, #1550D0, #165DFA);
  box-shadow: var(--box-shadow-lg);
  border-radius: 0.5rem;
}

.cta_container.simple h2,
.cta_container.simple .header_text {
  color: var(--gray-white);
}

.cta_container.simple .header_text {
  margin-bottom: 1.25rem;
}

.cta_container.simple .cta_image {
  width: 200px;
  z-index: 10;
}

.cta_container.simple .cta_image.cta_screenshot {
  width: 100%;
  max-width: 500px;
  z-index: 10;
}

.cta_container.simple .btn {
  font-weight: 700;
  background: #FFFFFF;
  color: var(--primary-blue);
  box-shadow: var(--box-shadow-dark);
}

.cta_container.simple svg.bg-bubble-one {
  height: 10rem;
  width: 10rem;
  fill: blue;
  position: absolute;
  top: -5rem;
  right: 18rem;
  opacity: 0.1;
  z-index: 0;
}

.cta_container.simple svg.bg-bubble-two {
  height: 20rem;
  width: 20rem;
  fill: blue;
  position: absolute;
  bottom: -10rem;
  right: -7rem;
  opacity: 0.1;
  z-index: 0;
}

@media (max-width: 767px) {
  .cta_container.simple {
    padding: 2rem;
  }
}

/* End CTA section */

/* Start License Requirements */
h2.license-steps-text-size {
  font-size: 1.875rem !important;
  line-height: 2.75rem !important;
  text-align: left;
}

@media (min-width: 767px) and (max-width: 1199px) {
  h2.license-steps-text-size {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (max-width: 766px) {
  h2.license-steps-text-size {
    font-size: 1.375rem !important;
    line-height: 2rem !important;
  }
}

.requirement_step:first-of-type {
  margin-top: 1rem;
}

.requirement_step:not(:last-of-type) {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .requirement_step:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.gray_container {
  margin: 2rem auto 0 auto;
  padding: 1rem 2rem 2rem 2rem;
  background: var(--gray-white);
  border: var(--box-border-dark);
  border-radius: 0.25rem;
  max-width: 800px;
}

.requirements .slides_container {
  background: var(--gray-white);
  border: var(--box-border-dark);
  border-radius: 0.25rem;
  max-width: 800px;
}

.gray_container .choose_state {
  margin-top: 1.5rem;
  max-width: 275px;
}

.gray_container div.select-styled select {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0;
}

.gray_container .btn-block-new {
  max-width: 130px;
  padding: 0.75rem;
}

.table-bordered {
  border: var(--box-border-dark);
  font-size: var(--font-size-base);
  font-weight: 500;
  border: var(--box-border-dark);
  margin: 0 0 2rem 0;
  box-shadow: var(--box-shadow);
}

#responsive_table table th,
table.course_details th {
  font-size: var(--font-size-sm);
  background: var(--gray-white);
  color: var(--dark-gray);
  border-bottom: var(--box-border-dark);
  border-left: none !important;
  padding: 0.75rem 1.125rem;
  vertical-align: middle;
  font-family: "Gordita", sans-serif !important;
}

.table-bordered th,
.table-bordered td {
  border: none;
}

#responsive_table td,
table.course_details td,
table.course_details td.order_item {
  color: var(--gray);
}

#responsive_table .table-striped tbody>tr:nth-child(even)>th,
#responsive_table .table-striped tbody>tr:nth-child(even)>td {
  background: #FFFFFF;
}

@media (max-width: 767px) {
  #responsive_table table tr {
    font-weight: 500;
    padding: 0.5rem;
    border-left: none;
  }

  #responsive_table table tr:not(:last-child) {
    border-bottom: var(--box-border);
  }

  #responsive_table table td {
    border: none;
    position: relative;
    padding: 6px;
    padding-left: 60% !important;
    white-space: normal;
    text-align: left;
    font-size: var(--font-size-sm);
  }
}

.requirements ul li {
  padding-bottom: 0px;
}

/* End License Requirements */

/* Start Employers */
.dedicated_support h2,
.dedicated_support h3,
.dedicated_support p {
  color: var(--gray-white);
  text-shadow: 0 1px 2px #222222 !important;
}

.dedicated_support h4 {
  color: var(--primary-blue);
  text-shadow: 0 1px 2px #666666 !important;
}

@media (max-width: 979px) {
  .dedicated_support {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {

  .dedicated_support h2,
  .dedicated_support h3,
  .dedicated_support p {
    color: var(--dark-gray);
    text-shadow: none !important;
  }

  .dedicated_support h4 {
    text-shadow: none !important;
  }
}

.contact-details-container {
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .contact-details-container {
    padding: 1rem 0 0 0;
  }
}

/* End Employers */

/* Start About Us */
.hero_container.header_text_md .hero_text .header_text {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}

.wpw-ba-viewer {
  max-width: 800px !important;
  margin: 0 auto;
  cursor: grab;
  box-shadow: var(--box-shadow-lg);
  border: var(--box-border) !important;
  border-radius: 0.25rem !important;
}

.wpw-ba-door {
  border-left: 3px solid var(--primary-blue) !important;
}

.wpw-ba-controller {
  color: var(--primary-blue) !important;
}

.wpw-ba-controller-sign {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23165FFF' viewBox='0 0 24 24'%3E%3Cpath d='M8 9l4-4 4 4m0 6l-4 4-4-4'%3E%3C/path%3E%3C/svg%3E") !important;
  transform: rotate(90deg);
  left: -21px !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border: 3px solid var(--primary-blue);
  border-radius: 9999px;
  background-color: #FFFFFF !important;
}

/* End About Us */

/* Start State-Specific Courses */
.certified_seal_container {
  margin: 1rem 0;
}

@media (max-width: 767px) {
  .certified_seal_container {
    margin: 0 auto;
    max-width: fit-content;
    margin-bottom: 1rem;
  }
}

.school-id-span {
  margin-top: 0.5rem;
}

.course-pricing-table {
  display: flex;
  flex-direction: row;
}

.product-plan {
  padding-top: 30px;
  box-shadow: 0 0 4px 0 #bbb;
}

.product-plan.bundle {
  border: 2px solid var(--primary-blue);
  transform: scale(1.08);
  z-index: 10;
}

.pill-label {
  font-family: "Gordita", sans-serif !important;
  background-color: var(--primary-blue);
  top: -16px;
  margin-left: -73px;
  text-transform: none;
  font-weight: 600;
}

ul.plans {
  padding: 0.25rem;
  transform: scale(1);
}

.product-plan .name h3,
.product-plan h2 {
  color: var(--dark-gray);
}

.product-plan h2 {
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  padding: 5px 20px 5px 0;
}

.product-plan sup {
  top: -0.25rem;
  margin-right: 0.25rem;
  font-size: 75% !important;
  font-weight: 600;
}

.pricing-features {
  margin: 1.5rem 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pricing-features .nois-dropdown {
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}

.price-feature {
  font-weight: 600;
  border-bottom: var(--box-border-text);
  cursor: help;
}

.nois-dropdown-content.non-menu-item {
  margin: 0 0 0 -1rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--gray);
  font-weight: 500;
  max-width: 250px;
  text-align: left;
  padding: 1rem;
  z-index: 15;
}

.product-plan .name h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.product-plan .price {
  padding: 0;
}

.course-option-1 {
  margin-right: 1rem;
}

.course-option-3 {
  margin-left: 1rem;
}

p.manual_info {
  font-size: var(--font-size-sm);
}

p.manual_info span {
  text-indent: 0;
}

#LHmanual,
#Lmanual,
#Hmanual,
#CVN_info,
#LHtopics,
#LHproducts,
#Ltopics,
#Lproducts,
#Htopics,
#Hproducts {
  background: var(--gray-white);
  border: var(--box-border-dark);
  box-shadow: none;
  border-radius: 0.25rem;
  transition: none;
  margin: 1rem 0;
  padding: 1rem;
}

.hidden_course_details ul {
  margin: 0 0 0 0.5rem;
}

.product-plan:hover #LHmanual,
.product-plan:hover #Lmanual,
.product-plan:hover #Hmanual {
  box-shadow: none;
  transition: none;
}

.label-info,
.badge-info {
  background: var(--primary-blue) !important;
}

.label,
.badge {
  font-size: var(--font-size-sm);
  font-weight: 600 !important;
  padding: 8px 15px !important;
  text-shadow: none;
}

.landing_testimonial .quick-quote {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
}

.landing_testimonial .author-name {
  padding: 12px 0 0 13px;
  font-weight: bold;
  text-align: left;
}

.landing_testimonial .slick-dots {
  display: none !important;
}

.no-margin-bottom {
  margin-bottom: 0;
}

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

@media (max-width: 979px) {
  .course-pricing-table {
    flex-direction: column;
    align-items: center;
  }

  .course-option-1 {
    order: 2;
  }

  .course-option-2 {
    order: 1;
  }

  .course-option-3 {
    order: 3;
  }

  .course-option-1,
  .course-option-2,
  .course-option-3 {
    max-width: 500px;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .product-plan.bundle {
    transform: scale(1);
  }

  /* .product-plan .name h3 {} */
}

@media (min-width: 768px) and (max-width: 979px) {
  .certified_seal_container {
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  .pricing-features {
    flex-direction: column;
    margin: 1rem auto;
    max-width: fit-content;
  }
}

/* End State-Specific Courses */

/* Start Course Registration */
.same-billing-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

input[type="checkbox"]#same_billing {
  transform: scale(1.125);
  margin-top: 0;
}

label[for="same_billing"] {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.ccnum {
  background: var(--gray-white) !important;
  padding: 0.5rem 0.75rem !important;
  min-width: 90%;
  height: auto !important;
}

.ccnum:focus {
  background-color: #FFFFFF !important;
}

table.course_details td {
  padding: 1rem;
}

.manual-included-confirmation .btn-success.active {
  color: var(--primary-green);
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: none;
  border: 2px solid var(--primary-green);
  padding: 0 0.25rem;
}

.summary-promo-container {
  border-top: 1px solid;
  border-color: var(--lighter-gray);
  padding-top: 1.5rem;
  margin-bottom: 3rem;
}

.discount_box {
  margin-bottom: 2rem;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: none;
}

.discount_box input {
  margin-right: 0.5rem;
  min-width: 13rem;
}

.promo-code-input-container {
  display: flex;
  transform: scale(0.9);
  transform-origin: 0 50%;
}

.order-summary-container {
  width: 100%;
  max-width: 350px;
}

#dynamic_table {
  width: 100%;
  /* max-width: 350px;   */
  /* background: var(--gray-white);
  border: var(--box-border-dark); */
  border-radius: 0.25rem;
}

.enrollment-order-summary-container {
  border: var(--box-border-dark);
  border-radius: 0.25rem;
  box-shadow: var(--box-shadow);
  padding-bottom: 1rem;
}

.grid-table {
  display: grid;
  gap: 0;
}

.grid-table-header {
  background: var(--gray-white);
  font-size: var(--font-size-sm);
  color: var(--dark-gray);
  font-weight: 700;
  border-bottom: var(--box-border-dark)
}

.grid-table.grid-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-table.grid-columns-3 {
  grid-template-columns: 0.5fr 3fr 1fr;
}

.grid-table.grid-columns-3.evenly-spaced {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-table .grid-table-left {
  text-align: left;
  padding: 0.75rem 0.5rem 0.75rem 1rem;
}

.grid-table .grid-table-center {
  text-align: center;
  padding: 0.75rem 0.5rem 0.75rem 1rem;
}

.grid-table .grid-table-right {
  text-align: right;
  padding: 0.75rem 2rem 0.75rem 0.5rem;
}

.grid-table.grid-row-underlines .grid-table-left {
  border-bottom: 1px solid #ddd;
}

/* Exclude first row */
.grid-table.grid-row-underlines .grid-table-left:nth-child(-n+3) {
  border-bottom: none;
}

/* Exclude last row */
.grid-table.grid-row-underlines .grid-table-left:nth-last-child(-n+3) {
  border-bottom: none;
}

hr.order-summary-divder {
  max-width: 94%;
  margin: 2rem auto 1rem auto;
  border-top: 1px solid var(--lightest-gray);
}

.order-totals-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
  border-top: 1px solid var(--box-border-dark);
}

#dynamic_table .grid-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#dynamic_table .grid-table.total {
  font-weight: 700;
}

#dynamic_table .grid-table .grid-table-right {
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  color: var(--light-gray);
}

#dynamic_table .grid-table.total .grid-table-right {
  font-weight: 700;
  color: var(--dark-gray);
}

#dynamic_table .grid-table .grid-table-right.primary-green {
  color: var(--primary-green);
}

@media (max-width: 640px) {
  .grid-table .grid-table-right {
    padding: 0.75rem 1rem 0.75rem 0.5rem;
  }

  #dynamic_table .grid-table .grid-table-right {
    padding: 0.25rem 1rem 0.25rem 0.5rem;
  }
}

.course-enrollment-btn {
  width: 100% !important;
  max-width: 16rem;
}

/* Enrollment submit button processing */
.btn-success[disabled] {
  background-color: var(--primary-blue);
}

@media (max-width: 767px) {
  .summary-promo-container {
    margin-bottom: 1rem;
  }

  .order-summary-container {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.trust-badges-row {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.trust-badges-row .flex-inline-svg {
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
}

.trust-badges-row .flex-inline-svg svg {
  width: 1.375rem;
  height: 1.375rem;
}

.trust-badges-row .trust-badge-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-gray);
}

/* End Course Registration */

/* Testimonials */
.masonry-with-columns .testimonial_box {
  background: var(--gray-white);
  border: var(--box-border-dark);
  box-shadow: none;
}

.testimonial_box .author-picture {
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
}

.testimonial_box .img-circle {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  border-radius: 0;
}

.testimonial_box .author-details {
  padding-left: 0;
}

.testimonial_box .author-title {
  font-weight: 600;
  color: var(--gray);
}

/* Student Feedback Testimonial */
.requirements .testimonial_step h3 {
  text-align: center;
}

#img_upload {
  width: 220px !important;
}

#testimonial_container .tour_steps {
  padding-top: 0;
}

#testimonial_container #error_message {
  width: auto !important;
}

/* Sign In */
.login-container {
  max-width: 400px;
  margin: 0 auto 4rem auto;
  text-align: center;
}

#login_fail {
  margin-top: 0;
  margin-bottom: 0.75rem
}

.forgot-links {
  font-size: var(--font-size-sm);
  justify-content: space-between;
}

/* Start Insurance Blog */
.article-card .article-card-categories {
  display: flex;
  margin-bottom: 0;
}

.article-card .post-category {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--primary-blue);
}

@media (max-width: 640px) {
  .article-card .post-category {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

/* Start Layout Updates for Home & Category pages */
body.home #main-wrapper,
body.category #main-wrapper {
  margin-top: 2rem;
  padding: 1rem;
}

body.home .article-card,
body.category .article-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  border: 1px solid #eee;
  border-bottom: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #FFFFFF;
}

body.home .article-card:hover,
body.category .article-card:hover {
  cursor: pointer !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transform: scale(1.01) !important;
}

body.home .article-card .entry-header,
body.category .article-card .entry-header {
  display: flex;
}

body.home .article-card .entry-meta,
body.category .article-card .entry-meta {
  display: none;
}

body.home .article-card .entry-summary,
body.category .article-card .entry-summary {
  padding: 1rem;
  text-align: left;
}

body.home .article-card .article-card-categories,
body.category .article-card .article-card-categories {
  margin-bottom: 0.5rem;
}

body.home .article-card .post-category,
body.category .article-card .post-category {
  padding-left: 0;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

body.home .article-card .entry-title,
body.category .article-card .entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

body.home .article-card p,
body.category .article-card p {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}

.read-time svg {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.bsf-rt-reading-time {
  display: flex;
  flex-direction: row;
}

.bsf-rt-display-postfix {
  margin-left: 0.25rem;
}

.featurette-divider {
  display: none;
}

#right.widget-area:before,
#right.widget-area {
  border-left: none;
}

@media (max-width: 815px) {
  #right.widget-area {
    padding: 0;
    margin-top: 2rem;
  }

  .tc-sidebar {
    width: 100% !important;
  }
}

#main-wrapper h4 {
  margin-bottom: 0.5rem;
}

.widget-title {
  font-weight: 700;
  border-bottom: 1px solid #eee;
  color: var(--dark-gray);
  padding-bottom: 10px;
}

#main-wrapper .widget li {
  border: none;
}

#main-wrapper .widget li:hover,
.widget li:focus {
  background-color: transparent;
}

p.pis-title {
  margin-bottom: 0;
}

#main-wrapper .widget li a {
  text-shadow: none;
}

.widget li a {
  padding: 4px 4px 4px 0;
  color: var(--gray);
}

.widget li a:hover {
  color: var(--primary-blue);
}

.widget_search input.blog_search_box {
  width: auto;
  height: auto;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  color: var(--gray);
  background: var(--gray-white);
  border: var(--box-border-dark);
  font-size: 1rem;
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.2s;
  box-sizing: content-box;
  -webkit-appearance: none;
}

.widget_search input.blog_search_box:focus {
  background: #FFFFFF;
  border-color: var(--primary-blue);
  outline: none;
  transition: 0.2s;
}

@media (min-width: 815px) and (max-width: 979px) {
  .widget_search input.blog_search_box {
    width: 100px;
  }
}

@media (min-width: 979px) and (max-width: 1199px) {
  .widget_search input.blog_search_box {
    width: 150px;
  }
}

.widget_search #searchsubmit {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 0.55rem 1rem;
  border-radius: 0.25rem;
}

/* End Layout Updates for Home & Category pages */

/* Start Pagination */
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0.25rem;
  color: var(--primary-blue);
  background: #FFFFFF;
  border: var(--box-border);
  box-shadow: var(--box-shadow);
  border-radius: 0.25rem;
  font-weight: 700;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: var(--primary-blue);
  color: #FFFFFF;
}

/* End Pagination */

/* Start Single Post */
body.single-post #landing_center,
body.single-post .tc-sidebar,
body.single-post .entry-meta {
  display: none;
}

body.single-post .article-card {
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: none;
}

body.single-post .article-card:hover {
  cursor: auto;
  box-shadow: none;
  transform: none;
}

body.single-post .article-card .article-card-categories {
  justify-content: center;
  text-align: center;
}

body.single-post h1.entry-title,
body.single-post h2.entry-title {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  line-height: 2.5rem;
  text-align: center;
}

body.single-post #main-wrapper .row {
  margin: 0;
}

body.single-post .article-container {
  margin: 6rem auto 0 auto !important;
  float: none !important;
  padding: 0 1rem;
}

body.single-post .entry-content {
  margin-top: 2rem;
}

body.single-post img.alignleft {
  margin: 0;
}

body.single-post .alignleft {
  float: none;
}

.entry-summary ul,
.entry-content ul {
  margin-top: -5px;
  margin-bottom: 1.5rem;
}

.entry-summary ul li,
.entry-content ul li,
.article-content ul li,
.article-content ul li span {
  color: var(--gray) !important;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
  padding-bottom: 0;
}

.entry-summary a,
.entry-content a {
  font-weight: 500;
}

/* End Single Post */

@media (min-width: 480px) {

  body.home .article-card,
  body.category .article-card {
    flex-direction: row;
  }

  body.home .article-card .post_thumbnail,
  body.category .article-card .post_thumbnail {
    position: relative;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 10rem;
  }

  body.home .article-card .post_thumbnail img,
  body.category .article-card .post_thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 125%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 815px) and (max-width: 979px) {
  body.home .article-container {
    width: 75% !important;
  }
}

@media (max-width: 815px) {
  body.home .article-container {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {

  body.home .article-card .post_thumbnail,
  body.category .article-card .post_thumbnail {
    width: 18.75rem;
  }
}

/* End Insurance Blog */

/* Start Agent Resources */
.hide-thumb {
  opacity: 1 !important;
}

.article-content {
  font-family: "Gordita", sans-serif !important;
}

.page-heading {
  background: none;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-heading .container {
  background: var(--gray-white);
  border: var(--box-border);
  border-radius: 0.25rem;
  padding: 1rem 0 !important;
}

.page-heading .breadcrumb {
  display: block !important;
  text-align: right;
  margin: 0;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 13px;
  color: var(--gray);
  font-weight: 500;
  text-transform: none;
  font-family: "Gordita", sans-serif !important;
  background: transparent !important;
}

@media (max-width: 767px) {
  .page-heading .breadcrumb {
    text-align: center;
  }

  .single-page.sidebar-left .main {
    float: none;
  }
}

.page-heading #searchform input[type="text"] {
  width: auto;
  height: auto;
  margin: 0 0.5rem 0 0;
  padding: 0.75rem 0.75rem;
  color: var(--gray);
  background: #FFFFFF;
  border: var(--box-border-dark);
  font-size: 1rem;
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.2s;
  box-sizing: content-box;
  -webkit-appearance: none;
  text-transform: none;
}

.page-heading #searchform input[type="text"]:focus {
  background: #FFFFFF;
  border-color: var(--primary-blue);
  outline: none;
  transition: 0.2s;
}

.page-heading .breadcrumb a {
  color: var(--primary-blue);
}

.page-heading .breadcrumb a:hover {
  color: var(--primary-blue-hover);
}

.wp-page {
  margin-top: 1rem;
}

body.home .post-content {
  text-align: center;
}

.guide-overview .article_body .article_title {
  font-weight: 700;
  color: var(--dark-gray);
}

.guide-overview .article_body p {
  color: var(--gray);
}

/* Category Pages */
.bksection .sidebar {
  position: relative;
  display: block;
  width: 25%;
  max-width: none;
  height: auto;
}

.sidebar .widget {
  border: var(--box-border) !important;
  box-shadow: var(--box-shadow);
  margin-bottom: 1.5rem;
}

.sidebar .widget .widget-title {
  padding: 1rem 1rem 0.5rem 1rem;
  font-family: "Gordita", sans-serif !important;
  border-bottom: none;
}

.sidebar .widget .widget-title h3 {
  color: var(--dark-gray);
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  text-transform: none !important;
}

.sidebar .widget li>a {
  font-size: var(--font-size-base);
  line-height: var(--line-height-md);
  font-weight: 600;
  color: var(--gray);
}

.sidebar .widget li>a:hover {
  color: var(--primary-blue);
}

.company-listing-wigdet {
  background: #FFFFFF;
  padding: 1rem;
}

.company-listing-wigdet-headertext {
  font-family: "Gordita", sans-serif !important;
  font-weight: 700;
  color: var(--dark-gray);
  font-size: 1.25rem !important;
}

.company-listing-wigdet-text {
  margin: 0.5rem 0 1rem 0;
}

.bkpage-content h4 a {
  color: var(--dark-gray);
}

.bkpage-content h4 a:hover {
  color: var(--primary-blue);
}

.bkpage-content p,
.bkpage-content .excerpt {
  color: var(--gray);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

h1.agent-resources {
  margin-left: -3px !important;
  margin-bottom: 0.5rem !important;
}

/* Single Company Pages */
body.search-results #page-wrap.wide,
body.single-post #page-wrap.wide {
  margin-top: 5rem;
}

.single-page .main {
  margin-top: 0;
  padding-left: 2rem;
}

.single-page h1 {
  font-size: 2rem !important;
  line-height: 2.25rem !important;
  color: var(--dark-gray);
  margin-bottom: 0 !important;
}

.article-content h3 {
  color: var(--dark-gray);
}

.article-content> :first-child {
  margin-top: 0.5rem !important;
}

.article-content a {
  font-weight: 600;
  color: var(--primary-blue) !important;
}

@media (max-width: 991px) {
  .bksection .sidebar {
    width: 100%;
    margin-top: 1rem !important;
  }

  .single-page .main {
    padding: 0;
  }
}

/* No Search Results */
body.search-no-results #page-inner-wrap {
  margin-top: 5rem;
}

.no_search_results .nsr_header {
  color: var(--dark-gray);
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  font-family: "Gordita", sans-serif !important;
}

/* Register Company Profile */
.bkwrapper {
  max-width: 1200px;
}

body.page .post-content {
  margin-bottom: 2rem;
}

body.page-id-812 #page-wrap.wide {
  margin-top: 2rem;
}

body.page-id-812 ul.green_checks li {
  padding: 0;
}

.ninja-forms-cont {
  margin: 0 auto;
  padding: 0 0.75rem 0 0;
  max-width: 950px;
  background: #FFFFFF;
  border: none;
}

.ninja-forms-cont h2.ninja-forms-form-title {
  font-size: 23px !important;
  line-height: 28px !important;
  padding: 0;
  margin-top: 2rem !important;
  margin-bottom: 0.5rem;
  color: var(--dark-gray);
  font-family: "Gordita", sans-serif !important;
  font-weight: 700;
}

.ninja-forms-cont .ninja-forms-required-items {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  margin-bottom: 1rem;
}

.ninja-forms-cont label,
.text-wrap.label-above label,
.textarea-wrap.label-above label {
  color: var(--gray);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.125rem;
  text-align: left;
  font-family: "Gordita", sans-serif !important;
}

.ninja-forms-cont .ninja-forms-field-description p {
  font-size: 14px;
}

.ninja-forms-form .profile_pass-wrap input,
.ninja-forms-form .text-wrap.label-above input,
.ninja-forms-form .text-wrap.label-below input,
.ninja-forms-form .text-wrap.label-inside input,
.ninja-forms-form .textarea-wrap.label-above textarea,
.ninja-forms-form .textarea-wrap.label-below textarea,
.ninja-forms-form .textarea-wrap.label-inside textarea,
.ninja-forms-form .list-dropdown-wrap.label-above select,
.ninja-forms-form .list-dropdown-wrap.label-below select {
  width: 97%;
  padding: 0.5rem 0.75rem;
  height: 2rem;
  /* width: auto;
  height: auto; */
  margin: 0.25rem 0 0 0;
  padding: 0.5rem 0.75rem;
  color: var(--gray);
  background: var(--gray-white) !important;
  border: var(--box-border-dark) !important;
  font-size: 1rem !important;
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.2s;
  box-sizing: content-box;
  -webkit-appearance: none;
}

.ninja-forms-form .textarea-wrap.label-above textarea,
.ninja-forms-form .textarea-wrap.label-below textarea,
.ninja-forms-form .textarea-wrap.label-inside textarea {
  height: 6rem;
}

.ninja-forms-form .profile_pass-wrap input:focus,
.ninja-forms-form .text-wrap.label-above input:focus,
.ninja-forms-form .text-wrap.label-below input:focus,
.ninja-forms-form .text-wrap.label-inside input:focus,
.ninja-forms-form .textarea-wrap.label-above textarea:focus,
.ninja-forms-form .textarea-wrap.label-below textarea:focus,
.ninja-forms-form .textarea-wrap.label-inside textarea:focus,
.ninja-forms-form .list-dropdown-wrap.label-above select:focus,
.ninja-forms-form .list-dropdown-wrap.label-below select:focus {
  background: #FFFFFF !important;
  border-color: var(--primary-blue) !important;
  outline: none;
  transition: 0.2s;
}

.ninja-forms-form input[type="submit"] {
  background: none;
  border: none;
  padding: 1rem 1.75rem;
  ;
  color: #888;
  z-index: 1;
  text-transform: none;
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

body.page-id-812 .page-heading {
  display: none;
}

body.page-id-812 .col-md-12,
body.page-id-812 .content,
body.page-id-812 .content .container {
  padding: 0;
}

body.tinymce {
  font-family: "Gordita", sans-serif !important;
}

/* Register Company Profile Success */
body.page-id-821 .page-heading {
  visibility: hidden;
}

/* End Agent Resources */

/* Footer/Copyright */
#footer,
#copywrite {
  padding-left: 1rem;
  padding-right: 1rem;
}

#footer,
#copywrite,
#copywrite .container,
#copywrite .span12,
#footer ul li {
  background: none;
  color: var(--gray);
  border: none;
}

#footer .container {
  border-top: 1px solid var(--lightest-gray);
  padding-top: 1rem;
}

.footer-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.75rem;
}

#footer h5 {
  font-size: 15px !important;
  color: var(--dark-gray);
  text-transform: none;
}

#footer p {
  font-size: 13px;
}

#footer ul li {
  margin-bottom: 0.25rem
}

#footer li a,
#copywrite a {
  color: var(--gray);
  padding: 5px 5px 5px 1px;
  font-size: 14px;
  transition: 0.2s;
}

#footer li a:hover,
#copywrite a:hover {
  color: var(--primary-blue);
  text-decoration: none;
  transition: 0.2s;
}

#copywrite .inline-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* Prevents chat icon from hidding social icons */
@media (max-width: 1320px) {
  #copywrite .inline-copyright {
    display: block;
    margin-bottom: 2rem;
  }
}

#copywrite .inline-copyright img,
#copywrite .txt-middle img {
  width: 100%;
  height: auto;
  max-width: 1.5rem;
}

#copywrite p {
  padding-bottom: 15px;
}

#copywrite a {
  font-size: 11px;
}

#copywrite .nois-logo {
  margin-top: 1rem;
}

#copywrite .nois-logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

@media (max-width: 767px) {
  .footer-grid-container {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  #copywrite {
    padding-bottom: 2rem;
  }
}

@media (max-width: 550px) {
  .footer-grid-container {
    grid-template-columns: 1fr;
  }

  #copywrite .only_mobile.txt-middle {
    text-align: left;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* .responsive-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  } */

  .responsive-button-group a {
    text-align: center;
  }
}

/* Hide "Powered by FreshChat" in  Freshdesk Chat */
.hotline-launcher.h-open .viewport .footer-note {
  display: none !important;
}

/* Promo Styling */
.promo-banner,
#modal-promo-details,
.promo-cta {
  display: none;
}

.active-sale .promo-banner {
  display: block;
  background: #004EF9;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.5rem 0.25rem;
  color: white;
}

.active-sale .promo-banner .promo-details-link {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.active-sale #modal-promo-details,
.active-sale .promo-cta {
  display: block;
}

/* Start responsive testimonial container */
/* Testimonial Container */
.testimonial {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  max-width: 48rem;
  margin: 2rem auto 0 auto;
}

/* Photo Styling */
.testimonial .student-photo {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
}

.testimonial.single .student-photo {
  width: 10rem;
  height: 11rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* Text and Details Container */
.testimonial-content {
  flex: 1;
  /* Let the content take up the remaining space */
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Testimonial Text */
.testimonial-text {
  font-size: 1rem;
  line-height: 1.375rem;
  align-items: center;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: var(--dark-gray);
}

/* Student Details */
.student-details-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--dark-gray);
}

.student-details {
  display: flex;
  flex-direction: column;
}

.student-name {
  font-weight: bold;
}

.student-title {
  color: var(--light-gray);
}

.desktop-photo {
  display: block;
}

.mobile-photo {
  display: none;
}

.star-icon-row {
  display: flex;
  flex-direction gap: 0.25rem;
  color: #FDB022;
  /* color: #FFC923; */
}

.size-6 {
  width: 1.125rem;
  height: 1.125rem;
}

/* Large Screens (1200px) */
@media (min-width: 1200px) {
  .testimonial-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .testimonial .student-photo {
    width: 4rem;
    height: 4rem;
  }
}

/* Medium Screens (768px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .testimonial.single .student-photo {
    width: 8rem;
    height: 9rem;
  }
}

/* Mobile Styling */
@media (max-width: 768px) {
  .testimonial {
    flex-direction: column;
    text-align: left;
  }

  /* .testimonial .student-photo {
    width: 3rem;
    height: 3rem;
  } */

  .size-6 {
    width: 1rem;
    height: 1rem;
  }

  .desktop-photo {
    display: none;
  }

  .mobile-photo {
    display: block;
  }

  /* .student-details-container {
    margin: 0 auto;
  } */

  .student-name {
    text-align: left;
  }
}

/* End responsive testimonial container */

.border-top {
  border-top: var(--box-border-dark);
}

.image-rounded-mask {
  border-radius: 0.5rem;
  object-fit: cover;
}

@media (max-width: 480px) {
  .reduce-image-height-mobile-simulator {
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: 100% 30%;
    height: 15rem;
    width: 100%;
  }
}

.steps-container {
  max-width: 600px;
}

.step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.step-number {
  min-width: 1.25rem;
  text-align: right;
  margin-top: 0;
  margin-right: 0.5rem;
}

.step-text {
  flex: 1;
  text-align: left;
}

.step-text h4 {
  margin: 0;
}

.step-text p {
  margin: 5px 0 0;
}

/* .panoramic-image {
  width: 100%;
  height: 23rem;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 768px) {
  .panoramic-image {
    height: 16rem;
    object-position: 50% 20%;
  }
}

@media (max-width: 480px) {
  .panoramic-image {
    height: 16rem;
    object-position: 90% 25%;
  }
} */

/* Panoramic Image as Background */
.panoramic-image-container {
  width: 100%;
  height: 24rem;
  border-radius: 0.5rem;
  background-image: url('https://www.nationalonlineinsuranceschool.com/img/why-our-guarantee-works.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .panoramic-image-container {
    height: 18rem;
  }
}

@media (max-width: 768px) {
  .panoramic-image-container {
    background-size: 120%;
    background-position: 0% 0%;
  }
}

@media (max-width: 640px) {
  .panoramic-image-container {
    height: 15rem;
    background-size: 125%;
    background-position: 0% 0%;
  }
}

@media (max-width: 480px) {
  .panoramic-image-container {
    height: 15rem;
    background-size: 145%;
    background-position: 0% 0%;
  }
}

/* Start FAQs accodion */
.faq-accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  background: none;
  transition: 0.2s;
}

.faq-accordion-item-header:hover {
  background: var(--gray-white);
  transition: 0.2s;
}

.faq-accordion-item-title {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  color: var(--dark-gray);
  text-align: left;
}

.faq-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

.faq-accordion-item-body-content {
  width: 90%;
  padding: 0 0 1rem 1rem;
  font-size: var(--font-size-base);
  color: var(--gray);
  text-align: left;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border: 2px solid; */
  width: 2rem;
  height: 2rem;
  /* color: var(--gray);
  transition: color 0.25s;
  border-radius: 100%; */
  position: relative;
}

.icon:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 2px;
  background-color: var(--light-gray);
  border-radius: 20px;
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.75rem;
  background-color: var(--light-gray);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* JavaScript */
.faq-accordion-item-header.active>.icon:before {
  transform: rotate(180deg);
}

.faq-accordion-item-header.active>.icon:after {
  transform: rotate(90deg);
}

.divider {
  display: none;
  /* width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #dae1f5; */
}

/* End FAQs accodion */

.author-picture img.img-circle {
  border-radius: 9999px;
  height: 60px;
  width: 60px;
}

/* Start Courses page updates */
.state-approved-container {
  display: flex;
  align-items: center;
  text-align: left;
  max-width: fit-content;
}

.seal_icon {
  width: 40px;
  margin-right: 0.5rem;
}

#landing_left .seal_icon img {
  margin-top: 0;
}

.state-approved-paragraph {
  font-size: 0.92rem;
  line-height: 1.375rem;
  color: var(--dark-gray);
}


/* Start State-Approved section on Enrollment Form */
.state-approved-container.enrollment-form {
  margin: 0 0 1.5rem 0;
}

.state-approved-container.enrollment-form .seal_icon {
  width: 40px;
  margin-right: 0.5rem;
}

.state-approved-container.enrollment-form .state-approved-paragraph {
  font-size: var(--font-size-sm);
}

/* End State-Approved section on Enrollment Form */

@media (max-width: 767px) {
  .seal_icon {
    margin-right: 0.375rem;
  }

  .state-approved-container {
    margin: 0 auto;
  }

  .state-approved-container.enrollment-form {
    margin: 0 auto 1.5rem auto;
  }

  .state-approved-paragraph {
    font-size: var(--font-size-sm);
    /* line-height: var(--line-height-sm); */
  }
}

@media (min-width: 1024px) {
  .seal_icon {
    width: 45px;
  }

  .state-approved-paragraph {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}

.pass-report-tabs.vertical-desktop {
  flex-direction: row;
  gap: 1rem;
}

.pass-report-tabs.vertical-desktop .t-btn-container {
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 21rem;
  gap: 0.25rem;
  padding-right: 0;
  border: none;
}

.pass-report-tabs.vertical-desktop .t-btn {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: var(--gray);
  border-bottom-style: none;
}

.pass-report-tabs.vertical-desktop .t-btn:hover {
  background-color: var(--gray-white);
  color: var(--dark-gray);
}

.pass-report-tabs.vertical-desktop .t-btn.active,
.pass-report-tabs.vertical-desktop .t-btn.active .show-above-979 h5 {
  border: none;
  background-color: var(--gray-white);
  color: var(--dark-gray);
}

.gray-white .pass-report-tabs.vertical-desktop .t-btn.active,
.gray-white .pass-report-tabs.vertical-desktop .t-btn.active .show-above-979 h5 {
  background-color: var(--gray-white-darker);
}

.t-btn-mini-header {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--light-gray);
}

.pass-report-tabs.vertical-desktop .t-btn.active .t-btn-mini-header {
  color: var(--primary-blue);
}

.t-btn-paragraph {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--gray);
  white-space: normal;
}

.pass-report-tabs.vertical-desktop .pass-report-panel-container {
  flex: 1;
}

.breakout-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: calc((100vw - 1200px) / 2);
}

.pass-report-panel-container {
  max-width: 100%;
}

.pass-report-tabs.vertical-desktop .interactive-tabbed-content-container {
  margin: 0 1rem 0 0 !important;
  max-width: 60rem !important;
  border: none;
}

@media (min-width: 979px) and (max-width: 1280px) {
  .pass-report-tabs.vertical-desktop .t-btn-container {
    transform: none !important;
    margin-left: auto !important;
  }

  .pass-report-tabs.vertical-desktop .interactive-tabbed-content-container {
    margin: 0 !important;
  }

  .interactive-tabbed-content {
    overflow: hidden;
  }

  .interactive-tabbed-content img {
    width: 120%;
    max-width: none;
    height: auto;
    position: relative;
  }
}

.pass-report-panel-container .panel-container-text {
  margin: 0.5rem 1.5rem 1.5rem 1.5rem;
  text-align: left;
}

.show-above-979 h5 {
  font-size: var(--font-size-base) !important;
  line-height: var(--line-height-base) !important;
  color: var(--gray);
  margin-top: 0.125rem;
  margin-bottom: 0.25rem;
}

.show-below-979 {
  display: none;
}

/* Responsive overrides */
@media (max-width: 979px) {
  .show-below-979 {
    display: block;
  }

  .show-above-979 {
    display: none;
  }

  .pass-report-tabs.vertical-desktop {
    flex-direction: column;
  }

  .pass-report-tabs-container.new-interactive .pass-report-tabs.vertical-desktop .t-btn-container {
    flex-direction: row;
    justify-content: left;
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow-x: auto;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pass-report-tabs.vertical-desktop .t-btn-container::-webkit-scrollbar {
    display: none;
  }

  .pass-report-tabs.vertical-desktop .t-btn {
    width: auto;
    font-weight: 600;
    color: var(--light-gray);
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .gray-white .pass-report-tabs.vertical-desktop .t-btn.active,
  .pass-report-tabs.vertical-desktop .t-btn.active {
    color: var(--dark-gray);
    border-color: var(--primary-blue);
    border-radius: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    background-color: transparent;
  }

  .pass-report-tabs-container .pass-report-tabs.vertical-desktop h5 {
    margin-bottom: 0.375rem;
  }

  .pass-report-tabs-container .pass-report-tabs.vertical-desktop .t-btn-paragraph {
    margin: 0 0 0.5rem 0;
    max-width: none;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }

  .pass-report-tabs.vertical-desktop .interactive-tabbed-content-container {
    margin: 0 1rem !important;
  }
}

.course-pricing-table {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  max-width: 1200px;
}

@media (max-width: 979px) {
  .course-pricing-table {
    align-items: center;
  }
}

.course-pricing-card {
  padding: 1.5rem 1.5rem 0.75rem 1.5rem;
  flex: 1 1 300px;
  position: relative;
  text-align: center;
  max-width: 28rem;
}

.course-pricing-card.highlight {
  border: 2px solid var(--primary-blue);
  z-index: 1;
}

.pricing-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-blue);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 9999px;
}

.course-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}

.course-pricing-table .product-plan .price h2 {
  margin: 0 0 0.75rem 0;
}

.product-plan p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: 500;
  padding: 0;
  text-align: left !important;
}

.combined-ce-course-bundle p.course-includes,
.course-pricing-table p.course-includes {
  margin-bottom: 0.375rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: 600;
  color: var(--dark-gray);
}

.combined-ce-course-bundle ul.secondary-container,
.course-pricing-table ul.secondary-container {
  margin-left: 0.25rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

.combined-ce-course-bundle ul li,
.course-pricing-table ul li {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.combined-ce-course-bundle ul.inline-flex-list li,
.course-pricing-table ul.inline-flex-list li {
  align-items: center;
}

.combined-ce-course-bundle .inline-checkmark-blue,
.course-pricing-table .inline-checkmark-blue {
  height: 1.125rem;
  width: 1.125rem;
}

.course-pricing-card .trust-badges-row .flex-inline-svg svg,
.course-sidebar .trust-badges-row .flex-inline-svg svg {
  width: 1.25rem;
  height: 1.25rem;
}

.course-pricing-card .trust-badge-text,
.course-sidebar .trust-badge-text,
.ce-course-content .trust-badge-text {
  font-size: 0.75rem;
  color: var(--gray);
}

.nois-dropdown .trust-badge-text {
  cursor: help;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}

.active-sale .course-pricing-table .product-plan h2 {
  padding-right: 0.25rem;
  margin: 0 -1.5rem 0.75rem 2rem;
}

.active-sale h2.regular-price {
  position: relative;
  padding: 0 0.25rem;
  font-size: 1.5rem !important;
  font-weight: 500;
  color: var(--lighter-gray);
  vertical-align: bottom;
}

.active-sale h2.regular-price sup {
  margin-right: 0;
}

.active-sale h2.regular-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: var(--lighter-gray);
}

.active-sale .promo-details {
  margin: -0.5rem 0 0.75rem 0;
  font-size: var(--font-size-sm);
  color: var(--dark-gray);
}

.active-sale .promo-details .promo-code {
  color: var(--primary-blue);
  font-weight: 700;
}

/* Interactive section */
.auto-progress-bar-wrapper {
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  /* start invisible for fade-in */
  transition: opacity 0.2s;
  pointer-events: none;
}

.auto-progress-bar {
  height: 100%;
  background-color: #2563eb;
  transform-origin: left;
  transform: scaleX(1);
}

.t-btn .show-below-979 .auto-progress-bar-wrapper {
  margin-top: 0;
  height: 4px;
}

.t-btn .show-above-979 .auto-progress-bar-placeholder {
  margin-top: 12px;
  height: 4px;
  background: transparent;
}

.t-btn-title {
  margin-bottom: 0.5rem;
}

.t-btn .show-below-979 .auto-progress-bar-placeholder {
  margin-top: 0;
  height: 4px;
  background: transparent;
}

@media (max-width: 979px) {
  .auto-progress-bar-wrapper {
    border-radius: 0;
  }

  .pass-report-tabs.vertical-desktop .t-btn {
    padding-bottom: 0;
  }

  .pass-report-tabs.vertical-desktop .t-btn,
  .pass-report-tabs.vertical-desktop .t-btn.active,
  .gray-white .pass-report-tabs.vertical-desktop .t-btn.active {
    border-bottom: none;
  }
}

/* End Courses page updates */

/* Start CTA updates */
.exam_cta_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 440px;
  overflow: hidden;
}

.exam_cta_banner .cta_image {
  display: none;
  margin-left: -1rem;
  position: absolute;
  bottom: -4rem;
  max-height: 380px;
}

/* Pseudo-element holds the offset background */
.exam_cta_banner::after {
  content: '';
  position: absolute;
  bottom: -55px;
  right: -60px;
  width: 600px;
  height: 600px;
  background-image: url('/img/exam-simulator-results-ipad.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .exam_cta_banner::after {
    right: -105px;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .exam_cta_banner::after {
    bottom: -50px;
    right: -100px;
    width: 575px;
  }
}

@media (min-width: 767px) and (max-width: 979px) {
  .exam_cta_banner {
    min-height: 375px;
  }

  .exam_cta_banner::after {
    bottom: -35px;
    right: -102px;
    width: 495px;
  }
}

@media (min-width: 767px) and (max-width: 820px) {
  .exam_cta_banner::after {
    width: 480px;
  }
}

@media (max-width: 767px) {
  .exam_cta_banner {
    min-height: 555px;
  }

  .exam_cta_banner .cta_image {
    display: block;
  }

  .exam_cta_banner::after {
    background-image: none;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .exam_cta_banner {
    min-height: 575px;
  }
}

@media (min-width: 450px) and (max-width: 500px) {
  .exam_cta_banner {
    min-height: 545px;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  .exam_cta_banner {
    min-height: 510px;
  }
}

@media (max-width: 400px) {
  .exam_cta_banner {
    min-height: 520px;
  }
}

/* Start CTA updates */

/* Homepage updates */
.state-select-form .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  max-width: 100%;
}

.state-select-form select {
  width: 16rem;
}

.state-select-form .btn {
  font-size: var(--font-size-sm);
  padding: 0.63rem 0.75rem;
}

.state-select-form select {
  flex: 1 1 150px;
  /* Shrink/grow but never smaller than 150px */
  max-width: 16rem;
  box-sizing: border-box;
}

/* Sticky CTA specific adjustments */
.sticky-cta {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: var(--box-shadow-dark);
  border: var(--box-border);
  padding: 0.875rem;
  text-align: center;
  z-index: 15;
  width: 100%;
}

.sticky-cta.state-select-form .cta-row {
  justify-content: center;
}

.sticky-cta.state-select-form select {
  flex: none;
}

.sticky-cta {
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .sticky-cta {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border: none;
    border-top: var(--box-border);
    box-shadow: var(--box-shadow-dark-up);
  }

  .state-select-form .cta-row {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .state-select-form .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .state-select-form select,
  .state-select-form .btn {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
}

.trust-row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--dark-gray);
}

.trust-row-container svg {
  color: var(--primary-blue);
}

.feature-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: var(--box-border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
}

.feature-container-image {
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-bottom: var(--box-border-dark);
}

.feature-container-image img {
  margin-bottom: -1rem;
}

@media (max-width: 767px) {
  .feature-container {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: none;
    border-radius: 0rem;
    border-bottom: none;
  }
}

/* Start CE courses */
#landing_left.ce-course-header h1 {
  margin: 0 0 1rem 0;
}

.ce-course-header,
#landing_left.ce-course-header h1,
.ce-course-content {
  text-align: left !important;
}

.ce-course-header .hero_container .hero_text {
  max-width: 800px;
  width: 65%;
}

.course-header {
  padding-right: 375px;
}

.course-layout {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.course-layout section {
  margin-bottom: 2.5rem;
}

.course-layout #ce-course-sidebar,
.course-layout section:last-of-type {
  margin-bottom: 0;
}

.course-layout .course-details {
  flex: 0 0 300px;
}

.course-details {
  display: flex;
  flex-direction: column;
  margin-top: -10rem;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: var(--box-border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
}

h3.ce-course-price {
  margin-bottom: 1rem;
}

h3.ce-course-price sup {
  top: -0.25rem;
  margin-right: 0.125rem;
  font-size: 80% !important;
  font-weight: 600;
}



.course-details-list svg {
  color: var(--primary-blue);
  height: 1.125rem;
  width: 1.125rem;
}

.course-details-list .course-details-list-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.course-details-list svg .bar-1 {
  fill: var(--primary-blue);
  color: transparent;
}

.course-details-list svg .bar-2,
.course-details-list svg .bar-3 {
  fill: var(--lighter-gray);
  color: transparent;
}

@media (max-width: 1200px) {
  .course-layout {
    gap: 0;
  }
}

@media (max-width: 950px) {
  .course-header {
    padding-right: 0;
  }

  .course-details {
    margin-top: 0;
    transform: scale(0.9);
    transform-origin: right top;
  }
}

@media (max-width: 767px) {
  .ce-course-header .hero_container .hero_text {
    width: 100%;
  }

  .ce-course-header,
  #landing_left.ce-course-header h1 {
    text-align: center !important;
  }

  .course-layout {
    flex-direction: column;
  }

  .course-details {
    transform: none;
    transform-origin: initial;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    z-index: 20;
  }

  .course-details .course-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .course-details .course-sidebar h3 {
    margin-bottom: 0;
  }

  .course-details .trust-badges-row {
    display: none;
  }
}

@media (min-width: 768px) {
  #sticky-sidebar {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
  }
}

/* End CE courses */

/* Toggle Glider */
.toggle-tabs {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: fit-content;
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  padding: 0.375rem;
  border-radius: 0.25rem;
}

input.toggle-radio {
  display: none;
}

.toggle-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 2.25rem;
  width: 10rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--light-gray);
  border-radius: 0.25rem;
  z-index: 2;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.toggle-tab img {
  width: 0.75rem;
}

input.toggle-radio:checked+label {
  color: var(--dark-gray);
}

.glider {
  position: absolute;
  height: 2.25rem;
  width: 10rem;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease-out;
  z-index: 1;
}

/* End Toggle Glider */