/* vars */
:root {
  --blue: #0057b8;
  --green: #97d700;
  --orange: #ff6a13;
  --cyan: #71c5e8;
  --yellow: #ffd100;
  --dk-blue: #173e6a;
  --white: #ffffff;
}

/* header */
#header-outer[data-full-width='true'] header > .container {
  padding: 0 7%;
}
#header-outer header#top .sf-menu > li > ul {
  background-image: linear-gradient(
    to top right,
    rgba(255, 255, 255, 0.95),
    rgba(248, 248, 248, 0.95)
  ) !important;
}
body #header-outer header#top nav > ul > li.button_solid_color > a::before,
body
  #header-outer.transparent
  header#top
  nav
  > ul
  > li.button_solid_color
  > a::before {
  background: #ff6a13 !important;
  transition: background 0.2s ease;
}
body
  #header-outer
  header#top
  nav
  > ul
  > li.button_solid_color
  > a:hover::before,
body
  #header-outer.transparent
  header#top
  nav
  > ul
  > li.button_solid_color
  > a:hover::before {
  background-color: #0057b8 !important;
  opacity: 1 !important;
}
#header-outer header#top nav > ul > li.megamenu > ul {
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%) !important;
}
#header-outer header#top nav > ul > li.megamenu > ul > li > a {
  font-size: 15px;
  font-weight: 900;
}
#header-outer header#top nav > ul > li.megamenu > ul > li.current_page_item > a,
#header-outer header#top nav > ul > li.megamenu > ul > li > a:hover,
body
  #header-outer:not([data-lhe='animated_underline'])
  header#top
  nav
  .sf-menu
  .megamenu
  ul
  li.current-menu-item
  > a {
  color: var(--orange) !important;
}
@media screen and (min-width: 1001px) {
  #header-outer[data-full-width='true'].transparent::before {
    content: '';
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, #173e6a, rgba(0, 0, 0, 0));
  }
  #header-outer header#top nav > ul.buttons {
    display: none !important;
  }
  #header-outer header#top nav > ul > li > a {
    font-size: 16px;
    padding-left: 1.2vw !important;
    padding-right: 1.2vw !important;
  }
  #header-outer
    header#top
    nav
    > ul
    > li:not(.button_solid_color):not(.button_bordered)
    > a {
    margin: 0 !important;
  }
  #header-outer header#top nav > ul > li.button_solid_color > a,
  #header-outer header#top nav > ul > li.button_bordered > a {
    margin-left: 1vw !important;
    margin-right: 1vw !important;
  }
  #header-outer header#top nav > ul > li:last-child > a {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1281px) {
  #header-outer:not(.small-nav) #logo img {
    height: 4vw !important;
  }
}
@media screen and (min-width: 1600px) {
  #header-outer header#top nav > ul > li > a {
    font-size: 1vw !important;
  }
}
@media screen and (max-width: 1280px) {
  #header-outer:not(.small-nav) #logo img {
    height: 50px !important;
  }
  #header-outer header#top nav > ul > li.button_bordered > a {
    display: none !important;
  }
}

/* footer */
#footer-outer .container {
  padding: 0 7% !important;
  font-size: smaller;
  line-height: 1.6;
}
#footer-outer .row {
  padding: 4em 0 !important;
}
#footer-outer #footer-brand {
  display: block;
  max-width: 200px;
}
#footer-outer #footer-brand img {
  margin: 0;
}
#footer-outer h4 {
  margin-bottom: 1.5em !important;
}
#footer-outer #footer-widgets .col p {
  padding-bottom: 0.6em;
}
#footer-outer #copyright {
  padding: 1em 0 1.5em !important;
}
#footer-outer #copyright p {
  font-size: 15px;
  font-weight: 400;
}
#footer-outer .nectar_icon_wrap[data-color='white'] .nectar_icon:hover i {
  color: var(--orange) !important;
}
#footer-outer #affiliations a {
  display: inline-block;
}
#footer-outer #affiliations img {
  width: auto !important;
  height: auto !important;
  max-width: 140px;
  max-height: 65px;
  margin-right: 1em;
}
#footer-outer #affiliations br {
  display: none;
}

/* engen credit */
#footer-outer #copyright .sep {
  font-size: 2em;
  font-weight: 100;
  padding: 0 0.5ch;
  opacity: 0.3;
  position: relative;
  top: 0.125em;
  line-height: 1;
}
#footer-outer #eng-credit {
  color: inherit !important;
}
#footer-outer #eng-credit .spinning-cog {
  animation: spin-360 6s linear infinite;
}
#footer-outer #eng-credit:hover .spinning-cog {
  color: #ff6a13;
  animation-duration: 3s;
}
@keyframes spin-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* type helpers */
html body {
  line-height: 1.8;
}
.bold,
strong,
b {
  font-family: inherit !important;
  font-weight: 900 !important;
}
.smaller {
  font-size: smaller !important;
}
.larger {
  font-size: larger !important;
}

/* buttons */
.nectar-button {
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.nectar-button.has-icon {
  padding: 0.95em 4em 1em 3em !important;
}
.nectar-button {
  padding: 0.95em 3em 1em 3em !important;
}
.nectar-button:hover {
  opacity: 1 !important;
}
.nectar-button.extra_jumbo {
  font-size: 32px !important;
}
.nectar-button.jumbo {
  font-size: 28px !important;
}
.nectar-button.large {
  font-size: 24px !important;
}
.nectar-button.medium {
  font-size: 20px !important;
}
.nectar-button.small {
  font-size: 16px !important;
}
.nectar-button .icon-button-arrow {
  color: #ff6a13;
  font-size: 1em !important;
  font-weight: 900 !important;
  right: 2em !important;
}
.nectar-button .icon-button-arrow::before {
  background-color: transparent !important;
}
.nectar-button,
.nectar-button .icon-button-arrow {
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
}
#ajax-content-wrap .nectar-button.accent-color:hover {
  background-color: #ff6a13 !important;
}
.nectar-button.accent-color:hover .icon-button-arrow {
  color: #0057b8 !important;
}
.nectar-button.extra-color-1 .icon-button-arrow {
  color: #ff6a13 !important;
}
#ajax-content-wrap .nectar-button.extra-color-1:hover {
  background-color: #ff6a13 !important;
}
.nectar-button.extra-color-1:hover .icon-button-arrow {
  color: #97d700 !important;
}
.nectar-button.extra-color-2 .icon-button-arrow {
  color: #71c5e8 !important;
}
#ajax-content-wrap .nectar-button.extra-color-2:hover {
  background-color: #71c5e8 !important;
}
.nectar-button.extra-color-2:hover .icon-button-arrow {
  color: #ff6a13 !important;
}
.nectar-button.extra-color-3 .icon-button-arrow {
  color: #97d700 !important;
}
#ajax-content-wrap .nectar-button.extra-color-3:hover {
  background-color: #97d700 !important;
}
.nectar-button.extra-color-3:hover .icon-button-arrow {
  color: #71c5e8 !important;
}
#ajax-content-wrap .nectar-button.regular.naked {
  background: transparent !important;
  padding-left: 0.75em !important;
  padding-right: 1.75em !important;
}
#ajax-content-wrap .nectar-button.regular.naked .icon-button-arrow {
  right: 0 !important;
}

/* animated titles */
.nectar-animated-title {
  transform: translateY(-50%);
}
.nectar-animated-title .nectar-animated-title-inner {
  vertical-align: middle;
  margin: 0;
}
.nectar-animated-title .nectar-animated-title-inner .wrap > * {
  padding: 0.75em 2.75em;
}

/* nectar milestones */
.nectar-milestone .number h4 {
  font-weight: 200 !important;
}
.nectar-milestone .subject {
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.6;
}

/* nectar hotspots */
.nectar_image_with_hotspots[data-stlye='color_pulse'][data-color='accent-color']
  .nectar_hotspot {
  transition: all 150ms ease-in-out;
}
.nectar_image_with_hotspots[data-stlye='color_pulse'][data-color='accent-color']
  .nectar_hotspot:hover,
.nectar_image_with_hotspots[data-stlye='color_pulse'][data-color='accent-color']
  .nectar_hotspot.open {
  background-color: var(--orange) !important;
}

/* nectar testimonials */
.nectar_single_testimonial .inner > p:last-of-type {
  padding-bottom: 0;
}
.nectar_single_testimonial .wrap {
  margin-top: 1em;
}
.nectar_single_testimonial .wrap > span {
  font-weight: bold;
  font-size: larger;
}
.nectar_single_testimonial[data-color='accent-color'] .wrap > span {
  color: var(--blue);
}
.nectar_single_testimonial[data-color='extra-color-1'] .wrap > span {
  color: var(--green);
}
.nectar_single_testimonial[data-color='extra-color-2'] .wrap > span {
  color: var(--orange);
}
.nectar_single_testimonial[data-color='extra-color-3'] .wrap > span {
  color: var(--cyan);
}

/* notification bar */
.mtsnb .mtsnb-content {
  font-size: 16px;
  font-weight: bold;
}
.has-mtsnb {
  padding-top: 0 !important;
}
@media screen and (min-width: 1001px) {
  .has-mtsnb:not(.admin-bar) #header-outer {
    transition: all 0.3s ease 0s !important;
  }
  .has-mtsnb:not(.admin-bar):not([style*='padding-top: 0px']) #header-outer {
    top: 42px !important;
  }
}
@media screen and (min-width: 1600px) {
  .mtsnb .mtsnb-content {
    font-size: 1vw !important;
  }
  .has-mtsnb:not(.admin-bar):not([style*='padding-top: 0px']) #header-outer {
    top: 2.4vw !important;
  }
  .has-mtsnb:not(.admin-bar)[style*='padding-top:'][style*='0px']
    #header-outer {
    top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  html .has-mtsnb #header-outer.transparent {
    position: absolute !important;
  }
  .mtsnb-shown {
    position: static !important;
  }
  .mtsnb-hidden {
    display: none !important;
  }
}

/* page headers */
#ajax-content-wrap #page-header-bg h1 {
  color: #fff !important;
  padding-top: 2em;
}
#ajax-content-wrap #page-header-bg h1 span {
  color: inherit !important;
}
#ajax-content-wrap #page-header-bg .page-header-overlay-color {
  background-color: rgba(0, 85, 183, 0.6) !important;
}
@media screen and (max-width: 1000px) {
  #ajax-content-wrap #page-header-wrap [data-height='0.001'] {
    display: none !important;
  }
}

/* pagenav page submenu */
#pagenav .page-submenu ul {
  padding: 0 7%;
  text-align: center;
}
#pagenav .page-submenu.stuck ul {
  text-align: right;
}
#pagenav .page-submenu ul > li:last-child {
  margin-right: 0;
}
#pagenav .page-submenu ul > li a {
  font-size: smaller;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.2s ease;
}
#pagenav .page-submenu.stuck {
  margin-top: -2px;
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}
#pagenav .page-submenu.stuck ul > li a {
  padding-top: 0.75vw !important;
  padding-bottom: 0.75vw !important;
}
.has-mtsnb:not(.admin-bar):not([style*='padding-top: 0px'])
  #pagenav
  .page-submenu.stuck {
  transform: translateY(2.4vw) !important;
}
@media screen and (max-width: 999px) {
  #pagenav .page-submenu ul:not([style*='display: block']) {
    display: none !important;
  }
}

/* shelter map */
#shelter-map {
  height: 500px;
  margin: 0;
}
#shelter-map img[src*='&accent='] {
  opacity: 0 !important;
}
#shelter-map .gm-style .gm-style-iw,
#shelter-map .gm-style .gm-style-iw a,
#shelter-map .gm-style .gm-style-iw span,
#shelter-map .gm-style .gm-style-iw label,
#shelter-map .gm-style .gm-style-iw div {
  font-family: 'Muli';
  font-weight: 400;
  line-height: 1.6;
}
#shelter-map
  .gm-style
  > div:first-child
  > div:first-child
  > div
  > div[style*='overflow'],
#shelter-map
  .gm-style
  > div:first-child
  > div:last-child
  > div
  > div
  > div[style*='overflow'] {
  transform: translateY(16px);
}
#shelter-map
  .gm-style
  > div:first-child
  > div:first-child
  > div
  > div[style*='overflow'],
#shelter-map
  .gm-style
  > div:first-child
  > div:last-child
  > div
  > div
  > div[style*='overflow'],
#shelter-map
  .gm-style
  > div:first-child
  > div:first-child
  > div
  > div[style*='overflow']
  > img {
  height: 27px !important;
}
#shelter-map .shelter-map-icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--accent);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transform: translateX(-50%);
}
@supports (-ms-ime-align: auto) {
  #shelter-map .shelter-map-icon {
    background: #ff6a13;
  }
}
#shelter-map .shelter-map-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px auto auto -11px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
#shelter-map .shelter-map-icon > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  pointer-events: none;
}
#shelter-map .shelter-map-icon > span::before,
#shelter-map .shelter-map-icon > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#shelter-map .shelter-map-icon > span::before {
  width: 12px;
  height: 2px;
}
#shelter-map .shelter-map-icon > span::after {
  width: 2px;
  height: 12px;
}
#shelter-map .shelter-info-window {
  min-width: 400px;
}
#shelter-map .shelter-info-window[data-has-image] > :not(.shelter-image) {
  margin-left: calc(125px + 1rem);
}
#shelter-map .shelter-info-window .shelter-image img {
  margin-right: 1rem;
  display: block;
  float: left;
  width: 125px;
  height: 125px;
  object-fit: cover;
}
#shelter-map .shelter-info-window h6 {
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue);
}
#shelter-map .shelter-info-window a {
  color: var(--blue);
}
#shelter-map .shelter-info-window .shelter-url a {
  font-weight: bold !important;
  color: var(--orange);
}

/* Shelter Map Key */
#shelter-map-key {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
#shelter-map-key > span {
  position: relative;
  margin: 0 1em;
  padding-left: 2em;
  color: var(--accent);
}
#shelter-map-key > span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background: var(--accent);
  border-radius: 50%;
  transform: translateY(-50%);
}
@supports (-ms-ime-align: auto) {
  #shelter-map-key > span::before {
    content: none !important;
    background: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  #shelter-map .shelter-info-window .shelter-image {
    display: none;
  }
  #shelter-map .shelter-info-window[data-has-image] > :not(.shelter-image) {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  #shelter-map-key {
    flex-direction: column;
  }
  #shelter-map-key > span {
    margin: 0.5em 0;
  }
}

/* Individual Shelter Pages */
.single-portfolio #ajax-content-wrap #page-header-bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 183, 0.6) !important;
  z-index: 1;
  opacity: 0.8;
}
.single-portfolio #shelter-map {
  height: 350px;
}

/* store finder map */
#mhm-store-finder-search h4 {
  margin: 0;
}
#mhm-store-finder-search .narm-map-search-form {
  margin: 1em 0 0.75em;
}
#mhm-store-finder-search input,
#mhm-store-finder-search select,
#mhm-store-finder-search .button {
  width: auto;
  height: 2.5em;
  min-width: 15%;
  margin: 0.5em 0;
  margin-right: 1%;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  background: white;
  color: #67686e;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5em 0.75em;
  line-height: 1.5;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  vertical-align: middle;
}
#mhm-store-finder-search input:focus,
#mhm-store-finder-search select:focus,
#mhm-store-finder-search .button:focus {
  box-shadow: 0 0 8px #eaeaea;
}
#mhm-store-finder-search .button:focus {
  background: white !important;
}
#mhm-store-finder-search .button {
  display: inline-block;
  min-width: 0;
}
#mhm-store-finder-search input[type='submit'] {
  background: var(--blue) !important;
  color: white !important;
  padding: 0.5em 1.25em !important;
  min-width: 0;
  font-weight: 600;
}
#mhm-store-finder-search input[type='submit']:focus {
  color: var(--blue) !important;
}
#mhm-store-finder-map {
  height: 500px;
  margin: 0;
}
#mhm-store-finder-map
  .gm-style
  > div:first-child
  > div:first-child
  > div
  > div[style*='overflow'],
#mhm-store-finder-map
  .gm-style
  > div:first-child
  > div:last-child
  > div
  > div
  > div[style*='overflow'] {
  width: 30px !important;
  height: 30px !important;
  transform: translate(20px, calc(50% + 22px));
}
#mhm-store-finder-map img[src*='cart.png'],
#mhm-store-finder-map img[src*='box.png'] {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 1.6em !important;
  height: 1.6em !important;
  padding: 0.5em !important;
  box-sizing: content-box;
  border-radius: 50%;
}
#mhm-store-finder-map img[src*='cart.png'] {
  background: var(--orange);
}
#mhm-store-finder-map img[src*='box.png'] {
  background: var(--blue);
}
#mhm-store-finder-map img[src*='cart.png']:hover {
  background: var(--blue);
}
#mhm-store-finder-map img[src*='box.png']:hover {
  background: var(--orange);
}
#mhm-store-finder-map [data-src*='cart.png'] {
  z-index: 9999 !important; /* force stores to show on top */
}
#mhm-store-finder-results .mhm-ttip,
#mhm-store-finder-map .gm-style-iw {
  background: #fff;
  border-radius: 12px !important;
  box-shadow: 0 15px 50px 5px rgba(77, 99, 141, 0.1);
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  transition: all 0.2s ease;
}
#mhm-store-finder-map .gm-style-iw {
  padding: 1.5em !important;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #676767;
  box-shadow: 0 15px 50px 5px rgba(77, 99, 141, 0.25);
}
#mhm-store-finder-map .gm-style-iw,
#mhm-store-finder-map .gm-style .gm-style-iw-t::after {
  top: 22px;
}
#mhm-store-finder-map .gm-style-iw div {
  font-family: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}
#mhm-store-finder-map .gm-style-iw-d,
#mhm-store-finder-map .gm-style-iw-d > div:not([jstcache]) {
  overflow: auto !important;
  line-height: inherit !important;
}
#mhm-store-finder-map .gm-style-iw > button {
  top: -3px !important;
  right: -3px !important;
}
@media screen and (max-width: 767px) {
  #mhm-store-finder-map .gm-style-iw .location-image {
    display: none;
  }
}
#mhm-store-finder-results .mhm-ttip h6,
#mhm-store-finder-map .gm-style-iw h6 {
  margin: 1em 0 0.25em !important;
  font-size: 1.1em !important;
  line-height: 1.4 !important;
  letter-spacing: -0.025em !important;
  color: var(--blue) !important;
  transition: all 0.2s ease;
}
#mhm-store-finder-results .mhm-ttip .location-image,
#mhm-store-finder-map .gm-style-iw .location-image {
  float: left;
  margin-right: 4%;
}
#mhm-store-finder-results .mhm-ttip .location-image img,
#mhm-store-finder-map .gm-style-iw .location-image img {
  display: block;
  margin: 0;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
#mhm-store-finder-results .mhm-ttip .location-address,
#mhm-store-finder-map .gm-style-iw .location-address {
  text-transform: uppercase;
  height: 2.8em;
  overflow: hidden;
}
#mhm-store-finder-results .mhm-ttip .location-dist,
#mhm-store-finder-map .gm-style-iw .location-dist {
  margin: 0.5em 0 1em;
  line-height: 1;
  color: var(--blue);
  font-size: smaller;
  font-weight: 600;
}
#mhm-store-finder-results .mhm-ttip .location-url,
#mhm-store-finder-map .gm-style-iw .location-url {
  margin-bottom: 1em;
}
#mhm-store-finder-results .mhm-ttip .location-cat,
#mhm-store-finder-map .gm-style-iw .location-cat {
  margin-bottom: 0.75em;
}
#mhm-store-finder-results .mhm-ttip .location-phone,
#mhm-store-finder-map .gm-style-iw .location-phone {
  margin: 0.5em 0;
}
#mhm-store-finder-results h5 {
  color: var(--cyan);
  margin-bottom: 2em;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 4px;
}
#mhm-store-finder-results .mhm-ttip .location-cat[data-cat='store'] {
  color: var(--orange);
}
#mhm-store-finder-results .mhm-ttip .location-cat[data-cat='dropbox'] {
  color: var(--blue);
}
#mhm-store-finder-results .mhm-ttip .location-address {
  margin: 0.75em 0 1em;
}
#mhm-store-finder-results .mhm-ttip .location-phone {
  margin: 0.75em 0 1em;
  font-weight: bold;
}
#mhm-store-finder-results .mhm-ttip .location-phone a {
  color: var(--blue);
}
#mhm-store-finder-results .mhm-ttip .location-hours {
  margin: 0.75em 0 1.5em;
}
#mhm-store-finder-results .mhm-ttip .location-hours strong {
  color: var(--blue);
  font-weight: normal !important;
}
#mhm-store-finder-results .mhm-ttip .location-hours ul {
  margin: 0;
}
#mhm-store-finder-results .mhm-ttip .location-hours li {
  list-style: none;
  margin: 0.25em 0;
}
#mhm-store-finder-results .mhm-ttip .location-hours li > span {
  display: inline-block;
  text-transform: capitalize;
  width: 8ch;
}
#mhm-store-finder-results .mhm-ttip .location-image {
  position: relative;
  float: none;
  margin: 0 -12.5% 1.25em;
  height: 175px;
  background: #d1d2d3;
}
#mhm-store-finder-results .mhm-ttip .location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mhm-store-finder-results .mhm-ttip .location-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  transform: translate(-50%, -50%);
  color: #fff;
}
#mhm-listings:not([data-n='0']) {
  display: flex;
}
#mhm-listings .mhm-store-listings {
  width: 74%;
  margin-right: 2%;
}
#mhm-listings .mhm-dropbox-listings {
  width: 24%;
  font-size: smaller;
}
#mhm-store-finder-results .mhm-store-listings > ul,
#mhm-store-finder-results .mhm-dropbox-listings > ul {
  margin: 0;
}
#mhm-store-finder-results .mhm-store-listings > ul > li,
#mhm-store-finder-results .mhm-dropbox-listings > ul > li {
  list-style: none;
  margin-bottom: 3%;
}
#mhm-store-finder-results .mhm-store-listings > ul {
  display: flex;
  flex-wrap: wrap;
}
#mhm-store-finder-results .mhm-store-listings > ul > li {
  width: 30%;
  padding: 0 3%;
  margin-right: 3%;
}
#mhm-store-finder-results .mhm-store-listings > ul > li > a {
  color: inherit;
}
#mhm-store-finder-results .mhm-store-listings > ul > li:nth-child(3n) {
  margin-right: 0;
}
#mhm-store-finder-results .mhm-dropbox-listings > ul > li {
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 13px;
}
#mhm-store-finder-results .mhm-dropbox-listings h6 {
  margin-top: 0 !important;
}
#mhm-store-finder-results .mhm-dropbox-listings .location-image {
  display: none;
}
#mhm-store-finder-results .mhm-dropbox-listings .location-address {
  height: auto !important;
}
@media screen and (max-width: 1300px) {
  #mhm-listings {
    flex-direction: column;
  }
  #mhm-listings > * {
    width: auto !important;
  }
}
@media screen and (max-width: 999px) {
  #mhm-store-finder-results .mhm-store-listings > ul {
    flex-direction: column;
  }
  #mhm-store-finder-results .mhm-store-listings > ul > li {
    width: auto;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

/*\	
*E*	Fixed Toggle Headings Appearing White When Opened
*D*	@author: Brent Alexander
*I* @date: 	Aug 19, 2019 2:47:14 PM
*T*	@since: 1.0.1
*** @task: http://projects.engeniusweb.com/#tasks/13853551
\*/
.toggle.open.accent-color h3 a {
  color: var(--blue) !important;
}
.toggle.open.extra-color-1 h3 a {
  color: var(--green) !important;
}
.toggle.open.extra-color-2 h3 a {
  color: var(--orange) !important;
}
.toggle.open.extra-color-3 h3 a {
  color: var(--cyan) !important;
}
