@charset "UTF-8";
/*!
Theme Name: UBC Theme
Description: Thème enfant d'Understrap pour UBC
Author: UBC Team
Template: understrap
Version: 1.0.0
Text Domain: ubc-theme
*/
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-primary: #007cba;
  --bs-primary-rgb: 0, 124, 186;
  --bs-secondary: #D4B483;
  --bs-secondary-rgb: 212, 180, 131;
  --bs-success: #28a745;
  --bs-success-rgb: 40, 167, 69;
  --bs-info: #7DBFBE;
  --bs-info-rgb: 125, 191, 190;
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark: #0F355A;
  --bs-dark-rgb: 15, 53, 90;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-body-color: rgba(15, 53, 90, 0.7);
  --bs-body-color-rgb: 15, 53, 90;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #007cba;
  --bs-link-color-rgb: 0, 124, 186;
  --bs-link-hover-color: #005a8a;
  --bs-link-hover-color-rgb: 0, 90, 138;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-width: 1px;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(216.75, 235.35, 244.65, 0.5);
  --bs-btn-primary-color: #ffffff;
  --bs-btn-primary-bg: #007cba;
  --bs-btn-primary-border-color: #007cba;
  --bs-btn-primary-hover-color: #ffffff;
  --bs-btn-primary-hover-bg: #005a8a;
  --bs-btn-primary-hover-border-color: #005a8a;
  --bs-btn-primary-focus-shadow-rgb: 216.75, 235.35, 244.65;
  --bs-btn-primary-active-color: #ffffff;
  --bs-btn-primary-active-bg: #005a8a;
  --bs-btn-primary-active-border-color: #005a8a;
  --bs-btn-primary-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-primary-disabled-color: #ffffff;
  --bs-btn-primary-disabled-bg: #007cba;
  --bs-btn-primary-disabled-border-color: #007cba;
  --bs-btn-secondary-color: #ffffff;
  --bs-btn-secondary-bg: #D4B483;
  --bs-btn-secondary-border-color: #D4B483;
  --bs-btn-secondary-hover-color: #ffffff;
  --bs-btn-secondary-hover-bg: rgb(202.1511976048, 162.8218562874, 102.5988023952);
  --bs-btn-secondary-hover-border-color: rgb(198.8682634731, 157.0958083832, 93.1317365269);
  --bs-btn-secondary-focus-shadow-rgb: 248.55, 243.75, 236.4;
  --bs-btn-secondary-active-color: #ffffff;
  --bs-btn-secondary-active-bg: rgb(198.8682634731, 157.0958083832, 93.1317365269);
  --bs-btn-secondary-active-border-color: rgb(195.5853293413, 151.369760479, 83.6646706587);
  --bs-btn-secondary-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-secondary-disabled-color: #ffffff;
  --bs-btn-secondary-disabled-bg: #D4B483;
  --bs-btn-secondary-disabled-border-color: #D4B483;
  --bs-btn-success-color: #ffffff;
  --bs-btn-success-bg: #28a745;
  --bs-btn-success-border-color: #28a745;
  --bs-btn-success-hover-color: #ffffff;
  --bs-btn-success-hover-bg: rgb(32.6086956522, 136.1413043478, 56.25);
  --bs-btn-success-hover-border-color: rgb(30.1449275362, 125.8550724638, 52);
  --bs-btn-success-focus-shadow-rgb: 222.75, 241.8, 227.1;
  --bs-btn-success-active-color: #ffffff;
  --bs-btn-success-active-bg: rgb(30.1449275362, 125.8550724638, 52);
  --bs-btn-success-active-border-color: rgb(27.6811594203, 115.5688405797, 47.75);
  --bs-btn-success-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-success-disabled-color: #ffffff;
  --bs-btn-success-disabled-bg: #28a745;
  --bs-btn-success-disabled-border-color: #28a745;
  --bs-btn-danger-color: #ffffff;
  --bs-btn-danger-bg: #dc3545;
  --bs-btn-danger-border-color: #dc3545;
  --bs-btn-danger-hover-color: #ffffff;
  --bs-btn-danger-hover-bg: rgb(200.082278481, 34.667721519, 50.5158227848);
  --bs-btn-danger-hover-border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  --bs-btn-danger-focus-shadow-rgb: 249.75, 224.7, 227.1;
  --bs-btn-danger-active-color: #ffffff;
  --bs-btn-danger-active-bg: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  --bs-btn-danger-active-border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
  --bs-btn-danger-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-danger-disabled-color: #ffffff;
  --bs-btn-danger-disabled-bg: #dc3545;
  --bs-btn-danger-disabled-border-color: #dc3545;
  --bs-btn-warning-color: #0F355A;
  --bs-btn-warning-bg: #ffc107;
  --bs-btn-warning-border-color: #ffc107;
  --bs-btn-warning-hover-color: #0F355A;
  --bs-btn-warning-hover-bg: rgb(223.75, 167.8125, 0);
  --bs-btn-warning-hover-border-color: rgb(211, 158.25, 0);
  --bs-btn-warning-focus-shadow-rgb: 255, 245.7, 217.8;
  --bs-btn-warning-active-color: #0F355A;
  --bs-btn-warning-active-bg: rgb(211, 158.25, 0);
  --bs-btn-warning-active-border-color: rgb(198.25, 148.6875, 0);
  --bs-btn-warning-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-warning-disabled-color: #0F355A;
  --bs-btn-warning-disabled-bg: #ffc107;
  --bs-btn-warning-disabled-border-color: #ffc107;
  --bs-btn-info-color: #ffffff;
  --bs-btn-info-bg: #7DBFBE;
  --bs-btn-info-border-color: #7DBFBE;
  --bs-btn-info-hover-color: #ffffff;
  --bs-btn-info-hover-bg: rgb(99.368556701, 178.381443299, 177.1842783505);
  --bs-btn-info-hover-border-color: rgb(90.824742268, 174.175257732, 172.912371134);
  --bs-btn-info-focus-shadow-rgb: 235.5, 245.4, 245.25;
  --bs-btn-info-active-color: #ffffff;
  --bs-btn-info-active-bg: rgb(90.824742268, 174.175257732, 172.912371134);
  --bs-btn-info-active-border-color: rgb(83.2164948454, 169.0335051546, 167.7332474227);
  --bs-btn-info-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-info-disabled-color: #ffffff;
  --bs-btn-info-disabled-bg: #7DBFBE;
  --bs-btn-info-disabled-border-color: #7DBFBE;
  --bs-btn-light-color: #0F355A;
  --bs-btn-light-bg: #f8f9fa;
  --bs-btn-light-border-color: #f8f9fa;
  --bs-btn-light-hover-color: #0F355A;
  --bs-btn-light-hover-bg: rgb(225.6875, 229.875, 234.0625);
  --bs-btn-light-hover-border-color: rgb(218.25, 223.5, 228.75);
  --bs-btn-light-focus-shadow-rgb: 253.95, 254.1, 254.25;
  --bs-btn-light-active-color: #0F355A;
  --bs-btn-light-active-bg: rgb(218.25, 223.5, 228.75);
  --bs-btn-light-active-border-color: rgb(210.8125, 217.125, 223.4375);
  --bs-btn-light-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-light-disabled-color: #0F355A;
  --bs-btn-light-disabled-bg: #f8f9fa;
  --bs-btn-light-disabled-border-color: #f8f9fa;
  --bs-btn-dark-color: #ffffff;
  --bs-btn-dark-bg: #0F355A;
  --bs-btn-dark-border-color: #0F355A;
  --bs-btn-dark-hover-color: #ffffff;
  --bs-btn-dark-hover-bg: rgb(20.4642857143, 72.3071428571, 122.7857142857);
  --bs-btn-dark-hover-border-color: rgb(22.2857142857, 78.7428571429, 133.7142857143);
  --bs-btn-dark-focus-shadow-rgb: 219, 224.7, 230.25;
  --bs-btn-dark-active-color: #ffffff;
  --bs-btn-dark-active-bg: rgb(22.2857142857, 78.7428571429, 133.7142857143);
  --bs-btn-dark-active-border-color: rgb(24.1071428571, 85.1785714286, 144.6428571429);
  --bs-btn-dark-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-dark-disabled-color: #ffffff;
  --bs-btn-dark-disabled-bg: #0F355A;
  --bs-btn-dark-disabled-border-color: #0F355A;
  --bs-btn-outline-primary-color: #007cba;
  --bs-btn-outline-primary-border-color: #007cba;
  --bs-btn-outline-primary-hover-color: #ffffff;
  --bs-btn-outline-primary-hover-bg: #007cba;
  --bs-btn-outline-primary-hover-border-color: #007cba;
  --bs-btn-outline-primary-focus-shadow-rgb: 0, 124, 186;
  --bs-btn-outline-primary-active-color: #ffffff;
  --bs-btn-outline-primary-active-bg: #007cba;
  --bs-btn-outline-primary-active-border-color: #007cba;
  --bs-btn-outline-primary-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-outline-primary-disabled-color: #007cba;
  --bs-btn-outline-primary-disabled-bg: transparent;
  --bs-btn-outline-primary-disabled-border-color: #007cba;
  --bs-card-border-radius: 0.5rem;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-form-control-bg: #ffffff;
  --bs-form-control-border-color: #ced4da;
  --bs-form-control-focus-border-color: rgb(58.5, 189.5, 255);
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-brand-font-size: 1.125rem;
}

.twoCols {
  column-count: 2;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  .twoCols {
    column-count: 1;
  }
}

body {
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #0F355A;
  font-weight: 700;
}

.ubc-practitioners-search-container {
  margin: 2rem 0;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form {
  background: white;
  border: 2px solid #007cba;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 123, 186, 0.1);
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address {
  flex: 1;
  min-width: 300px;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address label {
  display: block;
  font-weight: 600;
  color: #0F355A;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address input[type=text]:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 123, 186, 0.1);
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address input[type=text]::placeholder {
  color: #999;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-radius {
  flex: 0 0 120px;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-radius label {
  display: block;
  font-weight: 600;
  color: #0F355A;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-radius select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 1rem;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-radius select:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 123, 186, 0.1);
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-submit {
  flex: 0 0 auto;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-submit button {
  background: #007cba;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-submit button:hover {
  background: #005a87;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 186, 0.3);
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-submit button:active {
  transform: translateY(0);
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-specialty,
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-region {
  flex: 1;
  min-width: 200px;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-specialty label,
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-region label {
  display: block;
  font-weight: 600;
  color: #0F355A;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-specialty select,
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-region select {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  background: white;
  cursor: pointer;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-specialty select:focus,
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-region select:focus {
  outline: none;
  border-color: #007cba;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-emergency {
  flex: 0 0 auto;
  align-self: end;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-emergency label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #0F355A;
  cursor: pointer;
}
.ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-emergency label input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #007cba;
}
@media (max-width: 768px) {
  .ubc-practitioners-search-container .ubc-practitioners-search-form {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-row {
    flex-direction: column;
    gap: 1rem;
  }
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-address,
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-radius {
    min-width: auto;
    flex: none;
  }
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-row .search-submit button {
    width: 100%;
    padding: 1rem;
  }
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters {
    flex-direction: column;
    gap: 1rem;
  }
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-specialty,
  .ubc-practitioners-search-container .ubc-practitioners-search-form .search-filters .filter-region {
    min-width: auto;
    flex: none;
  }
}
.ubc-practitioners-search-container .search-loading {
  text-align: center;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.ubc-practitioners-search-container .search-loading p {
  margin: 0;
  color: #007cba;
  font-weight: 500;
}
.ubc-practitioners-search-container .practitioners-map-container {
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ubc-practitioners-search-container .practitioners-map-container #practitioners-map {
  border-radius: 1rem;
}
.ubc-practitioners-search-container .practitioners-results .search-results-header {
  margin-bottom: 2rem;
}
.ubc-practitioners-search-container .practitioners-results .search-results-header h3 {
  color: #0F355A;
  font-size: 1.5rem;
  margin: 0;
}
.ubc-practitioners-search-container .practitioners-results .practitioners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .ubc-practitioners-search-container .practitioners-results .practitioners-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ubc-practitioners-search-container .practitioners-results .no-practitioners-found {
  text-align: center;
  padding: 3rem;
  background: #f8f9fa;
  border-radius: 1rem;
}
.ubc-practitioners-search-container .practitioners-results .no-practitioners-found p {
  margin: 0;
  color: #666;
  font-size: 1.1rem;
}

.img-fluid {
  max-width: 250px;
  height: auto;
  max-height: 60px;
}

.navbar-nav .menu-item.current-menu-item > .nav-link,
.navbar-nav .menu-item.current_page_item > .nav-link,
.navbar-nav .menu-item.current-page-ancestor > .nav-link,
.navbar-nav .nav-item.current-menu-item > .nav-link,
.navbar-nav .nav-item.current_page_item > .nav-link,
.navbar-nav .nav-item.current-page-ancestor > .nav-link {
  color: #005a8a !important;
  position: relative;
}
.navbar-nav .menu-item.current-menu-item > .nav-link::after,
.navbar-nav .menu-item.current_page_item > .nav-link::after,
.navbar-nav .menu-item.current-page-ancestor > .nav-link::after,
.navbar-nav .nav-item.current-menu-item > .nav-link::after,
.navbar-nav .nav-item.current_page_item > .nav-link::after,
.navbar-nav .nav-item.current-page-ancestor > .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  background-color: #005a8a;
}

.navbar-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  width: 100%;
}

.metanav-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  order: 1;
}

.metanav {
  font-size: 0.8rem;
  gap: 1rem;
}
.metanav .nav-item .nav-link {
  padding: 0.25rem 0.5rem;
  color: rgba(0, 124, 186, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.metanav .nav-item .nav-link:hover, .metanav .nav-item .nav-link:focus {
  color: #007cba;
}
.metanav .nav-item.current-menu-item .nav-link, .metanav .nav-item.current_page_item .nav-link, .metanav .nav-item.current-page-ancestor .nav-link {
  color: #005a8a;
}
.metanav .nav-item.current-menu-item .nav-link::after, .metanav .nav-item.current_page_item .nav-link::after, .metanav .nav-item.current-page-ancestor .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  background-color: #005a8a;
}

.primary-nav {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  justify-content: flex-end;
  order: 2;
}
.primary-nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
  color: #007cba;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.primary-nav .nav-item .nav-link:hover, .primary-nav .nav-item .nav-link:focus {
  color: #005a8a;
}
.primary-nav .nav-item.current-menu-item .nav-link, .primary-nav .nav-item.current_page_item .nav-link, .primary-nav .nav-item.current-page-ancestor .nav-link {
  color: #005a8a;
}
.primary-nav .nav-item.current-menu-item .nav-link::after, .primary-nav .nav-item.current_page_item .nav-link::after, .primary-nav .nav-item.current-page-ancestor .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: #005a8a;
}

#main-menu {
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#main-menu .nav-item .nav-link {
  color: #007cba;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
#main-menu .nav-item .nav-link:hover, #main-menu .nav-item .nav-link:focus {
  color: #005a8a;
}
#main-menu .nav-item.current-menu-item .nav-link, #main-menu .nav-item.current_page_item .nav-link, #main-menu .nav-item.current-page-ancestor .nav-link {
  color: #005a8a;
}
#main-menu .nav-item.current-menu-item .nav-link::after, #main-menu .nav-item.current_page_item .nav-link::after, #main-menu .nav-item.current-page-ancestor .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: #005a8a;
}

#navbarNavDropdown {
  justify-content: flex-end;
}
#navbarNavDropdown .navbar-nav {
  justify-content: flex-end;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .navbar-nav-container {
    align-items: flex-start;
    width: 100%;
  }
  .metanav-wrapper {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 124, 186, 0.2);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .metanav,
  .primary-nav {
    flex-direction: column;
    width: 100%;
  }
  .metanav .nav-item,
  .primary-nav .nav-item {
    width: 100%;
  }
  .metanav .nav-item .nav-link,
  .primary-nav .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 124, 186, 0.1);
    position: relative;
  }
  .metanav .nav-item.current-menu-item .nav-link, .metanav .nav-item.current_page_item .nav-link, .metanav .nav-item.current-page-ancestor .nav-link,
  .primary-nav .nav-item.current-menu-item .nav-link,
  .primary-nav .nav-item.current_page_item .nav-link,
  .primary-nav .nav-item.current-page-ancestor .nav-link {
    color: #005a8a;
    background-color: rgba(0, 90, 138, 0.05);
  }
  .metanav .nav-item.current-menu-item .nav-link::before, .metanav .nav-item.current_page_item .nav-link::before, .metanav .nav-item.current-page-ancestor .nav-link::before,
  .primary-nav .nav-item.current-menu-item .nav-link::before,
  .primary-nav .nav-item.current_page_item .nav-link::before,
  .primary-nav .nav-item.current-page-ancestor .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #005a8a;
  }
  #navbarNavDropdown {
    justify-content: flex-start;
  }
  #navbarNavDropdown .navbar-nav {
    justify-content: flex-start;
    margin-left: 0;
  }
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #007cba;
  --bs-btn-border-color: #007cba;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #005a8a;
  --bs-btn-hover-border-color: #005a8a;
  --bs-btn-focus-shadow-rgb: 0, 124, 186;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #005a8a;
  --bs-btn-active-border-color: #005a8a;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #007cba;
  --bs-btn-disabled-border-color: #007cba;
  background-color: #007cba !important;
  border-color: #007cba !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #005a8a !important;
  border-color: #005a8a !important;
}
.btn-primary:active, .btn-primary.active {
  background-color: #005a8a !important;
  border-color: #005a8a !important;
}

.btn-outline-primary {
  --bs-btn-color: #007cba;
  --bs-btn-border-color: #007cba;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #007cba;
  --bs-btn-hover-border-color: #007cba;
  --bs-btn-focus-shadow-rgb: 0, 124, 186;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #007cba;
  --bs-btn-active-border-color: #007cba;
  --bs-btn-disabled-color: #007cba;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007cba;
  color: #007cba !important;
  border-color: #007cba !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #007cba !important;
  border-color: #007cba !important;
  color: #ffffff !important;
}
.btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #007cba !important;
  border-color: #007cba !important;
  color: #ffffff !important;
}

.btn-secondary {
  --bs-btn-color: #0F355A;
  --bs-btn-bg: #D4B483;
  --bs-btn-border-color: #D4B483;
  --bs-btn-hover-color: #0F355A;
  --bs-btn-hover-bg: rgb(202.1511976048, 162.8218562874, 102.5988023952);
  --bs-btn-hover-border-color: rgb(198.8682634731, 157.0958083832, 93.1317365269);
  --bs-btn-focus-shadow-rgb: 212, 180, 131;
  --bs-btn-active-color: #0F355A;
  --bs-btn-active-bg: rgb(198.8682634731, 157.0958083832, 93.1317365269);
  --bs-btn-active-border-color: rgb(195.5853293413, 151.369760479, 83.6646706587);
  --bs-btn-disabled-color: #0F355A;
  --bs-btn-disabled-bg: #D4B483;
  --bs-btn-disabled-border-color: #D4B483;
  background-color: #D4B483 !important;
  border-color: #D4B483 !important;
  color: #0F355A !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(202.1511976048, 162.8218562874, 102.5988023952) !important;
  border-color: rgb(198.8682634731, 157.0958083832, 93.1317365269) !important;
  color: #0F355A !important;
}
.btn-secondary:active, .btn-secondary.active {
  background-color: rgb(198.8682634731, 157.0958083832, 93.1317365269) !important;
  border-color: rgb(195.5853293413, 151.369760479, 83.6646706587) !important;
  color: #0F355A !important;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0F355A;
  --bs-btn-border-color: #0F355A;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(20.4642857143, 72.3071428571, 122.7857142857);
  --bs-btn-hover-border-color: rgb(22.2857142857, 78.7428571429, 133.7142857143);
  --bs-btn-focus-shadow-rgb: 15, 53, 90;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(22.2857142857, 78.7428571429, 133.7142857143);
  --bs-btn-active-border-color: rgb(24.1071428571, 85.1785714286, 144.6428571429);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0F355A;
  --bs-btn-disabled-border-color: #0F355A;
}

.wpcf7 {
  max-width: 100%;
  color: rgba(15, 53, 90, 0.7);
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1.5rem;
  color: inherit;
}
.wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=url],
.wpcf7 .wpcf7-form input[type=number],
.wpcf7 .wpcf7-form input[type=date] {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  color: rgba(15, 53, 90, 0.7);
}
.wpcf7 .wpcf7-form textarea {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 120px;
  resize: vertical;
  color: rgba(15, 53, 90, 0.7);
}
.wpcf7 .wpcf7-form select {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  color: rgba(15, 53, 90, 0.7);
}
.wpcf7 .wpcf7-form input[type=file] {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form input[type=submit] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 24px;
  background-color: var(--bs-primary, #007cba);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: var(--bs-primary-dark, #005a8b);
}
.wpcf7 .wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: rgba(15, 53, 90, 0.7);
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin-bottom: 0.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-form .wpcf7-list-item input[type=radio] {
  width: auto !important;
  margin-right: 0.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-list-item label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.wpcf7 .wpcf7-validation-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .wpcf7 .wpcf7-form input[type=submit] {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #005a8a 0%, rgba(0, 90, 138, 0.7) 30%, transparent 50%);
  z-index: 2;
}
.hero-section .hero-content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4;
  white-space: pre-line;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-section .hero-content .btn {
  margin: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-content .btn.btn-primary {
  background-color: #007cba;
  border-color: #007cba;
}
.hero-section .hero-content .btn.btn-primary:hover {
  background-color: #005a8a;
  border-color: #005a8a;
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: 50vh;
  }
  .hero-section .hero-content {
    padding: 1.5rem;
    font-size: 2rem;
  }
  .hero-section .hero-content h1, .hero-section .hero-content h2, .hero-section .hero-content h3, .hero-section .hero-content h4, .hero-section .hero-content h5, .hero-section .hero-content h6 {
    font-size: 2.5rem;
  }
  .hero-section .hero-content p {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    min-height: 40vh;
  }
  .hero-section .hero-content {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .hero-section .hero-content h1, .hero-section .hero-content h2, .hero-section .hero-content h3, .hero-section .hero-content h4, .hero-section .hero-content h5, .hero-section .hero-content h6 {
    font-size: 2rem;
  }
  .hero-section .hero-content p {
    font-size: 1.5rem;
  }
}
#front-page-wrapper .container#content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#front-page-wrapper .entry-content {
  font-size: 1.1rem;
  line-height: 1.7;
}
#front-page-wrapper .entry-content h2, #front-page-wrapper .entry-content h3, #front-page-wrapper .entry-content h4, #front-page-wrapper .entry-content h5, #front-page-wrapper .entry-content h6 {
  color: #0F355A;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#front-page-wrapper .entry-content p {
  margin-bottom: 1.5rem;
}

.ubc-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}
.ubc-news-grid .ubc-news-item {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.ubc-news-grid .ubc-news-item:hover {
  transform: translateY(-2px);
}
.ubc-news-grid .ubc-news-item .ubc-news-image {
  position: relative;
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.ubc-news-grid .ubc-news-item .ubc-news-image:hover {
  transform: scale(1.02);
}
.ubc-news-grid .ubc-news-item .ubc-news-image.ubc-news-no-image {
  background-color: #e9ecef;
}
.ubc-news-grid .ubc-news-item .ubc-news-image .ubc-news-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.ubc-news-grid .ubc-news-item .ubc-news-content {
  padding: 1.5rem;
  background: #e9ecef;
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0 0 2rem 0;
}
.ubc-news-grid .ubc-news-item .ubc-news-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/shape-ubc.svg");
  background-repeat: no-repeat;
  background-position: 66% var(--shape-position, 11%);
  background-size: 60%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.ubc-news-grid .ubc-news-item .ubc-news-content > * {
  position: relative;
  z-index: 1;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-title a {
  color: #0F355A;
  text-decoration: none;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-title a:hover {
  color: #007cba;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-excerpt {
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-btn {
  background: #7DBFBE;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.ubc-news-grid .ubc-news-item .ubc-news-content .ubc-news-btn:hover {
  background: rgb(90.824742268, 174.175257732, 172.912371134);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .ubc-news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ubc-news-grid .ubc-news-item .ubc-news-image {
    aspect-ratio: 16/9;
  }
  .ubc-news-grid .ubc-news-item .ubc-news-content {
    padding: 1.25rem;
  }
}

.ubc-testimonies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}
.ubc-testimonies-grid .ubc-testimony-item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-photo {
  flex: 0.5;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-photo .testimony-avatar {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  object-fit: cover;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-content {
  flex: 1;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-content h3 {
  color: #0F355A;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-content .ubc-testimony-message {
  color: #007cba;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-content .ubc-testimony-author strong {
  color: #005a8a;
  font-size: 1rem;
  font-weight: 600;
}
.ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-content .ubc-testimony-author .author-title {
  color: #005a8a;
  font-size: 0.875rem;
  font-style: normal;
  display: block;
  margin-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .ubc-testimonies-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ubc-testimonies-grid .ubc-testimony-item {
    flex-direction: column;
    text-align: center;
  }
  .ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-photo {
    align-self: center;
  }
  .ubc-testimonies-grid .ubc-testimony-item .ubc-testimony-photo .testimony-avatar {
    width: 120px;
    height: 120px;
  }
}

.single-article {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single-article .entry-header {
  margin-bottom: 2rem;
}
.single-article .entry-header .post-thumbnail {
  margin-bottom: 1.5rem;
}
.single-article .entry-header .post-thumbnail .post-image {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  overflow: hidden;
}
.single-article .entry-header .post-thumbnail .post-image .post-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.single-article .entry-header .entry-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #6c757d;
}
.single-article .entry-header .entry-meta .cat-links .category-link {
  background: #007cba;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 600;
  margin-right: 0.5rem;
  transition: background-color 0.3s ease;
}
.single-article .entry-header .entry-meta .cat-links .category-link:hover {
  background: #005a87;
  color: #ffffff;
}
.single-article .entry-header .entry-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0F355A;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-article .entry-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #0F355A;
}
.single-article .entry-content p {
  margin-bottom: 1.5rem;
}
.single-article .entry-content h2, .single-article .entry-content h3, .single-article .entry-content h4, .single-article .entry-content h5, .single-article .entry-content h6 {
  color: #0F355A;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.single-article .entry-content h2 {
  font-size: 1.75rem;
}
.single-article .entry-content h3 {
  font-size: 1.5rem;
}
.single-article .entry-content h4 {
  font-size: 1.25rem;
}
.single-article .entry-content a {
  color: #007cba;
  text-decoration: underline;
}
.single-article .entry-content a:hover {
  color: rgb(0, 73, 109.5);
}
.single-article .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.single-article .entry-content blockquote {
  border-left: 4px solid #007cba;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #495057;
}
.single-article .entry-content ul, .single-article .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.single-article .entry-content ul li, .single-article .entry-content ol li {
  margin-bottom: 0.5rem;
}
.single-article .entry-content .page-links {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}
.single-article .entry-content .page-links a {
  background: #007cba;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  margin-right: 0.5rem;
}
.single-article .entry-content .page-links a:hover {
  background: #005a87;
}
.single-article .entry-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}
.single-article .entry-footer .tag-links .tags-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F355A;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-right: 1rem;
}
.single-article .entry-footer .tag-links .tag-link {
  background: #e9ecef;
  color: #0F355A;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}
.single-article .entry-footer .tag-links .tag-link:hover {
  background: #007cba;
  color: #ffffff;
}

.post-navigation {
  margin: 3rem 0;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  flex: 1;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: block;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  border-color: #007cba;
  box-shadow: 0 2px 8px rgba(0, 124, 186, 0.1);
}
.post-navigation .nav-links .nav-previous a .nav-subtitle,
.post-navigation .nav-links .nav-next a .nav-subtitle {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.post-navigation .nav-links .nav-previous a .nav-title,
.post-navigation .nav-links .nav-next a .nav-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0F355A;
  line-height: 1.4;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}

.widget-area .sidebar-content {
  margin-top: 3rem;
}
.widget-area .sidebar-content .sidebar-section {
  background: #ffffff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.widget-area .sidebar-content .sidebar-section .sidebar-title {
  color: #0F355A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #007cba;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item {
  margin-bottom: 1rem;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item:last-child {
  margin-bottom: 0;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link:hover {
  transform: translateX(5px);
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link .recent-post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link .recent-post-content {
  flex: 1;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link .recent-post-content .recent-post-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F355A;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.widget-area .sidebar-content .sidebar-section .recent-posts-list .recent-post-item .recent-post-link .recent-post-content .recent-post-date {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.widget-area .sidebar-content .sidebar-section .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area .sidebar-content .sidebar-section .categories-list .category-item {
  margin-bottom: 0.5rem;
}
.widget-area .sidebar-content .sidebar-section .categories-list .category-item .category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  color: #0F355A;
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 1px solid #e9ecef;
  transition: color 0.3s ease;
}
.widget-area .sidebar-content .sidebar-section .categories-list .category-item .category-link:hover {
  color: #007cba;
}
.widget-area .sidebar-content .sidebar-section .categories-list .category-item .category-link .category-count {
  color: #adb5bd;
  font-size: 0.75rem;
}
.widget-area .sidebar-content .sidebar-section .tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget-area .sidebar-content .sidebar-section .tags-cloud .tag-link {
  background: #e9ecef;
  color: #0F355A;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
.widget-area .sidebar-content .sidebar-section .tags-cloud .tag-link:hover {
  background: #007cba;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .single-article .entry-header .entry-title {
    font-size: 2rem;
  }
  .single-article .entry-header .entry-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .single-article .entry-header .post-thumbnail .post-image {
    height: 250px;
  }
  .post-navigation .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
  .post-navigation .nav-links .nav-next {
    text-align: left;
  }
}
#archive-wrapper .page-header {
  margin-bottom: 3rem;
  text-align: center;
}
#archive-wrapper .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007cba;
  margin-bottom: 1rem;
}
#archive-wrapper .page-header .archive-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}
#archive-wrapper .posts-container .archive-article {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#archive-wrapper .posts-container .archive-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#archive-wrapper .posts-container .archive-article .post-thumbnail .post-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px 0 0 10px;
}
#archive-wrapper .posts-container .archive-article .post-thumbnail .post-image .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #007cba;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#archive-wrapper .posts-container .archive-article .post-thumbnail a {
  display: block;
  text-decoration: none;
}
#archive-wrapper .posts-container .archive-article .entry-header {
  padding: 1.5rem 1.5rem 0;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-meta {
  margin-bottom: 0.75rem;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-meta .cat-links .category-link {
  background: #ffc107;
  color: #0F355A;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-meta .cat-links .category-link:hover {
  background: rgb(211, 158.25, 0);
  color: white;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-title a {
  color: #0F355A;
  text-decoration: none;
}
#archive-wrapper .posts-container .archive-article .entry-header .entry-title a:hover {
  color: #007cba;
}
#archive-wrapper .posts-container .archive-article .entry-content {
  padding: 0 1.5rem 1rem;
}
#archive-wrapper .posts-container .archive-article .entry-content p {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#archive-wrapper .posts-container .archive-article .entry-content .read-more {
  margin-bottom: 0;
}
#archive-wrapper .posts-container .archive-article .entry-content .read-more .btn {
  font-size: 0.9rem;
  padding: 8px 16px;
  border-radius: 20px;
}
#archive-wrapper .posts-container .archive-article .entry-content .read-more .btn i {
  font-size: 0.8rem;
}
#archive-wrapper .posts-container .archive-article .entry-footer {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid #e9ecef;
  margin-top: 1rem;
  padding-top: 1rem;
}
#archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #6c757d;
}
#archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer span i {
  color: #007cba;
}
#archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer span a {
  color: #6c757d;
  text-decoration: none;
}
#archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer span a:hover {
  color: #007cba;
}
#archive-wrapper .posts-container .archive-article:not(.has-post-thumbnail) .entry-header {
  padding-top: 2rem;
}
#archive-wrapper .pagination {
  margin-top: 3rem;
  justify-content: center;
}
#archive-wrapper .pagination .page-numbers {
  background: white;
  border: 2px solid #dee2e6;
  color: #0F355A;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
#archive-wrapper .pagination .page-numbers:hover, #archive-wrapper .pagination .page-numbers.current {
  background: #007cba;
  border-color: #007cba;
  color: white;
}
#archive-wrapper .pagination .page-numbers.prev, #archive-wrapper .pagination .page-numbers.next {
  padding: 10px 20px;
}
#archive-wrapper .pagination .page-numbers.prev i, #archive-wrapper .pagination .page-numbers.next i {
  font-size: 0.9rem;
}
#archive-wrapper .no-posts {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#archive-wrapper .no-posts h2 {
  color: #007cba;
  margin-bottom: 1rem;
}
#archive-wrapper .no-posts p {
  color: #6c757d;
  margin-bottom: 2rem;
}
#archive-wrapper .no-posts .search-form {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #archive-wrapper .page-header .page-title {
    font-size: 2rem;
  }
  #archive-wrapper .posts-container .archive-article .post-thumbnail .post-image {
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  #archive-wrapper .posts-container .archive-article .entry-header {
    padding: 1rem 1rem 0;
  }
  #archive-wrapper .posts-container .archive-article .entry-header .entry-title {
    font-size: 1.2rem;
  }
  #archive-wrapper .posts-container .archive-article .entry-content {
    padding: 0 1rem 0.5rem;
  }
  #archive-wrapper .posts-container .archive-article .entry-footer {
    padding: 0 1rem 1rem;
  }
  #archive-wrapper .posts-container .archive-article .entry-footer .entry-meta-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/**
 * Professional Access System Styles
 */
.ubc-form-container .card {
  border: none;
  border-radius: 12px;
}
.ubc-form-container .card .card-body {
  background: #fff;
}
.ubc-form-container .form-control {
  border-radius: 0.375rem;
}
.ubc-form-container .alert {
  border-radius: 8px;
  border: none;
}
.ubc-form-container .alert.alert-info {
  background: #e3f2fd;
  color: #1565c0;
}
.ubc-form-container .alert.alert-light {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.ubc-form-container h2, .ubc-form-container h3 {
  color: #007cba;
  font-weight: 600;
}
.ubc-form-container .form-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
}
.ubc-form-container #access_code {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ubc-form-container .alert {
  border-radius: 0.5rem;
  border: none;
  padding: 1rem 1.5rem;
}
.ubc-form-container .alert.alert-info {
  background-color: rgba(0, 124, 186, 0.1);
  color: #007cba;
  border-left: 4px solid #007cba;
}
.ubc-form-container .alert.alert-success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border-left: 4px solid #28a745;
}
.ubc-form-container .alert.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: rgb(109, 81.75, 0);
  border-left: 4px solid #ffc107;
}
.ubc-form-container .alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border-left: 4px solid #dc3545;
}
.ubc-form-container .alert.alert-light {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.ubc-form-container .invalid-feedback {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.ubc-form-container .form-text {
  color: #6c757d;
  font-size: 0.875rem;
}

.page-template-page-espace-professionnel .alert-success {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
  border: 1px solid rgba(40, 167, 69, 0.2);
  border-radius: 0.75rem;
}
.page-template-page-espace-professionnel .alert-success .btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.page-template-page-espace-professionnel .alert-success .btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}
.page-template-page-espace-professionnel .card {
  border: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
.page-template-page-espace-professionnel .card .card-header {
  background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
  color: white;
  border-radius: 0.75rem 0.75rem 0 0 !important;
  border: none;
  padding: 1rem 1.5rem;
}
.page-template-page-espace-professionnel .card .card-header h5 {
  margin: 0;
  font-weight: 600;
}
.page-template-page-espace-professionnel .card .list-group-item {
  border: none;
  border-bottom: 1px solid #f8f9fa;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}
.page-template-page-espace-professionnel .card .list-group-item:hover {
  background-color: rgba(0, 124, 186, 0.05);
  color: #007cba;
  padding-left: 2rem;
}
.page-template-page-espace-professionnel .card .list-group-item:last-child {
  border-bottom: none;
  border-radius: 0 0 0.75rem 0.75rem;
}
.page-template-page-espace-professionnel .card .list-group-item i {
  width: 20px;
  text-align: center;
}
.page-template-page-espace-professionnel .card.h-100 {
  transition: all 0.3s ease;
}
.page-template-page-espace-professionnel .card.h-100:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}
.page-template-page-espace-professionnel .card .card-title {
  color: #007cba;
  font-weight: 600;
}
.page-template-page-espace-professionnel .card .card-title i {
  margin-right: 0.5rem;
}
.page-template-page-espace-professionnel .card .btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
}
.page-template-page-espace-professionnel .fa-3x {
  margin-bottom: 1rem;
}
.page-template-page-espace-professionnel .list-group .list-group-item {
  border: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.page-template-page-espace-professionnel .list-group .list-group-item:hover {
  border-color: #007cba;
  background-color: rgba(0, 124, 186, 0.02);
}
.page-template-page-espace-professionnel .list-group .list-group-item h5 {
  color: #007cba;
  margin-bottom: 0.5rem;
}
.page-template-page-espace-professionnel .list-group .list-group-item h5 i {
  margin-right: 0.5rem;
}
.page-template-page-espace-professionnel .list-group .list-group-item .text-muted {
  font-size: 0.75rem;
}
.page-template-page-espace-professionnel section h2 {
  color: #007cba;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 124, 186, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .page-template-page-espace-professionnel .col-lg-3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .ubc-form-container .card .card-body {
    padding: 1.5rem;
  }
  .ubc-form-container .btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  .page-template-page-espace-professionnel .alert-success {
    flex-direction: column;
    text-align: center;
  }
  .page-template-page-espace-professionnel .alert-success .btn-outline-secondary {
    margin-top: 1rem;
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.alert {
  animation: slideInDown 0.5s ease-out;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-control:focus,
.btn:focus {
  outline: none;
}

code {
  background-color: #f8f9fa;
  color: #007cba;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.professional-status {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.professional-status .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.professional-status strong {
  color: #007cba;
}

.metanav-wrapper {
  min-height: 2rem;
}
.metanav-wrapper .metanav-container {
  flex-shrink: 0;
}
.metanav-wrapper .metanav {
  margin: 0;
  gap: 0.5rem;
}
.metanav-wrapper .metanav .nav-item .nav-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.metanav-wrapper .gap-3 {
  gap: 1rem !important;
}

@media (max-width: 991.98px) {
  .professional-status {
    margin-bottom: 0.5rem;
    justify-content: center;
  }
  .professional-status .btn {
    margin: 0.125rem;
  }
  .metanav-wrapper {
    justify-content: center !important;
  }
  .metanav-wrapper .gap-3 {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem !important;
  }
  .metanav {
    width: 100%;
    justify-content: center;
  }
}
.professional-logout-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.professional-logout-footer #professional-logout-btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  transition: all 0.3s ease;
}
.professional-logout-footer #professional-logout-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
}
.professional-logout-footer #professional-logout-btn i {
  margin-right: 0.5rem;
}

.site-footer {
  background-color: #f5f5f5;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}
.site-footer .footer-main {
  margin-bottom: 2rem;
}
.site-footer .footer-main .footer-info .footer-logo {
  margin-bottom: 1rem;
}
.site-footer .footer-main .footer-info .footer-logo .footer-logo-img {
  max-height: 60px;
  width: auto;
}
.site-footer .footer-main .footer-info .footer-site-name {
  display: none;
}
.site-footer .footer-main .footer-info .footer-address p {
  color: #0F355A;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.site-footer .footer-main .footer-newsletter .footer-title {
  color: #0F355A;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.site-footer .footer-main .footer-newsletter .footer-newsletter-text {
  color: #0F355A;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
}
.site-footer .footer-main .footer-newsletter .newsletter-form .input-group {
  display: flex;
  gap: 0.2rem;
  width: 80%;
}
.site-footer .footer-main .footer-newsletter .newsletter-form .input-group .newsletter-input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem 0 0 0.25rem;
  font-size: 0.75rem;
}
.site-footer .footer-main .footer-newsletter .newsletter-form .input-group .newsletter-input::placeholder {
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.site-footer .footer-main .footer-newsletter .newsletter-form .input-group .newsletter-btn {
  background: #7DBFBE;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease;
}
.site-footer .footer-main .footer-newsletter .newsletter-form .input-group .newsletter-btn:hover {
  background: rgb(90.824742268, 174.175257732, 172.912371134);
}
.site-footer .footer-main .footer-nav .footer-title {
  color: #0F355A;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.site-footer .footer-main .footer-nav .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-nav .footer-menu li {
  margin-bottom: 0.1rem;
  line-height: 1.2;
}
.site-footer .footer-main .footer-nav .footer-menu li a {
  color: #0F355A;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-nav .footer-menu li a:hover {
  color: #007cba;
}
.site-footer .footer-bottom {
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
}
.site-footer .footer-bottom .footer-copyright {
  text-align: right;
}
.site-footer .footer-bottom .footer-copyright p {
  color: #0F355A;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer-main {
    text-align: center;
  }
  .site-footer .footer-main .col-md-4 {
    margin-bottom: 2rem;
  }
  .site-footer .footer-bottom .footer-copyright {
    text-align: center;
  }
}

.wp-block-cover {
  border-radius: 2rem !important;
  overflow: hidden !important;
}
.wp-block-cover.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
  margin-left: 50% !important;
}
.wp-block-cover.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
  margin-right: 50% !important;
}
.wp-block-cover__background, .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim .wp-block-cover__background, .wp-block-cover.has-background-dim .wp-block-cover__gradient-background {
  opacity: 1 !important;
  border-radius: inherit !important;
}

.wp-element-button,
.wp-block-button__link {
  border-radius: 10px !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  transition: all 0.4s ease !important;
}
.wp-element-button:not(.is-style-outline),
.wp-block-button__link:not(.is-style-outline) {
  background-color: #005a8a !important;
  border-color: #005a8a !important;
  color: #ffffff !important;
}
.wp-element-button:not(.is-style-outline):hover, .wp-element-button:not(.is-style-outline):focus,
.wp-block-button__link:not(.is-style-outline):hover,
.wp-block-button__link:not(.is-style-outline):focus {
  background-color: rgb(0, 56.7391304348, 87) !important;
  border-color: rgb(0, 56.7391304348, 87) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline--1 .wp-block-button__link {
  background-color: #D4B483 !important;
  border-color: #D4B483 !important;
  color: white !important;
  border-width: 2px !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover,
.wp-block-button.is-style-outline--1 .wp-block-button__link:focus {
  background-color: rgb(198.8682634731, 157.0958083832, 93.1317365269) !important;
  border-color: rgb(198.8682634731, 157.0958083832, 93.1317365269) !important;
  color: white !important;
}

.ui-accordion-header-active {
  border-radius: 1rem 1rem 0 0 !important;
}

.ui-accordion-header-collapsed {
  border-radius: 1rem !important;
}

/*# sourceMappingURL=style.css.map */
