/* Footer snippet styles */
.footer-snippet {
  color: #000;
}

.footer-snippet .footer-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.5rem;
  max-width: 880px;
  margin: 0 auto;
  padding: 1.25rem 0;
}

.footer-snippet a,
.footer-snippet a:link,
.footer-snippet a:visited {
  color: #000 !important;
  text-decoration: none;
}
.footer-snippet a:hover,
.footer-snippet a:focus {
  color: #000 !important;
  text-decoration: underline;
}

.footer-snippet .footer-logo img {
  display: block;
  /* max-height: 72px; */
  height: auto;
  width: auto;
}

.footer-snippet .footer-info {
  text-align: right;
  line-height: 1.5;
}
.footer-snippet .footer-info .name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

@media (max-width: 640px) {
  .footer-snippet .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-snippet .footer-info {
    text-align: inherit;
  }
  .footer-snippet .footer-logo img {
    /* max-height: 60px; */
    margin: 0 auto;
  }
}

input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control {
  border: 1px solid black;
}

.features-list li {
  font-size: 20px !important;
}

.acm-features.style-1 .acm-features-inner {
  padding-top: 10px !important;
  padding-bottom: 40px !important;
}

.t4-footnav .container {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.t4-masthead .ja-masthead .container {
  padding-top: 0.5rem !important;
  padding-bottom: 3rem !important;
}

.t4-main-body {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.contact .plain-style .contact-form-wrap {
  margin-top: 14px !important;
}

.space-large {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .acm-features.style-1 .features-content-wrap h1 {
    font-size: 32px !important;
  }
  .acm-features.style-1 .features-content-wrap h3 {
    font-size: 24px !important;
  }
}

h3 {
  margin-top: 0.5rem !important;
}

.certified-icon {
  height: 1.5rem;
  width: auto;
  fill: var(--color-primary);
  vertical-align: middle;
}

.external-link-icon {
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-left: 2px;
}

.law-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.com_guru #guru-component .view-course-detail .course-sidebar {
  margin-top: 0 !important;
}

.ja-masthead .ja-masthead-detail {
  margin: 0 !important;
}

.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .uk-overlay-panel.uk-overlay-bottom
  .gru-cover-purchase-btn {
  margin-top: 0 !important;
}

div.guru-content .btn {
  height: unset !important;
}

#guru-component .guru-course-view > ul.uk-tab {
  border: 1px solid #f4f4f4 !important;
  position: sticky;
  top: 0;
  background-color: var(--gru-white);
}

.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .uk-overlay-panel.uk-overlay-bottom
  .uk-course-info
  li
  .icon {
  margin-right: 0 !important;
}

.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .uk-overlay-panel.uk-overlay-bottom
  .uk-course-info
  li
  .uk-text-bold {
  font-weight: unset !important;
  opacity: 1 !important;
}

/* Course action buttons styling */
.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .gru-cover-purchase-btn
  .btn.mb-2 {
  margin-bottom: 0.5rem;
}

.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .gru-cover-purchase-btn
  .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.com_guru
  #guru-component
  .view-course-detail
  .course-sidebar
  .gru-cover-purchase-btn
  .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
