/* ========== COLOR VARIABLES ========== */
:root {
  --blue-900: #113257;
  --blue-800: #1c436f;
  --blue-700: #0b4f7c;
  --blue-600: #087cc5;
  --blue-500: #0a7bc4;
  --blue-400: #0d6efd;

  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-800: #1f2937;

  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.12);
}

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

/* ===== BASE ===== */
body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  background: var(--white);
  color: var(--blue-900);
}

/* ===== COMMON ===== */
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  max-width: 1240px;
}
/* .logo img {
  width: 100%;
  height: auto;
  max-width: 230px;
} */
a {
  text-decoration: none;
  color: var(--blue-900);
  font-weight: 500;
}

/* ===== HEADER 1 ===== */
.header-top {
  border-bottom: 1px solid var(--gray-200);
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.login-btn {
  padding: 6px 14px;
  border: none;
  background: var(--blue-600);
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
}
.login-btn:hover {
  background: var(--white);
  color: var(--blue-600);
  border: 1px solid var(--blue-600);
}
/* ===== HEADER 2 ===== */
.header-bottom {
  background: var(--blue-800);
}

.header-bottom a {
  color: var(--white);
}

.bottom-nav {
  display: flex;
  gap: 18px;
}

.bottom-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* ===== SEARCH ===== */
.search {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* SVG icon */
.search::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2a8 8 0 1 0 4.9 14.32l4.39 4.39 1.42-1.42-4.39-4.39A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12z'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2a8 8 0 1 0 4.9 14.32l4.39 4.39 1.42-1.42-4.39-4.39A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.search .search-form {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 280px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.search:hover .search-form,
.search:focus-within .search-form {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search .search-form,
.search .search-form ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.search.active .input-group-field{
display: block;
opacity: 1;
}
.search ul{
  list-style: none;
}
.search svg {
  fill: var(--white);
}
.search-form .input-group-field{
  border: 1px solid #c2ced8;
    border-radius: 0;
    height: 2.6777777778rem;
    padding: .6666666667rem .6666666667rem;
    background-color: #fff;
    box-shadow: none;
    font-weight: normal;
    line-height: 1.4;
    color: #000a2d;
    transition: border-color .25s ease-in-out;
    font-size: 1rem;
    width: 100%;
    margin-right: 0;
}
.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.search:hover .input-group-field{
display: block;opacity: 1;
}
.search .input-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .4444444444rem;
    font-size: 1.3333333333rem;
    color: #0060cd;
    opacity: 0;
    padding: .5555555556rem .2777777778rem;
    cursor: pointer;
    pointer-events: none;
}
.search .input-group-button .button:hover,.search .input-group-button .button:focus {
    background-color: #000a2d;
    color: #fff;
}
.search .input-group-button .button{
line-height: 1;
    text-decoration: none;
    display: block;
    padding: .8rem 1rem;
    background-color: #0060cd;
    color: #fff;
        border-color: transparent;
}
.search .input-group{
  display: flex;
    width: 100%;
    margin-bottom: .8888888889rem;
    align-items: stretch;
}
.search-form  label{
      display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
}
.search.active input {
  display: block;
}

.search.active svg {
  position: relative;
  left: 24px;
  fill: var(--blue-900);
  top: 3px;
}

.search-icon {
  cursor: pointer;
}

/* ===== BURGER ===== */
.burger {
  display: none;
  font-size: 22px;
  cursor: pointer;
  user-select: none;
}
.burger.burger-white {
  color: var(--white);
}
/* ===== MOBILE MENU ===== */
.mobile-menu {
  /* display: none; */
  flex-direction: column;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.mobile-menu a {
  padding: 12px 20px;
  border-top: 1px solid var(--gray-200);
}
/* ===== SHARED MENU BEHAVIOR ===== */
.top-nav,
.bottom-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* ===== SKIP TO MAIN CONTENT ===== */
.l-skip {
  left: 0%;
  display: block;
  position: absolute;
  transform: translateY(-100%);
  opacity: 0;
  z-index: -1;
}
.l-skip:focus {
  transform: translateY(0%);
  opacity: 1;
  background-color: #1a3356;
  color: #fff;
  padding: 0.1666666667rem 0.2777777778rem;
}

/* ===== MOBILE MENU MODE ===== */
@media (max-width: 992px) {
  .top-nav,
  .bottom-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: var(--white);
    border-top: 1px solid var(--gray-200);
    display: none;
    z-index: 1000;
  }

  .bottom-nav {
    background: var(--blue-800);
  }

  .top-nav a,
  .bottom-nav a {
    padding: 14px 24px;
    width: 100%;
    border-bottom: 1px solid var(--gray-200);
  }
  .top-nav,
  .bottom-nav {
    align-items: start;
  }
  .top-nav a.login-btn {
    margin-left: 20px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .search {
    top: 5px;
  }
  /* .search.active {
    top: 2px;
    left: -15px;
  } */
  .bottom-nav a {
    color: var(--white);
  }

  .top-nav.active,
  .bottom-nav.active {
    display: flex;
  }
}
.header-top .container,
.header-bottom .container {
  position: relative;
}

/* ===== HERO ===== */
.hero {
  background: var(--blue-900);
  color: var(--white);
  text-align: center;
  padding: 60px 24px;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 12px;
}

.hero p {
  max-width: 700px;
  margin: auto;
  opacity: 0.9;
}

/* ====== CONTENT ====== */
.content {
  background: aliceblue;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
}
.left-section {
  padding-right: 40px;
  background: white;
  padding-top: 40px;
  padding-left: 0px;
  width: 69%;
}
.section h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

/* ====== CARDS ====== */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.box.stats .card-body {
  padding: 20px 15px 20px 15px !important;
}
.card {
  border: 1px solid #c5e3f2;
  padding: 16px;
  border-radius: 4px;
  display: flex;
    flex-direction: column;
}

.card img {
  width: 100%;
  height: auto;
}

.card h4 {
  margin: 0 0 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sidebar {
  padding-right: 24px;
  padding-top: 40px;
  padding-left: 0px;
  width: 29%;
}
.sidebar .cards_profile,
.sidebar .box.stats {
  background: white;
}
.text-left {
  text-align: left;
}
.section .card a {
  display: inline-block;
  margin-top: 10px;
  color: #0a7bc4;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--blue-500);
  padding: 5px;
  border-radius: 4px;
  float: right;
  margin-top: auto;
    align-self: flex-end;
}

.content .section {
  margin-bottom: 30px;
}

/* ====== LIST ====== */
.list {
  margin-left: 20px;
}

.list li {
  margin-bottom: 10px;
}

.display-flex {
  display: flex;
}

.row.display-flex {
  justify-content: space-between;
}

/* ====== BUTTONS ====== */
.light-blue-button {
  color: var(--blue-400);
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--blue-500);
  padding: 5px;
  border-radius: 4px;
}
.light-blue-button:hover {
  color: var(--white) !important;
  background: #0a7bc4;
  border: 1px solid var(--blue-500);
}

.dark-blue-fill-white-cta {
  color: var(--blue-900);
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--blue-900);
  padding: 5px;
  border-radius: 4px;
  margin-left: 25px;
}
.dark-blue-fill-white-cta:hover {
  color: var(--white);
  border: 1px solid var(--blue-900);
  background: var(--blue-900);
}
.view-btn {
  margin-top: 20px;
}

/* ====== MAP ====== */
.map {
  margin-top: 20px;
  text-align: center;
}

.map img {
  max-width: 100%;
}

/* ====== SIDEBAR ====== */
.sidebar .box {
  margin: 20px 0;
}

.sidebar h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.stats {
  text-align: center;
}

.sidebar .card {
  border: 1px solid var(--gray-200);
  padding: 0;
  border-radius: 4px;
  box-shadow: var(--shadow-card);
}

.sidebar .card .card-header {
  font-size: 16px;
  padding: 15px;
  background: var(--blue-900);
  color: var(--white);
  border-radius: 4px 4px 0 0;
}

.sidebar .card .card-body {
  padding: 15px;
}
.join-btn {
  margin-top: 30px;
}
/* .sidebar .card .card-media {
  margin-top: 15px;
} */

.stats strong {
  font-size: 26px;
  display: block;
}

.light-blue-button-fill-blue {
  width: auto;
  padding: 10px;
  background: var(--blue-500);
  border: none;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
}
.light-blue-button-fill-blue:hover {
  background: var(--white);
  color: var(--blue-500);
  border: 1px solid var(--blue-500);
}
.join-btn {
  text-align: center;
}
.border {
  border: 1px solid #c5e3f2;
  margin-bottom: 20px;
}
/* ====== FOOTER ====== */
footer {
  background: var(--gray-50);
  padding: 24px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

footer a {
  text-decoration: none;
  color: var(--gray-800);
  display: block;
  margin-bottom: 6px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: var(--gray-800);
  padding: 10px;
  background-color: var(--gray-100);
}

.footer-bottom a {
  display: inline;
}

.footer-social a {
  background: var(--blue-500);
  margin-right: 10px;
  padding: 5px;
  border-radius: 20px;
  width: 1.6666666667rem !important;
  height: 1.6666666667rem !important;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social a span {
  padding-left: 3px;
}

footer h2 {
  padding-bottom: 10px;
}

/* ===== GRID SYSTEM ===== */
footer .col-lg-1 {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}

.col-lg-1 {
  grid-column: span 1;
}
.col-lg-2 {
  grid-column: span 2;
}
.col-lg-3 {
  grid-column: span 3;
}
.col-lg-4 {
  grid-column: span 4;
}
.col-lg-5 {
  grid-column: span 5;
}
.col-lg-6 {
  grid-column: span 6;
}
.col-lg-7 {
  grid-column: span 7;
}
.col-lg-8 {
  grid-column: span 8;
}
.col-lg-9 {
  grid-column: span 9;
}
.col-lg-10 {
  grid-column: span 10;
}
.col-lg-11 {
  grid-column: span 11;
}
.col-lg-12 {
  grid-column: span 12;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .top-nav,
  .bottom-nav {
    display: none;
    gap: 0px;
  }

  .burger {
    display: block;
  }
/* 
  .search.active input {
    width: 160px;
  } */

  .footer-grid {
    display: inline;
    text-align: center;
  }
  .content {
    display: flex;
    grid-template-columns: 2.2fr 1fr;
    gap: 30px;
    padding: 40px 24px;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .row {
    grid-template-columns: repeat(6, 1fr);
  }

  .col-lg-3 {
    grid-column: span 6;
  }
  .col-lg-2 {
    grid-column: span 3;
  }
  .col-lg-1 {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  [class^="col-lg-"] {
    grid-column: span 1;
  }

  footer h2 {
    margin-top: 15px;
  }

  .footer-social {
    justify-content: center;
    margin-top: 15px;
  }
}

/* new fix  */
.page {
  overflow: hidden;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card-media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* figure should not allow overflow */
.card-media figure {
  width: 100%;
  margin: 0;
}

/* Image responsive */
.card-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Iframe responsive + contained */
.card-media iframe {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;   /* modern browsers */
  display: block;
border-radius: 4px;
}

/* Grid block */
.grid-item {
  position: relative;
  width: 100%;
  /*aspect-ratio: 4 / 3;*/ /* keeps all blocks equal */
  overflow: hidden;
 
}

/* Image styling */
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 776px) {
.image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
}
.grid-item img {
    width: 130px;
    height: auto;
    object-fit: cover;
    display: block;
}
}


/* Mobile */
@media (max-width: 576px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
  .grid-item img {
    width: 130px;
    height: auto;
    object-fit: cover;
    display: block;
}
.grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 1;
    overflow: hidden;
}
.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
}

.footer-contant{
  width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    max-width: 1240px;
}
.card ol {
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.card p{
  padding-bottom: 10px;
}
.header-top {
  position: relative;
  z-index: 1000;
}

.top-bar {
  background: transparent;
}

.top-bar .menu.top {
  align-items: center;
}

.top-bar .menu > li {
  position: relative;
}
.top-bar .menu > li .vertical.menu.wide li{
  padding: 10px;
}
.top-bar .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 14px;
  font-weight: 500;
}

.top-bar .menu > li > a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'>\<path d='M1 7l4-4 4 4' fill='none' stroke='%23000' stroke-width='1.5'/>\</svg>");
}

.top-bar .menu > li:not(:has(ul)) > a::after {
  display: none;
}

.top-bar .menu > li:hover > a::after,
.top-bar .menu > li.is-active > a::after {
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'>\<path d='M1 3l4 4 4-4' fill='none' stroke='%23000' stroke-width='1.5'/>\</svg>");
}
.top-bar .menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 999;
  list-style:none;
}
@media (min-width: 992px) and (max-width: 1200px){
  .top-bar .menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
}
.header-bottom a {
    color: var(--white);
    font-size: 15px;
}
.content {
    background: aliceblue;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
}
}
@media (min-width: 992px) {
  .top-bar .menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.top-bar .menu > li.is-active > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-bar .menu > li > ul li a {
  display: block;

  white-space: nowrap;
  font-size: 16px;
}

.top-bar .menu > li > ul li a:hover {
  background-color: #f4f6f8;
}

.header-top ul.vertical.large-horizontal {
  list-style: none;
  display: flex;
}
.header-top .search-wrapper {
  display: none;
}
/* ===== FIX TOP MENU VISIBILITY (MOBILE) ===== */
@media (max-width: 992px) {
  .top-bar {
    display: none;
    width: 100%;
    background: var(--white);
  }
  .left-section,
  .sidebar {
    width: 100%;
  }
  .header-top .logo + div {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .logo + div a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .left-section {
    width: 100%;
    padding-left: 40px;
  }
  .top-bar.active {
    display: block;
  }

  .top-bar .menu {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .top-bar .menu > li > ul {
    position: static;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
.top-bar .menu > li {
    position: relative;
    padding: 10px;
}
.search .search-form{
      position: absolute;
    left: 0px;
    top: 100%;
}
  .top-bar .menu > li.is-open > ul {
    display: block;
  }

  .top-bar .menu > li > a {
    justify-content: left;
  }
  /* .top-bar.active+.burger{display: none;} */
  .top-bar .menu.top {
    align-items: flex-start;
  }
  .top-bar .menu > li.is-open > ul {
    list-style: none;
  }
  .top-log-header .container {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .top-log-header .container img {
    margin-bottom: 20px;
  }
  .burger.burger-white.is-active .icon-burger,.burger.is-active .icon-burger{
  display: none;
}
 .burger.burger-white.is-active,.burger.is-active{
  display: block;
}
.burger.burger-white .icon-close, .burger .icon-close{
  display: none;
}
.burger.burger-white.is-active .icon-close, .burger.is-active .icon-close{
  display: block;
}
.burger .icon-close{
      position: absolute;
    top: 10px;
    right: 10px;
}
.burger.burger-white .icon-close{
      position: relative;
    top: 0px;
    right: 0px;
}
}


/* annual meeting crads css*/
.annual-meeting .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.annual-meeting .cards .card {
  background: #eff7fb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.annual-meeting .cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.annual-meeting .card-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.annual-meeting .card-section p,
.annual-meeting .card-section a {
  margin-top: auto;
}
.annual-meeting .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #1a1a1a;
  flex-grow: 1;
}
.annual-meeting .card-footer {
  
  display: flex;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
 border-top: 1px solid var(--blue-900);
    padding-top: 20px;
    flex-direction: column;
}

.annual-meeting .card-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

.annual-meeting .card-content em {
  font-style: normal;
  color: #777;
}
.annual-meeting .card-section a.button {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 20px;
  border-radius: 4px;
  background: #0077b6;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease;
      margin-top: 10px;
}

.annual-meeting .card-section a.button:hover {
  background: #005f8f;
}
.annual-meeting .card-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.annual-meeting .card-section a {
  margin-top: auto;
}

.footer-contant a:hover, .footer-bottom a:hover{text-decoration: underline;}
@media (max-width: 576px) {.annual-meeting .cards {grid-template-columns: repeat(1, 1fr)!important;}}
@media (max-width: 767px) {.annual-meeting .cards {grid-template-columns: repeat(2, 1fr);}} 

/* new logo css */
.logo a {
  display: flex;
  align-items: center;
  font-weight: normal;
  text-decoration: none!important;
  text-align: left;
}
.logo a img {
  filter: invert(75%) sepia(36%) saturate(1520%) hue-rotate(176deg)
    brightness(92%) contrast(94%);
}
.logo_content {
  padding-left: 10px;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.logo {
  width: 50%;
}
@media (max-width: 992px) {
  .logo {
    width: 100%;
  }
  .logo a {
    display: flex;
    align-items: center;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    justify-content: center;
  }
  .logo_content {
    padding-left: 10px;
    margin-top: -16px;
  }
  .footer-grid.row .logo_content {
        padding-left: 10px;
        margin-top: 0px;
    }
}
@media (max-width: 1150px) {
  .header-top .logo + div {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .header-top .logo + div a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .logo_content {
    font-size: 12px;
  }
  .logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
  .footer-grid.row .logo img {
    width: 100%;
    height: auto;
    max-width: 100px!important;
  }
}
.footer-grid.row .logo{
width: 100%;
}
@media (max-width: 1100px) {
.footer-grid.row .logo img {
    width: 100%;
    height: auto;
    max-width: 160px;
}
}
.logo_title{ color: var(--blue-900)}
