@media screen {
  figcaption {
    display: none;
  }
}
main.root {
  background-color: #fff;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

figure {
  margin: 0;
}

main cite {
  font-style: normal;
  color: #666;
  font-size: 0.8rem;
  display: block;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  main cite {
    font-size: 0.75rem;
  }
}

.sticky-mini-menu {
  position: sticky;
  top: 7rem;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mini-nav {
  padding: 0.9rem 0;
}

.mini-nav .nav-link {
  color: #495057;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 60px;
  transition: all 0.3s ease;
  position: relative;
}

.mini-nav .nav-link:hover {
  background: rgba(168, 168, 168, 0.1);
  color: #495057;
  transform: translateY(-1px);
}

.mini-nav .nav-link.active {
  background: #c6002b;
  color: white;
}

.mini-nav .nav-link.outline {
  color: #c6002b;
  border-color: #c6002b;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: rgba(168, 168, 168, 0.1);
  color: #495057;
  transform: translateX(5px);
}

.dropdown-item i {
  width: 20px;
  margin-right: 0.5rem;
  color: #6c757d;
}

.dropdown-item:hover i {
  color: #667eea;
}

/* Nested dropdown styles */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu > .dropdown-item::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  margin-left: 0.5rem;
  color: #6c757d;
}

.content-section {
  min-height: 100vh;
  padding: 3rem 0;
}

.section-title {
  color: #667eea;
  margin-bottom: 2rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .mini-nav .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
  .dropdown-submenu .dropdown-menu {
    position: static;
    display: none;
    margin-left: 1rem;
    box-shadow: none;
    border-left: 2px solid #667eea;
  }
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
  .sticky-mini-menu {
    position: sticky;
    top: 5rem;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* #awu-form a {
    background: #111;
    color: #fff;
}

#awu-form :hover {
    background: #c6002b;
    color: #fff;
}

nav.global > ul.nav a:hover,
.pg-main-cs-2 {
    text-decoration: none;
    color: #c6002b;
}

.sticky-mini-menu {
    position: sticky;
    top: 7rem;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    //box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    //: all 0.3s ease;
}

.mini-nav {
    padding: 0.9rem 0;
}

.mini-nav .nav-link {
    color: #495057;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 60px;
    transition: all 0.3s ease;
    position: relative;
}

.mini-nav .nav-link:hover {
    background: rgba(168, 168, 168, 0.1);
    color: #495057;
    transform: translateY(-1px);
}

.mini-nav .nav-link.active {
    background: #c6002b;
    color: white;
}

.mini-nav .nav-link.outline {
    color: #c6002b;
    border-color: #c6002b;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: rgba(168, 168, 168, 0.1);
    color: #495057;
    transform: translateX(5px);
}

.dropdown-item i {
    width: 20px;
    margin-right: 0.5rem;
    color: #6c757d;
}

.dropdown-item:hover i {
    color: #667eea;
}

/* Nested dropdown styles */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu > .dropdown-item::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  margin-left: 0.5rem;
  color: #6c757d;
}

.content-section {
  min-height: 100vh;
  padding: 3rem 0;
}

.section-title {
  color: #667eea;
  margin-bottom: 2rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .mini-nav .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
  .dropdown-submenu .dropdown-menu {
    position: static;
    display: none;
    margin-left: 1rem;
    box-shadow: none;
    border-left: 2px solid #667eea;
  }
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
  .sticky-mini-menu {
    position: sticky;
    top: 5rem;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#awu-form a {
  background: #019777;
  color: #fff;
}

/* 
#awu-form :hover {
    background: #c6002b;
    color: #fff;
}

nav.global > ul.nav a:hover,
.pg-main-cs-2 {
    text-decoration: none;
    color: #c6002b;
}
 */
.card {
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  margin-bottom: 30px;
}

.blog-content p {
  text-align: left;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  a.anchor {
    padding-top: calc(7rem + 120px);
    margin-top: calc((7rem + 120px) * -1);
  }
}
/* Contact form */
form.awu {
  padding-bottom: 2rem;
}
form.awu .form-group {
  padding-bottom: 1rem;
}
form.awu .form-group label {
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.validation-summary-errors {
  color: #c6002b;
}

.field-validation-error {
  color: #c6002b;
  background-color: #fff;
  text-indent: 0.5rem;
}

.field-validation-error:before {
  content: "* ";
}

.captcha {
  text-align: center;
  margin: 1rem auto;
  height: 75px;
}

.g-recaptcha {
  display: inline-block;
}