@charset "UTF-8";
/* Colors */
.post-password-form, .search-result-list {
  padding: 1rem 2rem;
}
@media (min-width: 48em) {
  .post-password-form, .search-result-list {
    padding: 3rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .post-password-form, .search-result-list {
    padding: 3rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .post-password-form, .search-result-list {
    padding: 4rem 1rem;
  }
}

.providers-search {
  padding: 2rem;
}
@media (min-width: 48em) {
  .providers-search {
    padding: 2rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .providers-search {
    padding: 2rem 1rem;
  }
}
@media (min-width: 112.5em) {
  .providers-search {
    padding: 2rem 1rem;
  }
}

.search-result-teaser p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 300;
}
.search-result-teaser p p {
  margin-bottom: 1rem;
}
.search-result-teaser p p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .search-result-teaser p p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .search-result-teaser p {
    font-size: 1.1rem;
  }
  .search-result-teaser p p {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 100em) {
  .search-result-teaser p p {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 112.5em) {
  .search-result-teaser p p {
    margin-bottom: 1.8rem;
  }
}

.search-result-headline, .location-headline, .locations-area-headline {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.25rem !important;
  font-weight: 400;
}
@media (min-width: 48em) {
  .search-result-headline, .location-headline, .locations-area-headline {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 81.25em) {
  .search-result-headline, .location-headline, .locations-area-headline {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 100em) {
  .search-result-headline, .location-headline, .locations-area-headline {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 112.5em) {
  .search-result-headline, .location-headline, .locations-area-headline {
    font-size: 1.5rem !important;
  }
}

.filter-grouping-label {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.2rem !important;
}
@media (min-width: 48em) {
  .filter-grouping-label {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 81.25em) {
  .filter-grouping-label {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 100em) {
  .filter-grouping-label {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 112.5em) {
  .filter-grouping-label {
    font-size: 1.25rem !important;
  }
}

.location-hours-department, .filter-reset-label {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.1rem !important;
}
@media (min-width: 48em) {
  .location-hours-department, .filter-reset-label {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 100em) {
  .location-hours-department, .filter-reset-label {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 112.5em) {
  .location-hours-department, .filter-reset-label {
    font-size: 1.25rem !important;
  }
}

.content {
  max-width: 81.25em;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 81.25em) {
  .content {
    padding: 2rem 0 0;
  }
}
@media (min-width: 81.25em) {
  .content.right-sidebar .content-main {
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
@media (min-width: 81.25em) {
  .content + .content-main {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
.content-main {
  width: 100%;
  padding: 0 2rem;
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .content-main {
    padding: 3rem;
    width: 65%;
  }
}
@media (min-width: 81.25em) {
  .content-main {
    padding-left: 2rem;
  }
}
.content-main > *:first-child {
  margin-top: 0 !important;
}
.content-sidebar {
  width: 100%;
  padding: 0 2rem;
  text-align: left;
  position: relative;
}
@media (min-width: 48em) {
  .content-sidebar {
    width: 35%;
    padding: 1rem;
  }
}
@media (min-width: 100em) {
  .content-sidebar {
    padding-right: 0;
  }
}

@media (min-width: 48em) {
  .page-template-template-provider-filters .content-main {
    width: 72%;
  }
}
@media (min-width: 48em) {
  .page-template-template-provider-filters .content-sidebar {
    width: 28%;
  }
}
@media (min-width: 100em) {
  .page-template-template-provider-filters .content-sidebar {
    padding-right: 1rem;
  }
}

@media (min-width: 48em) {
  .single-provider .content-sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 100em) {
  .single-provider .content-sidebar {
    padding-left: 0;
  }
}

.filter-grouping {
  margin: 1.5rem auto;
  padding: 0;
  border: 0;
}
@media (min-width: 81.25em) {
  .filter-grouping {
    margin: 2rem auto;
  }
}
.filter-grouping:first-of-type {
  margin-top: 0;
}
.filter-grouping-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #231F20;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
}
@media (max-width: 64em) {
  .filter-grouping-label {
    font-size: 1.2rem;
  }
}
.filter-option {
  margin: 0.5rem 0;
  overflow: hidden;
  position: relative;
}
.filter-option:hover .filter-option-selector {
  background: #E8E5DD;
}
.filter-option:hover .filter-option-selector:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.filter-option:hover .filter-option-label {
  color: #981C25;
}
.filter-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
  text-align: left;
  overflow: hidden;
  z-index: 100;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.filter-option-container:last-of-type {
  margin-bottom: 0;
}
.filter-option-container:focus {
  -webkit-box-shadow: inset 0 0 0 1px #009681;
          box-shadow: inset 0 0 0 1px #009681;
}
.filter-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  z-index: 1;
  visibility: hidden;
}
.filter-option-input:focus {
  background: #D6D2C4;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}
.filter-option-input:checked ~ .filter-option-container .filter-option-selector {
  background: #009681;
}
.filter-option-input:checked ~ .filter-option-container .filter-option-selector-check {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  stroke: #fff;
}
.filter-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: #D6D2C4;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  cursor: pointer;
  z-index: 10;
}
.filter-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(152, 28, 37, 0.02);
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-option-selector-check {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #981C25;
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.filter-option-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #231F20;
  font-size: 1rem;
  line-height: 1.1;
  padding-top: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-reset {
  background: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filter-reset.deactive {
  display: none;
}
.filter-reset-icon, .filter-reset span:first-of-type {
  width: 1.75rem;
  padding-right: 0.25rem;
}
.filter-reset-icon-svg, .filter-reset span:first-of-type-svg {
  width: 100%;
  fill: #981C25;
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-reset-label {
  color: #009681;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-reset:hover .filter-reset-icon-svg {
  fill: #009681;
}
.filter-reset:hover .filter-reset-label {
  color: #981C25;
}
.filter-reset:active:focus {
  -webkit-box-shadow: inset 0 0 0 1px #009681;
          box-shadow: inset 0 0 0 1px #009681;
}
.filter-reset:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 81.25em) {
  .filter-reset:first-of-type {
    margin-bottom: 2rem;
  }
}

.filters-paging {
  margin: 2rem auto 0 !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media (min-width: 81.25em) {
  .filters-paging {
    margin-top: 2rem !important;
  }
}
.filters-paging li {
  padding: 0;
  margin: auto 0.25rem !important;
}
@media (min-width: 81.25em) {
  .filters-paging li {
    margin: auto 0.5rem !important;
  }
}
.filters-paging li button {
  background: transparent;
  width: 2rem;
  height: 2rem;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  color: #231F20;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.filters-paging li button:hover {
  background: #009681;
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.filters-paging li button.next, .filters-paging li button.prev {
  width: auto;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
}
.filters-paging li button.next:hover, .filters-paging li button.prev:hover {
  background: transparent;
  color: #981C25;
  -webkit-transform: none;
          transform: none;
}
.filters-paging li button.active {
  background: #981C25;
  color: #fff;
}

@media (max-width: 64em) {
  .providers-search {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.providers-search-form {
  background: #E8E5DD;
  max-width: 48em;
  margin: 0 auto;
  border-radius: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: 0.25rem;
}
@media (min-width: 81.25em) {
  .providers-search-form {
    padding: 0.5rem;
  }
}
.providers-search-form:hover {
  background: #009681;
}
.providers-search-form:hover .providers-search-input {
  color: #fff;
}
.providers-search-form:hover .providers-search-input.placeholder {
  color: #fff;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-form:hover .providers-search-input:-moz-placeholder {
  color: #fff;
  -moz-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-form:hover .providers-search-input::-moz-placeholder {
  color: #fff;
  -moz-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-form:hover .providers-search-input:-ms-input-placeholder {
  color: #fff;
  -ms-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-form:hover .providers-search-input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-form:hover .providers-search-button {
  background: #FBFBF9;
}
.providers-search-form:hover .providers-search-button-icon {
  fill: #981C25;
}
.providers-search-input {
  background: transparent;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  color: #231F20;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  cursor: pointer;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-size: 1.3rem;
}
@media (min-width: 81.25em) {
  .providers-search-input {
    font-size: 1.5rem;
    padding-left: 1.25rem;
  }
}
.providers-search-input.placeholder {
  opacity: 1;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-input:-moz-placeholder {
  opacity: 1;
  color: #231F20;
  -moz-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-input::-moz-placeholder {
  opacity: 1;
  color: #231F20;
  -moz-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-input:-ms-input-placeholder {
  opacity: 1;
  color: #231F20;
  -ms-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #231F20;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-input:focus {
  outline: none;
}
.providers-search-button {
  background: #009681;
  outline: none;
  border: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}
@media (min-width: 81.25em) {
  .providers-search-button {
    width: 4rem;
    height: 4rem;
  }
}
.providers-search-button-icon {
  width: 50%;
  height: auto;
  fill: #fff;
  margin-top: 0.1rem;
  position: relative;
  z-index: 200;
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.providers-search-button:hover {
  background: #981C25 !important;
}
.providers-search-button:hover .providers-search-button-icon {
  fill: #fff;
}

.relevanssi-live-search-results-showing {
  width: 100% !important;
  position: absolute;
  left: 0 !important;
  top: 100% !important;
  z-index: 200;
}
.relevanssi-live-search-result-status {
  display: none;
}
.relevanssi-live-search-result p {
  margin: 0;
}

@-webkit-keyframes labelColor {
  0%, 20%, 60% {
    color: #981C25;
  }
  10%, 30% {
    color: #231F20;
  }
}

@keyframes labelColor {
  0%, 20%, 60% {
    color: #981C25;
  }
  10%, 30% {
    color: #231F20;
  }
}
@keyframes labelColor {
  0%, 20%, 60% {
    color: #981C25;
  }
  10%, 30% {
    color: #231F20;
  }
}
.loadinggif {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  z-index: 100;
  -webkit-transition: 0.5 all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5 all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 81.25em) {
  .loadinggif {
    padding-top: 10rem;
  }
}
.loadinggif-wrap {
  position: relative;
  z-index: 2000;
}
.loadinggif-img {
  margin: 0 auto;
}
.loadinggif-label {
  display: block;
  margin-top: 0.5rem;
  color: #981C25;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-animation-name: labelColor;
          animation-name: labelColor;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.providers {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.providers-grid {
  margin: 0 -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 48em) {
  .providers-grid {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.search-results .content-main {
  max-width: 100%;
}
.search-results .providers-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#provider-filters .content-main {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 48em) {
  #provider-filters .content-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0 !important;
  }
}
#provider-filters .content-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  #provider-filters .content-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 0;
  }
}

.provider {
  background: #FBFBF9;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  width: calc(50% - 0.5rem);
  margin: 0.25rem;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  top: 0;
  z-index: 1;
  text-align: center;
}
@media (min-width: 48em) {
  .provider {
    width: calc(25% - 1rem);
    margin: 0.5rem;
  }
}
.provider-no-hover:after {
  display: none !important;
}
.provider-no-hover:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 0 !important;
}
.provider-no-hover:hover .provider-name {
  color: #231F20 !important;
}
.provider-no-hover:hover .provider-title {
  color: #981C25 !important;
}
.provider-no-hover .provider-name {
  margin-bottom: 0.5rem;
}
.provider-no-hover .provider-title {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.provider:after {
  background: #981C25;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  display: block;
  content: "";
  z-index: 2;
  -webkit-transition: 0.45s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.45s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 1;
}
.provider:hover {
  -webkit-box-shadow: 0px 1rem 3rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0px 1rem 3rem 0 rgba(35, 31, 32, 0.2);
  top: -0.5rem;
}
.provider:hover:after {
  top: -50%;
}
.provider:hover .provider-name {
  color: #FBFBF9;
}
.provider:hover .provider-title {
  color: #fff;
}
.provider:hover .provider-headshot-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 1rem 3rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0px 1rem 3rem 0 rgba(35, 31, 32, 0.2);
}
.provider-link {
  height: 100%;
  position: relative;
  z-index: 100;
  display: block;
}
.provider-pad {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .provider-pad {
    padding: 1.5rem;
  }
}
.provider-pad:hover .candidate-headshot {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.provider-pad:hover .candidate-headshot-img {
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.provider-pad:hover .candidate-name, .provider-pad:hover .candidate-office {
  color: #fff;
}
.provider-pad:hover:after {
  opacity: 1;
  visibility: visible;
}
.provider-pad:hover .button {
  background-color: #FBFBF9 !important;
}
.provider-pad:hover .button-text {
  color: #231F20;
}
.provider-pad:hover .button:hover .button-text {
  color: #fff;
}
.provider-pad:after {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.provider-contents {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.provider-contents *:last-child {
  margin-bottom: 0 !important;
}
.provider-headshot {
  width: 60%;
  margin: 0 auto 1rem;
}
.provider-headshot-img {
  width: 100%;
  height: auto !important;
  border-radius: 50%;
  -webkit-transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.provider-name {
  color: #231F20;
  font-family: "IBM Plex Serif", serif;
  font-size: 1.1rem;
  line-height: 1.1;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.provider-title {
  color: #981C25;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.provider-organization {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}
.provider-grid {
  max-width: 81.25em;
  margin: 0 auto;
  /**margin: 2rem auto;**/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 48em) {
  .provider-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 100em) {
  .provider-grid {
    /** margin: 3rem auto;	**/
  }
}
.provider-button {
  margin-top: auto;
}

.locations {
  max-width: 81.25em;
}
@media (min-width: 81.25em) {
  .locations {
    margin: 2rem auto 0;
  }
}
.locations-multiple-per-area .locations-item {
  padding-top: 0;
}
.locations-multiple-per-area .locations-area-headline {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .locations-multiple-per-area .locations-area-headline {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
  }
}
@media (min-width: 48em) {
  .locations-other .locations-item {
    width: 33.33%;
  }
}
.locations-area-headline {
  color: #981C25;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .locations-area-headline {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.locations-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.locations-item {
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
@media (max-width: 64em) {
  .locations-item {
    padding: 1rem 2rem 2rem;
    font-size: 0.9rem;
    /**
    &:nth-of-type(odd) {
    	padding-right: .5rem;
    }
    &:nth-of-type(even) {
    	padding-left: .5rem;
    }	
    **/
  }
}
@media (min-width: 48em) {
  .locations-item {
    text-align: left;
    width: 50%;
    padding: 1rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .locations-item {
    width: 25%;
  }
}
.locations-item-name {
  line-height: 1.1;
}
.locations-item-name a {
  color: #231F20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#981C25)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#981C25));
  background-image: linear-gradient(transparent, #981C25), linear-gradient(transparent, #981C25);
  background-size: 0 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.2s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.locations-item-name a:hover {
  color: #009681;
  background-size: 0 2px, 100% 2px;
}
.locations-item-name a:focus {
  color: #981C25;
  background-size: 0 2px, 100% 2px;
}
.locations-item > * {
  margin: 0.5rem 0 1rem;
}
.locations-item-phone {
  color: #009681;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  display: table;
}
@media (max-width: 64em) {
  .locations-item-phone {
    font-size: 1.3rem;
    margin: 1rem auto;
  }
}
.locations-item-phone:before {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  content: "";
  background: #009681;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.locations-item-phone:hover {
  color: #981C25;
}
.locations-item-phone:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.locations-item-phone:focus {
  color: #981C25;
}
.locations-item-phone:focus:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.locations-item-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-left: -0.25rem;
}
@media (min-width: 48em) {
  .locations-item-services {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.locations-item-services .services-list-item:hover {
  background: transparent;
}
.locations-item-services .services-list-item-icon-aspect:before {
  background-color: #981C25;
}
.locations-item-services .services-list-item-link {
  background: transparent;
  padding: 0.25rem;
}
.locations-item-services .services-list-item-link:before {
  display: none;
}
.locations-item-services .services-list-item-link .services-item-icon-svg {
  stroke: #fff !important;
}
.locations-item-services .services-list-item-link .services-item-icon-svg-fill {
  fill: #fff !important;
}

.location {
  padding: 2rem;
  border-radius: 2rem;
  max-width: 81.25em;
  margin: 1rem auto 0;
}
@media (min-width: 48em) {
  .location {
    background: #FBFBF9;
    margin: 1rem 2rem 0;
  }
}
@media (min-width: 81.25em) {
  .location {
    margin: 2rem auto 0;
  }
}
.location-headline {
  color: #981C25;
  padding: 1rem 1rem 0.75rem;
}
@media (min-width: 48em) {
  .location-headline {
    text-align: left;
  }
}
.location-hours-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.location-hours-department {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.location-hours-department-phone {
  font-family: "Roboto", sans-serif;
  font-size: 1rem !important;
  margin-bottom: 0.5rem;
}
.location-hours-department-phone strong {
  font-weight: 500;
}
.location-hours-department-phone a {
  color: #009681;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.location-hours-department-phone a:hover {
  color: #981C25;
}
.location-hours-item {
  line-height: 1.4;
  width: 50%;
  font-size: 1rem !important;
  text-align: center;
}
@media (max-width: 64em) {
  .location-hours-item {
    padding-bottom: 2rem;
    font-size: 0.9rem;
  }
  .location-hours-item:nth-of-type(odd) {
    padding-right: 0.5rem;
  }
  .location-hours-item:nth-of-type(even) {
    padding-left: 0.5rem;
  }
}
@media (min-width: 48em) {
  .location-hours-item {
    text-align: left;
    width: 25%;
    padding: 1rem;
  }
}
.location-hours-item p {
  font-size: 1rem !important;
  text-align: center !important;
}
@media (min-width: 48em) {
  .location-hours-item p {
    text-align: left !important;
  }
}
.location-hours-item small, .location-hours-item sub {
  font-size: 0.7rem;
  line-height: 1.1;
  display: block;
  margin-top: 0.25rem;
}
@media (min-width: 48em) {
  .location-lower-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 48em) {
  .location-lower-grid .location-hours {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.location-lower-grid .location-hours .location-headline {
  padding-left: 0;
}
.location-lower-grid .location-hours .location-hours {
  position: relative;
}
@media (min-width: 48em) {
  .location-lower-grid .location-hours .location-hours {
    padding: 1rem;
  }
}
.location-lower-grid .location-hours .location-hours-grid {
  display: block;
  margin-top: 0.5rem;
}
.location-lower-grid .location-hours .location-hours-item {
  width: 100%;
  padding: 0.25rem 0;
}
.location-lower-grid .location-headline {
  padding-left: 0;
}
.location-lower-grid .services-list {
  margin-top: 0.5rem !important;
}
.location-services, .location-map, .location-links {
  position: relative;
}
@media (min-width: 48em) {
  .location-services, .location-map, .location-links {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    padding: 1rem;
  }
}
.location-links .services-item-icon-svg {
  stroke-width: 1rem;
}
@media (max-width: 64em) {
  .location-services {
    margin-bottom: 2rem;
  }
}
.location-services .services-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location .services-list {
  margin-left: 0 !important;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #E8E5DD;
  margin: 0.5rem auto;
  padding: 15rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wp-pagenavi {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 2rem 0 4rem;
  font-weight: 300;
  position: relative;
  z-index: 500;
  text-align: center;
}
.wp-pagenavi .pages {
  padding-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 64em) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 0;
  margin: 0 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-pagenavi .current {
  background: #981C25;
  color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #231F20;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #D6D2C4;
  color: #fff;
}
.wp-pagenavi .page:active,
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:active {
  background: #981C25;
}

.search-result {
  max-width: 81.25em;
  margin: 0 auto;
  text-align: left;
}
.search-result-link {
  display: block;
  padding: 1rem;
  border-radius: 2rem;
  -webkit-transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 81.25em) {
  .search-result-link {
    padding: 2rem;
  }
}
.search-result-link:hover {
  background: #FBFBF9;
}
.search-result-headline {
  color: #981C25;
  margin-bottom: 0.5rem;
}
.search-result-teaser {
  color: #231F20;
}
.search-result-teaser p {
  max-width: none !important;
  margin-bottom: 0 !important;
}

.post-password-form {
  width: 100%;
  max-width: 48em;
  margin: 0 auto;
}
.post-password-form p {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  text-align: center !important;
}
.post-password-form p:last-of-type {
  display: block;
  margin-bottom: 1rem;
}
.post-password-form label {
  width: 100%;
  color: #231F20;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #65050C;
  cursor: pointer;
}
.post-password-form label:hover {
  color: #981C25;
}
.post-password-form input[type=password] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #D6D2C4;
  color: #231F20;
  padding: 1.5rem;
  font-size: 1.1rem;
  border: 2px solid #fff;
  border-radius: 2.5rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  outline: none;
  cursor: pointer;
}
.post-password-form input[type=password].placeholder {
  opacity: 1;
  color: #231F20;
}
.post-password-form input[type=password]:-moz-placeholder {
  opacity: 1;
  color: #231F20;
}
.post-password-form input[type=password]::-moz-placeholder {
  opacity: 1;
  color: #231F20;
}
.post-password-form input[type=password]:-ms-input-placeholder {
  opacity: 1;
  color: #231F20;
}
.post-password-form input[type=password]::-webkit-input-placeholder {
  opacity: 1;
  color: #231F20;
}
.post-password-form input[type=password]:hover {
  background-color: #231F20;
  color: #fff;
}
.post-password-form input[type=password]:hover.placeholder {
  color: #fff !important;
}
.post-password-form input[type=password]:hover:-moz-placeholder {
  color: #fff !important;
}
.post-password-form input[type=password]:hover::-moz-placeholder {
  color: #fff !important;
}
.post-password-form input[type=password]:hover:-ms-input-placeholder {
  color: #fff !important;
}
.post-password-form input[type=password]:hover::-webkit-input-placeholder {
  color: #fff !important;
}
.post-password-form input[type=password]:focus {
  background-color: #231F20;
  color: #fff;
  border: 2px solid #231F20;
}
.post-password-form input[type=password]:focus.placeholder {
  color: #231F20 !important;
}
.post-password-form input[type=password]:focus:-moz-placeholder {
  color: #231F20 !important;
}
.post-password-form input[type=password]:focus::-moz-placeholder {
  color: #231F20 !important;
}
.post-password-form input[type=password]:focus:-ms-input-placeholder {
  color: #231F20 !important;
}
.post-password-form input[type=password]:focus::-webkit-input-placeholder {
  color: #231F20 !important;
}
.post-password-form input[type=submit] {
  font-family: "Roboto", sans-serif;
  letter-spacing: 4px;
  padding: 1.5rem;
  border-radius: 2.5rem !important;
  border: 0;
  color: #231F20;
  margin: 1rem auto 0;
  width: auto !important;
  display: table;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #981C25;
  color: #fff !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:active {
  background-color: #231F20;
  color: #65050C;
}

#main_content {
  background: #fff;
}

.qgiv-embed-container #top-content {
  display: none !important;
}