.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative; }

.gallery-top {
  width: 100%;
  height: 500px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 580px) {
    .gallery-top {
      height: 900px;
      margin-bottom: 10px; } }

.gallery-thumbs {
  height: 200px;
  box-sizing: border-box;
  padding: 10px 0; }
  @media only screen and (min-width: 580px) {
    .gallery-thumbs {
      height: 300px; } }

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

/*
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }
*/
.jr-gallery {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  background: #efefef;
  height: 100%; }

.jr-gallery-image__label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px; }

.gallery-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }

.gallery-page h1 {
  position: relative;
  z-index: 100;
  padding: 25px 25px 25px 0;
  color: #2b2824;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #f9f9f9;
  font-size: 32px; }
  @media only screen and (min-width: 580px) {
    .gallery-page h1 {
      font-size: 46px; } }

.gallery-page h1:before {
  content: '';
  position: absolute;
  right: -36px;
  width: 250%;
  top: 0;
  background: #f9f9f9;
  display: block;
  z-index: -1;
  box-sizing: border-box;
  padding: 80px 0; }
  @media only screen and (min-width: 580px) {
    .gallery-page h1:before {
      padding: 50px 0; } }

.jr-procedure-details {
  display: block;
  margin-bottom: 40px; }

.gallery-page {
  margin-top: 0px; }
  @media only screen and (min-width: 600px) {
    .gallery-page {
      margin-top: 150px; } }

.gallery-preview {
  width: 100%; }

.search-filter-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.search-filter-results .grid-item a {
  color: #000; }

.search-filter-results .grid-item {
  width: 98%;
  box-sizing: border-box;
  margin: 1%;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 580px) {
    .search-filter-results .grid-item {
      width: 48%;
      box-sizing: border-box;
      margin: 1%; } }
  @media only screen and (min-width: 1024px) {
    .search-filter-results .grid-item {
      width: 23%;
      box-sizing: border-box;
      margin: 1%; } }

.search-filter-results .grid-item-inner {
  background: #fff;
  text-align: center; }

.search-filter-results .grid-item-inner h3 {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  color: #000;
  margin-bottom: 0; }

.grid-item-before-after {
  display: block;
  height: 220px; }
  @media only screen and (min-width: 580px) {
    .grid-item-before-after {
      height: 240px; } }
  @media only screen and (min-width: 1024px) {
    .grid-item-before-after {
      height: 200px; } }

.grid-item-before-after__item {
  width: 50%;
  float: left;
  background-size: cover;
  height: 200px; }
  @media only screen and (min-width: 580px) {
    .grid-item-before-after__item {
      height: 240px; } }
  @media only screen and (min-width: 1024px) {
    .grid-item-before-after__item {
      height: 200px; } }

.grid-item-before-after img {
  max-width: 100%; }

.grid-item-link a {
  display: block;
  color: #de230a !important;
  padding: 10px 0 20px 0; }

/* -----------------------------------------
   Search Filter Search Results
----------------------------------------- */
.search-filter-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.my_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .my_pagination div.page_of {
    flex: none;
    width: 100%;
    padding: 0.5rem 1rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem; }

.no_results {
  padding-top: 0rem;
  margin-top: 0.5rem; }
  .no_results a {
    display: block;
    border: solid 1px rgba(0, 0, 0, 0.1);
    /*
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.08);
		*/
    background-color: #fff;
    color: #000000;
    padding: 2rem;
    flex: none;
    width: 100%; }
    .no_results a:hover {
      border: solid 1px rgba(0, 0, 0, 0.1);
      border: none !important;
      background-color: #fff;
      color: black !important; }
    .no_results a span {
      padding: 0;
      margin: 0;
      border: none;
      background-color: transparent;
      text-decoration: underline;
      color: #000000; }
      .no_results a span:hover {
        padding: 0;
        margin: 0;
        border: none;
        background-color: transparent;
        text-decoration: underline;
        color: #000000; }

/* -----------------------------------------
   Search Panel
----------------------------------------- */
.searchandfilter ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #000000;
  padding-bottom: 2rem; }
  .searchandfilter ul li {
    margin: 0;
    padding: 0; }
  .searchandfilter ul li.sf-field-submit input {
    font-size: 1rem;
    line-height: 1; }

@media (min-width: 768px) {
  .searchandfilter ul li.sf-field-search {
    margin-right: 1rem !important;
    box-sizing: border-box; }
  .searchandfilter ul li.sf-field-category,
  .searchandfilter ul li.sf-field-taxonomy-insights_filter {
    margin-right: 1rem; }
  .searchandfilter ul li.sf-field-reset {
    margin-left: 1rem; }
  .searchandfilter ul li.sf-field-sort_order {
    margin-left: auto; } }

@media (max-width: 767px) {
  .searchandfilter ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .searchandfilter ul li {
      flex: none;
      width: 100%;
      margin: 0;
      margin-bottom: 0.5rem; }
      .searchandfilter ul li input,
      .searchandfilter ul li select,
      .searchandfilter ul li label {
        width: 100%; }
      .searchandfilter ul li label {
        display: block; }
      .searchandfilter ul li:last-of-type {
        margin-bottom: 0; }
    .searchandfilter ul li.sf-field-reset {
      color: #fff;
      text-align: center; } }

/*
.searchandfilter_xxx {
	margin: 0;
	padding: 0;
	ul {
		@extend .noMarginPadding;
		list-style-type: none;
		display: -ms-flexbox;
	    display: flex;
	    width: 564px;
	    width: 750px;
	    margin-bottom: 0.5rem;
		li {
			@extend .noMarginPadding;
			flex-grow: 0;
			margin-bottom: 1rem;
			label {
				padding-right: 0.8rem;
				width: 100%;
			}
			input[type="submit"] {
				font-weight: 700;
			}
			input[type="text"] {
				width: 100%;
			}
		}
		li.sf-field-category,
		li.sf-field-taxonomy-latest_news {
			//flex-grow: 1;
		}
		li.sf-field-search {
			//flex-grow: 1;
		}
		li:first-child {
			//margin-left: -0.5rem;
		}
		li:last-child {
			//margin-right: -0.5rem;
		}
	}
}
@media (max-width: 767px) {
	.searchandfilter_xxx {
		ul {
		    width: 100%;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
			li {
				flex: none;
				width: 100%;
				label {
					padding-right: 0rem;
					//width: 100%;
				}
			}
		}
	}
}
*/
#search_anchor_wrap {
  position: relative; }
  #search_anchor_wrap #search_anchor {
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 100%;
    top: -80px; }

.form-btn {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.125rem; }

.sf-field-taxonomy-procedure {
  margin-right: 1em !important; }

.sf-input-text,
.sf-input-select {
  margin: 0;
  color: #000;
  font-size: 0.875rem !important;
  height: 34px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background-color: #fff !important; }

.sf-input-select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) #fff no-repeat 99% 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 1rem !important; }

.sf-field-submit input {
  background: #000;
  height: 34px;
  padding: 0 20px;
  color: #fff; }
  .sf-field-submit input:hover {
    pointer: cursor; }

.sf-input-select,
.sf-input-text {
  padding-left: 0.6875rem;
  border: 1px solid #ced4da;
  display: block;
  width: 100%; }

.searchandfilter ul li {
  display: inline-block; }
