/* SRO Annual Review Theme - Bootstrap 5 Overrides

/* Fix Bootstrap 5 compatibility issues */

body {
  font-family: vic_regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.222;
  color: #3f3e40;
  background-color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}


.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/* Header styles */
#header {
  background-color: #f8f9fa;
  padding: 1rem 0;
}


/* Footer styles */
#footer {
  padding: 2rem 0;
  color: white;
}

.footer-nav {
  margin-bottom: 1rem;
}

.footer-nav .title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer-nav .title a {
  text-decoration: none;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
}

.footer-nav ul li {
  margin-bottom: 0.25rem;
}

.footer-nav ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-nav ul li a:hover {
  color: white;
}

/* Breadcrumb styles */
.breadcrumb-holder {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

.breadcrumb-holder .breadcrumb {
  display: flex;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-holder .breadcrumb-item {
  text-transform: capitalize !important;
}

.breadcrumb-holder .breadcrumb-item+.breadcrumb-item::before {
  float: none;
  content: "› ";
  font-family: vic_regular, Arial, Helvetica, sans-serif;
  margin: 0 0.5rem;
}

/* Content styles */
#main {
  padding: 2rem 0;
}

/* Button overrides for Bootstrap 5 */
.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

/* Pagination styles */


/* Menu styles */
#nav {
  position: relative;
}

#nav.active .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.375rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner .topic {
    font-size: 1.5rem;
  }

  .banner .title {
    font-size: 1.25rem;
  }
}

/* Print styles */
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-none.d-print-block {
    display: block !important;
  }
}

.progress {
  display: block;
  background: none;
  font-size: inherit !important;
  height: inherit !important;
  min-height: 48px !important;
  margin-bottom: 15px !important;
}

hr {
  margin-top: 0;
  margin-bottom: 10px !important;
  border: 0;
  border-top: 1px solid #eeeeee;
  opacity: 1;
}
