/** --------
 * COLORS
 * --------- */
body {
  --admin-bar-height: 1px;
}

body.admin-bar {
  --admin-bar-height:32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --admin-bar-height:46px;
  }
}

/** --------
 * HEADER
 * --------- */
/** --------
 * BODY
 * --------- */
.accordion .w-tabs-section {
  background: white;
}

.pulse {
  -webkit-animation: buttonpulse 2s 2s infinite;
  animation: buttonpulse 2s 2s infinite;
}

@-webkit-keyframes buttonpulse {
  0% {
    margin-bottom: 0;
    opacity: 1;
  }
  50% {
    margin-bottom: 1rem;
    opacity: 0.6;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes buttonpulse {
  0% {
    margin-bottom: 0;
    opacity: 1;
  }
  50% {
    margin-bottom: 1rem;
    opacity: 0.6;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

/*div[data-source="tax|state"] {
    display:none;
}*/
@media screen and (max-width: 400px) and (min-width: 321px) {
  #usmapbase svg {
    height: 180px !important;
  }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
  #usmapbase svg {
    height: 250px !important;
  }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
  #usmapbase svg {
    height: 290px !important;
  }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
  #usmapbase svg {
    height: 340px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 686px) {
  #usmapbase svg {
    height: 420px !important;
  }
}

@media screen and (min-width: 768px) {
  #usmapbase svg {
    height: auto !important;
  }
}

.fullwidthimg img {
  width: 100% !important;
  max-width: 100% !important;
}

.blockquote-white blockquote {
  margin-top: 1rem;
  line-height: 1.3;
}

.blockquote-white blockquote cite {
  font-style: italic;
  font-weight: 700;
  margin-top: 1rem;
}

.blockquote-white blockquote:before {
  color: White;
}

.l-popup-box {
  padding: 5rem;
}

.l-popup-box.active ~ .l-popup-closer {
  text-align: Center;
  right: 0;
  top: auto;
  bottom: 1rem;
  width: 100%;
  opacity: 1;
}

.l-popup-box.active ~ .l-popup-closer:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "Close This Popup";
  background: white;
  color: black;
  font-size: 1.2rem;
  border-radius: 0.2em;
  padding: 0.4rem 0.8rem;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.l-popup-box.active ~ .l-popup-closer:before:hover {
  background: var(--color-content-primary);
  color: White;
}

.w-post-elm.post_content.usg_post_content_1.limittext {
  height: 60px;
  overflow: hidden;
}

.w-grid-item.team-member img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.w-grid-item.team-member:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.list-container ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -0.25rem;
  padding: 0;
}

.list-container ul li {
  background: var(--color-content-primary);
  color: white;
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  width: calc(25% - 0.5rem);
}

@media (max-width: 1200px) {
  .list-container ul li {
    width: calc(33.3333% - 0.5rem);
  }
}

@media (max-width: 900px) {
  .list-container ul li {
    width: calc(50% - 0.5rem);
  }
}

@media (max-width: 600px) {
  .list-container ul li {
    width: calc(100% - 0.5rem);
  }
}

.list-fixes ul {
  margin: 0 0 1rem 18px;
  padding: 0;
}

.list-fixes ul li {
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
}

/** --------
 * FOOTER
 * --------- */
/** --------
 * GENERAL
 * --------- */
body.logged-in .signed-out {
  display: none;
}

body:not(.logged-in) .signed-in {
  display: none;
}

/* ---------
 * IMPREZA FIXES
 * ---------*/
.woocommerce #payment .payment_methods li img {
  max-width: 30px;
  margin-right: 2px;
}

.no-touch .bg_solid .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after,
.no-touch .bg_transparent .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: var(--color-header-middle-text-hover);
}

.w-nav.type_mobile .menu-item > a.w-btn {
  margin-top: 0.5rem;
  width: calc(100% - 1.4rem);
}

.pagination > :not(.custom) .page-numbers {
  border-radius: 0.2em;
  font-size: 0.8rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}

@media (max-width: 600px) {
  .l-section-shape {
    height: 0 !important;
  }
}

@media (max-width: 1024px) {
  html body .w-separator.size_small {
    height: 1.5rem;
  }
  html body .w-separator.size_small.with_line {
    height: 4rem;
  }
  html body .w-separator.size_medium:empty {
    height: 2rem;
  }
  html body .w-separator.size_medium.with_line {
    height: 5rem;
  }
  html body .w-separator.size_large:empty {
    height: 3rem;
  }
  html body .w-separator.size_large.with_line {
    height: 4rem;
  }
  html body .w-separator.size_huge:empty {
    height: 4rem;
  }
  html body .w-separator.size_huge.with_line {
    height: 5rem;
  }
}

.w-post-elm > .l-section:first-of-type {
  padding-top: 0;
}

.w-post-elm > .l-section:last-of-type {
  padding-bottom: 0;
}

/** --------
 * MISC FIXES
 * --------- */
.gform_confirmation_message {
  background: #c9f7b2;
  padding: 1rem 1.5rem;
  color: #333;
}

.gform_wrapper .validation_error {
  background: rgba(255, 0, 0, 0.85);
  padding: 1rem 1.5rem;
  color: white;
}

.l-main .w-image.align_right,
.l-main img.alignright {
  margin-left: 1.5rem;
}

.l-main .w-image.align_left,
.l-main img.alignleft {
  margin-right: 1.5rem;
}

.l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    display: block;
    float: none;
    margin: 10px auto 1.5rem auto;
    text-align: center;
  }
  .l-main .w-image.align_right img,
.l-main .w-image.align_left img,
.l-main .w-image.align_center img,
.l-main img.alignright img,
.l-main img.alignleft img,
.l-main img.aligncenter img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
