/* Override because percentage gaps cause height issues for row gap */
@media (min-width: 980px) {
  .mdvt-post-list__grid {
    row-gap: 40px !important;
  }
}

.accordion-list {
  list-style-type: none !important;
}

.accordion-list > p {
  padding-bottom: 20px;
}

.accordion-list-label {
  font-weight: bold;
}

@media (max-width: 768px) {
  .accordion-list {
    margin-left: 0;
  }
}

.medvet-social-links-container,
.medvet-social-icons-container {
  display: flex;
}

.medvet-social-link-img {
}

.medvet-social-link {
  flex: 1 0 15%;
  margin-right: 5px;
}

.medvet-social-icon {
  flex: 1 0 15%;
}

/* Careers CSS */
/*
@media screen and (min-width: 1260px) {
  .careers-buttons {
    display: flex;
    justify-content: space-between;
  }
  .careers-search-button {
    max-width: 49%;
    flex-grow: 1;
    margin: 0px;
  }
  .careers-positions-button {
    max-width: 49%;
    flex-grow: 1;
    margin: 0px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1260px) {
  .careers-search-button {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }
  .careers-positions-button {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 615px) and (max-width: 980px) {
  .careers-buttons {
    display: flex;
    justify-content: space-between;
  }
  .careers-search-button {
    max-width: 49%;
    flex-grow: 1;
    margin: 0px;
    padding: 0px;
  }
  .careers-positions-button {
    max-width: 49%;
    flex-grow: 1;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 615px) {
  .careers-search-button {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }
  .careers-positions-button {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}

/* Menu Styles */

/*
.medvet-menu {
  padding: 0 11px;
  color: #193458;
  font-weight: bold;
  font-size: 16px;
  border: none;
  background: transparent;
}

.dropdown:hover .dropdown-menu {
  display: flex !important;
  margin-top: 0 !important;
}

.dropdown {
  cursor: default;
}

.dropdown:active {
  pointer-events: none;
}

.dropdown-menu a:active {
  pointer-events: initial;
}

.dropdown-menu {
  padding: 10px 0;
  margin-top: 0;
  top: -2px !important;
}

#medvet-nav-bar {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1200px;
  height: 98px;
}

.medvet-top-bar-container {
  padding: 15px 0;
  background: rgb(243, 243, 243);
}

.medvet-top-bar-container > div {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  #medvet-nav-bar {
    width: 90%;
  }

  .medvet-top-bar-container > div {
    width: 90%;
  }
}

.medvet-top-bar-button {
  border: #193458 2px solid;
  color: #193458 !important;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 55px;
  padding: 5px 14px;
  min-width: 150px;
  background: transparent;
  margin: 0 10px;
}

.medvet-top-bar-button:hover {
  color: #475d79;
  border: #475d79 2px solid;
}

@media (max-width: 767px) {
  .medvet-top-bar-button {
    border-width: 1px;
    padding: 3px 14px;
    margin: 0px;
    min-width: initial;
    text-wrap: nowrap;
  }
}

.medvet-top-bar-er-button {
  border: #d81b2c 2px solid;
  color: white !important;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 55px;
  padding: 5px 14px;
  min-width: 150px;
  background: #d81b2c;
  margin-left: 10px;
}

.medvet-top-bar-er-button:hover {
  background: #c21828;
  border-color: #c21828;
}

@media (max-width: 767px) {
  .medvet-top-bar-er-button {
    border-width: 1px;
    padding: 3px 14px;
    margin: 0px;
    min-width: initial;
    text-wrap: nowrap;
  }
}

#medvet-menu-search-button {
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #193458;
}

#medvet-cancel-search-button {
  background: transparent;
  border: 0;
  margin-left: 5px;
}

.medvet-menu-wrapper {
  position: relative;
  justify-content: end;
}

.medvet-menu-items {
  display: flex;
}

@media screen and (max-width: 1250px) {
  .medvet-menu-items {
    display: none !important;
  }
}

#medvet-site-search {
  border: 0;
  height: 100%;
  padding: 0;
  color: #193458;
  font-weight: bold;
  width: 100%;
}

#medvet-site-search::placeholder {
  color: #193458;
  font-weight: bold;
}

.medvet-menu-items-visible {
  animation: fadeInBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.medvet-menu-items-hidden {
  animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  opacity: 0;
}

.medvet-menu-search-disabled {
  display: none !important;
}

.medvet-menu-search-hidden {
  animation: fadeOutTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  opacity: 0;
}

.medvet-menu-search-visible {
  animation: fadeInTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.medvet-menu-search-wrapper {
  border: 1px solid #193458;
  border-radius: 5px;
  flex: 1;
}

.medvet-menu-search {
  position: absolute;
  display: flex;
  justify-content: stretch;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-left: 30px;
}

@media screen and (max-width: 1250px) {
  .medvet-menu-search {
    display: none !important;
  }
}

#medvet-nav-logo-wrapper {
  max-width: 200px;
  width: auto;
}

#medvet-nav-logo {
  max-width: 200px;
}

.medvet-menu-link {
  color: #193458 !important;
  font-weight: bold;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  box-shadow: 0px 3px 10px rgba(93, 95, 96, 0.2);
  border: 0;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #6ba4b8;
}

.dropdown-menu.show {
  display: flex !important;
}

.dropdown-item {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
}

.dropdown-item:first-child {
  padding-top: 10px;
}

.dropdown-item:last-child {
  padding-bottom: 10px;
}

.dropdown-item:hover {
  color: black !important;
  background: #f2f2f2;
}

.medvet-menu-dropdown {
  color: #193458;
  font-weight: bold;
  display: flex;
}

.medvet-menu-dropdown::after {
  content: "\33";
  font-size: 18px;
  font-family: "ETmodules";
}

.medvet-mobile-menu-dropdown {
  background: white;
  border: 0;
}

.medvet-menu-dropdown:hover .medvet-submenu-wrapper {
  max-height: 1000px;
}

.medvet-submenu-wrapper {
  top: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  transition-delay: 0.1s;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  width: 250px;
}

.medvet-submenu-link {
  color: #193458 !important;
  font-weight: bold;
}

.medvet-submenu-link:hover {
  background: #f2f2f2;
  color: #193458 !important;
}

.medvet-submenu-column {
  min-width: 280px;
}

/* Mobile Menu Styles */

/*
.medvet-mobile-menu-icon {
  height: 20px;
  color: #193458;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1251px) {
  .medvet-mobile-menu-icon {
    display: none !important;
  }
}

.medvet-mobile-menu-icon[aria-expanded="false"] #medvet-mobile-menu-close-icon {
  display: none;
}

.medvet-mobile-menu-icon[aria-expanded="true"]
  #medvet-mobile-menu-hamburger-icon {
  display: none;
}

.medvet-mobile-menu-wrapper {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0px 10px -10px rgba(0, 0, 0, 0.02),
    0px 8px 12px -10px rgba(93, 95, 96, 0.2);
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1251px) {
  .medvet-mobile-menu-wrapper {
    display: none !important;
  }
}

.medvet-mobile-menu-search-wrapper {
  padding: 15px;
}

.medvet-mobile-menu-search {
  border: 1px solid #193458 !important;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.medvet-search-icon-input-wrapper {
  padding: 10px 0;
  flex: 1;
}

#medvet-search-site-icon {
  color: #193458;
  font-size: 16px;
  margin-right: 8px;
  margin-left: 15px;
}

#medvet-mobile-menu {
  overflow: scroll;
}

#medvet-mobile-site-search {
  border: none;
  width: 100%;
  background: transparent;
  color: #193458;
  font-weight: bold;
  font-size: 16px;
  height: 100%;
  padding-top: 5px;
}

#medvet-mobile-site-search::placeholder {
  color: #193458;
  font-weight: bold;
}

#medvet-mobile-menu-search-submit {
  background: #6ba4b8;
  border: 0;
  padding: 0 20px;
  color: white;
  font-weight: bold;
}

.medvet-mobile-menu-link {
  padding: 12px 30px 12px 20px;
  color: #193458 !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medvet-mobile-menu-divider {
  border-top: 1px solid;
  opacity: 0.25;
  margin: 0px 10px;
}

.medvet-mobile-menu-link[aria-expanded="false"] svg {
}

.medvet-mobile-menu-link[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.medvet-mobile-submenu-wrapper {
  display: flex;
  flex-direction: column;
}

.medvet-mobile-submenu-link {
  padding: 10px 20px 10px 35px;
  color: rgb(93, 95, 96) !important;
  font-weight: 700;
}

.medvet-mobile-submenu-wrapper .medvet-mobile-submenu-link:last-child {
  padding: 10px 20px 22px 35px;
}

.medvet-mobile-menu-button-wrapper {
  padding: 30px 20px;
}
  */

#mv-doctors-wanted {
  z-index: 1;
  padding: 15px 0px;
  background-color: var(--mdvt-color-navy);
  color: var(--mdvt-color-pure-white);
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}

#close-doctors-wanted {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

#mv-doctors-wanted div {
  font-size: 16px;
  max-width: 1200px;
  text-align: center;
}

#mv-doctors-wanted a {
  padding: 2px 20px;
  margin-left: 15px;
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  #mv-doctors-wanted div {
    flex-direction: column;
    font-size: 14px;
  }

  #mv-doctors-wanted a {
    margin-top: 10px;
    margin-left: 0px;
  }
}

/* Global Styles */

/* Search Bar Styles */
#medvet-paginate-wrapper {
  padding-top: 30px;
  visibility: hidden;
}

.medvet-paginate-mobile {
  background: var(--mdvt-color-off-white);
  padding: 7px 15px;
  color: var(--mdvt-color-navy);
  font-weight: var(--mdvt-button-font-weight);
  font-family: var(--mdvt-button-font-family);
  border-radius: var(--mdvt-border-radius);
}

.medvet-paginate-button {
  background: var(--mdvt-color-cool-grey);
  padding: 5px;
  margin: 0 5px;
  color: var(--mdvt-color-navy);
  width: 45px;
  height: 45px;
  font-family: var(--mdvt-button-font-family);
  font-size: var(--mdvt-button-font-size-small);
  font-weight: var(--mdvt-button-font-weight);
  border: none;
  border-radius: var(--mdvt-border-radius);
}

.medvet-paginate-button-selected {
  background: var(--mdvt-color-navy);
  color: var(--mdvt-color-pure-white);
}

.medvet-filter-search-icon {
  color: var(--mdvt-color-pure-white);
  height: 25px;
  width: 25px;
  min-width: 25px;
}

.medvet-browse-container {
  display: none;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid var(--mdvt-color-cool-grey);
}

.medvet-browse-container-label {
  font-size: 1em;
  font-weight: bold;
  margin-left: 5px;
}

.medvet-browse-close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.medvet-browse-button {
  margin: 5px;
  width: 40px;
  height: 40px;
  background-color: var(--mdvt-color-cool-grey);
  border-radius: var(--mdvt-border-radius);
  border: 0;
  font-weight: var(--mdvt-button-font-weight);
  color: var(--mdvt-color-navy);
}

.medvet-browse-button-selected {
  background-color: var(--mdvt-color-navy);
  color: var(--mdvt-color-pure-white);
}

.medvet-clear-filters-button {
  cursor: pointer;
}

/*
.medvet-primary-button {
  color: white !important;
  background-color: #6ba4b8;
  border: #6ba4b8 2px solid;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 55px;
  padding: 10px 30px;
  min-width: 170px;
}

.medvet-primary-button:hover {
  background-color: #4a869b;
  border: #4a869b 2px solid;
}

.medvet-secondary-button {
  border: #6ba4b8 2px solid;
  color: #6ba4b8;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 55px;
  padding: 10px 30px;
  min-width: 170px;
  background: transparent;
}

.medvet-secondary-button:hover {
  color: #4a869b;
  border: #4a869b 2px solid;
}

.medvet-alternate-button {
  border: #193458 2px solid;
  color: #193458;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 55px;
  padding: 10px 30px;
  min-width: 170px;
  background: transparent;
}

.medvet-alternate-button:hover {
}

.medvet-primary-small-button {
  color: white !important;
  background-color: #6ba4b8;
  border: #6ba4b8 2px solid;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 55px;
  padding: 5px 25px;
}

.medvet-primary-small-button:hover {
  background-color: #4a869b;
  border: #4a869b 2px solid;
}

.medvet-secondary-small-button {
  border: #6ba4b8 2px solid;
  color: #6ba4b8;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 55px;
  padding: 5px 25px;
  background: transparent;
}

.medvet-secondary-small-button:hover {
  color: #4a869b;
  border: #4a869b 2px solid;
}

.medvet-teal-cta-link {
  color: #6ba4b8;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.medvet-teal-cta-link:after {
  content: "\35";
  font-family: ETmodules;
  font-size: 16px;
}

.medvet-teal-cta-link:hover {
  color: #4a869b !important;
}

.medvet-navy-cta-link {
  color: #193458 !important;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.medvet-navy-cta-link:after {
  content: "\35";
  font-family: ETmodules;
  font-size: 16px;
}

.medvet-navy-cta-link:hover {
  color: #475d79 !important;
}

.medvet-navy-text-link {
  color: #193458 !important;
  font-weight: bold;
}

.medvet-navy-text-link:hover {
  color: #475d79 !important;
}
  */
