@charset "UTF-8";

/*@import '../bootstrap/bootstrap.scss';*/
/*@import '_base';*/
.ec-text-and-image {
  width: 100%;
}

.ec-text-and-image > a {
  text-decoration: none;
}

.ec-text-and-image .ec-text-and-image-text-content {
  width: 100%;
  padding-right: 0.5rem;
}

.ec-text-and-image .ec-text-and-image-text-content img {
  height: auto;
}

.ec-text-and-image .ec-text-and-image-text-content h7 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.16;
}

@media (min-width: 768px) {
  .ec-text-and-image .ec-text-and-image-text-content h7 {
    font-size: clamp(2rem, 5vw, 5rem);
  }
}

.ec-text-and-image .ec-text-and-image-text-content > *:last-child {
  margin-bottom: 0;
}

.ec-text-and-image .ec-text-and-image-text-content > h1,
.ec-text-and-image h2,
.ec-text-and-image h3,
.ec-text-and-image h4,
.ec-text-and-image h5,
.ec-text-and-image h6 {
  margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
  .ec-text-and-image .ec-text-and-image-text-content > h1,
  .ec-text-and-image h2,
  .ec-text-and-image h3,
  .ec-text-and-image h4,
  .ec-text-and-image h5,
  .ec-text-and-image h6 {
    margin-top: 1rem;
  }
}

.ec-text-and-image .ec-text-and-image-media {
  position: relative;
}

.ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .ec-text-and-image-text-content {
  padding-top: 1.5rem;
}

@media (max-width: 768px) {
  .ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .ec-text-and-image-text-content {
    padding-top: 1rem;
  }
  .ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .ec-text-and-image-text-content p:first-child {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .partial-block-text-content {
  padding-top: 3rem;
}

.ec-text-and-image .ec-text-and-image-media img,
.ec-text-and-image .ec-text-and-image-media video {
  width: 100%;
}

.ec-text-and-image .ec-text-and-image-media .img-padding img {
  width: auto;
}

.ec-text-and-image .ec-text-and-image-media .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ec-text-and-image.text-inverted * {
  color: #fff;
}

.ec-text-and-image.rounded-font-headings h1,
.ec-text-and-image.rounded-font-headings h2,
.ec-text-and-image.rounded-font-headings h3,
.ec-text-and-image.rounded-font-headings h4,
.ec-text-and-image.rounded-font-headings h5 {
  font-weight: normal;
  text-transform: none;
}

.ec-text-and-image.rounded-font-headings h1 {
  font-size: 2.4rem;
}

@media (min-width: 576px) {
  .ec-text-and-image.rounded-font-headings h1 {
    font-size: 3rem;
  }
}

.ec-text-and-image.has-background .ec-text-and-image-media .img-padding {
  display: block;
  padding: 2rem 2rem 0 2rem;
}

.ec-text-and-image.has-background .ec-text-and-image-media .img-padding img {
  width: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ec-text-and-image.has-background .ec-text-and-image-media + .ec-text-and-image-text {
  height: auto;
}

.ec-text-and-image.has-background .ec-text-and-image-text {
  height: 100%;
}

@media (max-width: 767.98px) {
  .ec-text-and-image.has-background .ec-text-and-image-text.with-cropping {
    aspect-ratio: 4 / 5;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.ec-text-and-image.has-background .ec-text-and-image-text-content {
  /*height: 100%;*/
  padding: 1.5rem 7% 2rem 7%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-text-and-image.has-background h2,
.ec-text-and-image.has-background h3,
.ec-text-and-image.has-background h4 {
  text-transform: none;
  /*@include media-breakpoint-up(lg) {
				font-size: 2rem;
			}*/
}

@media (max-width: 991.98px) {
  .ec-text-and-image.has-background p {
    font-size: 1rem;
  }
}

.ec-text-and-image.has-background .lnk {
  margin-top: 1em;
}

.ec-text-and-image.has-background a.btn-secondary.related-block-btn {
  min-width: 25%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ec-text-and-image.horizontal-left {
  text-align: left;
}

.ec-text-and-image.horizontal-left .ec-text-and-image-text {
  right: auto;
}

.ec-text-and-image.horizontal-left .ec-text-and-image-text-content {
  text-align: center;
}

.ec-text-and-image.horizontal-right {
  text-align: right;
}

.ec-text-and-image.horizontal-right .ec-text-and-image-text {
  left: auto;
}

.ec-text-and-image.horizontal-right .ec-text-and-image-text-content {
  text-align: center;
}

.ec-text-and-image.large-header h1,
.ec-text-and-image.large-header h2 {
  font-weight: normal;
  text-transform: none;
}

.ec-text-and-image.large-header h3 {
  font-weight: normal;
  text-transform: none;
}

.ec-text-and-image.ec-text-and-image-page > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text .ec-text-and-image-text-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h2,
.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h3,
.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h4 {
  margin-top: 0;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h2 em,
.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h3 em,
.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h4 em {
  font-style: normal;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text .lnk {
  margin-top: auto;
}

.ec-text-and-image.ec-text-and-image-page p.category-heading {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  opacity: 0.7;
}

.ec-text-and-image.ec-text-and-image-page p.category-heading:empty() {
  height: 1.55em;
  position: relative;
}

.ec-text-and-image.ec-text-and-image-page p.category-heading:empty():after {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.4em;
  width: 62px;
  height: 1px;
  background: #1d1d1b;
  opacity: 0.7;
  margin: auto;
}

@media (min-width: 768px) {
  .ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .ec-text-and-image-text-content {
    padding-top: 0rem;
  }
  .ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .ec-text-and-image-text-content strong {
    font-weight: bold;
  }
  .ec-text-and-image .ec-text-and-image-media + .ec-text-and-image-text .partial-block-text-content {
    padding-top: 4rem;
  }
  .ec-text-and-image.has-background .ec-text-and-image-text-content {
    padding: 2rem;
  }
  .col-md-3 .ec-text-and-image.has-background.ec-text-and-image-page .ec-text-and-image-text-content {
    padding: 1.5rem 7%;
  }
}

/*div[class*="col-"]:first-child .ec-text-and-image-page,
	.ec-text-and-image.theme-color-0 {
		.ec-text-and-image-text-content {
			padding: 2rem 13%;
		}
	}*/
@media (min-width: 992px) {
  div[class*='col-md-12'] .ec-text-and-image.horizontal-center .ec-text-and-image-text-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.hover-pointer:hover, .hover-pointer:focus-within {
  cursor: pointer;
}

.swiper-slide {
  height: auto !important;
}

.swiper-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-slide .ec-text-and-image a::after {
  content: '';
  position: absolute;
  inset: 0;
}

.swiper-container a {
  margin: 0;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
  color: white;
}

@media (min-width: 992px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: block;
  }
}

.ec-image-with-text {
  overflow: visible;
  position: relative;
  width: 100%;
  margin-bottom: 2%;
  width: 100%;
  min-height: 0 !important;
}

.ec-image-with-text .ec-image-wrapper {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3000px;
  width: 6000px;
  height: 100%;
}

.ec-image-with-text > a {
  text-decoration: none;
}

.ec-image-with-text .ec-image-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
}

.ec-image-with-text .ec-image-wrapper > a picture img,
.ec-image-with-text .ec-image-wrapper > a img,
.ec-image-with-text .ec-image-wrapper > picture img,
.ec-image-with-text .ec-image-wrapper > img,
.ec-image-with-text .ec-image-wrapper > .epi-editContainer img {
  width: 100%;
  height: auto;
}

.ec-image-with-text .ec-image-wrapper.mega-header picture img {
  height: 100%;
}

.ec-image-with-text .ec-text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding: 2vw;*/
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner {
  max-width: 80%;
  padding: 4% 8%;
  min-width: 230px;
  text-align: center;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h1, .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h2, .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h3, .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h4 {
  font-weight: normal;
  margin-bottom: 0.3em;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h1 {
  text-transform: none;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h2 {
  text-transform: none;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h3 {
  text-transform: none;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner.design h4 {
  text-align: left;
  font: normal normal medium 14px/22px akkurat-regular, sans-serif;
  letter-spacing: 1.12px;
  color: #000000;
  opacity: 1;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner.design h2 {
  text-align: left;
  font: normal normal medium 42px/50px akkurat-regular;
  letter-spacing: 0px;
  color: #1D1D1B;
  opacity: 1;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner.design p {
  text-align: left;
  font: normal normal normal 15px/23px akkurat-regular, sans-serif;
  letter-spacing: 0px;
  color: #1D1D1B;
  opacity: 1;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner .lnk {
  /*font-size: 1rem;*/
  margin-top: 0.6rem;
}

.ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner *:last-child {
  margin-bottom: 0;
}

.ec-image-with-text .ec-text-wrapper-inner {
  display: inline-block;
  width: 100%;
  /*@include make-gutters();*/
}

@media (max-width: 991px) {
  .ec-image-with-text .mobile-aspect-ratio {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*.container-tiles .row div[class*="col-"] .ec-image-with-text .ec-image-wrapper {
    overflow: hidden;
}*/
.ec-image-with-text.text-background-block {
  color: #1d1d1b;
}

.ec-image-with-text.text-background-block a, .ec-image-with-text.text-background-block .btn {
  border-color: #1d1d1b;
  color: #1d1d1b;
}

.ec-image-with-text.text-background-block .btn-primary {
  border-color: #fff;
  color: #fff;
}

.ec-image-with-text.text-background-block .ec-text-wrapper-inner {
  display: inline-block;
  /*background: rgba(#fff, 0.95);*/
  text-align: center;
  position: relative;
  font-style: normal;
  width: auto;
  max-width: 80%;
  padding: 4% 8%;
  min-width: 230px;
  /*@include media-breakpoint-only(md) {
				h2 {
					font-size: 2.5vw;
				}

				h3 {
					font-size: 2.5vw;
				}

				p {
					font-size: 1.5vw;
				}
			}*/
  /*.lnk {
				font-size: 1rem;
			}*/
}

.ec-image-with-text.text-background-block.text-inverted .ec-text-wrapper-inner {
  /*background: rgba($almost-black, 0.95);*/
  color: #fff;
}

.ec-image-with-text.text-background-block.text-inverted .ec-text-wrapper-inner a, .ec-image-with-text.text-background-block.text-inverted .ec-text-wrapper-inner .btn {
  border-color: #fff;
  color: #fff;
}

.ec-image-with-text.text-background-block:not([class*=style-theme-color]) .ec-text-wrapper-inner {
  background: rgba(255, 255, 255, 0.95);
}

.ec-image-with-text.text-background-block:not([class*=style-theme-color]).text-inverted .ec-text-wrapper-inner {
  background: rgba(49, 48, 49, 0.95);
}

.ec-image-with-text.text-background-side-block {
  color: #1d1d1b;
}

.ec-image-with-text.text-background-side-block .ec-text-wrapper {
  position: static;
}

@media (min-width: 768px) {
  .ec-image-with-text.text-background-side-block {
    /*display: flex;
			flex-direction: row-reverse;*/
  }
  .ec-image-with-text.text-background-side-block .ec-image-wrapper {
    position: relative;
  }
  .ec-image-with-text.text-background-side-block div.ec-text-wrapper {
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 40%;
  }
  .ec-image-with-text.text-background-side-block div.ec-text-wrapper-inner {
    max-width: none;
    width: 100% !important;
    margin: 0 !important;
  }
  .ec-image-with-text.text-background-side-block .ec-image-wrapper {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .ec-image-with-text.text-background-side-block .ec-text-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .ec-image-with-text.text-background-side-block .ec-text-wrapper-inner {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    font-style: normal;
    max-width: none;
    padding: 4% 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*min-width: 230px;*/
  }
  .ec-image-with-text.text-background-side-block.text-inverted .ec-text-wrapper-inner {
    color: #fff;
  }
  .ec-image-with-text.text-background-side-block.text-inverted .ec-text-wrapper-inner a, .ec-image-with-text.text-background-side-block.text-inverted .ec-text-wrapper-inner .btn {
    border-color: #fff;
    color: #fff;
  }
  .ec-image-with-text.text-background-side-block:not([class*=style-theme-color]) .ec-text-wrapper-inner {
    background: rgba(255, 255, 255, 0.95);
  }
  .ec-image-with-text.text-background-side-block:not([class*=style-theme-color]).text-inverted .ec-text-wrapper-inner {
    background: rgba(49, 48, 49, 0.95);
  }
}

.ec-image-with-text.text-background-bottom-block {
  font-size: 1rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .ec-image-with-text.text-background-bottom-block {
    padding-bottom: 0;
  }
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner {
  display: inline-block;
  background: #313031;
  position: absolute;
  bottom: 0rem;
  left: 22px;
  right: 22px;
  width: auto;
  max-width: none;
  min-width: 0;
  font-style: normal;
  padding: 15px;
  color: #fff;
  z-index: 70;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner h1, .ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner h2, .ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner h4 {
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner h3 {
  letter-spacing: -0.5px;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner p {
  margin-top: 0.3rem;
  color: #fff;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner p a, .ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner p .lnk {
  color: #fff;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner *:last-child {
  margin-bottom: 0;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner .lnk {
  margin-top: 0;
}

.ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.ec-image-with-text.text-background-bottom-block.text-inverted .ec-text-wrapper-inner {
  background: rgba(49, 48, 49, 0.95);
}

.ec-image-with-text.text-background-bottom-block.text-inverted .ec-text-wrapper-inner * {
  color: #fff;
}

.ec-image-with-text.text-background-bottom-block.text-inverted .ec-text-wrapper-inner .btn {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 991.98px) {
  .ec-image-with-text.text-background-bottom-block .ec-text-wrapper {
    position: static;
  }
  .ec-image-with-text.text-background-bottom-block .ec-text-wrapper-inner {
    width: 100%;
    position: static;
    left: 0;
    right: 0;
  }
}

.ec-image-with-text.text-background-caption {
  font-size: 1rem;
}

.ec-image-with-text.text-background-caption .ec-image-wrapper {
  position: relative;
  left: 0;
  height: auto !important;
}

.ec-image-with-text.text-background-caption .ec-text-wrapper {
  position: static;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ec-image-with-text.text-background-caption .ec-text-wrapper-inner {
  display: block;
  font-style: normal;
  padding: 0.7em 1em 0 0;
  text-align: left;
  width: 100%;
  max-width: none;
  min-width: 0;
  background: none;
}

.ec-image-with-text.text-background-caption .ec-text-wrapper-inner h1, .ec-image-with-text.text-background-caption .ec-text-wrapper-inner h2, .ec-image-with-text.text-background-caption .ec-text-wrapper-inner h3, .ec-image-with-text.text-background-caption .ec-text-wrapper-inner h4 {
  margin: 0;
  text-transform: none;
  font-style: italic;
}

.ec-image-with-text.text-background-caption .ec-text-wrapper-inner *:last-child {
  margin-bottom: 0;
}

.ec-image-with-text.text-background-backdrop {
  font-size: 1rem;
}

.ec-image-with-text.text-background-backdrop .ec-image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: rgba(255, 255, 255, 0.6);
}

.ec-image-with-text.text-background-backdrop.text-inverted .ec-image-wrapper:after {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ec-image-with-text.text-background-backdrop.text-inverted .btn {
  border-color: #fff;
  color: #fff;
}

.ec-image-with-text.vertical-top, .ec-image-with-text.vertical-bottom, .ec-image-with-text.vertical-middle {
  min-height: 100%;
}

.ec-image-with-text.vertical-top .ec-text-wrapper-inner, .ec-image-with-text.vertical-bottom .ec-text-wrapper-inner, .ec-image-with-text.vertical-middle .ec-text-wrapper-inner {
  margin-top: 7%;
  margin-bottom: 7%;
}

.ec-image-with-text.horizontal-left {
  text-align: left;
}

.ec-image-with-text.horizontal-left .ec-text-wrapper-inner {
  text-align: left;
}

.ec-image-with-text.horizontal-right {
  text-align: right;
}

.ec-image-with-text.horizontal-right .ec-text-wrapper-inner {
  text-align: left;
}

div[class*="col-md-6"] .ec-image-with-text.text-background-block .ec-text-wrapper-inner,
div[class*="col-md-7"] .ec-image-with-text.text-background-block .ec-text-wrapper-inner,
div[class*="col-md-8"] .ec-image-with-text.text-background-block .ec-text-wrapper-inner {
  padding: 1.5rem 8%;
}

div[class*="col-md-12"] .ec-image-with-text .ec-text-wrapper-inner {
  width: 90%;
  max-width: 640px;
  padding: 1rem 0;
}

div[class*="col-md-12"] .ec-image-with-text.horizontal-left .ec-text-wrapper-inner, div[class*="col-md-12"] .ec-image-with-text.horizontal-right .ec-text-wrapper-inner {
  width: 50%;
  max-width: 620px;
  min-width: 400px;
  padding: 4% 7%;
}

div[class*="col-md-12"] .ec-image-with-text.text-background-block .ec-text-wrapper-inner {
  width: 35%;
  padding: 3.5% 4%;
  margin: 4% 7%;
  max-width: 570px;
}

@media (min-width: 992px) {
  div[class*="col-md-12"] .ec-image-with-text.text-background-block .ec-text-wrapper-inner {
    max-width: 50%;
  }
}

.hover-info-content {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-info-content .ec-text-wrapper-inner {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-info-content .hover-info-category {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.hover-info-content .hover-info-category:after {
  content: '';
  display: block;
  width: 9px;
  height: 3px;
  background: #1d1d1b;
  margin: 1em auto;
}

.hover-info-content .hover-info-heading {
  font-size: 1.5rem;
  margin-top: 0.8em;
}

.hover-info-content .hover-info-linktext {
  display: inline-block;
  border-top: solid 1px #95989a;
  border-bottom: solid 1px #95989a;
  font-size: 1rem;
  padding: 0.3rem 15%;
  margin: 2em auto 0 auto;
}

.ec-image-with-text:hover .hover-info-content {
  opacity: 1;
}

.ec-image-with-text:hover .hover-info-content .ec-text-wrapper-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.container-fullbleed .ec-image-with-text .ec-image-wrapper {
  min-height: 15vw;
}

.container-fullbleed .ec-image-with-text .ec-text-wrapper-inner {
  width: 60%;
  max-width: 700px;
  padding: 5% 6%;
}

.container-fullbleed .ec-image-with-text .ec-text-wrapper-inner h1 {
  margin-bottom: 0.5em;
}

.container-fullbleed .ec-image-with-text.horizontal-left .ec-text-wrapper-inner, .container-fullbleed .ec-image-with-text.horizontal-right .ec-text-wrapper-inner {
  width: 50%;
  max-width: 670px;
  min-width: 400px;
  padding: 4% 7%;
}

@media (max-width: 767.98px) {
  .container-fullbleed .ec-image-with-text .ec-text-wrapper-inner {
    max-width: 70%;
    width: auto;
    max-width: 75%;
    min-width: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-image-wrapper:after {
    display: none;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper {
    position: static;
    padding: 0 !important;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner {
    width: 100%;
    max-width: none;
    min-width: initial;
    margin: 0;
    padding: 1.5rem;
    background: #fff;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h1, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h2, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h3, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h4 {
    margin-bottom: 0.4em;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h1 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h2 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h3 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner h4 br {
    display: none;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner {
    background: transparent;
    color: inherit;
    padding: 1rem !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block).text-inverted .ec-text-wrapper .ec-text-wrapper-inner {
    background: #313031;
    padding: 1rem !important;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text:not(.text-background-bottom-block):not(.text-background-side-block):not(.text-background-block).text-inverted .ec-text-wrapper .ec-text-wrapper-inner .btn-secondary {
    border-color: #fff;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-image-wrapper:after, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-image-wrapper:after {
    display: none;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper {
    position: static;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner {
    width: 100%;
    max-width: none;
    min-width: initial;
    margin: 0;
    padding: 1.5rem;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner h1 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner h2 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner h3 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner h4 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner h1 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner h2 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner h3 br, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner h4 br {
    display: none;
  }
  .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-block .ec-text-wrapper .ec-text-wrapper-inner, .container-fluid:not(.container-largeintroimage):not(.container-headerimage) .ec-image-with-text.text-background-side-block .ec-text-wrapper .ec-text-wrapper-inner {
    padding: 1rem !important;
  }
}

.container-headerimage {
  overflow: hidden;
}

.container-headerimage .ec-image-with-text {
  max-height: 400px;
  min-height: 20vw;
}

.container-headerimage .ec-image-with-text .ec-image-wrapper {
  width: 300%;
  position: relative;
  left: -100%;
  min-height: 0;
}

.container-headerimage .ec-image-with-text .ec-image-wrapper img {
  height: 400px;
  width: auto;
  margin: auto;
  min-height: 120px;
  max-width: none;
}

@media (max-width: 991.98px) {
  .container-headerimage .ec-image-with-text .ec-image-wrapper img {
    height: 40vw;
  }
}

.container-headerimage .ec-image-with-text .ec-text-wrapper-inner {
  width: 45%;
  max-width: 640px;
  min-width: 200px;
  padding: 2rem 4%;
}

.container-headerimage .ec-image-with-text .ec-text-wrapper-inner h1, .container-headerimage .ec-image-with-text .ec-text-wrapper-inner h2 {
  text-transform: uppercase;
}

.container-headerimage .ec-image-with-text.large-header .ec-text-wrapper-inner h1:first-child, .container-headerimage .ec-image-with-text.large-header .ec-text-wrapper-inner h2:first-child {
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .container-headerimage .ec-image-with-text .ec-text-wrapper-inner {
    width: 85%;
  }
  .container-headerimage .ec-image-with-text .ec-text-wrapper-inner h1 {
    font-size: 5vw;
  }
}

@media (max-width: 767.98px) {
  .container-headerimage .ec-image-with-text {
    overflow: hidden;
  }
}

@media (max-width: 575.98px) {
  .container-headerimage .ec-image-with-text .ec-text-wrapper-inner h1 {
    font-size: 7vw;
  }
}

.container-largeintroimage .ec-image-with-text .ec-text-wrapper-inner {
  max-width: none;
  width: 85%;
}

.container-largeintroimage .ec-image-with-text .ec-text-wrapper-inner h1 {
  font-size: 7.5vw;
  line-height: 1.0;
  text-transform: uppercase;
}

@media all and (min-width: 1600px) {
  .container-largeintroimage .ec-image-with-text .ec-text-wrapper-inner h1 {
    font-size: 140px;
  }
}

@media (max-width: 767.98px) {
  .container-largeintroimage .ec-image-with-text .ec-text-wrapper-inner {
    /*max-width: 70%;*/
  }
  .container-largeintroimage .ec-image-with-text .ec-text-wrapper-inner h1 {
    font-size: 6vw;
  }
  .container-largeintroimage .ec-image-wrapper img {
    min-height: 120px;
    max-width: none;
  }
}

.style-theme-primary.ec-text-and-image, .style-theme-primary.style-theme-bg {
  background-color: #007bff !important;
  color: #fff;
}

.style-theme-primary.ec-text-and-image .lnk, .style-theme-primary.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-primary.ec-text-and-image .lnk:after, .style-theme-primary.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-primary.ec-text-and-image blockquote, .style-theme-primary.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-primary.ec-text-and-image .lnk, .style-theme-primary.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-primary.ec-text-and-image .lnk:after, .style-theme-primary.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-primary.ec-text-and-image .category-heading:empty():after, .style-theme-primary.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-primary.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-primary.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-primary.style-theme-color {
  color: #007bff !important;
}

.style-theme-primary.btn-primary {
  background-color: #007bff;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-primary.lnk-primary, .style-theme-primary.lnk-primary-down {
  color: #007bff !important;
}

.style-theme-primary.lnk-primary:after, .style-theme-primary.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #007bff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #007bff;
}

.style-theme-primary .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-primary .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-primary .style-theme-bg {
  background-color: #007bff;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-primary .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-primary .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-primary .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-primary .ec-form .form-control:focus {
  border-color: #007bff;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-primary {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-primary .lnk {
  color: #007bff !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-primary .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #007bff;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-primary .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-secondary.ec-text-and-image, .style-theme-secondary.style-theme-bg {
  background-color: #6c757d !important;
  color: #fff;
}

.style-theme-secondary.ec-text-and-image .lnk, .style-theme-secondary.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-secondary.ec-text-and-image .lnk:after, .style-theme-secondary.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-secondary.ec-text-and-image blockquote, .style-theme-secondary.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-secondary.ec-text-and-image .lnk, .style-theme-secondary.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-secondary.ec-text-and-image .lnk:after, .style-theme-secondary.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-secondary.ec-text-and-image .category-heading:empty():after, .style-theme-secondary.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-secondary.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-secondary.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-secondary.style-theme-color {
  color: #6c757d !important;
}

.style-theme-secondary.btn-primary {
  background-color: #6c757d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-secondary.lnk-primary, .style-theme-secondary.lnk-primary-down {
  color: #6c757d !important;
}

.style-theme-secondary.lnk-primary:after, .style-theme-secondary.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #6c757d; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #6c757d;
}

.style-theme-secondary .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-secondary .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-secondary .style-theme-bg {
  background-color: #6c757d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-secondary .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-secondary .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-secondary .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-secondary .ec-form .form-control:focus {
  border-color: #6c757d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-secondary {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-secondary .lnk {
  color: #6c757d !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-secondary .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #6c757d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-secondary .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-success.ec-text-and-image, .style-theme-success.style-theme-bg {
  background-color: #28a745 !important;
  color: #fff;
}

.style-theme-success.ec-text-and-image .lnk, .style-theme-success.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-success.ec-text-and-image .lnk:after, .style-theme-success.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-success.ec-text-and-image blockquote, .style-theme-success.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-success.ec-text-and-image .lnk, .style-theme-success.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-success.ec-text-and-image .lnk:after, .style-theme-success.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-success.ec-text-and-image .category-heading:empty():after, .style-theme-success.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-success.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-success.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-success.style-theme-color {
  color: #28a745 !important;
}

.style-theme-success.btn-primary {
  background-color: #28a745;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-success.lnk-primary, .style-theme-success.lnk-primary-down {
  color: #28a745 !important;
}

.style-theme-success.lnk-primary:after, .style-theme-success.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #28a745; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #28a745;
}

.style-theme-success .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-success .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-success .style-theme-bg {
  background-color: #28a745;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-success .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-success .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-success .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-success .ec-form .form-control:focus {
  border-color: #28a745;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-success {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-success .lnk {
  color: #28a745 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-success .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #28a745;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-success .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-info.ec-text-and-image, .style-theme-info.style-theme-bg {
  background-color: #17a2b8 !important;
  color: #fff;
}

.style-theme-info.ec-text-and-image .lnk, .style-theme-info.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-info.ec-text-and-image .lnk:after, .style-theme-info.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-info.ec-text-and-image blockquote, .style-theme-info.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-info.ec-text-and-image .lnk, .style-theme-info.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-info.ec-text-and-image .lnk:after, .style-theme-info.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-info.ec-text-and-image .category-heading:empty():after, .style-theme-info.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-info.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-info.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-info.style-theme-color {
  color: #17a2b8 !important;
}

.style-theme-info.btn-primary {
  background-color: #17a2b8;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-info.lnk-primary, .style-theme-info.lnk-primary-down {
  color: #17a2b8 !important;
}

.style-theme-info.lnk-primary:after, .style-theme-info.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #17a2b8; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #17a2b8;
}

.style-theme-info .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-info .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-info .style-theme-bg {
  background-color: #17a2b8;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-info .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-info .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-info .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-info .ec-form .form-control:focus {
  border-color: #17a2b8;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-info {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-info .lnk {
  color: #17a2b8 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-info .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #17a2b8;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-info .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-warning.ec-text-and-image, .style-theme-warning.style-theme-bg {
  background-color: #ffc107 !important;
  color: #fff;
}

.style-theme-warning.ec-text-and-image .lnk, .style-theme-warning.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-warning.ec-text-and-image .lnk:after, .style-theme-warning.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-warning.ec-text-and-image blockquote, .style-theme-warning.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-warning.ec-text-and-image .lnk, .style-theme-warning.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-warning.ec-text-and-image .lnk:after, .style-theme-warning.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-warning.ec-text-and-image .category-heading:empty():after, .style-theme-warning.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-warning.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-warning.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-warning.style-theme-color {
  color: #ffc107 !important;
}

.style-theme-warning.btn-primary {
  background-color: #ffc107;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-warning.lnk-primary, .style-theme-warning.lnk-primary-down {
  color: #ffc107 !important;
}

.style-theme-warning.lnk-primary:after, .style-theme-warning.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #ffc107; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffc107;
}

.style-theme-warning .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-warning .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-warning .style-theme-bg {
  background-color: #ffc107;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-warning .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-warning .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-warning .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-warning .ec-form .form-control:focus {
  border-color: #ffc107;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-warning {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-warning .lnk {
  color: #ffc107 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-warning .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffc107;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-warning .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-danger.ec-text-and-image, .style-theme-danger.style-theme-bg {
  background-color: #dc3545 !important;
  color: #fff;
}

.style-theme-danger.ec-text-and-image .lnk, .style-theme-danger.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-danger.ec-text-and-image .lnk:after, .style-theme-danger.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-danger.ec-text-and-image blockquote, .style-theme-danger.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-danger.ec-text-and-image .lnk, .style-theme-danger.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-danger.ec-text-and-image .lnk:after, .style-theme-danger.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-danger.ec-text-and-image .category-heading:empty():after, .style-theme-danger.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-danger.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-danger.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-danger.style-theme-color {
  color: #dc3545 !important;
}

.style-theme-danger.btn-primary {
  background-color: #dc3545;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-danger.lnk-primary, .style-theme-danger.lnk-primary-down {
  color: #dc3545 !important;
}

.style-theme-danger.lnk-primary:after, .style-theme-danger.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #dc3545; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dc3545;
}

.style-theme-danger .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-danger .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-danger .style-theme-bg {
  background-color: #dc3545;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-danger .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-danger .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-danger .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-danger .ec-form .form-control:focus {
  border-color: #dc3545;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-danger {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-danger .lnk {
  color: #dc3545 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-danger .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dc3545;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-danger .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-light.ec-text-and-image, .style-theme-light.style-theme-bg {
  background-color: #f8f9fa !important;
}

.style-theme-light.ec-text-and-image .lnk, .style-theme-light.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-light.ec-text-and-image .lnk:after, .style-theme-light.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-light.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-light.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-light.style-theme-color {
  color: #f8f9fa !important;
}

.style-theme-light.btn-primary {
  background-color: #f8f9fa;
  color: #1d1d1b;
}

.style-theme-light.lnk-primary, .style-theme-light.lnk-primary-down {
  color: #f8f9fa !important;
}

.style-theme-light.lnk-primary:after, .style-theme-light.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #f8f9fa; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f8f9fa;
}

.style-theme-light .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-light .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-light .style-theme-bg {
  background-color: #f8f9fa;
  color: #1d1d1b;
}

.style-theme-light .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-light .ec-form .form-control:focus {
  border-color: #f8f9fa;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-light {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-light .lnk {
  color: #f8f9fa !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-light .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f8f9fa;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-light .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-dark.ec-text-and-image, .style-theme-dark.style-theme-bg {
  background-color: #343a40 !important;
  color: #fff;
}

.style-theme-dark.ec-text-and-image .lnk, .style-theme-dark.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-dark.ec-text-and-image .lnk:after, .style-theme-dark.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-dark.ec-text-and-image blockquote, .style-theme-dark.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-dark.ec-text-and-image .lnk, .style-theme-dark.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-dark.ec-text-and-image .lnk:after, .style-theme-dark.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-dark.ec-text-and-image .category-heading:empty():after, .style-theme-dark.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-dark.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-dark.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-dark.style-theme-color {
  color: #343a40 !important;
}

.style-theme-dark.btn-primary {
  background-color: #343a40;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-dark.lnk-primary, .style-theme-dark.lnk-primary-down {
  color: #343a40 !important;
}

.style-theme-dark.lnk-primary:after, .style-theme-dark.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #343a40; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #343a40;
}

.style-theme-dark .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-dark .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-dark .style-theme-bg {
  background-color: #343a40;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-dark .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-dark .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-dark .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-dark .ec-form .form-control:focus {
  border-color: #343a40;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-dark {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-dark .lnk {
  color: #343a40 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-dark .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #343a40;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-dark .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-0.ec-text-and-image, .style-theme-color-0.style-theme-bg {
  background-color: #ffffff !important;
}

.style-theme-color-0.ec-text-and-image .lnk, .style-theme-color-0.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-0.ec-text-and-image .lnk:after, .style-theme-color-0.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-0.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-0.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-0.style-theme-color {
  color: #ffffff !important;
}

.style-theme-color-0.btn-primary {
  background-color: #ffffff;
  color: #1d1d1b;
}

.style-theme-color-0.lnk-primary, .style-theme-color-0.lnk-primary-down {
  color: #ffffff !important;
}

.style-theme-color-0.lnk-primary:after, .style-theme-color-0.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #ffffff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffffff;
}

.style-theme-color-0 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-0 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-0 .style-theme-bg {
  background-color: #ffffff;
  color: #1d1d1b;
}

.style-theme-color-0 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-0 .ec-form .form-control:focus {
  border-color: #ffffff;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-0 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-0 .lnk {
  color: #ffffff !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-0 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffffff;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-0 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-1.ec-text-and-image, .style-theme-color-1.style-theme-bg {
  background-color: #cb998d !important;
  color: #fff;
}

.style-theme-color-1.ec-text-and-image .lnk, .style-theme-color-1.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-1.ec-text-and-image .lnk:after, .style-theme-color-1.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-1.ec-text-and-image blockquote, .style-theme-color-1.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-1.ec-text-and-image .lnk, .style-theme-color-1.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-1.ec-text-and-image .lnk:after, .style-theme-color-1.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-1.ec-text-and-image .category-heading:empty():after, .style-theme-color-1.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-1.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-1.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-1.style-theme-color {
  color: #cb998d !important;
}

.style-theme-color-1.btn-primary {
  background-color: #cb998d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-1.lnk-primary, .style-theme-color-1.lnk-primary-down {
  color: #cb998d !important;
}

.style-theme-color-1.lnk-primary:after, .style-theme-color-1.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #cb998d; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cb998d;
}

.style-theme-color-1 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-1 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-1 .style-theme-bg {
  background-color: #cb998d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-1 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-1 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-1 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-1 .ec-form .form-control:focus {
  border-color: #cb998d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-1 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-1 .lnk {
  color: #cb998d !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-1 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cb998d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-1 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-2.ec-text-and-image, .style-theme-color-2.style-theme-bg {
  background-color: #99a999 !important;
  color: #fff;
}

.style-theme-color-2.ec-text-and-image .lnk, .style-theme-color-2.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-2.ec-text-and-image .lnk:after, .style-theme-color-2.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-2.ec-text-and-image blockquote, .style-theme-color-2.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-2.ec-text-and-image .lnk, .style-theme-color-2.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-2.ec-text-and-image .lnk:after, .style-theme-color-2.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-2.ec-text-and-image .category-heading:empty():after, .style-theme-color-2.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-2.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-2.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-2.style-theme-color {
  color: #99a999 !important;
}

.style-theme-color-2.btn-primary {
  background-color: #99a999;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-2.lnk-primary, .style-theme-color-2.lnk-primary-down {
  color: #99a999 !important;
}

.style-theme-color-2.lnk-primary:after, .style-theme-color-2.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #99a999; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #99a999;
}

.style-theme-color-2 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-2 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-2 .style-theme-bg {
  background-color: #99a999;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-2 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-2 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-2 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-2 .ec-form .form-control:focus {
  border-color: #99a999;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-2 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-2 .lnk {
  color: #99a999 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-2 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #99a999;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-2 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-3.ec-text-and-image, .style-theme-color-3.style-theme-bg {
  background-color: #cedfd7 !important;
}

.style-theme-color-3.ec-text-and-image .lnk, .style-theme-color-3.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-3.ec-text-and-image .lnk:after, .style-theme-color-3.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-3.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-3.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-3.style-theme-color {
  color: #cedfd7 !important;
}

.style-theme-color-3.btn-primary {
  background-color: #cedfd7;
  color: #1d1d1b;
}

.style-theme-color-3.lnk-primary, .style-theme-color-3.lnk-primary-down {
  color: #cedfd7 !important;
}

.style-theme-color-3.lnk-primary:after, .style-theme-color-3.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #cedfd7; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cedfd7;
}

.style-theme-color-3 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-3 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-3 .style-theme-bg {
  background-color: #cedfd7;
  color: #1d1d1b;
}

.style-theme-color-3 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-3 .ec-form .form-control:focus {
  border-color: #cedfd7;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-3 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-3 .lnk {
  color: #cedfd7 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-3 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cedfd7;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-3 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-4.ec-text-and-image, .style-theme-color-4.style-theme-bg {
  background-color: #dcb38d !important;
  color: #fff;
}

.style-theme-color-4.ec-text-and-image .lnk, .style-theme-color-4.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-4.ec-text-and-image .lnk:after, .style-theme-color-4.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-4.ec-text-and-image blockquote, .style-theme-color-4.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-4.ec-text-and-image .lnk, .style-theme-color-4.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-4.ec-text-and-image .lnk:after, .style-theme-color-4.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-4.ec-text-and-image .category-heading:empty():after, .style-theme-color-4.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-4.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-4.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-4.style-theme-color {
  color: #dcb38d !important;
}

.style-theme-color-4.btn-primary {
  background-color: #dcb38d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-4.lnk-primary, .style-theme-color-4.lnk-primary-down {
  color: #dcb38d !important;
}

.style-theme-color-4.lnk-primary:after, .style-theme-color-4.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #dcb38d; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dcb38d;
}

.style-theme-color-4 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-4 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-4 .style-theme-bg {
  background-color: #dcb38d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-4 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-4 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-4 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-4 .ec-form .form-control:focus {
  border-color: #dcb38d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-4 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-4 .lnk {
  color: #dcb38d !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-4 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dcb38d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-4 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-5.ec-text-and-image, .style-theme-color-5.style-theme-bg {
  background-color: #998e7a !important;
  color: #fff;
}

.style-theme-color-5.ec-text-and-image .lnk, .style-theme-color-5.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-5.ec-text-and-image .lnk:after, .style-theme-color-5.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-5.ec-text-and-image blockquote, .style-theme-color-5.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-5.ec-text-and-image .lnk, .style-theme-color-5.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-5.ec-text-and-image .lnk:after, .style-theme-color-5.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-5.ec-text-and-image .category-heading:empty():after, .style-theme-color-5.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-5.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-5.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-5.style-theme-color {
  color: #998e7a !important;
}

.style-theme-color-5.btn-primary {
  background-color: #998e7a;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-5.lnk-primary, .style-theme-color-5.lnk-primary-down {
  color: #998e7a !important;
}

.style-theme-color-5.lnk-primary:after, .style-theme-color-5.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #998e7a; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #998e7a;
}

.style-theme-color-5 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-5 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-5 .style-theme-bg {
  background-color: #998e7a;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-5 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-5 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-5 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-5 .ec-form .form-control:focus {
  border-color: #998e7a;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-5 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-5 .lnk {
  color: #998e7a !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-5 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #998e7a;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-5 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-6.ec-text-and-image, .style-theme-color-6.style-theme-bg {
  background-color: #8e9aaa !important;
  color: #fff;
}

.style-theme-color-6.ec-text-and-image .lnk, .style-theme-color-6.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-6.ec-text-and-image .lnk:after, .style-theme-color-6.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-6.ec-text-and-image blockquote, .style-theme-color-6.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-6.ec-text-and-image .lnk, .style-theme-color-6.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-6.ec-text-and-image .lnk:after, .style-theme-color-6.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-6.ec-text-and-image .category-heading:empty():after, .style-theme-color-6.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-6.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-6.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-6.style-theme-color {
  color: #8e9aaa !important;
}

.style-theme-color-6.btn-primary {
  background-color: #8e9aaa;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-6.lnk-primary, .style-theme-color-6.lnk-primary-down {
  color: #8e9aaa !important;
}

.style-theme-color-6.lnk-primary:after, .style-theme-color-6.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #8e9aaa; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #8e9aaa;
}

.style-theme-color-6 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-6 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-6 .style-theme-bg {
  background-color: #8e9aaa;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-6 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-6 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-6 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-6 .ec-form .form-control:focus {
  border-color: #8e9aaa;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-6 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-6 .lnk {
  color: #8e9aaa !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-6 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #8e9aaa;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-6 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-7.ec-text-and-image, .style-theme-color-7.style-theme-bg {
  background-color: #b6dbd1 !important;
}

.style-theme-color-7.ec-text-and-image .lnk, .style-theme-color-7.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-7.ec-text-and-image .lnk:after, .style-theme-color-7.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-7.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-7.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-7.style-theme-color {
  color: #b6dbd1 !important;
}

.style-theme-color-7.btn-primary {
  background-color: #b6dbd1;
  color: #1d1d1b;
}

.style-theme-color-7.lnk-primary, .style-theme-color-7.lnk-primary-down {
  color: #b6dbd1 !important;
}

.style-theme-color-7.lnk-primary:after, .style-theme-color-7.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #b6dbd1; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #b6dbd1;
}

.style-theme-color-7 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-7 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-7 .style-theme-bg {
  background-color: #b6dbd1;
  color: #1d1d1b;
}

.style-theme-color-7 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-7 .ec-form .form-control:focus {
  border-color: #b6dbd1;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-7 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-7 .lnk {
  color: #b6dbd1 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-7 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #b6dbd1;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-7 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-8.ec-text-and-image, .style-theme-color-8.style-theme-bg {
  background-color: #f1998f !important;
  color: #fff;
}

.style-theme-color-8.ec-text-and-image .lnk, .style-theme-color-8.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-8.ec-text-and-image .lnk:after, .style-theme-color-8.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-8.ec-text-and-image blockquote, .style-theme-color-8.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-8.ec-text-and-image .lnk, .style-theme-color-8.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-8.ec-text-and-image .lnk:after, .style-theme-color-8.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-8.ec-text-and-image .category-heading:empty():after, .style-theme-color-8.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-8.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-8.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-8.style-theme-color {
  color: #f1998f !important;
}

.style-theme-color-8.btn-primary {
  background-color: #f1998f;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-8.lnk-primary, .style-theme-color-8.lnk-primary-down {
  color: #f1998f !important;
}

.style-theme-color-8.lnk-primary:after, .style-theme-color-8.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #f1998f; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f1998f;
}

.style-theme-color-8 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-8 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-8 .style-theme-bg {
  background-color: #f1998f;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-8 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-8 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-8 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-8 .ec-form .form-control:focus {
  border-color: #f1998f;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-8 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-8 .lnk {
  color: #f1998f !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-8 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f1998f;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-8 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-9.ec-text-and-image, .style-theme-color-9.style-theme-bg {
  background-color: #edc4b4 !important;
}

.style-theme-color-9.ec-text-and-image .lnk, .style-theme-color-9.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-9.ec-text-and-image .lnk:after, .style-theme-color-9.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-9.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-9.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-9.style-theme-color {
  color: #edc4b4 !important;
}

.style-theme-color-9.btn-primary {
  background-color: #edc4b4;
  color: #1d1d1b;
}

.style-theme-color-9.lnk-primary, .style-theme-color-9.lnk-primary-down {
  color: #edc4b4 !important;
}

.style-theme-color-9.lnk-primary:after, .style-theme-color-9.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #edc4b4; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #edc4b4;
}

.style-theme-color-9 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-9 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-9 .style-theme-bg {
  background-color: #edc4b4;
  color: #1d1d1b;
}

.style-theme-color-9 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-9 .ec-form .form-control:focus {
  border-color: #edc4b4;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-9 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-9 .lnk {
  color: #edc4b4 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-9 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #edc4b4;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-9 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-10.ec-text-and-image, .style-theme-color-10.style-theme-bg {
  background-color: #c4d1de !important;
}

.style-theme-color-10.ec-text-and-image .lnk, .style-theme-color-10.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-10.ec-text-and-image .lnk:after, .style-theme-color-10.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-10.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-10.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-10.style-theme-color {
  color: #c4d1de !important;
}

.style-theme-color-10.btn-primary {
  background-color: #c4d1de;
  color: #1d1d1b;
}

.style-theme-color-10.lnk-primary, .style-theme-color-10.lnk-primary-down {
  color: #c4d1de !important;
}

.style-theme-color-10.lnk-primary:after, .style-theme-color-10.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #c4d1de; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c4d1de;
}

.style-theme-color-10 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-10 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-10 .style-theme-bg {
  background-color: #c4d1de;
  color: #1d1d1b;
}

.style-theme-color-10 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-10 .ec-form .form-control:focus {
  border-color: #c4d1de;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-10 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-10 .lnk {
  color: #c4d1de !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-10 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c4d1de;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-10 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-11.ec-text-and-image, .style-theme-color-11.style-theme-bg {
  background-color: #575656 !important;
  color: #fff;
}

.style-theme-color-11.ec-text-and-image .lnk, .style-theme-color-11.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-11.ec-text-and-image .lnk:after, .style-theme-color-11.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-11.ec-text-and-image blockquote, .style-theme-color-11.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-11.ec-text-and-image .lnk, .style-theme-color-11.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-11.ec-text-and-image .lnk:after, .style-theme-color-11.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-11.ec-text-and-image .category-heading:empty():after, .style-theme-color-11.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-11.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-11.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-11.style-theme-color {
  color: #575656 !important;
}

.style-theme-color-11.btn-primary {
  background-color: #575656;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-11.lnk-primary, .style-theme-color-11.lnk-primary-down {
  color: #575656 !important;
}

.style-theme-color-11.lnk-primary:after, .style-theme-color-11.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #575656; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #575656;
}

.style-theme-color-11 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-11 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-11 .style-theme-bg {
  background-color: #575656;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-11 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-11 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-11 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-11 .ec-form .form-control:focus {
  border-color: #575656;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-11 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-11 .lnk {
  color: #575656 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-11 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #575656;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-11 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-12.ec-text-and-image, .style-theme-color-12.style-theme-bg {
  background-color: #9aaa9f !important;
  color: #fff;
}

.style-theme-color-12.ec-text-and-image .lnk, .style-theme-color-12.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-12.ec-text-and-image .lnk:after, .style-theme-color-12.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-12.ec-text-and-image blockquote, .style-theme-color-12.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-12.ec-text-and-image .lnk, .style-theme-color-12.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-12.ec-text-and-image .lnk:after, .style-theme-color-12.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-12.ec-text-and-image .category-heading:empty():after, .style-theme-color-12.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-12.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-12.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-12.style-theme-color {
  color: #9aaa9f !important;
}

.style-theme-color-12.btn-primary {
  background-color: #9aaa9f;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-12.lnk-primary, .style-theme-color-12.lnk-primary-down {
  color: #9aaa9f !important;
}

.style-theme-color-12.lnk-primary:after, .style-theme-color-12.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #9aaa9f; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #9aaa9f;
}

.style-theme-color-12 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-12 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-12 .style-theme-bg {
  background-color: #9aaa9f;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-12 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-12 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-12 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-12 .ec-form .form-control:focus {
  border-color: #9aaa9f;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-12 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-12 .lnk {
  color: #9aaa9f !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-12 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #9aaa9f;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-12 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-13.ec-text-and-image, .style-theme-color-13.style-theme-bg {
  background-color: #ff6b00 !important;
  color: #1d1d1b !important;
  color: #fff;
}

.style-theme-color-13.ec-text-and-image .lnk, .style-theme-color-13.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-13.ec-text-and-image .lnk:after, .style-theme-color-13.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-13.ec-text-and-image blockquote, .style-theme-color-13.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-13.ec-text-and-image .lnk, .style-theme-color-13.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-13.ec-text-and-image .lnk:after, .style-theme-color-13.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-13.ec-text-and-image .category-heading:empty():after, .style-theme-color-13.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-13.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-13.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-13.style-theme-color {
  color: #ff6b00 !important;
}

.style-theme-color-13.btn-primary {
  background-color: #ff6b00;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-13.lnk-primary, .style-theme-color-13.lnk-primary-down {
  color: #ff6b00 !important;
}

.style-theme-color-13.lnk-primary:after, .style-theme-color-13.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #ff6b00; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ff6b00;
}

.style-theme-color-13 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-13 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-13 .btn {
  background-color: #313031 !important;
  color: #fff !important;
  border-color: #1d1d1b !important;
}

.style-theme-color-13 .btn:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-13 .style-theme-bg {
  background-color: #ff6b00;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-13 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-13 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-13 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-13 .ec-form .form-control:focus {
  border-color: #ff6b00;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-13 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-13 .lnk {
  color: #ff6b00 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-13 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ff6b00;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-13 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-14.ec-text-and-image, .style-theme-color-14.style-theme-bg {
  background-color: #0014de !important;
  color: #fff;
}

.style-theme-color-14.ec-text-and-image .lnk, .style-theme-color-14.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-14.ec-text-and-image .lnk:after, .style-theme-color-14.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-14.ec-text-and-image blockquote, .style-theme-color-14.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-14.ec-text-and-image .lnk, .style-theme-color-14.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-14.ec-text-and-image .lnk:after, .style-theme-color-14.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-14.ec-text-and-image .category-heading:empty():after, .style-theme-color-14.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-14.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-14.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-14.style-theme-color {
  color: #0014de !important;
}

.style-theme-color-14.btn-primary {
  background-color: #0014de;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-14.lnk-primary, .style-theme-color-14.lnk-primary-down {
  color: #0014de !important;
}

.style-theme-color-14.lnk-primary:after, .style-theme-color-14.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #0014de; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #0014de;
}

.style-theme-color-14 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-14 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-14 .style-theme-bg {
  background-color: #0014de;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-14 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-14 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-14 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-14 .ec-form .form-control:focus {
  border-color: #0014de;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-14 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-14 .lnk {
  color: #0014de !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-14 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #0014de;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-14 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-15.ec-text-and-image, .style-theme-color-15.style-theme-bg {
  background-color: #1d1d1b !important;
  color: #fff;
}

.style-theme-color-15.ec-text-and-image .lnk, .style-theme-color-15.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-15.ec-text-and-image .lnk:after, .style-theme-color-15.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-15.ec-text-and-image blockquote, .style-theme-color-15.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-15.ec-text-and-image .lnk, .style-theme-color-15.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-15.ec-text-and-image .lnk:after, .style-theme-color-15.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-15.ec-text-and-image .category-heading:empty():after, .style-theme-color-15.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-15.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-15.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-15.style-theme-color {
  color: #1d1d1b !important;
}

.style-theme-color-15.btn-primary {
  background-color: #1d1d1b;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-15.lnk-primary, .style-theme-color-15.lnk-primary-down {
  color: #1d1d1b !important;
}

.style-theme-color-15.lnk-primary:after, .style-theme-color-15.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #1d1d1b; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1d1d1b;
}

.style-theme-color-15 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-15 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-15 .style-theme-bg {
  background-color: #1d1d1b;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-15 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-15 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-15 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-15 .ec-form .form-control:focus {
  border-color: #1d1d1b;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-15 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-15 .lnk {
  color: #1d1d1b !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-15 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1d1d1b;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-15 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-16.ec-text-and-image, .style-theme-color-16.style-theme-bg {
  background-color: #f4f4f4 !important;
}

.style-theme-color-16.ec-text-and-image .lnk, .style-theme-color-16.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-16.ec-text-and-image .lnk:after, .style-theme-color-16.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-16.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-16.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-16.style-theme-color {
  color: #f4f4f4 !important;
}

.style-theme-color-16.btn-primary {
  background-color: #f4f4f4;
  color: #1d1d1b;
}

.style-theme-color-16.lnk-primary, .style-theme-color-16.lnk-primary-down {
  color: #f4f4f4 !important;
}

.style-theme-color-16.lnk-primary:after, .style-theme-color-16.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #f4f4f4; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4f4f4;
}

.style-theme-color-16 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-16 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-16 .style-theme-bg {
  background-color: #f4f4f4;
  color: #1d1d1b;
}

.style-theme-color-16 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-16 .ec-form .form-control:focus {
  border-color: #f4f4f4;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-16 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-16 .lnk {
  color: #f4f4f4 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-16 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4f4f4;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-16 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-17.ec-text-and-image, .style-theme-color-17.style-theme-bg {
  background-color: #313031 !important;
  color: #fff;
}

.style-theme-color-17.ec-text-and-image .lnk, .style-theme-color-17.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-17.ec-text-and-image .lnk:after, .style-theme-color-17.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-17.ec-text-and-image blockquote, .style-theme-color-17.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-17.ec-text-and-image .lnk, .style-theme-color-17.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-17.ec-text-and-image .lnk:after, .style-theme-color-17.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-17.ec-text-and-image .category-heading:empty():after, .style-theme-color-17.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-17.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-17.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-17.style-theme-color {
  color: #313031 !important;
}

.style-theme-color-17.btn-primary {
  background-color: #313031;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-17.lnk-primary, .style-theme-color-17.lnk-primary-down {
  color: #313031 !important;
}

.style-theme-color-17.lnk-primary:after, .style-theme-color-17.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #313031; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #313031;
}

.style-theme-color-17 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-17 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-17 .style-theme-bg {
  background-color: #313031;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-17 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-17 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-17 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-17 .ec-form .form-control:focus {
  border-color: #313031;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-17 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-17 .lnk {
  color: #313031 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-17 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #313031;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-17 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-18.ec-text-and-image, .style-theme-color-18.style-theme-bg {
  background-color: #383c45 !important;
  color: #fff;
}

.style-theme-color-18.ec-text-and-image .lnk, .style-theme-color-18.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-18.ec-text-and-image .lnk:after, .style-theme-color-18.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-18.ec-text-and-image blockquote, .style-theme-color-18.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-18.ec-text-and-image .lnk, .style-theme-color-18.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-18.ec-text-and-image .lnk:after, .style-theme-color-18.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-18.ec-text-and-image .category-heading:empty():after, .style-theme-color-18.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-18.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-18.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-18.style-theme-color {
  color: #383c45 !important;
}

.style-theme-color-18.btn-primary {
  background-color: #383c45;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-18.lnk-primary, .style-theme-color-18.lnk-primary-down {
  color: #383c45 !important;
}

.style-theme-color-18.lnk-primary:after, .style-theme-color-18.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #383c45; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #383c45;
}

.style-theme-color-18 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-18 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-18 .style-theme-bg {
  background-color: #383c45;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-18 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-18 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-18 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-18 .ec-form .form-control:focus {
  border-color: #383c45;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-18 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-18 .lnk {
  color: #383c45 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-18 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #383c45;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-18 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-19.ec-text-and-image, .style-theme-color-19.style-theme-bg {
  background-color: #e4d7c8 !important;
}

.style-theme-color-19.ec-text-and-image .lnk, .style-theme-color-19.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-19.ec-text-and-image .lnk:after, .style-theme-color-19.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-19.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-19.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-19.style-theme-color {
  color: #e4d7c8 !important;
}

.style-theme-color-19.btn-primary {
  background-color: #e4d7c8;
  color: #1d1d1b;
}

.style-theme-color-19.lnk-primary, .style-theme-color-19.lnk-primary-down {
  color: #e4d7c8 !important;
}

.style-theme-color-19.lnk-primary:after, .style-theme-color-19.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #e4d7c8; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e4d7c8;
}

.style-theme-color-19 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-19 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-19 .style-theme-bg {
  background-color: #e4d7c8;
  color: #1d1d1b;
}

.style-theme-color-19 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-19 .ec-form .form-control:focus {
  border-color: #e4d7c8;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-19 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-19 .lnk {
  color: #e4d7c8 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-19 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e4d7c8;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-19 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-20.ec-text-and-image, .style-theme-color-20.style-theme-bg {
  background-color: #e1e0e0 !important;
}

.style-theme-color-20.ec-text-and-image .lnk, .style-theme-color-20.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-20.ec-text-and-image .lnk:after, .style-theme-color-20.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-20.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-20.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-20.style-theme-color {
  color: #e1e0e0 !important;
}

.style-theme-color-20.btn-primary {
  background-color: #e1e0e0;
  color: #1d1d1b;
}

.style-theme-color-20.lnk-primary, .style-theme-color-20.lnk-primary-down {
  color: #e1e0e0 !important;
}

.style-theme-color-20.lnk-primary:after, .style-theme-color-20.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #e1e0e0; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e1e0e0;
}

.style-theme-color-20 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-20 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-20 .style-theme-bg {
  background-color: #e1e0e0;
  color: #1d1d1b;
}

.style-theme-color-20 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-20 .ec-form .form-control:focus {
  border-color: #e1e0e0;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-20 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-20 .lnk {
  color: #e1e0e0 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-20 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e1e0e0;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-20 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-21.ec-text-and-image, .style-theme-color-21.style-theme-bg {
  background-color: #1b275d !important;
  color: #fff;
}

.style-theme-color-21.ec-text-and-image .lnk, .style-theme-color-21.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-21.ec-text-and-image .lnk:after, .style-theme-color-21.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-21.ec-text-and-image blockquote, .style-theme-color-21.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-21.ec-text-and-image .lnk, .style-theme-color-21.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-21.ec-text-and-image .lnk:after, .style-theme-color-21.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-21.ec-text-and-image .category-heading:empty():after, .style-theme-color-21.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-21.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-21.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-21.style-theme-color {
  color: #1b275d !important;
}

.style-theme-color-21.btn-primary {
  background-color: #1b275d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-21.lnk-primary, .style-theme-color-21.lnk-primary-down {
  color: #1b275d !important;
}

.style-theme-color-21.lnk-primary:after, .style-theme-color-21.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #1b275d; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1b275d;
}

.style-theme-color-21 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-21 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-21 .style-theme-bg {
  background-color: #1b275d;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-21 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-21 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-21 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-21 .ec-form .form-control:focus {
  border-color: #1b275d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-21 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-21 .lnk {
  color: #1b275d !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-21 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1b275d;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-21 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-22.ec-text-and-image, .style-theme-color-22.style-theme-bg {
  background-color: #779ace !important;
  color: #1d1d1b !important;
  color: #fff;
}

.style-theme-color-22.ec-text-and-image .lnk, .style-theme-color-22.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-22.ec-text-and-image .lnk:after, .style-theme-color-22.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-22.ec-text-and-image blockquote, .style-theme-color-22.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-22.ec-text-and-image .lnk, .style-theme-color-22.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-22.ec-text-and-image .lnk:after, .style-theme-color-22.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-22.ec-text-and-image .category-heading:empty():after, .style-theme-color-22.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-22.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-22.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-22.style-theme-color {
  color: #779ace !important;
}

.style-theme-color-22.btn-primary {
  background-color: #779ace;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-22.lnk-primary, .style-theme-color-22.lnk-primary-down {
  color: #779ace !important;
}

.style-theme-color-22.lnk-primary:after, .style-theme-color-22.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #779ace; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #779ace;
}

.style-theme-color-22 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-22 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-22 .style-theme-bg {
  background-color: #779ace;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-22 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-22 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-22 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-22 .ec-form .form-control:focus {
  border-color: #779ace;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-22 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-22 .lnk {
  color: #779ace !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-22 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #779ace;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-22 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-23.ec-text-and-image, .style-theme-color-23.style-theme-bg {
  background-color: #c8d9ec !important;
}

.style-theme-color-23.ec-text-and-image .lnk, .style-theme-color-23.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-23.ec-text-and-image .lnk:after, .style-theme-color-23.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-23.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-23.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-23.style-theme-color {
  color: #c8d9ec !important;
}

.style-theme-color-23.btn-primary {
  background-color: #c8d9ec;
  color: #1d1d1b;
}

.style-theme-color-23.lnk-primary, .style-theme-color-23.lnk-primary-down {
  color: #c8d9ec !important;
}

.style-theme-color-23.lnk-primary:after, .style-theme-color-23.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #c8d9ec; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c8d9ec;
}

.style-theme-color-23 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-23 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-23 .style-theme-bg {
  background-color: #c8d9ec;
  color: #1d1d1b;
}

.style-theme-color-23 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-23 .ec-form .form-control:focus {
  border-color: #c8d9ec;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-23 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-23 .lnk {
  color: #c8d9ec !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-23 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c8d9ec;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-23 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-24.ec-text-and-image, .style-theme-color-24.style-theme-bg {
  background-color: #f6d1ba !important;
}

.style-theme-color-24.ec-text-and-image .lnk, .style-theme-color-24.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-24.ec-text-and-image .lnk:after, .style-theme-color-24.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-24.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-24.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-24.style-theme-color {
  color: #f6d1ba !important;
}

.style-theme-color-24.btn-primary {
  background-color: #f6d1ba;
  color: #1d1d1b;
}

.style-theme-color-24.lnk-primary, .style-theme-color-24.lnk-primary-down {
  color: #f6d1ba !important;
}

.style-theme-color-24.lnk-primary:after, .style-theme-color-24.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #f6d1ba; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f6d1ba;
}

.style-theme-color-24 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-24 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-24 .style-theme-bg {
  background-color: #f6d1ba;
  color: #1d1d1b;
}

.style-theme-color-24 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-24 .ec-form .form-control:focus {
  border-color: #f6d1ba;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-24 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-24 .lnk {
  color: #f6d1ba !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-24 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f6d1ba;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-24 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-25.ec-text-and-image, .style-theme-color-25.style-theme-bg {
  background-color: #dfa374 !important;
  color: #1d1d1b !important;
  color: #fff;
}

.style-theme-color-25.ec-text-and-image .lnk, .style-theme-color-25.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-25.ec-text-and-image .lnk:after, .style-theme-color-25.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-25.ec-text-and-image blockquote, .style-theme-color-25.style-theme-bg blockquote {
  color: rgba(255, 255, 255, 0.7);
}

.style-theme-color-25.ec-text-and-image .lnk, .style-theme-color-25.style-theme-bg .lnk {
  color: #fff !important;
}

.style-theme-color-25.ec-text-and-image .lnk:after, .style-theme-color-25.style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-25.ec-text-and-image .category-heading:empty():after, .style-theme-color-25.style-theme-bg .category-heading:empty():after {
  background: #fff;
}

.style-theme-color-25.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-25.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-25.style-theme-color {
  color: #dfa374 !important;
}

.style-theme-color-25.btn-primary {
  background-color: #dfa374;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-25.lnk-primary, .style-theme-color-25.lnk-primary-down {
  color: #dfa374 !important;
}

.style-theme-color-25.lnk-primary:after, .style-theme-color-25.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #dfa374; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dfa374;
}

.style-theme-color-25 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.style-theme-color-25 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-25 .style-theme-bg {
  background-color: #dfa374;
  color: #1d1d1b;
  color: #fff;
}

.style-theme-color-25 .style-theme-bg .lnk {
  color: #fff;
}

.style-theme-color-25 .style-theme-bg .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

.style-theme-color-25 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

.style-theme-color-25 .ec-form .form-control:focus {
  border-color: #dfa374;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-25 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-25 .lnk {
  color: #dfa374 !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-25 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dfa374;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-25 .category-heading:empty():after {
  background: #1d1d1b;
}

.style-theme-color-26.ec-text-and-image, .style-theme-color-26.style-theme-bg {
  background-color: #f4eacf !important;
}

.style-theme-color-26.ec-text-and-image .lnk, .style-theme-color-26.style-theme-bg .lnk {
  color: #1d1d1b;
}

.style-theme-color-26.ec-text-and-image .lnk:after, .style-theme-color-26.style-theme-bg .lnk:after {
  /*background-image: url(/Content/images/link-arrow-black.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.style-theme-color-26.ec-text-and-image a:not(.btn):not(.lnk-standard), .style-theme-color-26.style-theme-bg a:not(.btn):not(.lnk-standard) {
  color: inherit;
  text-decoration: none;
}

.style-theme-color-26.style-theme-color {
  color: #f4eacf !important;
}

.style-theme-color-26.btn-primary {
  background-color: #f4eacf;
  color: #1d1d1b;
}

.style-theme-color-26.lnk-primary, .style-theme-color-26.lnk-primary-down {
  color: #f4eacf !important;
}

.style-theme-color-26.lnk-primary:after, .style-theme-color-26.lnk-primary-down:after {
  /**/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9002 -486 22 11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: #f4eacf; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2948' data-name='Group 2948' transform='translate(-9408 -949)'%3E %3Cpath id='Exclusion_1' data-name='Exclusion 1' class='cls-1' d='M9423,959v-3h-14v-3h14v-3l3,2.2,3,2.2-3,2.4-3,2.2Z' transform='translate(-9002 -486)'/%3E %3C/g%3E %3C/svg%3E ");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4eacf;
}

.style-theme-color-26 .btn-primary {
  background-color: #313031 !important;
  color: #fff !important;
}

.style-theme-color-26 .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.style-theme-color-26 .style-theme-bg {
  background-color: #f4eacf;
  color: #1d1d1b;
}

.style-theme-color-26 .style-theme-bg .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

.style-theme-color-26 .ec-form .form-control:focus {
  border-color: #f4eacf;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-26 {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  color: #1d1d1b;
  /*
			.lnk:after {
				background-color: $color;
			}*/
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-26 .lnk {
  color: #f4eacf !important;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-26 .lnk:after {
  /*background-color: $color;	
					background-image: url(/Content/images/link-arrow-mask-white.svg);*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4eacf;
}

.container-fluid:not(.container-tiles) div[class*='col-'] .ec-text-and-image-page.style-theme-color-26 .category-heading:empty():after {
  background: #1d1d1b;
}

.text-background-block.text-inverted .btn-primary {
  background-color: #fff !important;
  color: #1d1d1b !important;
}

.text-background-block .btn-primary:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

body.theme-primary .btn-primary {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: #1d1d1b;
  color: #fff;
}

body.theme-primary .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-primary .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-primary .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-primary .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #007bff !important;
  border: 1px solid #007bff !important;
}

body.theme-primary .btn-add-favorite:hover svg path {
  stroke: #007bff;
}

body.theme-primary .lnk-primary,
body.theme-primary .lnk-primary-down {
  color: #007bff;
}

body.theme-primary .lnk-primary:after,
body.theme-primary .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #007bff;
}

body.theme-primary .theme-bg {
  background-color: #007bff;
  color: #1d1d1b;
  color: #fff;
}

body.theme-primary .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-primary .page-theme-color {
  background-color: #007bff !important;
  color: #fff;
}

body.theme-primary .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-primary .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-primary .page-theme-color .svg-color .cls-1,
body.theme-primary .page-theme-color .svg-color .cls-2,
body.theme-primary .page-theme-color .svg-color .cls-3,
body.theme-primary .page-theme-color .svg-color .cls-4,
body.theme-primary .page-theme-color .svg-color .cls-5,
body.theme-primary .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-primary .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-primary .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-primary .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-primary .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-primary .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-primary .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-primary .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-primary .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-primary .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-primary .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-primary .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-primary .theme-bg {
  background-color: #007bff;
}

html body .theme-primary .theme-color {
  color: #007bff;
}

/*.style-theme-primary {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-secondary .btn-primary {
  background-color: #6c757d;
  border: 1px solid #6c757d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-secondary .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-secondary .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-secondary .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-secondary .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
}

body.theme-secondary .btn-add-favorite:hover svg path {
  stroke: #6c757d;
}

body.theme-secondary .lnk-primary,
body.theme-secondary .lnk-primary-down {
  color: #6c757d;
}

body.theme-secondary .lnk-primary:after,
body.theme-secondary .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #6c757d;
}

body.theme-secondary .theme-bg {
  background-color: #6c757d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-secondary .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-secondary .page-theme-color {
  background-color: #6c757d !important;
  color: #fff;
}

body.theme-secondary .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-secondary .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-secondary .page-theme-color .svg-color .cls-1,
body.theme-secondary .page-theme-color .svg-color .cls-2,
body.theme-secondary .page-theme-color .svg-color .cls-3,
body.theme-secondary .page-theme-color .svg-color .cls-4,
body.theme-secondary .page-theme-color .svg-color .cls-5,
body.theme-secondary .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-secondary .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-secondary .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-secondary .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-secondary .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-secondary .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-secondary .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-secondary .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-secondary .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-secondary .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-secondary .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-secondary .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-secondary .theme-bg {
  background-color: #6c757d;
}

html body .theme-secondary .theme-color {
  color: #6c757d;
}

/*.style-theme-secondary {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-success .btn-primary {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #1d1d1b;
  color: #fff;
}

body.theme-success .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-success .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-success .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-success .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #28a745 !important;
  border: 1px solid #28a745 !important;
}

body.theme-success .btn-add-favorite:hover svg path {
  stroke: #28a745;
}

body.theme-success .lnk-primary,
body.theme-success .lnk-primary-down {
  color: #28a745;
}

body.theme-success .lnk-primary:after,
body.theme-success .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #28a745;
}

body.theme-success .theme-bg {
  background-color: #28a745;
  color: #1d1d1b;
  color: #fff;
}

body.theme-success .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-success .page-theme-color {
  background-color: #28a745 !important;
  color: #fff;
}

body.theme-success .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-success .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-success .page-theme-color .svg-color .cls-1,
body.theme-success .page-theme-color .svg-color .cls-2,
body.theme-success .page-theme-color .svg-color .cls-3,
body.theme-success .page-theme-color .svg-color .cls-4,
body.theme-success .page-theme-color .svg-color .cls-5,
body.theme-success .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-success .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-success .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-success .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-success .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-success .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-success .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-success .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-success .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-success .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-success .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-success .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-success .theme-bg {
  background-color: #28a745;
}

html body .theme-success .theme-color {
  color: #28a745;
}

/*.style-theme-success {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-info .btn-primary {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #1d1d1b;
  color: #fff;
}

body.theme-info .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-info .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-info .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-info .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
}

body.theme-info .btn-add-favorite:hover svg path {
  stroke: #17a2b8;
}

body.theme-info .lnk-primary,
body.theme-info .lnk-primary-down {
  color: #17a2b8;
}

body.theme-info .lnk-primary:after,
body.theme-info .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #17a2b8;
}

body.theme-info .theme-bg {
  background-color: #17a2b8;
  color: #1d1d1b;
  color: #fff;
}

body.theme-info .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-info .page-theme-color {
  background-color: #17a2b8 !important;
  color: #fff;
}

body.theme-info .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-info .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-info .page-theme-color .svg-color .cls-1,
body.theme-info .page-theme-color .svg-color .cls-2,
body.theme-info .page-theme-color .svg-color .cls-3,
body.theme-info .page-theme-color .svg-color .cls-4,
body.theme-info .page-theme-color .svg-color .cls-5,
body.theme-info .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-info .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-info .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-info .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-info .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-info .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-info .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-info .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-info .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-info .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-info .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-info .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-info .theme-bg {
  background-color: #17a2b8;
}

html body .theme-info .theme-color {
  color: #17a2b8;
}

/*.style-theme-info {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-warning .btn-primary {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #1d1d1b;
  color: #fff;
}

body.theme-warning .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-warning .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-warning .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-warning .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

body.theme-warning .btn-add-favorite:hover svg path {
  stroke: #ffc107;
}

body.theme-warning .lnk-primary,
body.theme-warning .lnk-primary-down {
  color: #ffc107;
}

body.theme-warning .lnk-primary:after,
body.theme-warning .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffc107;
}

body.theme-warning .theme-bg {
  background-color: #ffc107;
  color: #1d1d1b;
  color: #fff;
}

body.theme-warning .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-warning .page-theme-color {
  background-color: #ffc107 !important;
  color: #fff;
}

body.theme-warning .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-warning .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-warning .page-theme-color .svg-color .cls-1,
body.theme-warning .page-theme-color .svg-color .cls-2,
body.theme-warning .page-theme-color .svg-color .cls-3,
body.theme-warning .page-theme-color .svg-color .cls-4,
body.theme-warning .page-theme-color .svg-color .cls-5,
body.theme-warning .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-warning .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-warning .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-warning .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-warning .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-warning .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-warning .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-warning .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-warning .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-warning .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-warning .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-warning .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-warning .theme-bg {
  background-color: #ffc107;
}

html body .theme-warning .theme-color {
  color: #ffc107;
}

/*.style-theme-warning {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-danger .btn-primary {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #1d1d1b;
  color: #fff;
}

body.theme-danger .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-danger .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-danger .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-danger .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}

body.theme-danger .btn-add-favorite:hover svg path {
  stroke: #dc3545;
}

body.theme-danger .lnk-primary,
body.theme-danger .lnk-primary-down {
  color: #dc3545;
}

body.theme-danger .lnk-primary:after,
body.theme-danger .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dc3545;
}

body.theme-danger .theme-bg {
  background-color: #dc3545;
  color: #1d1d1b;
  color: #fff;
}

body.theme-danger .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-danger .page-theme-color {
  background-color: #dc3545 !important;
  color: #fff;
}

body.theme-danger .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-danger .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-danger .page-theme-color .svg-color .cls-1,
body.theme-danger .page-theme-color .svg-color .cls-2,
body.theme-danger .page-theme-color .svg-color .cls-3,
body.theme-danger .page-theme-color .svg-color .cls-4,
body.theme-danger .page-theme-color .svg-color .cls-5,
body.theme-danger .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-danger .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-danger .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-danger .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-danger .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-danger .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-danger .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-danger .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-danger .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-danger .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-danger .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-danger .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-danger .theme-bg {
  background-color: #dc3545;
}

html body .theme-danger .theme-color {
  color: #dc3545;
}

/*.style-theme-danger {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-light .btn-primary {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  color: #1d1d1b;
}

body.theme-light .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-light .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-light .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-light .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
}

body.theme-light .btn-add-favorite:hover svg path {
  stroke: #f8f9fa;
}

body.theme-light .lnk-primary,
body.theme-light .lnk-primary-down {
  color: #f8f9fa;
}

body.theme-light .lnk-primary:after,
body.theme-light .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f8f9fa;
}

body.theme-light .theme-bg {
  background-color: #f8f9fa;
  color: #1d1d1b;
}

body.theme-light .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-light .page-theme-color {
  background-color: #f8f9fa !important;
}

body.theme-light .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-light .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-light .page-theme-color .svg-color .cls-1,
body.theme-light .page-theme-color .svg-color .cls-2,
body.theme-light .page-theme-color .svg-color .cls-3,
body.theme-light .page-theme-color .svg-color .cls-4,
body.theme-light .page-theme-color .svg-color .cls-5,
body.theme-light .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-light .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-light .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-light .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-light .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-light .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-light .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-light .theme-bg {
  background-color: #f8f9fa;
}

html body .theme-light .theme-color {
  color: #f8f9fa;
}

/*.style-theme-light {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-dark .btn-primary {
  background-color: #343a40;
  border: 1px solid #343a40;
  color: #1d1d1b;
  color: #fff;
}

body.theme-dark .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-dark .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-dark .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-dark .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #343a40 !important;
  border: 1px solid #343a40 !important;
}

body.theme-dark .btn-add-favorite:hover svg path {
  stroke: #343a40;
}

body.theme-dark .lnk-primary,
body.theme-dark .lnk-primary-down {
  color: #343a40;
}

body.theme-dark .lnk-primary:after,
body.theme-dark .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #343a40;
}

body.theme-dark .theme-bg {
  background-color: #343a40;
  color: #1d1d1b;
  color: #fff;
}

body.theme-dark .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-dark .page-theme-color {
  background-color: #343a40 !important;
  color: #fff;
}

body.theme-dark .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-dark .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-dark .page-theme-color .svg-color .cls-1,
body.theme-dark .page-theme-color .svg-color .cls-2,
body.theme-dark .page-theme-color .svg-color .cls-3,
body.theme-dark .page-theme-color .svg-color .cls-4,
body.theme-dark .page-theme-color .svg-color .cls-5,
body.theme-dark .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-dark .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-dark .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-dark .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-dark .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-dark .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-dark .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-dark .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-dark .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-dark .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-dark .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-dark .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-dark .theme-bg {
  background-color: #343a40;
}

html body .theme-dark .theme-color {
  color: #343a40;
}

/*.style-theme-dark {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-0 .btn-primary {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #1d1d1b;
}

body.theme-color-0 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-0 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-0 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-0 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

body.theme-color-0 .btn-add-favorite:hover svg path {
  stroke: #ffffff;
}

body.theme-color-0 .lnk-primary,
body.theme-color-0 .lnk-primary-down {
  color: #ffffff;
}

body.theme-color-0 .lnk-primary:after,
body.theme-color-0 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ffffff;
}

body.theme-color-0 .theme-bg {
  background-color: #ffffff;
  color: #1d1d1b;
}

body.theme-color-0 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-0 .page-theme-color {
  background-color: #ffffff !important;
}

body.theme-color-0 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-0 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-0 .page-theme-color .svg-color .cls-1,
body.theme-color-0 .page-theme-color .svg-color .cls-2,
body.theme-color-0 .page-theme-color .svg-color .cls-3,
body.theme-color-0 .page-theme-color .svg-color .cls-4,
body.theme-color-0 .page-theme-color .svg-color .cls-5,
body.theme-color-0 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-0 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-0 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-0 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-0 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-0 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-0 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-0 .theme-bg {
  background-color: #ffffff;
}

html body .theme-color-0 .theme-color {
  color: #ffffff;
}

/*.style-theme-color-0 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-1 .btn-primary {
  background-color: #cb998d;
  border: 1px solid #cb998d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-1 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-1 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-1 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-1 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #cb998d !important;
  border: 1px solid #cb998d !important;
}

body.theme-color-1 .btn-add-favorite:hover svg path {
  stroke: #cb998d;
}

body.theme-color-1 .lnk-primary,
body.theme-color-1 .lnk-primary-down {
  color: #cb998d;
}

body.theme-color-1 .lnk-primary:after,
body.theme-color-1 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cb998d;
}

body.theme-color-1 .theme-bg {
  background-color: #cb998d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-1 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-1 .page-theme-color {
  background-color: #cb998d !important;
  color: #fff;
}

body.theme-color-1 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-1 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-1 .page-theme-color .svg-color .cls-1,
body.theme-color-1 .page-theme-color .svg-color .cls-2,
body.theme-color-1 .page-theme-color .svg-color .cls-3,
body.theme-color-1 .page-theme-color .svg-color .cls-4,
body.theme-color-1 .page-theme-color .svg-color .cls-5,
body.theme-color-1 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-1 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-1 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-1 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-1 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-1 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-1 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-1 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-1 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-1 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-1 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-1 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-1 .theme-bg {
  background-color: #cb998d;
}

html body .theme-color-1 .theme-color {
  color: #cb998d;
}

/*.style-theme-color-1 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-2 .btn-primary {
  background-color: #99a999;
  border: 1px solid #99a999;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-2 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-2 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-2 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-2 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #99a999 !important;
  border: 1px solid #99a999 !important;
}

body.theme-color-2 .btn-add-favorite:hover svg path {
  stroke: #99a999;
}

body.theme-color-2 .lnk-primary,
body.theme-color-2 .lnk-primary-down {
  color: #99a999;
}

body.theme-color-2 .lnk-primary:after,
body.theme-color-2 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #99a999;
}

body.theme-color-2 .theme-bg {
  background-color: #99a999;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-2 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-2 .page-theme-color {
  background-color: #99a999 !important;
  color: #fff;
}

body.theme-color-2 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-2 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-2 .page-theme-color .svg-color .cls-1,
body.theme-color-2 .page-theme-color .svg-color .cls-2,
body.theme-color-2 .page-theme-color .svg-color .cls-3,
body.theme-color-2 .page-theme-color .svg-color .cls-4,
body.theme-color-2 .page-theme-color .svg-color .cls-5,
body.theme-color-2 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-2 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-2 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-2 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-2 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-2 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-2 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-2 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-2 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-2 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-2 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-2 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-2 .theme-bg {
  background-color: #99a999;
}

html body .theme-color-2 .theme-color {
  color: #99a999;
}

/*.style-theme-color-2 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-3 .btn-primary {
  background-color: #cedfd7;
  border: 1px solid #cedfd7;
  color: #1d1d1b;
}

body.theme-color-3 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-3 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-3 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-3 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #cedfd7 !important;
  border: 1px solid #cedfd7 !important;
}

body.theme-color-3 .btn-add-favorite:hover svg path {
  stroke: #cedfd7;
}

body.theme-color-3 .lnk-primary,
body.theme-color-3 .lnk-primary-down {
  color: #cedfd7;
}

body.theme-color-3 .lnk-primary:after,
body.theme-color-3 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #cedfd7;
}

body.theme-color-3 .theme-bg {
  background-color: #cedfd7;
  color: #1d1d1b;
}

body.theme-color-3 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-3 .page-theme-color {
  background-color: #cedfd7 !important;
}

body.theme-color-3 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-3 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-3 .page-theme-color .svg-color .cls-1,
body.theme-color-3 .page-theme-color .svg-color .cls-2,
body.theme-color-3 .page-theme-color .svg-color .cls-3,
body.theme-color-3 .page-theme-color .svg-color .cls-4,
body.theme-color-3 .page-theme-color .svg-color .cls-5,
body.theme-color-3 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-3 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-3 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-3 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-3 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-3 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-3 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-3 .theme-bg {
  background-color: #cedfd7;
}

html body .theme-color-3 .theme-color {
  color: #cedfd7;
}

/*.style-theme-color-3 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-4 .btn-primary {
  background-color: #dcb38d;
  border: 1px solid #dcb38d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-4 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-4 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-4 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-4 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #dcb38d !important;
  border: 1px solid #dcb38d !important;
}

body.theme-color-4 .btn-add-favorite:hover svg path {
  stroke: #dcb38d;
}

body.theme-color-4 .lnk-primary,
body.theme-color-4 .lnk-primary-down {
  color: #dcb38d;
}

body.theme-color-4 .lnk-primary:after,
body.theme-color-4 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dcb38d;
}

body.theme-color-4 .theme-bg {
  background-color: #dcb38d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-4 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-4 .page-theme-color {
  background-color: #dcb38d !important;
  color: #fff;
}

body.theme-color-4 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-4 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-4 .page-theme-color .svg-color .cls-1,
body.theme-color-4 .page-theme-color .svg-color .cls-2,
body.theme-color-4 .page-theme-color .svg-color .cls-3,
body.theme-color-4 .page-theme-color .svg-color .cls-4,
body.theme-color-4 .page-theme-color .svg-color .cls-5,
body.theme-color-4 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-4 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-4 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-4 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-4 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-4 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-4 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-4 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-4 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-4 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-4 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-4 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-4 .theme-bg {
  background-color: #dcb38d;
}

html body .theme-color-4 .theme-color {
  color: #dcb38d;
}

/*.style-theme-color-4 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-5 .btn-primary {
  background-color: #998e7a;
  border: 1px solid #998e7a;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-5 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-5 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-5 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-5 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #998e7a !important;
  border: 1px solid #998e7a !important;
}

body.theme-color-5 .btn-add-favorite:hover svg path {
  stroke: #998e7a;
}

body.theme-color-5 .lnk-primary,
body.theme-color-5 .lnk-primary-down {
  color: #998e7a;
}

body.theme-color-5 .lnk-primary:after,
body.theme-color-5 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #998e7a;
}

body.theme-color-5 .theme-bg {
  background-color: #998e7a;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-5 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-5 .page-theme-color {
  background-color: #998e7a !important;
  color: #fff;
}

body.theme-color-5 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-5 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-5 .page-theme-color .svg-color .cls-1,
body.theme-color-5 .page-theme-color .svg-color .cls-2,
body.theme-color-5 .page-theme-color .svg-color .cls-3,
body.theme-color-5 .page-theme-color .svg-color .cls-4,
body.theme-color-5 .page-theme-color .svg-color .cls-5,
body.theme-color-5 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-5 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-5 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-5 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-5 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-5 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-5 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-5 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-5 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-5 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-5 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-5 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-5 .theme-bg {
  background-color: #998e7a;
}

html body .theme-color-5 .theme-color {
  color: #998e7a;
}

/*.style-theme-color-5 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-6 .btn-primary {
  background-color: #8e9aaa;
  border: 1px solid #8e9aaa;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-6 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-6 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-6 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-6 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #8e9aaa !important;
  border: 1px solid #8e9aaa !important;
}

body.theme-color-6 .btn-add-favorite:hover svg path {
  stroke: #8e9aaa;
}

body.theme-color-6 .lnk-primary,
body.theme-color-6 .lnk-primary-down {
  color: #8e9aaa;
}

body.theme-color-6 .lnk-primary:after,
body.theme-color-6 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #8e9aaa;
}

body.theme-color-6 .theme-bg {
  background-color: #8e9aaa;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-6 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-6 .page-theme-color {
  background-color: #8e9aaa !important;
  color: #fff;
}

body.theme-color-6 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-6 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-6 .page-theme-color .svg-color .cls-1,
body.theme-color-6 .page-theme-color .svg-color .cls-2,
body.theme-color-6 .page-theme-color .svg-color .cls-3,
body.theme-color-6 .page-theme-color .svg-color .cls-4,
body.theme-color-6 .page-theme-color .svg-color .cls-5,
body.theme-color-6 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-6 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-6 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-6 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-6 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-6 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-6 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-6 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-6 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-6 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-6 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-6 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-6 .theme-bg {
  background-color: #8e9aaa;
}

html body .theme-color-6 .theme-color {
  color: #8e9aaa;
}

/*.style-theme-color-6 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-7 .btn-primary {
  background-color: #b6dbd1;
  border: 1px solid #b6dbd1;
  color: #1d1d1b;
}

body.theme-color-7 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-7 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-7 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-7 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #b6dbd1 !important;
  border: 1px solid #b6dbd1 !important;
}

body.theme-color-7 .btn-add-favorite:hover svg path {
  stroke: #b6dbd1;
}

body.theme-color-7 .lnk-primary,
body.theme-color-7 .lnk-primary-down {
  color: #b6dbd1;
}

body.theme-color-7 .lnk-primary:after,
body.theme-color-7 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #b6dbd1;
}

body.theme-color-7 .theme-bg {
  background-color: #b6dbd1;
  color: #1d1d1b;
}

body.theme-color-7 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-7 .page-theme-color {
  background-color: #b6dbd1 !important;
}

body.theme-color-7 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-7 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-7 .page-theme-color .svg-color .cls-1,
body.theme-color-7 .page-theme-color .svg-color .cls-2,
body.theme-color-7 .page-theme-color .svg-color .cls-3,
body.theme-color-7 .page-theme-color .svg-color .cls-4,
body.theme-color-7 .page-theme-color .svg-color .cls-5,
body.theme-color-7 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-7 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-7 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-7 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-7 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-7 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-7 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-7 .theme-bg {
  background-color: #b6dbd1;
}

html body .theme-color-7 .theme-color {
  color: #b6dbd1;
}

/*.style-theme-color-7 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-8 .btn-primary {
  background-color: #f1998f;
  border: 1px solid #f1998f;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-8 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-8 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-8 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-8 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #f1998f !important;
  border: 1px solid #f1998f !important;
}

body.theme-color-8 .btn-add-favorite:hover svg path {
  stroke: #f1998f;
}

body.theme-color-8 .lnk-primary,
body.theme-color-8 .lnk-primary-down {
  color: #f1998f;
}

body.theme-color-8 .lnk-primary:after,
body.theme-color-8 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f1998f;
}

body.theme-color-8 .theme-bg {
  background-color: #f1998f;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-8 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-8 .page-theme-color {
  background-color: #f1998f !important;
  color: #fff;
}

body.theme-color-8 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-8 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-8 .page-theme-color .svg-color .cls-1,
body.theme-color-8 .page-theme-color .svg-color .cls-2,
body.theme-color-8 .page-theme-color .svg-color .cls-3,
body.theme-color-8 .page-theme-color .svg-color .cls-4,
body.theme-color-8 .page-theme-color .svg-color .cls-5,
body.theme-color-8 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-8 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-8 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-8 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-8 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-8 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-8 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-8 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-8 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-8 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-8 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-8 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-8 .theme-bg {
  background-color: #f1998f;
}

html body .theme-color-8 .theme-color {
  color: #f1998f;
}

/*.style-theme-color-8 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-9 .btn-primary {
  background-color: #edc4b4;
  border: 1px solid #edc4b4;
  color: #1d1d1b;
}

body.theme-color-9 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-9 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-9 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-9 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #edc4b4 !important;
  border: 1px solid #edc4b4 !important;
}

body.theme-color-9 .btn-add-favorite:hover svg path {
  stroke: #edc4b4;
}

body.theme-color-9 .lnk-primary,
body.theme-color-9 .lnk-primary-down {
  color: #edc4b4;
}

body.theme-color-9 .lnk-primary:after,
body.theme-color-9 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #edc4b4;
}

body.theme-color-9 .theme-bg {
  background-color: #edc4b4;
  color: #1d1d1b;
}

body.theme-color-9 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-9 .page-theme-color {
  background-color: #edc4b4 !important;
}

body.theme-color-9 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-9 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-9 .page-theme-color .svg-color .cls-1,
body.theme-color-9 .page-theme-color .svg-color .cls-2,
body.theme-color-9 .page-theme-color .svg-color .cls-3,
body.theme-color-9 .page-theme-color .svg-color .cls-4,
body.theme-color-9 .page-theme-color .svg-color .cls-5,
body.theme-color-9 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-9 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-9 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-9 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-9 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-9 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-9 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-9 .theme-bg {
  background-color: #edc4b4;
}

html body .theme-color-9 .theme-color {
  color: #edc4b4;
}

/*.style-theme-color-9 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-10 .btn-primary {
  background-color: #c4d1de;
  border: 1px solid #c4d1de;
  color: #1d1d1b;
}

body.theme-color-10 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-10 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-10 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-10 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #c4d1de !important;
  border: 1px solid #c4d1de !important;
}

body.theme-color-10 .btn-add-favorite:hover svg path {
  stroke: #c4d1de;
}

body.theme-color-10 .lnk-primary,
body.theme-color-10 .lnk-primary-down {
  color: #c4d1de;
}

body.theme-color-10 .lnk-primary:after,
body.theme-color-10 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c4d1de;
}

body.theme-color-10 .theme-bg {
  background-color: #c4d1de;
  color: #1d1d1b;
}

body.theme-color-10 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-10 .page-theme-color {
  background-color: #c4d1de !important;
}

body.theme-color-10 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-10 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-10 .page-theme-color .svg-color .cls-1,
body.theme-color-10 .page-theme-color .svg-color .cls-2,
body.theme-color-10 .page-theme-color .svg-color .cls-3,
body.theme-color-10 .page-theme-color .svg-color .cls-4,
body.theme-color-10 .page-theme-color .svg-color .cls-5,
body.theme-color-10 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-10 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-10 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-10 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-10 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-10 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-10 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-10 .theme-bg {
  background-color: #c4d1de;
}

html body .theme-color-10 .theme-color {
  color: #c4d1de;
}

/*.style-theme-color-10 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-11 .btn-primary {
  background-color: #575656;
  border: 1px solid #575656;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-11 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-11 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-11 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-11 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #575656 !important;
  border: 1px solid #575656 !important;
}

body.theme-color-11 .btn-add-favorite:hover svg path {
  stroke: #575656;
}

body.theme-color-11 .lnk-primary,
body.theme-color-11 .lnk-primary-down {
  color: #575656;
}

body.theme-color-11 .lnk-primary:after,
body.theme-color-11 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #575656;
}

body.theme-color-11 .theme-bg {
  background-color: #575656;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-11 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-11 .page-theme-color {
  background-color: #575656 !important;
  color: #fff;
}

body.theme-color-11 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-11 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-11 .page-theme-color .svg-color .cls-1,
body.theme-color-11 .page-theme-color .svg-color .cls-2,
body.theme-color-11 .page-theme-color .svg-color .cls-3,
body.theme-color-11 .page-theme-color .svg-color .cls-4,
body.theme-color-11 .page-theme-color .svg-color .cls-5,
body.theme-color-11 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-11 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-11 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-11 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-11 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-11 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-11 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-11 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-11 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-11 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-11 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-11 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-11 .theme-bg {
  background-color: #575656;
}

html body .theme-color-11 .theme-color {
  color: #575656;
}

/*.style-theme-color-11 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-12 .btn-primary {
  background-color: #9aaa9f;
  border: 1px solid #9aaa9f;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-12 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-12 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-12 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-12 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #9aaa9f !important;
  border: 1px solid #9aaa9f !important;
}

body.theme-color-12 .btn-add-favorite:hover svg path {
  stroke: #9aaa9f;
}

body.theme-color-12 .lnk-primary,
body.theme-color-12 .lnk-primary-down {
  color: #9aaa9f;
}

body.theme-color-12 .lnk-primary:after,
body.theme-color-12 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #9aaa9f;
}

body.theme-color-12 .theme-bg {
  background-color: #9aaa9f;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-12 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-12 .page-theme-color {
  background-color: #9aaa9f !important;
  color: #fff;
}

body.theme-color-12 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-12 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-12 .page-theme-color .svg-color .cls-1,
body.theme-color-12 .page-theme-color .svg-color .cls-2,
body.theme-color-12 .page-theme-color .svg-color .cls-3,
body.theme-color-12 .page-theme-color .svg-color .cls-4,
body.theme-color-12 .page-theme-color .svg-color .cls-5,
body.theme-color-12 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-12 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-12 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-12 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-12 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-12 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-12 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-12 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-12 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-12 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-12 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-12 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-12 .theme-bg {
  background-color: #9aaa9f;
}

html body .theme-color-12 .theme-color {
  color: #9aaa9f;
}

/*.style-theme-color-12 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-13 .btn-primary {
  background-color: #ff6b00;
  border: 1px solid #ff6b00;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-13 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-13 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-13 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-13 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #ff6b00 !important;
  border: 1px solid #ff6b00 !important;
}

body.theme-color-13 .btn-add-favorite:hover svg path {
  stroke: #ff6b00;
}

body.theme-color-13 .lnk-primary,
body.theme-color-13 .lnk-primary-down {
  color: #ff6b00;
}

body.theme-color-13 .lnk-primary:after,
body.theme-color-13 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #ff6b00;
}

body.theme-color-13 .theme-bg {
  background-color: #ff6b00;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-13 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-13 .page-theme-color {
  background-color: #ff6b00 !important;
  color: #fff;
}

body.theme-color-13 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-13 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-13 .page-theme-color .svg-color .cls-1,
body.theme-color-13 .page-theme-color .svg-color .cls-2,
body.theme-color-13 .page-theme-color .svg-color .cls-3,
body.theme-color-13 .page-theme-color .svg-color .cls-4,
body.theme-color-13 .page-theme-color .svg-color .cls-5,
body.theme-color-13 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-13 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-13 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-13 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-13 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-13 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-13 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-13 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-13 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-13 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-13 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-13 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-13 .theme-bg {
  background-color: #ff6b00;
}

html body .theme-color-13 .theme-color {
  color: #ff6b00;
}

/*.style-theme-color-13 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-14 .btn-primary {
  background-color: #0014de;
  border: 1px solid #0014de;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-14 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-14 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-14 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-14 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #0014de !important;
  border: 1px solid #0014de !important;
}

body.theme-color-14 .btn-add-favorite:hover svg path {
  stroke: #0014de;
}

body.theme-color-14 .lnk-primary,
body.theme-color-14 .lnk-primary-down {
  color: #0014de;
}

body.theme-color-14 .lnk-primary:after,
body.theme-color-14 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #0014de;
}

body.theme-color-14 .theme-bg {
  background-color: #0014de;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-14 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-14 .page-theme-color {
  background-color: #0014de !important;
  color: #fff;
}

body.theme-color-14 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-14 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-14 .page-theme-color .svg-color .cls-1,
body.theme-color-14 .page-theme-color .svg-color .cls-2,
body.theme-color-14 .page-theme-color .svg-color .cls-3,
body.theme-color-14 .page-theme-color .svg-color .cls-4,
body.theme-color-14 .page-theme-color .svg-color .cls-5,
body.theme-color-14 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-14 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-14 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-14 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-14 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-14 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-14 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-14 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-14 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-14 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-14 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-14 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-14 .theme-bg {
  background-color: #0014de;
}

html body .theme-color-14 .theme-color {
  color: #0014de;
}

/*.style-theme-color-14 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-15 .btn-primary {
  background-color: #1d1d1b;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-15 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-15 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-15 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-15 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #1d1d1b !important;
  border: 1px solid #1d1d1b !important;
}

body.theme-color-15 .btn-add-favorite:hover svg path {
  stroke: #1d1d1b;
}

body.theme-color-15 .lnk-primary,
body.theme-color-15 .lnk-primary-down {
  color: #1d1d1b;
}

body.theme-color-15 .lnk-primary:after,
body.theme-color-15 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1d1d1b;
}

body.theme-color-15 .theme-bg {
  background-color: #1d1d1b;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-15 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-15 .page-theme-color {
  background-color: #1d1d1b !important;
  color: #fff;
}

body.theme-color-15 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-15 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-15 .page-theme-color .svg-color .cls-1,
body.theme-color-15 .page-theme-color .svg-color .cls-2,
body.theme-color-15 .page-theme-color .svg-color .cls-3,
body.theme-color-15 .page-theme-color .svg-color .cls-4,
body.theme-color-15 .page-theme-color .svg-color .cls-5,
body.theme-color-15 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-15 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-15 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-15 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-15 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-15 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-15 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-15 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-15 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-15 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-15 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-15 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-15 .theme-bg {
  background-color: #1d1d1b;
}

html body .theme-color-15 .theme-color {
  color: #1d1d1b;
}

/*.style-theme-color-15 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-16 .btn-primary {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #1d1d1b;
}

body.theme-color-16 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-16 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-16 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-16 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #f4f4f4 !important;
  border: 1px solid #f4f4f4 !important;
}

body.theme-color-16 .btn-add-favorite:hover svg path {
  stroke: #f4f4f4;
}

body.theme-color-16 .lnk-primary,
body.theme-color-16 .lnk-primary-down {
  color: #f4f4f4;
}

body.theme-color-16 .lnk-primary:after,
body.theme-color-16 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4f4f4;
}

body.theme-color-16 .theme-bg {
  background-color: #f4f4f4;
  color: #1d1d1b;
}

body.theme-color-16 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-16 .page-theme-color {
  background-color: #f4f4f4 !important;
}

body.theme-color-16 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-16 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-16 .page-theme-color .svg-color .cls-1,
body.theme-color-16 .page-theme-color .svg-color .cls-2,
body.theme-color-16 .page-theme-color .svg-color .cls-3,
body.theme-color-16 .page-theme-color .svg-color .cls-4,
body.theme-color-16 .page-theme-color .svg-color .cls-5,
body.theme-color-16 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-16 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-16 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-16 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-16 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-16 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-16 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-16 .theme-bg {
  background-color: #f4f4f4;
}

html body .theme-color-16 .theme-color {
  color: #f4f4f4;
}

/*.style-theme-color-16 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-17 .btn-primary {
  background-color: #313031;
  border: 1px solid #313031;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-17 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-17 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-17 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-17 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #313031 !important;
  border: 1px solid #313031 !important;
}

body.theme-color-17 .btn-add-favorite:hover svg path {
  stroke: #313031;
}

body.theme-color-17 .lnk-primary,
body.theme-color-17 .lnk-primary-down {
  color: #313031;
}

body.theme-color-17 .lnk-primary:after,
body.theme-color-17 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #313031;
}

body.theme-color-17 .theme-bg {
  background-color: #313031;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-17 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-17 .page-theme-color {
  background-color: #313031 !important;
  color: #fff;
}

body.theme-color-17 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-17 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-17 .page-theme-color .svg-color .cls-1,
body.theme-color-17 .page-theme-color .svg-color .cls-2,
body.theme-color-17 .page-theme-color .svg-color .cls-3,
body.theme-color-17 .page-theme-color .svg-color .cls-4,
body.theme-color-17 .page-theme-color .svg-color .cls-5,
body.theme-color-17 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-17 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-17 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-17 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-17 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-17 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-17 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-17 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-17 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-17 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-17 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-17 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-17 .theme-bg {
  background-color: #313031;
}

html body .theme-color-17 .theme-color {
  color: #313031;
}

/*.style-theme-color-17 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-18 .btn-primary {
  background-color: #383c45;
  border: 1px solid #383c45;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-18 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-18 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-18 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-18 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #383c45 !important;
  border: 1px solid #383c45 !important;
}

body.theme-color-18 .btn-add-favorite:hover svg path {
  stroke: #383c45;
}

body.theme-color-18 .lnk-primary,
body.theme-color-18 .lnk-primary-down {
  color: #383c45;
}

body.theme-color-18 .lnk-primary:after,
body.theme-color-18 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #383c45;
}

body.theme-color-18 .theme-bg {
  background-color: #383c45;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-18 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-18 .page-theme-color {
  background-color: #383c45 !important;
  color: #fff;
}

body.theme-color-18 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-18 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-18 .page-theme-color .svg-color .cls-1,
body.theme-color-18 .page-theme-color .svg-color .cls-2,
body.theme-color-18 .page-theme-color .svg-color .cls-3,
body.theme-color-18 .page-theme-color .svg-color .cls-4,
body.theme-color-18 .page-theme-color .svg-color .cls-5,
body.theme-color-18 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-18 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-18 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-18 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-18 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-18 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-18 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-18 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-18 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-18 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-18 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-18 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-18 .theme-bg {
  background-color: #383c45;
}

html body .theme-color-18 .theme-color {
  color: #383c45;
}

/*.style-theme-color-18 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-19 .btn-primary {
  background-color: #e4d7c8;
  border: 1px solid #e4d7c8;
  color: #1d1d1b;
}

body.theme-color-19 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-19 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-19 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-19 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #e4d7c8 !important;
  border: 1px solid #e4d7c8 !important;
}

body.theme-color-19 .btn-add-favorite:hover svg path {
  stroke: #e4d7c8;
}

body.theme-color-19 .lnk-primary,
body.theme-color-19 .lnk-primary-down {
  color: #e4d7c8;
}

body.theme-color-19 .lnk-primary:after,
body.theme-color-19 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e4d7c8;
}

body.theme-color-19 .theme-bg {
  background-color: #e4d7c8;
  color: #1d1d1b;
}

body.theme-color-19 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-19 .page-theme-color {
  background-color: #e4d7c8 !important;
}

body.theme-color-19 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-19 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-19 .page-theme-color .svg-color .cls-1,
body.theme-color-19 .page-theme-color .svg-color .cls-2,
body.theme-color-19 .page-theme-color .svg-color .cls-3,
body.theme-color-19 .page-theme-color .svg-color .cls-4,
body.theme-color-19 .page-theme-color .svg-color .cls-5,
body.theme-color-19 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-19 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-19 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-19 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-19 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-19 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-19 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-19 .theme-bg {
  background-color: #e4d7c8;
}

html body .theme-color-19 .theme-color {
  color: #e4d7c8;
}

/*.style-theme-color-19 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-20 .btn-primary {
  background-color: #e1e0e0;
  border: 1px solid #e1e0e0;
  color: #1d1d1b;
}

body.theme-color-20 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-20 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-20 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-20 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #e1e0e0 !important;
  border: 1px solid #e1e0e0 !important;
}

body.theme-color-20 .btn-add-favorite:hover svg path {
  stroke: #e1e0e0;
}

body.theme-color-20 .lnk-primary,
body.theme-color-20 .lnk-primary-down {
  color: #e1e0e0;
}

body.theme-color-20 .lnk-primary:after,
body.theme-color-20 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #e1e0e0;
}

body.theme-color-20 .theme-bg {
  background-color: #e1e0e0;
  color: #1d1d1b;
}

body.theme-color-20 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-20 .page-theme-color {
  background-color: #e1e0e0 !important;
}

body.theme-color-20 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-20 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-20 .page-theme-color .svg-color .cls-1,
body.theme-color-20 .page-theme-color .svg-color .cls-2,
body.theme-color-20 .page-theme-color .svg-color .cls-3,
body.theme-color-20 .page-theme-color .svg-color .cls-4,
body.theme-color-20 .page-theme-color .svg-color .cls-5,
body.theme-color-20 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-20 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-20 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-20 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-20 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-20 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-20 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-20 .theme-bg {
  background-color: #e1e0e0;
}

html body .theme-color-20 .theme-color {
  color: #e1e0e0;
}

/*.style-theme-color-20 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-21 .btn-primary {
  background-color: #1b275d;
  border: 1px solid #1b275d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-21 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-21 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-21 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-21 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #1b275d !important;
  border: 1px solid #1b275d !important;
}

body.theme-color-21 .btn-add-favorite:hover svg path {
  stroke: #1b275d;
}

body.theme-color-21 .lnk-primary,
body.theme-color-21 .lnk-primary-down {
  color: #1b275d;
}

body.theme-color-21 .lnk-primary:after,
body.theme-color-21 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #1b275d;
}

body.theme-color-21 .theme-bg {
  background-color: #1b275d;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-21 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-21 .page-theme-color {
  background-color: #1b275d !important;
  color: #fff;
}

body.theme-color-21 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-21 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-21 .page-theme-color .svg-color .cls-1,
body.theme-color-21 .page-theme-color .svg-color .cls-2,
body.theme-color-21 .page-theme-color .svg-color .cls-3,
body.theme-color-21 .page-theme-color .svg-color .cls-4,
body.theme-color-21 .page-theme-color .svg-color .cls-5,
body.theme-color-21 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-21 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-21 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-21 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-21 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-21 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-21 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-21 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-21 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-21 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-21 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-21 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-21 .theme-bg {
  background-color: #1b275d;
}

html body .theme-color-21 .theme-color {
  color: #1b275d;
}

/*.style-theme-color-21 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-22 .btn-primary {
  background-color: #779ace;
  border: 1px solid #779ace;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-22 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-22 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-22 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-22 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #779ace !important;
  border: 1px solid #779ace !important;
}

body.theme-color-22 .btn-add-favorite:hover svg path {
  stroke: #779ace;
}

body.theme-color-22 .lnk-primary,
body.theme-color-22 .lnk-primary-down {
  color: #779ace;
}

body.theme-color-22 .lnk-primary:after,
body.theme-color-22 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #779ace;
}

body.theme-color-22 .theme-bg {
  background-color: #779ace;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-22 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-22 .page-theme-color {
  background-color: #779ace !important;
  color: #fff;
}

body.theme-color-22 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-22 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-22 .page-theme-color .svg-color .cls-1,
body.theme-color-22 .page-theme-color .svg-color .cls-2,
body.theme-color-22 .page-theme-color .svg-color .cls-3,
body.theme-color-22 .page-theme-color .svg-color .cls-4,
body.theme-color-22 .page-theme-color .svg-color .cls-5,
body.theme-color-22 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-22 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-22 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-22 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-22 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-22 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-22 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-22 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-22 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-22 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-22 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-22 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-22 .theme-bg {
  background-color: #779ace;
}

html body .theme-color-22 .theme-color {
  color: #779ace;
}

/*.style-theme-color-22 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-23 .btn-primary {
  background-color: #c8d9ec;
  border: 1px solid #c8d9ec;
  color: #1d1d1b;
}

body.theme-color-23 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-23 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-23 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-23 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #c8d9ec !important;
  border: 1px solid #c8d9ec !important;
}

body.theme-color-23 .btn-add-favorite:hover svg path {
  stroke: #c8d9ec;
}

body.theme-color-23 .lnk-primary,
body.theme-color-23 .lnk-primary-down {
  color: #c8d9ec;
}

body.theme-color-23 .lnk-primary:after,
body.theme-color-23 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #c8d9ec;
}

body.theme-color-23 .theme-bg {
  background-color: #c8d9ec;
  color: #1d1d1b;
}

body.theme-color-23 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-23 .page-theme-color {
  background-color: #c8d9ec !important;
}

body.theme-color-23 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-23 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-23 .page-theme-color .svg-color .cls-1,
body.theme-color-23 .page-theme-color .svg-color .cls-2,
body.theme-color-23 .page-theme-color .svg-color .cls-3,
body.theme-color-23 .page-theme-color .svg-color .cls-4,
body.theme-color-23 .page-theme-color .svg-color .cls-5,
body.theme-color-23 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-23 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-23 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-23 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-23 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-23 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-23 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-23 .theme-bg {
  background-color: #c8d9ec;
}

html body .theme-color-23 .theme-color {
  color: #c8d9ec;
}

/*.style-theme-color-23 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-24 .btn-primary {
  background-color: #f6d1ba;
  border: 1px solid #f6d1ba;
  color: #1d1d1b;
}

body.theme-color-24 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-24 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-24 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-24 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #f6d1ba !important;
  border: 1px solid #f6d1ba !important;
}

body.theme-color-24 .btn-add-favorite:hover svg path {
  stroke: #f6d1ba;
}

body.theme-color-24 .lnk-primary,
body.theme-color-24 .lnk-primary-down {
  color: #f6d1ba;
}

body.theme-color-24 .lnk-primary:after,
body.theme-color-24 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f6d1ba;
}

body.theme-color-24 .theme-bg {
  background-color: #f6d1ba;
  color: #1d1d1b;
}

body.theme-color-24 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-24 .page-theme-color {
  background-color: #f6d1ba !important;
}

body.theme-color-24 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-24 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-24 .page-theme-color .svg-color .cls-1,
body.theme-color-24 .page-theme-color .svg-color .cls-2,
body.theme-color-24 .page-theme-color .svg-color .cls-3,
body.theme-color-24 .page-theme-color .svg-color .cls-4,
body.theme-color-24 .page-theme-color .svg-color .cls-5,
body.theme-color-24 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-24 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-24 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-24 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-24 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-24 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-24 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-24 .theme-bg {
  background-color: #f6d1ba;
}

html body .theme-color-24 .theme-color {
  color: #f6d1ba;
}

/*.style-theme-color-24 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-25 .btn-primary {
  background-color: #dfa374;
  border: 1px solid #dfa374;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-25 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-25 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-25 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-25 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #dfa374 !important;
  border: 1px solid #dfa374 !important;
}

body.theme-color-25 .btn-add-favorite:hover svg path {
  stroke: #dfa374;
}

body.theme-color-25 .lnk-primary,
body.theme-color-25 .lnk-primary-down {
  color: #dfa374;
}

body.theme-color-25 .lnk-primary:after,
body.theme-color-25 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #dfa374;
}

body.theme-color-25 .theme-bg {
  background-color: #dfa374;
  color: #1d1d1b;
  color: #fff;
}

body.theme-color-25 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
  border-bottom-color: #fff;
}

body.theme-color-25 .page-theme-color {
  background-color: #dfa374 !important;
  color: #fff;
}

body.theme-color-25 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-25 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-25 .page-theme-color .svg-color .cls-1,
body.theme-color-25 .page-theme-color .svg-color .cls-2,
body.theme-color-25 .page-theme-color .svg-color .cls-3,
body.theme-color-25 .page-theme-color .svg-color .cls-4,
body.theme-color-25 .page-theme-color .svg-color .cls-5,
body.theme-color-25 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-25 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-25 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-25 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-25 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-25 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

body.theme-color-25 .page-theme-color .text-on-theme-bg {
  color: #fff;
}

body.theme-color-25 .page-theme-color .border-on-theme-bg {
  border-color: #fff !important;
}

body.theme-color-25 .page-theme-color .svg-color .fill-color {
  fill: #fff;
}

body.theme-color-25 .page-theme-color .svg-color .stroke-color {
  stroke: #fff;
}

body.theme-color-25 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #fff;
}

html body .theme-color-25 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
  color: #fff;
  border-color: #fff !important;
}

html body .theme-color-25 .theme-bg {
  background-color: #dfa374;
}

html body .theme-color-25 .theme-color {
  color: #dfa374;
}

/*.style-theme-color-25 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.theme-color-26 .btn-primary {
  background-color: #f4eacf;
  border: 1px solid #f4eacf;
  color: #1d1d1b;
}

body.theme-color-26 .btn-add-favorite {
  background-color: #747474;
  color: #fff;
  text-transform: uppercase;
}

body.theme-color-26 .btn-add-favorite svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

body.theme-color-26 .btn-add-favorite svg path {
  stroke: #fff;
}

body.theme-color-26 .btn-add-favorite:hover {
  background-color: #fff !important;
  color: #f4eacf !important;
  border: 1px solid #f4eacf !important;
}

body.theme-color-26 .btn-add-favorite:hover svg path {
  stroke: #f4eacf;
}

body.theme-color-26 .lnk-primary,
body.theme-color-26 .lnk-primary-down {
  color: #f4eacf;
}

body.theme-color-26 .lnk-primary:after,
body.theme-color-26 .lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #f4eacf;
}

body.theme-color-26 .theme-bg {
  background-color: #f4eacf;
  color: #1d1d1b;
}

body.theme-color-26 .expandable-blocks .expandable-block-toggler.is-expanded:after {
  border-bottom-color: #1d1d1b;
}

body.theme-color-26 .page-theme-color {
  background-color: #f4eacf !important;
}

body.theme-color-26 .page-theme-color .text-on-theme-bg {
  color: #1d1d1b;
}

body.theme-color-26 .page-theme-color .border-on-theme-bg {
  border-color: #1d1d1b !important;
}

body.theme-color-26 .page-theme-color .svg-color .cls-1,
body.theme-color-26 .page-theme-color .svg-color .cls-2,
body.theme-color-26 .page-theme-color .svg-color .cls-3,
body.theme-color-26 .page-theme-color .svg-color .cls-4,
body.theme-color-26 .page-theme-color .svg-color .cls-5,
body.theme-color-26 .page-theme-color .svg-color .cls-6 {
  /*fill: none;*/
  /*stroke: none;*/
}

body.theme-color-26 .page-theme-color .svg-color .fill-color {
  fill: #1d1d1b;
  stroke: none;
}

body.theme-color-26 .page-theme-color .svg-color .stroke-color {
  stroke: #1d1d1b;
  fill: none;
}

body.theme-color-26 .page-theme-color .svg-color .fill-color.stroke-color {
  stroke: none;
  fill: none;
}

body.theme-color-26 .page-theme-color .desc-read-more:after {
  border-top: solid 6px #1d1d1b;
}

body.theme-color-26 .page-theme-color .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

html body .theme-color-26 .btn-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b !important;
}

html body .theme-color-26 .theme-bg {
  background-color: #f4eacf;
}

html body .theme-color-26 .theme-color {
  color: #f4eacf;
}

/*.style-theme-color-26 {
		.style-theme-bg {
			background-color: $color;
			color: $almost-black;

			@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
				color: #fff;


				.lnk {
					color: #fff;

					&:after {
						//background-image: url(/Content/images/link-arrow-white.svg);
						@include linkarrow('#fff');
						border-right-color: #fff;
					}
				}
			}

			.btn-secondary {
				color: $almost-black;
				border-color: $almost-black !important;

				@if ((red($color) + green($color) + blue($color)) / 3) < 185 {
					color: #fff;
					border-color: #fff !important;
				}
			}
		}
	}*/
body.invert-colors {
  background: #000;
}

body.invert-colors .header-logo {
  -webkit-filter: contrast(150%) invert(150%);
          filter: contrast(150%) invert(150%);
}

body.invert-colors .header-favorites .header-favorite-item:not(.has-items) svg path {
  stroke: #fff;
}

body.invert-colors .header-search .header-search-toggler:after {
  -webkit-filter: contrast(150%) invert(150%);
          filter: contrast(150%) invert(150%);
}

body.invert-colors header {
  background: #000;
  border-bottom-color: #1d1d1d;
}

body.invert-colors header .site-navigation-container {
  background: #1d1d1d;
}

body.invert-colors header .site-navigation-container li,
body.invert-colors header .site-navigation-container li > a {
  color: #fff !important;
}

body.invert-colors header .site-navigation-container .nav-expander:after {
  border-top-color: #fff;
}

body.invert-colors header .primary-navigation > ul > li:not(.is-expanded) span {
  color: #fff !important;
}

body.invert-colors header .primary-navigation > ul > li:not(.is-expanded):not(.is-current) a {
  color: #fff !important;
}

body.invert-colors header .primary-navigation > ul > li > div {
  border-top-color: #333;
}

body.invert-colors header .primary-navigation > ul .nav-expander:after {
  border-top-color: #fff;
}

body.invert-colors header .header-favorite-item a {
  color: #fff;
}

body.invert-colors header .header-search-toggler {
  color: #fff;
}

body.invert-colors .mobile-navigation > span > span {
  background-color: #fff !important;
}

body.invert-colors .mobile-navigation > span > span:before, body.invert-colors .mobile-navigation > span > span:after {
  background-color: #fff !important;
}

body.invert-colors .main-content {
  background: #000;
}

body.invert-colors .main-content .container-fluid:not(.has-background) {
  background: #000;
}

body.invert-colors .main-content .container-grey {
  background: #1d1d1d;
}

body.invert-colors .main-content .ec-text-and-image:not(.has-background) {
  color: #fff;
}

body.invert-colors .main-content .ec-text-and-image:not(.has-background) a:not(.lnk-primary) {
  color: #aaa;
}

body.invert-colors .main-content .ec-text-and-image:not(.has-background) a:not(.lnk-primary).lnk-secondary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

body.invert-colors .main-content .ec-image-with-text.text-background-caption .ec-text-wrapper-inner {
  color: #ccc;
}

body.invert-colors .main-content .ec-header h2 {
  color: #ccc;
}

body.invert-colors .main-content .breadcrumb-navigation ul a {
  color: #999;
}

body.invert-colors .main-content .breadcrumb-navigation ul .active a {
  color: #ccc;
}

body.invert-colors .main-content .anchor-navigation li,
body.invert-colors .main-content .anchor-navigation a {
  color: #ccc;
}

body.invert-colors .main-content .btn-primary {
  background: #fff !important;
  color: #000 !important;
}

body.invert-colors .main-content .btn-primary:hover {
  background: #57565a !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  body.invert-colors .anchor-navigation-list:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
    background: linear-gradient(to right, transparent 0%, #000 100%);
  }
}

.animech-page .breadcrumb-container {
  background: #f4f4f4;
  padding-top: 40px;
}

.animech-page .head-anchor-navigation {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}

.configurator__iframe {
  position: relative;
}

@media (min-width: 992px) {
  .configurator__iframe {
    margin-right: 4%;
    margin-bottom: 60px;
  }
}

.configurator__iframe iframe {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.configurator__iframe-wrapper {
  position: relative;
}

.configurator__iframe-image {
  position: relative;
  width: 100%;
  height: 680px;
  padding: 30px;
  background: #fff url("../Content/images/moodboard/loader.gif") 50% 50% no-repeat;
  background-size: 64px 64px;
}

@media (max-width: 991.98px) {
  .configurator__iframe-image {
    height: auto;
  }
}

.configurator__iframe img {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: high-quality;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
  .configurator__iframe img {
    max-height: 60vh;
  }
}

.configurator__iframe img.loading {
  opacity: 0;
}

@media (min-width: 992px) {
  .configurator__result {
    margin-right: 4%;
  }
}

.configurator__result-header {
  margin-top: 0;
  margin-bottom: 0.7em;
}

.configurator__info {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media (min-width: 992px) {
  .configurator__info {
    margin-left: 2%;
  }
}

.configurator__info--mobile .configurator__price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.configurator__heading {
  margin-bottom: 5%;
}

.configurator__heading h1 {
  font-size: 28px;
  margin-bottom: 0.2em;
}

@media (min-width: 992px) {
  .configurator__heading h1 {
    margin-top: 50px;
  }
}

.configurator__heading-category {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.configurator__heading p {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .configurator__heading p {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .configurator__heading p {
    font-size: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .configurator__heading p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .configurator__heading h1 {
    font-size: calc(1.9vw + 10px);
  }
}

@media all and (min-width: 1600px) {
  .configurator__heading h1 {
    font-size: 40px;
  }
}

.configurator__colors {
  margin-bottom: 4%;
}

.configurator__colors img {
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}

.configurator__description {
  margin-bottom: 6%;
  font-size: 1.15rem;
}

.configurator__info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.configurator__campaign-link, .configurator__project-assortment {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}

.configurator__price {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: right;
}

.configurator__price-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 200;
  opacity: 0.6;
}

@media (max-width: 1199.98px) {
  .configurator__price-label {
    font-size: 12px;
  }
}

.configurator__price-label.skeleton-center:before {
  font-size: 14px;
}

.configurator__price-value {
  font-size: 36px;
  font-weight: 600;
  margin-top: -0.1em;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .configurator__price-value {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .configurator__price-value {
    font-size: 28px;
  }
  .configurator__price-value.skeleton-center:before {
    font-size: 28px;
  }
}

.configurator__button--customize {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .configurator__button--customize {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 0;
  }
}

.configurator__button--add-favourite {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 10px;
}

.configurator__button--add-favourite span.text-not-favorite {
  display: block;
}

.configurator__button--add-favourite span.text-is-favorite {
  display: none;
}

@media (max-width: 1199.98px) {
  .configurator__button--add-favourite {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 0;
  }
}

.configurator__button--add-favourite .big-button--highlight span.text-not-favorite {
  display: none;
}

.configurator__button--add-favourite .big-button--highlight span.text-is-favorite {
  display: block;
}

.configurator-container {
  padding-top: 40px !important;
}

.configurator-code {
  margin-bottom: 20px !important;
}

.configurator-code h4 {
  margin-top: 2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  color: #1d1d1b;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1em 0 0.7em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .configurator-code h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.configurator-code h4 .info {
  margin-left: 0.5em;
}

.configurator-code__header-description {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .configurator-code__header-description {
    text-align: center;
  }
}

.configurator-code .form-inline h4 {
  margin-left: 10px;
}

.configurator-code__header {
  margin-bottom: 2rem;
}

.configurator-code__header h4 {
  margin-bottom: 0.5em;
}

@media (max-width: 991.98px) {
  .configurator-container .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .configurator__iframe .big-button {
    width: 90%;
    margin: auto;
  }
  .configurator__price {
    text-align: center;
    margin-top: 2em;
  }
  .configurator__button--customize {
    padding: 40px 0 26px 0;
  }
  .configurator__code h4 {
    text-align: center;
  }
}

.big-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 100%;
  border: solid 1px #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.68px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  font-family: akkurat-regular, sans-serif;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.big-button svg path {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.big-button span span {
  font-size: 28px;
  vertical-align: middle;
  margin: 0 0.1em;
}

.big-button:hover {
  background: #fff;
  border-color: transparent !important;
}

.big-button--dark {
  background: #000;
  color: #fff;
}

.big-button--dark:hover {
  color: #000;
  border-color: #000;
}

.big-button--dark:hover svg path {
  fill: #000;
}

.big-button--highlight span span {
  color: #cc4834;
}

.big-button--disabled {
  opacity: 0.1;
  cursor: none;
  pointer-events: none;
}

.big-button svg:first-child {
  margin-right: 10px;
}

.big-button svg:last-child {
  margin-left: 10px;
}

.field-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .field-items {
    -webkit-box-flex: 90%;
        -ms-flex: 90%;
            flex: 90%;
    max-width: 90%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.field-item {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
  max-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .field-item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .field-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.field-item__image {
  margin-right: 18px;
  overflow: hidden;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  min-width: 50px;
  background: #eaebec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field-item__image img {
  max-width: 100%;
  max-height: 100%;
}

.field-item__image img[src*='.svg'] {
  max-width: 20px;
  max-height: auto;
}

.field-item__text {
  margin-right: 35px;
  padding-top: 5px;
}

.field-item h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  margin: 0 0 0.3em 0;
  color: #2b2b29;
  opacity: 0.6;
}

.field-item p {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 0.2em;
  font-weight: 400;
  margin: 0;
}

.field-item p small {
  display: block;
  font-size: 12px;
  margin-top: 0.2em;
}

.field-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
}

.field-item a:after {
  content: '';
  width: 20px;
  height: 22px;
  background: url(images/link-arrow-black.svg) no-repeat 0 0;
  top: 3px;
  right: -31px;
  position: absolute;
  display: inline-block;
}

.badge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  font-size: 24px;
}

@media (max-width: 1199.98px) {
  .badge-item {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .badge-item {
    font-size: 16px;
  }
}

.badge-item__image {
  margin-right: 0.8em;
}

.badge-item__image img {
  height: 2.7em;
  min-width: 2.7em;
}

.badge-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.badge-item h3 {
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 -0.1em 0;
}

@media (max-width: 1199.98px) {
  .badge-item h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .badge-item h3 {
    font-size: 16px;
  }
}

.badge-item a {
  display: inline-block;
  margin-top: 0.1em;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.badge-item a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: solid 7px #1d1d1b;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  margin-left: 1em;
}

.badge-item a:hover:after {
  border-left-color: #76787b;
}

@media (max-width: 767.98px) {
  .badge-item a {
    font-size: 10px;
  }
}

.configurator-code label {
  color: #1d1d1b !important;
}

.configurator-code div.form-group {
  position: relative;
  margin-bottom: 10px !important;
}

.configurator-code div.form-button-group {
  margin-bottom: 10px !important;
}

.configurator-code .form-control {
  background: #eaeaea;
  border-color: #eaeaea !important;
  font-family: 'akkurat-regular', sans-serif;
}

@media (max-width: 991.98px) {
  .configurator-code .form-control {
    text-align: center;
  }
}

.configurator-code.configurator-code--share .form-control {
  background: #fff;
}

.configurator-code__description {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-left: 15px;
}

.configurator-code .btn {
  min-width: 170px !important;
}

.configurator-code .btn svg {
  margin-left: 0.5em;
}

.configurator-code .btn-secondary:hover {
  border-color: transparent !important;
  background: #fff !important;
  color: inherit !important;
}

@media (max-width: 1199.98px) {
  .configurator-code div.form-group {
    min-width: 50%;
  }
  .configurator-code .configurator-mail-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    width: 100%;
  }
  .configurator-code .btn {
    width: 100% !important;
    max-width: none;
    min-width: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .configurator-code .form-button-group {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    width: 100%;
  }
}

.skeleton .skeleton-text--left {
  color: transparent !important;
}

.skeleton .skeleton-text--left:before {
  content: '--------------';
  display: inline;
  line-height: 0.8;
  background: linear-gradient(to right, transparent 0%, #000 10px, transparent 100%);
  opacity: 0.1;
  --pulse-delay: 0s;
  -webkit-animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
          animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
}

.skeleton .skeleton-text--right {
  color: transparent !important;
}

.skeleton .skeleton-text--right:after {
  content: '--------------';
  display: inline;
  line-height: 0.8;
  background: linear-gradient(to left, transparent 0%, #000 10px, transparent 100%);
  opacity: 0.1;
  --pulse-delay: 0s;
  -webkit-animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
          animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
}

.skeleton .skeleton-text--center {
  color: transparent !important;
  position: relative;
}

.skeleton .skeleton-text--center:after {
  content: '--------------';
  display: inline-block;
  position: absolute;
  top: 0.1em;
  bottom: 0.1em;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #000), to(transparent));
  background: linear-gradient(to right, transparent 0%, #000 50%, transparent 100%);
  opacity: 0.1;
  --pulse-delay: 0s;
  -webkit-animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
          animation: skeleton-pulse 2s var(--pulse-delay) ease-in-out infinite;
}

.skeleton-text--right + span {
  display: none;
}

.skeleton-items > div + div {
  opacity: 0.8;
  --pulse-delay: 0.2s;
}

.skeleton-items > div + div + div {
  opacity: 0.7;
  --pulse-delay: 0.4s;
}

.skeleton-items > div + div + div + div {
  opacity: 0.5;
  --pulse-delay: 0.6s;
}

.skeleton-items > div + div + div + div + div {
  opacity: 0.3;
  --pulse-delay: 0.8s;
}

@-webkit-keyframes skeleton-pulse {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.03;
  }
}

@keyframes skeleton-pulse {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.03;
  }
}

.model-page .container-headerimage .ec-image-with-text .ec-image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .model-page .container-headerimage .ec-image-with-text .ec-image-wrapper img {
    height: 300px;
  }
}

.model-page .container-headerimage .ec-image-with-text .ec-image-wrapper {
  width: 100%;
  position: relative;
  left: 0;
}

@media (min-width: 768px) {
  .mobile-overview-content {
    display: none;
  }
  .customize-product-area > .row > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .customize-product-area > .row > div + div {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .navigation-wrapper .head-anchor-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
  .navigation-wrapper:after {
    content: '';
    width: 25px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
  }
  .navigation-wrapper .head-anchor-navigation {
    padding-right: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation-wrapper .head-anchor-navigation::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .navigation-wrapper .head-anchor-navigation span {
    display: inline-block;
    padding: 0 !important;
  }
  .navigation-wrapper .head-anchor-navigation span:first-child {
    padding-left: 0 !important;
  }
}

.navigation-wrapper .head-anchor-navigation {
  margin: 20px 0 50px 0 !important;
  white-space: nowrap;
  padding-bottom: 20px;
}

.navigation-wrapper .head-anchor-navigation span {
  padding: 0;
  margin: 0 1.2em;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  opacity: 0.5;
}

.navigation-wrapper .head-anchor-navigation span:hover {
  color: #76787b;
  cursor: pointer;
  opacity: 0.8;
}

.navigation-wrapper .head-anchor-navigation span:first-child {
  opacity: 1 !important;
  border-color: currentColor;
  border-bottom: 3px solid;
  margin-left: 0;
}

.navigation-wrapper .head-anchor-navigation span:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .navigation-wrapper .head-anchor-navigation span {
    margin: 0 8px;
  }
}

.main-content .customize-product-area {
  background: #f4f4f4;
}

.margin-override {
  margin-bottom: 30px !important;
}

.mfp-text-header .price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mfp-text-header .price-flex .product-price-wrapper {
  display: block;
  width: 100%;
}

.mfp-text-header .price-flex .product-price-wrapper .product-price-holder span {
  display: block;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 0.9333rem;
  letter-spacing: 1px;
  margin-bottom: 0.6em;
  color: rgba(29, 29, 27, 0.6);
}

.mfp-text-header .price-flex .product-price-wrapper .product-price-holder .price {
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  font-weight: bold;
}

.expandable-blocks {
  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;
}

.expandable-blocks .expandable-block {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}

.expandable-blocks .expandable-block .expandable-block-content {
  margin-top: 1rem;
  margin-bottom: 3rem;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  display: block;
}

.expandable-blocks .expandable-block.is-expanded {
  max-height: 9999px;
  -webkit-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}

.expandable-blocks .expandable-block.is-expanded .expandable-block-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.expandable-blocks .expandable-block-content {
  padding: 0;
}

.expandable-blocks .expandable-block-toggler {
  margin: 0 1.5% 15px 0;
  padding: 0 2rem;
  min-width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  cursor: pointer;
}

.expandable-blocks .expandable-block-toggler a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1em 0;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
}

.expandable-blocks .expandable-block-toggler.is-expanded {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.expandable-blocks .expandable-block-toggler.is-expanded a {
  font-family: 'akkurat-regular', sans-serif;
  /*color: #fff !important;*/
}

.expandable-blocks .expandable-block-toggler.is-expanded:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/Content/images/chevron-up-icon.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.expandable-blocks .expandable-block-toggler:not(.is-expanded) {
  background: #fff !important;
}

.expandable-blocks .expandable-block-toggler:not(.is-expanded) a {
  color: #1d1d1b !important;
}

.expandable-blocks .expandable-block-toggler:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/Content/images/chevron-down-icon.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.expandable-blocks .number-of-customizations {
  display: none;
}

.expandable-blocks .expandable-block {
  width: 100%;
  border: none;
  background: none;
}

.mobile-product-summary {
  display: none;
}

#exampleModal button.close {
  position: absolute;
  right: 20px;
}

#exampleModal button.close:focus {
  outline: none;
}

.product-modal {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 20px;
  /*order: 1;*/
  z-index: 1;
}

.product-modal .product-modal-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.product-modal-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-modal-info-content .product-modal-image {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-modal-info-content .product-modal-text {
  padding-top: 20px;
  font-size: 1rem;
  width: 100%;
}

.product-modal-info-content .product-modal-text h3 {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0;
  margin-bottom: 0.3em;
  font-weight: 600;
}

.product-modal-info-content .product-modal-text p {
  font-family: 'akkurat-regular', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.product-modal-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.product-modal-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #1d1d1b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-modal-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #1d1d1b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .mobile-overview-head {
    display: none;
  }
}

.der-slider {
  margin: 0 !important;
  width: 100%;
  /*width: 90vw;
	max-width: 1575px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.der-slider .slick-track {
  min-width: 100%;
}

@media (max-width: 767.98px) {
  .der-slider {
    margin: 0 auto !important;
  }
}

.der-slider .slick-slide:focus {
  outline: none !important;
}

.der-slider .slick-prev {
  left: -2.5%;
}

@media (max-width: 767.98px) {
  .der-slider .slick-prev {
    left: 0;
  }
}

.der-slider .slick-next {
  right: -2.5%;
}

@media (max-width: 767.98px) {
  .der-slider .slick-next {
    right: 0;
  }
}

.der-slider .slick-next,
.der-slider .slick-prev {
  height: 60px;
  width: 40px;
  top: 45%;
  z-index: 100000;
}

@media (max-width: 767.98px) {
  .der-slider .slick-next,
  .der-slider .slick-prev {
    height: 60px;
    width: 35px;
  }
}

.der-slider .slick-dots > li {
  display: inline-block;
}

.der-slider .slick-dots > li:only-child {
  display: none;
}

.der-slider .slick-prev:before,
.der-slider .slick-next:before {
  position: absolute;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  display: block;
  width: 40px;
  height: 60px;
  background: url("/Content/images/slider-arrow.svg") 50% 50% no-repeat;
  background-size: auto;
  background-size: 100% auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
  top: 0;
}

@media (max-width: 767.98px) {
  .der-slider .slick-prev:before,
  .der-slider .slick-next:before {
    width: 80%;
    top: calc(50% - 30px);
    left: calc(50% - 15px);
  }
}

.der-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.der-slider .slick-dots li button:before {
  font-size: 40px;
}

.der-slider-6 {
  margin: 0 !important;
  width: 100%;
  /*width: 90vw;
		max-width: 1575px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.der-slider-6 .slick-track {
  min-width: 100%;
}

@media (max-width: 767.98px) {
  .der-slider-6 {
    margin: 0 auto !important;
  }
}

.der-slider-6 .slick-slide:focus {
  outline: none !important;
}

.der-slider-6 .slick-prev {
  left: -2.5%;
}

@media (max-width: 767.98px) {
  .der-slider-6 .slick-prev {
    left: 0;
  }
}

.der-slider-6 .slick-next {
  right: -2.5%;
}

@media (max-width: 767.98px) {
  .der-slider-6 .slick-next {
    right: 0;
  }
}

.der-slider-6 .slick-next,
.der-slider-6 .slick-prev {
  height: 60px;
  width: 40px;
  top: 45%;
  z-index: 100000;
}

@media (max-width: 767.98px) {
  .der-slider-6 .slick-next,
  .der-slider-6 .slick-prev {
    height: 60px;
    width: 35px;
  }
}

.der-slider-6 .slick-dots > li {
  display: inline-block;
}

.der-slider-6 .slick-dots > li:only-child {
  display: none;
}

.der-slider-6 .slick-prev:before,
.der-slider-6 .slick-next:before {
  position: absolute;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  display: block;
  width: 40px;
  height: 60px;
  background: url("/Content/images/slider-arrow.svg") 50% 50% no-repeat;
  background-size: auto;
  background-size: 100% auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
  top: 0;
}

@media (max-width: 767.98px) {
  .der-slider-6 .slick-prev:before,
  .der-slider-6 .slick-next:before {
    width: 80%;
    top: calc(50% - 30px);
    left: calc(50% - 15px);
  }
}

.der-slider-6 .slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.der-slider-6 .slick-dots li button:before {
  font-size: 40px;
}

@media (max-width: 767.98px) {
  .compact-header .mobile-overview-content {
    margin-top: 60px !important;
  }
  .compact-header .mobile-overview-extended {
    height: calc(100vh - 40px) !important;
  }
  .compact-header .mobile-overview-extended .extended-sticky {
    top: 40px !important;
  }
  .mfp-section-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-text-header .price-flex {
    display: none;
  }
  div.accessories-item-list {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .product-item-list:not(.accessories-item-list) {
    margin-left: -18px;
    margin-right: -18px;
  }
  .mobile-overview.overview-sticky {
    position: fixed;
    top: 40px;
    height: 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-overview.overview-sticky::-webkit-scrollbar {
    display: none;
  }
  .mobile-overview.overview-sticky .extended-sticky {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-overview-wrapper {
    margin-top: 3rem;
    height: 80px;
  }
  .mobile-overview {
    background: none;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-overview .mobile-overview-head {
    -webkit-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
  }
  .mobile-overview .mobile-overview-content {
    height: 0;
    overflow: hidden;
  }
  .mobile-overview.overview-sticky .mobile-overview-content {
    margin-top: 100px;
  }
  .mobile-overview.mobile-overview-extended {
    height: calc(100vh - 85px);
    bottom: 0px;
    background: #f4f4f4;
    /*.overview-table-wrapper {
				background: #f4f4f4;
			}

			.overview-table th {
				color: #68676B !important;
			}

			.overview-table tfoot {
				display: none;
			}

			.overview-table td {
				color: black;
			}

			.overview-table td:nth-child(2n) {
				color: #68676B;
			}

			.overview-table td:first-child p span {
				color: #68676B;
			}
			*/
  }
  .mobile-overview.mobile-overview-extended .extended-sticky {
    position: fixed;
    top: 85px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-head {
    width: 100%;
    z-index: 1;
    /*background: #f4f4f4;*/
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.19);
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content {
    height: auto;
    /*.product-image {
					padding: 20px;
					background: #fff;
				}
*/
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content th.title {
    padding-bottom: 0;
    padding-left: 80px;
    letter-spacing: 0.08em;
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content .mobile-pod-image {
    padding: 22px 10px;
    background: #f4f4f4;
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content .mobile-pod-image img {
    display: block;
    margin: auto;
    width: 50vw;
    height: 57vw;
    -o-object-fit: cover;
       object-fit: cover;
    border: solid 12px #fff;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content .for-mobile-overview-wrapper .email-configuration,
  .mobile-overview.mobile-overview-extended .mobile-overview-content .for-mobile-overview-wrapper p {
    width: 100%;
  }
  .mobile-overview.mobile-overview-extended .mobile-overview-content .when-ordering-description {
    width: 100%;
  }
  .mobile-overview .mobile-overview-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: black;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-price {
    width: 50%;
    padding-left: 12px;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-price :first-child {
    display: block;
    text-transform: uppercase;
    color: #bababa;
    font-family: 'akkurat-regular', sans-serif;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-price :nth-child(2) {
    font-size: 21px;
    font-family: 'akkurat-regular', sans-serif;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-img {
    width: 50%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-img:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px #fff;
    border-right: solid 5px transparent;
    border-bottom: solid 0px transparent;
    border-left: solid 5px transparent;
    vertical-align: middle;
    margin-left: 0.6em;
    margin-top: -5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    right: 0;
    position: absolute;
    top: 33px;
  }
  .mobile-overview .mobile-overview-head .mobile-overview-img img {
    height: 40px;
    width: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    float: right;
  }
  .mobile-overview .for-mobile-overview-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview-sticky.mobile-overview-extended .mobile-overview-head .mobile-overview-img:after {
    border-top: solid 0px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 6px #fff;
    border-left: solid 5px transparent;
  }
}

.isPartOfCampaign,
.linkToShowerConfig,
.projectAssortment {
  margin: 0 0 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.isPartOfCampaign .campaign-image,
.isPartOfCampaign .showerconfig-image,
.isPartOfCampaign .projectAssortment-image,
.linkToShowerConfig .campaign-image,
.linkToShowerConfig .showerconfig-image,
.linkToShowerConfig .projectAssortment-image,
.projectAssortment .campaign-image,
.projectAssortment .showerconfig-image,
.projectAssortment .projectAssortment-image {
  margin-right: 20px;
  margin-top: 0.3em;
}

.isPartOfCampaign .campaign-image img,
.isPartOfCampaign .showerconfig-image img,
.isPartOfCampaign .projectAssortment-image img,
.linkToShowerConfig .campaign-image img,
.linkToShowerConfig .showerconfig-image img,
.linkToShowerConfig .projectAssortment-image img,
.projectAssortment .campaign-image img,
.projectAssortment .showerconfig-image img,
.projectAssortment .projectAssortment-image img {
  height: 65px;
  min-width: 65px;
}

.isPartOfCampaign h3,
.linkToShowerConfig h3,
.projectAssortment h3 {
  margin: 0;
}

.isPartOfCampaign p,
.linkToShowerConfig p,
.projectAssortment p {
  margin: 0;
}

.isPartOfCampaign a,
.linkToShowerConfig a,
.projectAssortment a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
}

.isPartOfCampaign a:after,
.linkToShowerConfig a:after,
.projectAssortment a:after {
  content: '';
  width: 20px;
  height: 22px;
  background: url(images/link-arrow-black.svg) no-repeat 0 0;
  top: 3px;
  right: -31px;
  position: absolute;
  display: inline-block;
}

.product-modal-info {
  width: 100%;
}

.desc-wrapper {
  max-height: 1000px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  overflow: hidden;
}

.desc-wrapper h3 {
  max-height: 4em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  overflow: hidden;
}

.desc-collapsed {
  position: relative;
  padding-bottom: 30px;
}

.desc-collapsed .desc-wrapper-collapsed {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  max-height: 2.7em;
  opacity: 1;
}

.desc-collapsed .desc-wrapper-collapsed h3 {
  max-height: 0;
  opacity: 0;
}

.desc-collapsed .desc-read-more {
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.desc-collapsed .desc-read-more:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 6px #1d1d1b;
  border-right: solid 5px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 5px transparent;
  vertical-align: middle;
  margin-left: 0.6em;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desc-collapsed .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #1d1d1b;
  border-top: solid 0 transparent;
}

.selected .desc-read-more:after {
  border-top: solid 6px #fff;
  border-bottom: solid 0 transparent;
}

.selected .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #fff;
  border-top: solid 0 transparent;
}

.table-wrapper {
  padding: 0 20px;
}

.table-wrapper .product-option {
  border-bottom: solid 8px #f4f4f4;
}

.table-wrapper .product-option:not(.selected) {
  background: #fff !important;
  color: #1d1d1b;
}

.table-wrapper .product-option.selected .btn {
  border-color: #fff;
}

@media (max-width: 767.98px) {
  .table-wrapper table thead {
    display: none;
  }
}

.table-wrapper table tr td {
  padding: 8px 10px;
}

.table-wrapper table tr button {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 5px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.included-accessories-wrapper {
  margin-bottom: 40px !important;
  max-width: 360px;
  margin: auto;
}

.included-accessories-wrapper .included-accessories-img img {
  height: 350px;
  width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .included-accessories-wrapper .included-accessories-img img {
    height: 300px;
    width: 100%;
  }
}

.included-accessories-wrapper .desc-collapsed .desc-wrapper-collapsed {
  max-height: 2.6em;
}

.match {
  margin-bottom: 80px;
}

.match h2 {
  margin: 50px 0;
}

.match-card {
  margin-bottom: 40px !important;
  max-width: 360px;
  margin: auto;
  text-decoration: none;
}

.match-card:hover {
  text-decoration: none;
}

.match-card__img img {
  width: 360px;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.match-card__content {
  background-color: #f8f8f8;
  text-align: center;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-card__content span {
  font-size: 14px;
  color: #1d1d1b;
  text-transform: uppercase;
}

.match-card__content h3 {
  font-size: 30px;
  margin-top: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  color: #1d1d1b;
}

.match-card__content p {
  font-size: 14px;
  font-weight: 400;
}

.match-card__content a {
  margin-top: auto;
}

.included-accessories-text {
  background: #313031;
  color: #fff !important;
  padding: 25px 10% 10%;
}

.included-accessories-text h4 {
  font-size: 14px;
}

.included-accessories-text p {
  font-size: 14px;
}

.included-accessories-text .desc-read-more {
  bottom: -10px;
  right: 0px;
}

.included-accessories-text .desc-read-more:after {
  border-top: solid 6px #fff;
  border-right: solid 5px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 5px transparent;
}

.head-anchor {
  margin: 40px 0 1em 0 !important;
  word-break: break-word;
  position: relative;
}

.head-anchor.match {
  margin: 0 0 1.2em 0 !important;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: medium;
  font-size: 42px;
  line-height: 50px;
  font-family: akkurat-regular;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
  text-transform: unset;
}

.included-accessories-text .desc-collapsed .desc-read-more.read-more-expanded:after {
  border-bottom: solid 6px #fff;
  border-top: solid 0 transparent;
}

.select-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.no-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.no-config .no-config-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.no-config .no-config-image .overview {
  max-width: 60%;
}

.no-config .no-config-overview {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

html body .multiselect-button,
html body .btn.select-button {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  /*background-color: #fff;*/
  border-width: 1px !important;
  border-style: solid !important;
  padding: 5px;
  /*color: #fff;*/
  font-family: 'akkurat-regular', sans-serif;
}

html body .multiselect-button:focus,
html body .btn.select-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body .multiselect-button:hover,
html body .btn.select-button:hover {
  /*background-color: #57565a;
            color: #fff;*/
  border: solid 1px #1d1d1b !important;
}

html body .product-option.selected .multiselect-button,
html body .product-option.selected .btn.select-button {
  border-color: #1d1d1b !important;
  color: #1d1d1b !important;
  background: #fff !important;
}

html body .product-option.selected .multiselect-button:hover,
html body .product-option.selected .btn.select-button:hover {
  border: #fff;
}

.totalprice {
  font-size: 36px;
  font-family: 'akkurat-regular', sans-serif;
}

.mobile-overview-price .totalprice {
  font-size: 21px;
  font-family: 'akkurat-regular', sans-serif;
}

.desc-link {
  font-family: 'akkurat-regular', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

.zoom-image {
  position: absolute;
  top: 35px;
  right: 35px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 25px;
}

.overview .modal-dialog {
  max-width: 624px;
  margin: 4.75rem auto;
}

.product-item {
  position: relative;
  margin-bottom: 7.2% !important;
}

.product-item.product-item-multiselect {
  /*&.selected-highlight {
                background: #57565a;
                color: #fff !important;

                .pod-text h4 {
                    color: #fff !important;
                }

                .dropdown .dropdown-toggle {
                    color: #fff;
                    border: 1px solid #fff;
                }
            }*/
}

.product-item.product-item-multiselect .multiselect-button {
  display: none;
}

.product-item.product-item-multiselect:not(.selected-highlight) {
  background: #fff !important;
  color: #1d1d1b;
}

.product-item.product-item-multiselect:not(.selected-highlight) .multiselect-button,
.product-item.product-item-multiselect:not(.selected-highlight) .dropdown-toggle {
  border-color: #1d1d1b !important;
  color: #1d1d1b !important;
  background: transparent !important;
}

.product-item.product-item-multiselect:not(.selected-highlight) .multiselect-button:hover,
.product-item.product-item-multiselect:not(.selected-highlight) .dropdown-toggle:hover {
  border-color: #57565a !important;
  background: #57565a !important;
  color: #fff !important;
}

.product-item.product-item-multiselect span {
  font-size: 16px;
}

.product-item.product-item-multiselect .dropdown {
  width: 100%;
}

.product-item.product-item-multiselect .dropdown .dropdown-toggle {
  text-align: left;
  text-transform: none;
  font-family: 'akkurat-regular', sans-serif;
  background: none;
  border: 1px solid #1d1d1b;
  padding: 10px;
  margin-top: 10px;
}

.product-item.product-item-multiselect .dropdown .dropdown-toggle:hover {
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item.product-item-multiselect .dropdown .dropdown-toggle:focus {
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.product-item.product-item-multiselect .dropdown .dropdown-toggle:active {
  border: 1px solid #f4f4f4;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item.product-item-multiselect .dropdown .dropdown-toggle:after {
  float: right;
  margin-top: 8px;
}

.product-item.product-item-multiselect .dropdown ul {
  width: 100%;
  border: 1px solid white;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.product-item.product-item-multiselect .dropdown ul li {
  padding: 10px 5px;
  margin: 0;
  cursor: pointer;
}

.product-item.product-item-multiselect .dropdown ul li:nth-child(2n) {
  background-color: #f4f4f4;
}

.product-item.product-item-multiselect .dropdown ul p {
  margin: 0;
}

.product-item .product-option {
  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;
  text-decoration: none;
  padding: 20px;
}

.product-item .product-option:not(.selected) {
  background: #fff !important;
  color: #1d1d1b;
}

.product-item .product-option:not(.selected) .btn.select-button {
  border-color: #1d1d1b !important;
  color: #1d1d1b !important;
  background: #fff !important;
}

.product-item .product-option:not(.selected) .btn.select-button:hover {
  border-color: #1d1d1b !important;
  background: #f4f4f4 !important;
  color: #1d1d1b !important;
}

.product-item .product-option.selected {
  background-color: #f4f4f4;
  /*.pod-text {
                    h4, .price {
                        color: #fff !important;
                    }
                }

                .product-modal-text {
                    color: #fff;
                }*/
}

.product-item .pod-image {
  width: 50%;
  min-height: 130px;
  max-height: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-content: center;
}

.product-item .pod-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-item .pod-text {
  position: relative !important;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  /*justify-content: space-between !important;*/
  padding: 0.2em 0 0.1em 0 !important;
  background: none !important;
  min-height: 0 !important;
}

.product-item .pod-text h4 {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  margin: 0;
  /*color: #1d1d1d !important;*/
}

.product-item .pod-text .price {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1rem;
  margin: 0;
  display: block !important;
}

.product-item .multiselect-button,
.product-item .select-button {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 5px;
  position: absolute;
  bottom: 0;
  font-family: 'akkurat-regular', sans-serif;
}

.product-item .multiselect-button:focus,
.product-item .select-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item .dropdown {
  position: absolute;
  bottom: 0;
}

.product-item .read-more {
  display: block;
}

.product-item .read-more.abs {
  top: 18%;
  padding: 0;
  position: absolute;
  left: 7%;
  width: 21px;
  height: 21px;
  font-size: 1.25rem;
  background: #57565a;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

.product-item .read-more:before {
  content: 'i';
  color: #fff;
  display: inline;
  width: auto;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

.product-item .radiobutton {
  background: #fff;
  border: solid 1px #666;
  border-radius: 50%;
  display: inline-block;
  height: 19px;
  width: 19px;
  position: relative;
}

.product-item .radiobutton:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: maroon;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.55, 0.54, 1.56);
  transition: all 0.3s cubic-bezier(0.34, 0.55, 0.54, 1.56);
  opacity: 0.4;
}

.product-item .radiobutton.l-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.product-item .checkbox {
  background: #fff;
  border: solid 1px #666;
  border-radius: 0;
  display: block;
  height: 18px;
  width: 18px;
  padding: 0;
  font-size: 0;
  min-height: 0;
  margin: 0;
  position: relative;
}

.product-item .checkbox:before {
  content: '';
  display: block;
  border-radius: 0;
  background: maroon;
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}

.product-item .checkbox.l-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.product-item ul {
  padding: 0;
}

.product-item ul li {
  list-style-type: none;
}

.product-item ul li .radiobutton {
  vertical-align: middle;
}

.product-item ul li span {
  font-weight: bold;
}

.product-item .svanen {
  width: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.product-item-list {
  /*margin-left: -18px !important;
        margin-right: -18px !important;*/
}

.product-item-list .clearfix {
  margin: 0 !important;
}

.product-item-list .product-item-multiselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 20px;
}

.product-item-list .product-item-multiselect .pod-text ul li p {
  display: block;
}

.product-item-list .product-item-multiselect .pod-text .multiselect-dropdown {
  background: grey;
}

.selected .radiobutton:before,
.selected .checkbox:before {
  opacity: 1 !important;
  top: 3px !important;
  right: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
}

*:hover > .radiobutton:before,
*:hover > .checkbox:before,
a:hover div > .radiobutton:before,
a:hover div > .checkbox:before {
  opacity: 0.6;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.overview .product-image {
  margin-bottom: 4rem;
}

.overview .pod-image {
  background: #fff;
  position: relative;
  padding: 5%;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
}

.overview .pod-image:hover {
  cursor: pointer;
}

.overview .btn {
  max-width: none;
  cursor: pointer;
}

p.desc {
  font-size: 1.0667rem;
  font-style: italic;
  color: #57565a;
  margin-bottom: 10px;
  padding-left: 16px;
}

.accessories-item-list {
  margin-bottom: 40px;
}

/*.accessories-item-list {
	max-width: 1550px !important;
	overflow-x: scroll;
	overflow-y: hidden;
	flex-wrap: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;

	&::-webkit-scrollbar {
		height: 7px;
	}

	&::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	
	&::-webkit-scrollbar-thumb {
		border-radius: 14px;
		background: #2b2c2d;
	}

	.accessories-margin {
		padding-right: 30px !important;

		&:last-child {
			padding-right: 0 !important;
		}
	}

	.included-accessories-img img {
		height: 350px;
		width: 360px;
	}
}*/
.pod-image-ratio {
  display: block;
  height: 135px;
  overflow: hidden;
  position: relative;
}

.pod-image-ratio-3-2 {
  display: block;
  height: 135px;
  overflow: hidden;
  position: relative;
}

.pod-image-ratio-1-1 {
  display: block;
  height: 135px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}

.pod-image-ratio img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  margin: auto;
}

.overview-table-wrapper {
  margin-bottom: 1.5rem;
}

.overview-table-wrapper img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-table {
  background: #f4f4f4;
  width: 100%;
  margin-bottom: 0;
}

.overview-table .overview-product-img {
  min-width: 55px;
  position: relative;
  margin-top: -20px;
}

.overview-table .standard-feature {
  display: none;
}

.overview-table tr:nth-child(2n),
.overview-table tr:nth-child(2n-1) {
  background: rgba(104, 103, 107, 0.05);
}

.overview-table tr:nth-child(4n),
.overview-table tr:nth-child(4n-1) {
  background: none;
}

.overview-table th,
.overview-table td {
  text-align: left;
  vertical-align: top;
  white-space: normal;
  width: auto;
  color: #1d1d1b;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 5px 10px 5px;
}

.overview-table th {
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'akkurat-regular', sans-serif;
  color: #1d1d1b;
  padding-bottom: 0;
  padding-left: 70px;
}

.overview-table .title {
  padding-top: 10px;
  padding-bottom: 5px;
}

.overview-table tr:nth-child(1) th {
  padding-top: 20px;
}

.overview-table td:nth-child(2n) {
  color: #1d1d1b;
  font-family: 'akkurat-regular', sans-serif;
  padding-right: 15px;
}

.overview-table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

.overview-table td:first-child p {
  position: relative;
  font-family: 'akkurat-regular', sans-serif;
  margin: 0;
}

.overview-table td:first-child p span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: 'akkurat-regular', sans-serif;
  color: #1d1d1b;
  bottom: -15px;
  left: 0;
}

.overview-table td:last-child {
  font-size: 1rem;
  text-align: right;
  white-space: nowrap;
}

.overview-table tfoot th,
.overview-table tfoot td {
  padding-top: 1rem !important;
  padding-bottom: 25px !important;
  border-bottom: none;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  vertical-align: middle;
}

.overview-table tfoot td {
  font-size: 1.7rem !important;
}

.overview-table tfoot .price {
  font-size: 1.2rem !important;
  white-space: nowrap;
  color: #1d1d1b;
}

.overview-table:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .mfp-text-header {
    padding-top: 0 !important;
  }
  .mobile-configurator {
    margin-bottom: 0 !important;
  }
  .desktop-overview {
    display: none;
  }
  .navigation-wrapper .head-anchor-navigation {
    margin: 20px 0 10px 0 !important;
  }
  .customize-product-area.container-fluid {
    padding: 0;
  }
  .product-item.product-item-multiselect .dropdown {
    margin-top: -9px;
  }
  .product-item.product-item-multiselect .dropdown ul {
    max-width: 110px;
    border: none;
    left: 16px !important;
  }
  .product-item.product-item-multiselect .dropdown ul li {
    max-width: 110px;
  }
  .image-mobile-top {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mobile-overview-content .standard-feature {
    display: none;
  }
  .for-mobile-overview-wrapper {
    padding: 20px;
  }
  .for-mobile-overview-wrapper .btn {
    max-width: none;
  }
  .overview-listing {
    margin-left: -18px;
    margin-right: -18px;
  }
  .overview-table .overview-product-img {
    min-width: 55px;
  }
  .overview-table td:first-child {
    padding: 5px 0 10px 25px;
  }
  .overview-table td:first-child p {
    font-size: 14px;
    font-family: 'akkurat-regular', sans-serif;
  }
  .overview-table td:first-child span {
    bottom: -15px;
    left: 1px;
  }
  .overview-table td:last-child {
    font-size: 14px;
    padding: 5px 25px 10px 0;
  }
}

.sticky-box h2 {
  display: none;
}

.customization-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customization-text img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-right: 10px;
}

.customization-text span {
  -ms-flex-negative: auto;
      flex-shrink: auto;
}

.no-gutters {
  padding: 0 !important;
}

.good-to-know-description {
  margin-bottom: 4rem !important;
}

.good-to-know-description ul {
  margin-left: 0;
  padding-left: 1.3rem;
}

.good-to-know-description li {
  padding: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  margin-bottom: 0.4em;
}

.when-ordering-description {
  padding: 2.5rem 3rem 3rem 0;
  margin-bottom: 1.5rem !important;
}

.when-ordering-description h4 {
  font-size: 1.5rem;
  font-family: 'akkurat-regular', sans-serif;
}

.when-ordering-description ul {
  margin-top: 2rem;
  margin-left: 0;
  padding-left: 0;
}

.when-ordering-description li {
  padding: 0;
  list-style-type: none;
}

.find-retailer-link a {
  background: #000;
  font-family: 'akkurat-regular', sans-serif;
  color: #fff;
  text-transform: uppercase;
  max-width: none;
}

.send-dialog .email-configuration .btn {
  height: 62px !important;
}

.email-configuration {
  margin-top: 50px;
}

.email-configuration .form-group {
  margin-bottom: 0.5rem !important;
}

.email-configuration input {
  width: 100%;
}

.email-configuration .btn {
  height: auto !important;
}

.email-configuration .email-configuration__msg {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0 ease-out;
  transition: all 0 ease-out;
  text-align: center;
  font-size: 0.9333rem;
  font-style: italic;
  font-weight: bold;
  color: #e52407;
}

.email-configuration--msg-visible .email-configuration__msg {
  opacity: 1;
  max-height: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.email-configuration--msg-success .email-configuration__msg {
  color: #99a999;
}

div.product-slider {
  margin-bottom: 2rem !important;
}

@media print {
  ::first-letter {
    margin: 0 !important;
    padding: 0 !important;
  }
  .configurator-column {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
  .configurator__result-header {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    width: auto !important;
  }
  .configurator__iframe {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: auto !important;
  }
  .configurator__iframe-image {
    padding: 0 30px 0 0 !important;
  }
  .configurator__iframe iframe {
    display: none !important;
  }
  .configurator__result {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    width: auto !important;
  }
  .field-item__image {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    background: none !important;
  }
  .configurator__price {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .configurator-code h4 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .configurator-code input {
    text-align: left !important;
  }
  .configurator-code .configurator-code__header-description {
    text-align: left !important;
  }
  body {
    position: relative;
    background: #fff;
    max-height: 100%;
    /*	.configurator-container {
				padding-top: 20px !important;
			}

			.configurator-containe {
				padding-top: 0 !important;
			}

			.configurator__info-columns {
				display: none;
			}

			.configurator__button {
				display: none;
			}

			.configurator-code .form-button-group {
				display: none;
			}*/
  }
  body > header {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    padding: 0 !important;
    height: auto !important;
  }
  body .header-favorites {
    display: none;
  }
  body table td,
  body table th,
  body table tr {
    border: 0px #fff !important;
  }
  body .site-navigation-container,
  body .header-navigation {
    display: none !important;
  }
  body .navigation-wrapper {
    display: none !important;
  }
  body .anchor-link {
    display: none;
  }
  body .customize-product-area {
    background: none !important;
  }
  body .customize-product-area > .row > div:first-child {
    display: none;
  }
  body .container-fluid:not(.configurator-container) .row > div {
    position: relative !important;
    display: inline-block;
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center;
  }
  body .container-fluid:not(.configurator-container) .row .header-logo {
    padding-right: 0;
  }
  body .container-fluid:not(.configurator-container) .row .sticky-box {
    margin: 0 !important;
  }
  body .container-fluid:not(.configurator-container) .row .price-flex {
    display: none;
  }
  body .container-fluid:not(.configurator-container) .row .customize-product {
    display: none;
  }
  body .container-fluid:not(.configurator-container) .row > div:first-child {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
    width: auto;
  }
  body .container-fluid:not(.configurator-container) h2 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 30px;
    display: block !important;
    font-size: 32px;
  }
  body .container-fluid:not(.configurator-container) .col-12[style*='order'] {
    display: none !important;
  }
  body .product-category {
    text-align: center;
  }
  body .product-image {
    margin-bottom: 0 !important;
  }
  body .pod-image {
    text-align: center;
  }
  body th {
    white-space: nowrap !important;
  }
  body .btn {
    display: none !important;
  }
  body .overview {
    position: relative;
  }
  body .image-mobile-top {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  body .image-mobile-top .pod-image {
    padding: 0;
  }
  body .image-mobile-top .zoom-image,
  body .image-mobile-top p.desc {
    display: none;
  }
  body .desktop-overview h3 {
    display: none;
  }
  body .overview .pod-text > p {
    display: none;
  }
  body .overview-table-wrapper {
    margin-bottom: 1.5rem;
    background: #af0 url(/Content/images/white.png);
    padding: 3%;
    position: absolute;
    bottom: -1.2cm;
    right: -0.8cm;
    border: 4px solid #eee;
    min-width: 9cm;
    max-width: 9cm;
    overflow: hidden;
  }
  body .overview-table-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 500px solid #fff;
  }
  body .overview-table-wrapper * {
    position: relative;
  }
  body .overview-table tbody th.title {
    font-size: 0.6rem;
    color: #666;
    padding-bottom: 0;
  }
  body .overview-table th,
  body .overview-table td {
    color: #000;
    font-size: 0.9rem;
  }
  body .overview-table tfoot th,
  body .overview-table tfoot td {
    padding-top: 1rem;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.1rem;
    border-top: solid 1px #ccc;
    color: #000 !important;
  }
  body .overview-table tfoot td {
    font-size: 1.7rem !important;
    color: #000 !important;
  }
  body .overview-table td {
    color: #000 !important;
  }
  body .overview-table .overview-product-img {
    min-width: 55px;
    margin-top: -10px;
  }
  body .overview-table td:first-child span {
    bottom: -0.2em;
  }
  body .when-ordering-description {
    display: inline-block;
    text-align: left;
    padding: 1.4rem 1.6rem 0.6rem 1.6rem;
    margin: 0 !important;
    position: absolute;
    bottom: 1cm;
    left: 0.5cm;
    max-width: 7cm;
    overflow: hidden;
  }
  body .when-ordering-description:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 500px solid #fff;
  }
  body .when-ordering-description * {
    position: relative;
  }
  body .when-ordering-description h4 {
    font-size: 0.7rem;
  }
  body .when-ordering-description ul {
    margin-top: 0;
  }
  body .when-ordering-description li {
    padding: 0;
    list-style-type: none;
    font-size: 0.7rem;
  }
  body .email-configuration {
    display: none;
  }
  body .mfp-section-1 {
    display: none;
  }
  body .no-print {
    display: none;
  }
  body .image-mobile-top {
    display: block !important;
    max-width: 60% !important;
  }
  body .no-config-image,
  body .no-config-overview {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  body .no-config .no-config-image .overview {
    max-width: 100%;
  }
  .model-page:not(.animech-page) .main-content {
    margin-top: 50px;
  }
  .model-page:not(.animech-page) .row {
    text-align: center !important;
  }
  .model-page:not(.animech-page) .header-logo {
    padding: 0;
  }
  .animech-page .main-content {
    margin-top: 0;
  }
  .animech-page .configurator-container {
    padding: 0;
    background: none;
  }
  .animech-page .configurator-container > .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .animech-page .configurator-container > .row > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .animech-page .configurator-container > .row > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .animech-page .configurator-container .configurator__description {
    width: 70%;
    margin-bottom: 2em;
  }
  .animech-page .configurator-container .configurator__heading {
    margin-bottom: 30px;
  }
  .animech-page .configurator-container .configurator__button {
    display: none !important;
  }
  .animech-page .configurator-container .configurator__campaign-link {
    display: none !important;
  }
  .animech-page .configurator-container .configurator__info {
    margin-left: 0;
  }
  .animech-page .configurator-container .configurator__info-columns {
    display: block;
  }
  .animech-page .configurator-container .configurator__price {
    text-align: left;
  }
  .animech-page .configurator-container iframe {
    border: none;
    height: 500px;
  }
  .animech-page .configurator-container .configurator__iframe {
    width: 40%;
    margin-left: 0;
  }
  .animech-page .configurator-container .configurator__result {
    width: 56%;
    margin-right: 0;
  }
  .animech-page .configurator-container .configurator-code__header .info {
    display: none;
  }
  .animech-page .configurator-container .configurator-code .form-control {
    display: block;
    padding: 0;
    background: none;
    border: none;
  }
  .animech-page .configurator-container .configurator-code--share {
    display: none;
  }
  .animech-page .configurator-container .field-item:nth-child(2n) .field-item__text {
    margin-right: 0;
  }
}

.social-media-link-block {
  /*@include block-styles();*/
}

.social-media-link-block p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.25rem;
  font-weight: 400;
}

.social-media-link-block .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-media-link-block .social-media-links a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: solid 2px #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 0 0.8em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #444;
}

.social-media-link-block .social-media-links a:last-child {
  margin-right: 0;
}

.social-media-link-block .social-media-links a:hover {
  background: #666;
}

.social-media-link-block .social-media-links img {
  max-height: 22px;
  max-width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-media-link-block .social-media-links a:hover {
  background: #fff;
}

.social-media-link-block .social-media-links a:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.social-media-link-block.vertical-top {
  height: 100%;
}

.social-media-link-block.vertical-middle {
  height: 100%;
}

.social-media-link-block.vertical-middle .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.social-media-link-block.vertical-bottom {
  height: 100%;
}

.social-media-link-block.vertical-bottom .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.social-media-link-block.horizontal-left .social-media-links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-media-link-block.horizontal-right .social-media-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col-md-12 .social-media-link-block p {
  font-size: 1.25rem;
}

.text-inverted .social-media-link-block .social-media-links a {
  background: none;
}

.text-inverted .social-media-link-block .social-media-links a:hover {
  background: #fff;
}

.sidebar .social-media-link-block .social-media-links a {
  width: 36px;
  height: 36px;
}

.sidebar .social-media-link-block .social-media-links img {
  max-height: 18px;
  max-width: 18px;
}

.find-retailer {
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked */
  /* Create the checkmark/indicator */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.find-retailer .row {
  height: 100%;
}

.find-retailer .row > div {
  height: 100%;
}

.find-retailer .find-retailer-search-input {
  display: block;
  border: none;
  background: #d3d3d3;
  font-size: 1.1rem;
  margin: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.find-retailer .find-retailer-map {
  height: 100%;
}

.find-retailer #retailer-map {
  position: relative;
  height: 100%;
  width: 100%;
}

.find-retailer .find-retailer-content {
  height: 100%;
}

.find-retailer .find-retailer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 6;
}

.find-retailer .find-retailer-search-header {
  margin-bottom: 0.5rem;
}

.find-retailer .find-retailer-search-header h3 {
  display: none;
}

.find-retailer .find-retailer-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  border-top: solid 1px #d3d3d3;
}

.find-retailer .find-retailer-list ol {
  list-style-type: none;
  padding: 0;
  margin-top: -1px;
  position: relative;
}

.find-retailer .find-retailer-list li {
  position: relative;
  border-top: solid 1px #ececec;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 800px;
  overflow: hidden;
}

.find-retailer .find-retailer-list li .retailer-highlight {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
}

.find-retailer .find-retailer-list li .retailer-highlight img {
  display: block;
}

.find-retailer .find-retailer-list li::before {
  display: none;
}

.find-retailer .find-retailer-search-tags {
  padding-top: 0.8rem;
}

.find-retailer .find-retailer-search-tags h4 {
  white-space: nowrap;
  margin: 0.5rem 1em 0.8rem 0;
  margin-left: 20px;
  font-size: 0.8rem;
  color: #81898e;
}

.find-retailer .find-retailer-search-tags p {
  color: #8a898e;
  margin-bottom: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.find-retailer .find-retailer-search-tags .retailer-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.find-retailer .find-retailer-search-tags .retailer-list-item-tags {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.find-retailer .find-retailer-search-tags .feature-tag {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.8rem;
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

@media (max-width: 767.98px) {
  .find-retailer .find-retailer-search-tags .feature-tag {
    font-size: 0.8rem;
  }
}

.find-retailer .retailer-list-item-tags {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.find-retailer .checkbox-feature-tag input {
  opacity: 0;
  position: absolute;
}

.find-retailer .custom-checkbox {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.find-retailer .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  top: .25rem;
}

.find-retailer .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.find-retailer .custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.find-retailer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.find-retailer .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.find-retailer .custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.find-retailer .find-retailer-list-item-content {
  padding: 0 1.5rem;
}

@media (max-width: 767.98px) {
  .find-retailer .find-retailer-list-item-content {
    padding: 0 0.7rem;
  }
}

.find-retailer .find-retailer-list-item-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
  padding-top: 2em;
  cursor: pointer;
}

.find-retailer .find-retailer-list-item-content-header h4, .find-retailer .find-retailer-list-item-content-header p {
  margin: 0;
}

.find-retailer h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.1;
  font-size: 1.3rem;
}

.find-retailer .retailer-features {
  white-space: nowrap;
}

.find-retailer .retailer-features span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: -0.2em;
  vertical-align: middle;
}

.find-retailer .retailer-has-photo {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  .find-retailer .retailer-has-photo {
    right: 0.7rem;
  }
}

.find-retailer .markerlist-distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1.3;
}

.find-retailer .retailer-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.find-retailer .retailer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-retailer .retailer-details > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  font-size: 1rem;
}

.find-retailer .retailer-details > div:first-child {
  padding-right: 1.5rem;
}

.find-retailer .retailer-details > div p {
  margin-bottom: 0.5rem;
}

.find-retailer .retailer-details > div p > a, .find-retailer .retailer-details > div p > span {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
}

.find-retailer .retailer-details > div p > a:before, .find-retailer .retailer-details > div p > span:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 16px;
  margin-right: 10px;
  height: 1.1em;
}

.find-retailer .retailer-details-contact-information {
  margin-top: 10px;
  margin-bottom: 1.5rem;
}

.find-retailer .retailer-details-info {
  margin-bottom: 0.1rem;
}

.find-retailer .retailer-details-info-address {
  margin-bottom: 0.1rem;
  text-transform: capitalize;
}

.find-retailer .retailer-details-info-features {
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.find-retailer .retailer-app-link {
  display: block;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .find-retailer .retailer-app-link {
    display: none;
  }
}

.find-retailer .retailer-gmaps-link {
  display: none;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .find-retailer .retailer-gmaps-link {
    display: block;
  }
}

.find-retailer .btn {
  max-width: none;
  color: #fff;
  font-size: 0.875 rem;
  padding: .8rem 1rem;
  text-transform: capitalize;
  width: 130px;
  height: 40px;
}

.find-retailer .is-expanded {
  background: #f3f3f3;
}

.find-retailer .is-expanded .retailer-content {
  max-height: 800px;
}

.find-retailer .is-expanded .retailer-has-photo {
  opacity: 0;
}

.find-retailer .checkbox-feature-tag {
  margin-right: 1rem;
  opacity: 0;
  position: absolute;
}

.find-retailer .container-checkbox-feature-tag input {
  opacity: 0;
  position: absolute;
}

.find-retailer .container-checkbox-feature-tag .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #eee;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}

.find-retailer .container-checkbox-feature-tag .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.find-retailer .container-checkbox-feature-tag input:checked ~ .checkmark:after {
  display: block;
}

.find-retailer .container-checkbox-feature-tag .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.find-retailer .retailer-tags {
  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;
  color: #1d1d1b;
  width: auto;
  max-width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.find-retailer .retailer-tags .feature-tag {
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1rem;
  margin-right: 10px;
  cursor: pointer;
}

.find-retailer .retailer-tags .feature-tag div {
  opacity: 0;
  position: absolute;
  bottom: 3.5em;
  left: -9999%;
  -webkit-transform: translateX(0%) scale(0.9);
          transform: translateX(0%) scale(0.9);
  width: 20px;
  background: #fff;
  padding: 1.2em 1.5em;
  color: #1d1d1b;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  white-space: normal;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: none;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.find-retailer .retailer-tags .feature-tag div h4 {
  font-size: 1.1rem;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  color: #1d1d1b;
}

@media (min-width: 768px) {
  .find-retailer .retailer-tags .feature-tag:hover div {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
}

.find-retailer .retailer-tags .feature-tag.theme-bg {
  border-color: transparent;
}

.find-retailer .retailer-tags .feature-tag.theme-color.theme-color-0 {
  color: #1d1d1b;
}

.find-retailer .retailer-tags .feature-tag.is-current {
  color: #1d1d1b !important;
}

.find-retailer .retailer-tags .feature-tag:last-child {
  margin-right: 0;
}

.find-retailer .retailer-tags .feature-tag:not(.is-current) {
  background: #fff !important;
}

.find-retailer .retailer-tags-details {
  letter-spacing: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-retailer .retailer-tags-details .feature-details {
  letter-spacing: 0;
  background: #fff;
  border: solid 1px #e4e4e4;
  color: #1d1d1b;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.find-retailer .retailer-tags-details .feature-details h4 {
  font-size: 1.1rem;
  text-transform: none;
}

.address {
  line-height: 1.35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.geolocation {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  margin: auto;
  z-index: 5;
  display: none;
  cursor: pointer;
}

.phone:before {
  background: url("/content/features/retailer-map/icons/phone.svg") 50% no-repeat;
  background-size: 15px auto;
}

.address:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("/content/features/retailer-map/icons/ext-maps.svg") 50% no-repeat;
  background-size: 20px 20px;
  margin-right: 1rem;
  -webkit-filter: invert(100%) brightness(0);
          filter: invert(100%) brightness(0);
}

.website:before {
  background: url("/content/features/retailer-map/icons/website.svg") 50% no-repeat;
  background-size: 100% auto;
}

.email:before {
  background: url("/content/features/retailer-map/icons/email.svg") 50% no-repeat;
  background-size: 100% auto;
}

.geolocation {
  background: url("/content/features/retailer-map/icons/relevant-position-on-white.svg") 0% 50% no-repeat;
  background-size: 100% auto;
}

.touchevents .find-retailer-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.touchevents .find-retailer-list > ol {
  width: 100%;
}

@media (max-width: 767.98px) {
  .findRetailersPage > footer {
    display: none;
  }
  .findRetailersPage .main-content > .container-fluid:not(.find-retailer) {
    display: none;
  }
  .col-lg-5, .col-lg-7 {
    position: static;
  }
  #retailer-map {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .find-retailer {
    height: calc(100vh);
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .find-retailer-search-header {
    padding: 0 0.8rem 0 0.8rem;
    margin-bottom: 0 !important;
  }
  .find-retailer-search-header h3 {
    display: block !important;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    height: 32px;
    position: relative;
    cursor: pointer;
  }
  .find-retailer-search-header h3:before {
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #ccc;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
    -webkit-transform: translateX(-8px) rotate(-25deg);
            transform: translateX(-8px) rotate(-25deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .find-retailer-search-header h3:after {
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #ccc;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
    -webkit-transform: translateX(8px) rotate(25deg);
            transform: translateX(8px) rotate(25deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .find-retailer-search {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-height: calc(100% - 60px);
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    /*&.show-one {
			.find-retailer-search-header {
				h3 {
					&:before {
						transform: translateX(0) rotate(45deg);
					}

					&:after {
						transform: translateX(0) rotate(-45deg);
					}
				}
			}

			.find-retailer-list {
				display: block;

				li.is-current {
					max-height: 600px;
					opacity: 1;
				}
			}
		}*/
  }
  .find-retailer-search .find-retailer-search-input {
    margin: 0;
  }
  .find-retailer-search.show-all .find-retailer-search-header h3:before, .find-retailer-search.show-one .find-retailer-search-header h3:before {
    -webkit-transform: translateX(-8px) rotate(25deg);
            transform: translateX(-8px) rotate(25deg);
    background: #1d1d1b;
  }
  .find-retailer-search.show-all .find-retailer-search-header h3:after, .find-retailer-search.show-one .find-retailer-search-header h3:after {
    -webkit-transform: translateX(8px) rotate(-25deg);
            transform: translateX(8px) rotate(-25deg);
    background: #1d1d1b;
  }
  .find-retailer-search.show-all .find-retailer-list, .find-retailer-search.show-one .find-retailer-list {
    /*display: block;*/
    max-height: calc(100vh - 60px);
  }
  .find-retailer-search.show-all .find-retailer-list li, .find-retailer-search.show-one .find-retailer-list li {
    max-height: 800px;
    opacity: 1;
  }
  .find-retailer-search.show-all .find-retailer-list .is-expanded, .find-retailer-search.show-one .find-retailer-list .is-expanded {
    background: none;
  }
  .find-retailer-search.show-all .find-retailer-list .is-expanded > div, .find-retailer-search.show-one .find-retailer-list .is-expanded > div {
    background: #f3f3f3;
  }
  .find-retailer .find-retailer-list {
    /*display: none;*/
    max-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: auto;
  }
  .find-retailer .find-retailer-list > ol {
    padding-bottom: 7px;
    margin-bottom: 0;
    width: 100%;
    max-height: 55vh;
  }
  .find-retailer .find-retailer-list li {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 0.8rem;
    border-top: none;
  }
  .find-retailer .find-retailer-list li .retailer-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block !important;
    opacity: 0;
  }
  .find-retailer .find-retailer-list li .retailer-details div {
    padding: 0;
    border: none;
  }
  .find-retailer .find-retailer-list li.is-current .retailer-details {
    max-height: 100%;
    opacity: 1;
  }
  .find-retailer-list-item-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    padding: 20px 20px 16px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    margin: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .geolocation {
    bottom: 170px;
    left: auto;
  }
  .retailer-app-link {
    display: block;
  }
  .retailer-gmaps-link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .find-retailer-search-tags h4 {
    display: none !important;
  }
  .retailer-details {
    display: block !important;
  }
  .retailer-details div {
    padding: 0 !important;
    border: none !important;
  }
}

/*.find-retailer {
	height: 80vh;
	min-height: 400px;
	width: 100%;
}

.find-retailer-search {
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 10;
	top: 10%;
	bottom: 10%;
	right: 6%;
	padding: 0;
	width: 370px;
	background: rgba(255,255,255,0.4);
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0,0,0,0.16);
}

.find-retailer-search-header {
	background: #fff;
	padding: 30px 17px 17px 17px;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);

	h3 {
		font-family: 'Avenir Next LT W01 Demi', sans-serif;
		font-size: 1.125rem;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
	}

	input {
		background: #d3d3d3;
		border-radius: 2px;
		border: none;
		padding: 10px 40px 10px 20px;
		font-family: 'AvenirNextLTW01-Medium', sans-serif;
		font-size: 1rem;
		color: #1d1d1b;
		width: 100%;
		background-image: url("/Content/images/search-icon.svg");
		background-size: 18px 20px;
		background-position: top 50% right 15px;
		background-repeat: no-repeat;

		&:-ms-input-placeholder {
			color: #1d1d1b;
		}

		&::-ms-input-placeholder {
			color: #1d1d1b;
		}

		&::-webkit-input-placeholder {
			color: #1d1d1b;
		}

		&::-moz-placeholder,
		&::placeholder {
			color: #1d1d1b;
		}
	}
}



.find-retailer-list  {
	position: relative;
	z-index: 5;
}

#retailer-map {
	height: 100%;
	width: 100%;
}


	
#markerList-holder {
	padding: 0;
	height: 100%;
}

.find-retailer-list {
	height: 100%;
	padding-bottom: 0;
	margin: 0;
	> ol {
		padding: 7px 7px 0 7px;
		overflow-y: auto;
		height: 100%;
	}

	li {
		position: relative;
		list-style-type: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 5px;
		cursor: pointer;

		.find-retailer-list-item-content {
			background: rgba(255,255,255,0.95);
			border-radius: 2px;
			padding: 20px 20px 16px;
			box-shadow: 0 0 4px rgba(0,0,0,0.16);
			margin: 7px 0;
			display: flex;
			flex-direction: column;
		}

		&::before {
			display: none;
		}

		&:first-child {
			margin-top: 0;
		}

		&:last-child {
			margin-bottom: 0;
		}

		h4 {
			font-family: 'Avenir Next LT W01 Demi', sans-serif;
			font-size: 1.3rem;
			text-transform: none;
			margin-right: 60px;
		}

		p {
			color: #8a898e;
			margin-bottom: 0.6em;
			display: flex;
			flex-direction: row;

			> a, > span {
				color: inherit;
				text-decoration: none;
				display: flex;
				-ms-word-break: break-all;
				word-break: break-all;
				word-break: break-word;
				-webkit-hyphens: auto;
				-moz-hyphens: auto;
				hyphens: auto;

				&:before {
					content: '';
					display: inline-block;
					vertical-align: top;
					width: 15px;
					margin-right: 10px;
					height: 1.1em;
				}
			}
		}
	}

	.retailer-highlight {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 39px;
	}

	.btn {
		background: #8a898e;
		color: #fff;
		font-family: 'AvenirNextLTW01-DemiCn', sans-serif;
		font-size: 1.14rem;
		text-transform: uppercase;
		padding: 0.8rem 1rem;

		&:before {
			display: none;
		}
	}

	.retailer-app-link {
		display: none;
	}

	.retailer-gmaps-link {
		display: block;
	}

	.canInstall,
	.planAndSketch {
	}

	.retailer-tags {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0.8rem 0;

		.feature-tag {
			display: flex;
			width: auto;
			align-items: center;
			border: solid 1px #e6e6e6;
			height: 2.5em;
			padding: 0.2em 0.5em;
			white-space: nowrap;
			font-size: 1rem;
			text-transform: uppercase;
			font-family: 'AvenirNextLTW01-DemiCn', sans-serif;
			margin-right: 10px;
			margin-bottom: 10px;
			cursor: pointer;

			&.theme-bg {
				border-color: transparent;
			}

			&.theme-color.theme-color-0 {
				color: $almost-black;
			}
		}
	}

	.retailer-tags-details {
		.feature-details {
			background: #57565a;
			color: #fff;
			padding: 1.3rem 1.7rem;
			line-height: 1.2;
			letter-spacing: -0.02em;
			margin-bottom: 1rem;
		}
	}
}

.touchevents {
	.find-retailer-list {
		> ol {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}

	}

	.find-retailer-list > ol {
		width: 100%;

	}
}

	.markerlist-distance {
		position: absolute;
		top: 100px;
		right: 25px;

		p {
			display: inline-block;
			font-family: 'AvenirNextLTW01-MediumC_721311', sans-serif;
			font-size: 1.125rem;
			color: #3a3a38 !important;
		}
	}

	#markerList .is-current {
	}

	#markerList .is-current .retailer-details {
		display: block;
	}

	#markerList .retailer-details {
		display: none;
	}

	.address {
		line-height: 1.35;
		width: auto;
	}

	.geolocation {
		width: 55px;
		height: 55px;
		position: absolute;
		bottom: 35px;
		left: 20px;
		z-index: 5;
		display: none;
		cursor: pointer;
	}

	.phone:before {
		background: url('/content/features/retailer-map/icons/phone.svg') 50% no-repeat;
		background-size: 15px auto;
	}

	.address:before {
		background: url('/content/features/retailer-map/icons/ext-maps.svg') 50% no-repeat;
		background-size: 13px auto;
	}

	.website:before {
		background: url('/content/features/retailer-map/icons/website.svg') 50% no-repeat;
		background-size: 100% auto;
	}

	.email:before {
		background: url('/content/features/retailer-map/icons/email.svg') 50% no-repeat;
		background-size: 100% auto;
	}

	.geolocation {
		background: url('/content/features/retailer-map/icons/relevant-position-on-white.svg') 0% 50% no-repeat;
		background-size: 100% auto;
	}






@include media-breakpoint-down(sm) {
	.findRetailersPage {
		> header {
			padding: 10px 0;
			height: 70px;
		}

		> footer {
			display: none;
		}

		.main-content > .container-fluid:not(.container-find-retailer) {
			display: none;
		}
	}

	.find-retailer {
		height: calc(100vh);
		width: 100%;
		overflow: hidden;
	}

	.find-retailer-search-header {
		padding-top: 5px;

		h3 {
			font-size: 0;
			text-indent: -9999px;
			overflow: hidden;
			margin: 0;
			height: 20px;
			position: relative;
			margin-bottom: 5px;
			cursor: pointer;

			&:before {
				content: '';
				display: block;
				width: 19px;
				height: 2px;
				background: #c9c9c9;
				position: absolute;
				top: 9px;
				left: 0;
				right: 0;
				margin: auto;
				border-radius: 1px;
				transform: translateX(-8px) rotate(-25deg);
				transition: all 0.2s ease-in-out;
				transition-delay: 0.3s;
			}

			&:after {
				content: '';
				display: block;
				width: 19px;
				height: 2px;
				background: #c9c9c9;
				position: absolute;
				top: 9px;
				left: 0;
				right: 0;
				margin: auto;
				border-radius: 1px;
				transform: translateX(8px) rotate(25deg);
				transition: all 0.2s ease-in-out;
				transition-delay: 0.3s;
			}
		}
	}

	.find-retailer-search {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);

		&.show-all {
			.find-retailer-search-header {
				h3 {
					&:before {
						transform: translateX(-8px) rotate(25deg);
					}

					&:after {
						transform: translateX(8px) rotate(-25deg);
					}
				}
			}

			.find-retailer-list {
				display: block;

				li {
					max-height: 600px;
					opacity: 1;
				}
			}
		}

		&.show-one {
			.find-retailer-search-header {
				h3 {
					&:before {
						transform: translateX(0) rotate(45deg);
					}

					&:after {
						transform: translateX(0) rotate(-45deg);
					}
				}
			}

			.find-retailer-list {
				display: block;

				li.is-current {
					max-height: 600px;
					opacity: 1;
				}
			}
		}
	}

	.find-retailer-list {
		display: none;

		> ol {
			padding-bottom: 7px;
			margin-bottom: 0;
			width: 100%;
			max-height: 60vh;
			overflow: auto;
		}

		li {
			max-height: 0;
			overflow: hidden;
			opacity: 0;

			.retailer-details {
				max-height: 0;
				overflow: hidden;
				transition: all 0.4s ease-in-out;
				display: block !important;
				opacity: 0;
			}

			&.is-current {
				.retailer-details {
					max-height: 100%;
					opacity: 1;
				}
			}
		}
	}

	.geolocation {
		bottom: 125px;
	}

	.retailer-app-link {
		display: block;
	}

	.retailer-gmaps-link {
		display: none;
	}
}*/
.ec-form {
  margin-bottom: 2%;
  text-align: left;
  /*.form-check-input {
		margin-left: 0;
	}*/
}

.ec-form * + form {
  margin-top: 2em;
}

.ec-form div[class*="col-"] {
  padding: 0;
}

.ec-form legend {
  font-size: 1rem;
  text-transform: uppercase;
}

.ec-form .form-group {
  margin-bottom: 2.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ec-form .form-group > label {
  text-transform: uppercase;
}

.ec-form .form-button-group {
  margin-bottom: 2.2rem !important;
}

.ec-form .form-button-group .form-check-label {
  margin-right: 2em;
}

.ec-form label {
  font-size: 0.9333rem;
  color: #95989a;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}

.ec-form label + .form-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 0.875rem;
  color: #57565a;
  margin-top: 0.5em;
}

.ec-form .form-inline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -10px;
}

.ec-form .form-inline .form-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ec-form .form-inline > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.ec-form .form-inline > div.form-button-group {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.ec-form .form-inline .form-control-wrapper {
  width: 100%;
}

.ec-form .form-inline .form-control-wrapper .form-control {
  width: 100%;
  margin: 0;
}

.ec-form .form-control,
.ec-form .form-check,
.ec-form .form-check-inline {
  color: #222;
  border-color: #8a898e;
}

.ec-form .form-control:focus,
.ec-form .form-check:focus,
.ec-form .form-check-inline:focus {
  border-color: #779e91;
}

.ec-form input.form-control {
  padding: 19px;
}

.ec-form .form-check-label {
  margin-bottom: 0;
  padding: 0;
  color: #1d1d1b;
}

.ec-form .form-check {
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}

.ec-form .form-check:last-child {
  margin-bottom: -0.3em;
}

.ec-form .form-check-inline {
  margin-bottom: -0.3em;
  margin-left: 0;
}

.ec-form [type="checkbox"], .ec-form [type="radio"] {
  vertical-align: text-top;
  margin-top: 0.2em;
  margin-right: 0.4em;
}

.ec-form .form-check-inline {
  margin-right: 1.2em;
}

.ec-form .form-button-group {
  text-align: right;
}

.ec-form .form-button-group .btn {
  margin: 0;
}

.ec-form .btn {
  height: 62px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 230px;
}

.ec-form .form-group .form-control-feedback {
  display: none;
}

.ec-form .form-group.has-error .form-control-feedback {
  display: block;
}

.ec-form .form-group.has-error label {
  color: inherit;
}

.ec-form .form-group.has-error input.form-control {
  border-color: #e83e25;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ec-form .form-group .error {
  font-size: 0.9333rem;
  font-style: italic;
  color: #e52407;
}

.ec-form .form-select {
  position: relative;
}

.ec-form .form-select:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 6px #1d1d1b;
  border-right: solid 5px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 5px transparent;
  position: absolute;
  top: 50%;
  right: 20px;
}

.ec-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
  border: solid 1px #e83e25;
  height: 60px;
}

.ec-form select::-ms-expand {
  display: none;
}

.ec-form.success .success {
  display: block;
}

.ec-form.success .form-content {
  display: none;
}

.form-feedback {
  background-color: red;
  padding: 50px 35px;
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2%;
}

.form-feedback > *:last-child {
  margin-bottom: 0;
}

input.input-validation-error {
  border-color: #e52407 !important;
}

span.field-validation-error {
  font-size: .9333rem;
  font-style: italic;
  color: #e52407;
}

.form-errors {
  display: inline-block;
  border: solid 3px #e52407;
  padding: 2rem 5rem;
}

.form-errors p {
  margin: 0.4em 0;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #e52407;
}

.form-message {
  display: inline-block;
  border: solid 3px #99a999;
  padding: 3rem 5rem;
}

.form-message p {
  margin: 0.4em 0;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #99a999;
}

.word-break {
  word-break: break-all;
}

.breadcrumb-container + .anchor-navigation-wrapper {
  margin-top: calc(-1% - 6rem);
  margin-bottom: 12%;
}

@media all and (min-width: 1600px) {
  .breadcrumb-container + .anchor-navigation-wrapper {
    /*margin-top: -185px;*/
    margin-bottom: 185px;
  }
}

.breadcrumb-container + .anchor-navigation-wrapper div[class*="col-"] {
  min-height: 0;
}

.mfp-text-header h1 {
  margin-bottom: 0.2em;
}

.mfp-text-header p {
  font-size: 1.2rem;
}

@media (max-width: 1199.98px) {
  .mfp-text-header {
    padding-top: 2em;
  }
  .mfp-text-header h2 {
    font-size: 1.7rem;
  }
  .mfp-text-header h3 {
    font-size: 1.3rem;
  }
  .mfp-text-header p {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .mfp-text-header p {
    font-size: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .mfp-text-header p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .mfp-text-header h1 {
    font-size: 3.3vw;
  }
}

@media all and (min-width: 1600px) {
  .mfp-text-header h1 {
    font-size: 54px;
  }
}

.features-section .product-header {
  font-family: akkurat-regular;
  font-weight: normal;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  text-transform: none;
}

.product-category {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.5rem;
  color: #6a6a6a;
  margin: 0;
  text-align: left;
}

.product-item-list .product-item {
  position: relative;
}

.product-item-list .product-item .pod-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1.2rem 0 1.4rem;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-item-list .product-item .pod-text h4 {
  font-size: 0.9375rem;
  line-height: 1.1;
  text-align: left;
  margin: 0;
  margin-bottom: 0.3em;
}

.product-item-list .product-item .pod-text h4 .title-text {
  width: 210px;
  white-space: normal;
}

.product-item-list .product-item .pod-text h4 .title-text:after {
  right: 15px;
}

.product-item-list .product-item .pod-text h4 .read-more {
  display: block;
  position: absolute;
  top: 50%;
  padding: 0;
  right: 7%;
  width: 21px;
  height: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

.product-item-list .product-item .pod-text h4 .read-more:before {
  content: "i";
  color: #000;
  display: inline;
  width: auto;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  text-transform: none;
}

.product-item-list .product-item .pod-text > span {
  line-height: 1.1;
}

.product-item-list .product-item .pod-text p {
  display: none;
}

.product-item-list .product-item .title-text {
  font-size: 0.9rem;
  text-transform: none;
}

.feature-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.feature-images .feature-image {
  margin: 0 2rem;
}

.feature-images .feature-image img {
  display: inline-block;
}

.feature-images .feature-image p {
  display: inline-block;
}

.feature-images:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 1px #1d1d1b;
}

.feature-images img {
  width: 50px;
  vertical-align: middle;
}

.feature-images span {
  vertical-align: middle;
  font-size: 1.0666rem;
}

.feature-images.l-no-text {
  margin: 2rem 0;
  display: inline-block;
  padding: 0 1rem;
  border-top: solid 1px #1d1d1b;
  border-bottom: solid 1px #1d1d1b;
}

.feature-images.l-no-text:before {
  display: none;
}

.feature-images.l-no-text .feature-image {
  display: inline-block;
  width: auto;
}

.feature-images.l-no-text img {
  width: 60px;
}

.find-retailer-button {
  display: block;
  background: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  line-height: 1.25;
  text-decoration: none;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.13333rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.08em;
}

.find-retailer-button:hover {
  text-decoration: none;
  color: #fff;
  background: #57565a;
}

.productCategoryPage .breadcrumb-navigation {
  margin-bottom: 1rem !important;
}

.productCategoryPage iframe {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .productCategoryPage .col-xl-4 .product-selector-item {
    width: calc(50% - 1.5rem);
  }
}

.productCategoryPage .ec-hr {
  margin: 0 0 3rem 0;
}

.productCategoryPage .pb-slider {
  width: 100%;
  position: relative;
}

.productCategoryPage .pb-slider .pb-slide {
  width: 74.2% !important;
  height: 40vw;
  margin-right: 25.8%;
  background: #3f3d43;
  opacity: 0;
  /*transition: all 0.6s;*/
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.productCategoryPage .pb-slider .mfp-slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productCategoryPage .pb-slider .mfp-slide-image picture {
  display: block;
  height: 100%;
  width: 100%;
}

.productCategoryPage .pb-slider .mfp-slide-image img {
  display: block;
  height: 100%;
  /*max-height: 100%;
				width: 100%;*/
  -o-object-fit: contain;
     object-fit: contain;
}

.productCategoryPage .pb-slider .mfp-slide-image-text {
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 22%;
  white-space: normal;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
}

.productCategoryPage .pb-slider .mfp-slide-image-text p {
  font-size: 1rem;
}

.productCategoryPage .pb-slider .mfp-slide-image-text h5 {
  font-size: 1.125rem;
}

.productCategoryPage .pb-slider .mfp-slide-image-text .lnk-primary {
  display: block;
}

.productCategoryPage .pb-slider .mfp-slide-image-text .lnk-primary:before {
  content: '';
  display: block;
  width: 190px;
  max-width: 40%;
  height: 0;
  border-top: solid 1px #aaadae;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.productCategoryPage .pb-slider .pb-current {
  opacity: 1;
}

.productCategoryPage .pb-slider .pb-current .mfp-slide-image-text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.productCategoryPage .pb-slider .prev-slide {
  display: block;
  position: absolute;
  top: 50%;
  left: 1%;
  background: url(/Content/images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 18px auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
}

.productCategoryPage .pb-slider .next-slide {
  display: block;
  position: absolute;
  top: 50%;
  right: 27%;
  background: url(/Content/images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 18px auto;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .productCategoryPage .pb-slider {
    height: auto;
  }
  .productCategoryPage .pb-slider .pb-slides {
    /*padding-bottom: 200px;*/
  }
  .productCategoryPage .pb-slider .pb-slide {
    width: 100% !important;
    /*height: 80vw;*/
    margin-right: 0;
    overflow: visible;
    opacity: 1;
    height: auto;
    background: #fff;
  }
  .productCategoryPage .pb-slider .pb-slide img {
    /*max-height: 80vw;*/
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .productCategoryPage .pb-slider .prev-slide {
    top: 35vw;
  }
  .productCategoryPage .pb-slider .next-slide {
    top: 35vw;
    right: 1%;
  }
  .productCategoryPage .pb-slider .mfp-slide-image {
    background: #3f3d43;
  }
  .productCategoryPage .pb-slider .mfp-slide-image-text {
    padding-top: 0.5em;
    position: relative;
    left: 1%;
    width: 100%;
    opacity: 1;
  }
}

.productCategoryPage .products-dropdown h5 {
  text-align: center;
}

.productCategoryPage .products-dropdown .product-selector-item p {
  display: block;
}

.product-overview .product-overview-image {
  background: #fff;
  padding: 5%;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.product-overview p.desc {
  font-size: 1.0667rem;
  font-style: italic;
  color: #57565a;
  text-align: right;
}

.product-overview .btn {
  max-width: none;
  cursor: pointer;
}

.product-overview .product-overview-data {
  background: #fff;
  padding: 15px 5px;
  text-align: center;
}

.product-overview .product-overview-data-item {
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.75em;
}

.product-overview .product-overview-data-item em {
  font-style: normal;
  font-size: 0.8666rem;
}

.product-overview .product-overview-data-item img {
  display: block;
}

.product-overview .product-overview-data-item * {
  display: inline-block;
  vertical-align: middle;
}

.feature-main-list {
  margin: 1.5rem 0 2rem 1.1rem;
  padding: 0;
}

.feature-main-list li {
  margin: 0 0 0.4em 0;
  padding: 0;
}

.mfp-data-block p {
  font-size: 1rem;
  text-align: right;
  margin-top: 0.5em;
  color: #1d1d1b;
}

.mfp-details-block {
  padding: 1.5rem 2.5rem;
  background: #f4f4f4;
}

.mfp-details-block .mfp-details-block-item {
  margin-bottom: 1rem;
}

.mfp-details-block h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 1.5em;
}

.mfp-details-block h4 {
  font-size: 0.875rem;
  text-transform: none;
  margin: 0;
  color: #57565a;
}

.mfp-details-block p {
  color: #57565a;
}

.mfp-details-block .mfp-details-width {
  font-size: 1.25rem;
  margin: 0;
}

.mfp-details-block img {
  width: 36px;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  margin-top: 12px;
}

.mfp-details-block img + img {
  margin-left: 16px;
}

.mfp-data-table {
  background: #ababac;
  padding: 30px 20px;
  width: 100%;
  line-height: 1.1;
}

.mfp-data-table th {
  padding: 0 10px 5px 10px;
  font-size: 0.875rem;
  color: #dedede;
  text-align: left;
}

.mfp-data-table td {
  padding: 0 10px;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-align: left;
}

.mfp-model-selector-heading {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  opacity: 0.6;
  text-align: center;
  margin-bottom: 2rem;
}

.current-mfp-model {
  text-align: right;
}

.current-mfp-model h3 {
  margin-bottom: 1rem;
}

.current-mfp-model .current-mfp-model-text {
  font-family: 'akkurat-regular', sans-serif;
  background: #f4f4f4;
  text-align: center;
  padding: 2rem 4rem;
  margin: 0;
}

.current-mfp-model .current-mfp-model-text p {
  font-size: 1.2rem;
  margin: 0;
}

.current-mfp-model a {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.133rem;
}

.features-section {
  background: inherit;
}

.feature-main {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  text-align: center;
}

.feature-main h3 {
  font-size: 1.25rem;
  text-transform: none;
  margin: 1em 0 0 0;
  text-align: center;
}

div h3.feature-block-heading {
  opacity: 0.6;
  font-size: 0.875rem;
  text-transform: uppercase;
  /*margin-top: 1em;*/
  letter-spacing: -0.5px;
}

.feature-text-block {
  /*margin-bottom: 0 !important;*/
  height: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.feature-text-block .feature-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-text-block .feature-text-content > *:last-child {
  margin-bottom: 0;
}

.feature-text-block .feature-block-heading + .feature-text-content {
  /*padding: 0 0 2.5em 0;*/
}

.feature-text-block h3 {
  font-size: 1.5rem;
  text-transform: none;
  margin-bottom: 0.7em;
}

.feature-text-block li, .feature-text-block p {
  font-size: 1rem;
}

@media (max-width: 1199.98px) {
  .feature-text-block li, .feature-text-block p {
    font-size: 0.9rem;
  }
}

.feature-text-block ul {
  margin: 0;
  padding: 0;
}

.feature-text-block li {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style-type: none;
}

.feature-text-block .feature-text-price {
  font-size: 1.625rem;
  margin-top: 0;
}

.feature-image-block {
  /*margin-bottom: 0 !important;*/
  position: relative;
}

.feature-image-block p {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.4em 1em;
  margin: 0;
}

.feature-image-block .feature-image-badge {
  font-size: 1rem;
  background: #fff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #1d1d1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-image-block img {
  width: 100%;
}

/*.feature-download-block {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0.5rem;

	h3 {
		opacity: 0.6;
		font-family: 'AvenirNextLTW01-Medium', sans-serif;
		font-size: 0.875rem;
		text-transform: uppercase;
		margin-top: 2em;
		letter-spacing: 0.08em;
	}

	.links-dropdown {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		justify-content: space-between;
		margin-bottom: 22px;
	}

	.feature-block-heading + .links-dropdown {
		padding: 0 0 2.5em 0;
	}
}*/
.feature-download-block {
  text-align: center;
  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-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
  /*.feature-block-heading + .links-dropdown {
		padding: 0 0 2.5em 0;
	}*/
}

.feature-download-block h3 {
  opacity: 0.6;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 2em;
  letter-spacing: -0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.feature-download-block .links-dropdowns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-header.feature-download-header {
  margin-top: 100px;
  margin-bottom: 30px !important;
}

.feature-download-row {
  height: auto;
  padding-bottom: 18px;
}

.feature-download-row > div {
  height: auto !important;
}

.feature-download-row .feature-download-block {
  display: block;
}

.feature-download-row p {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.4rem;
}

.mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner {
  /*width: 35%;
			padding: 3.5% 4%;
			margin: 4% 7%;
			max-width: 570px;
			text-align: left;*/
}

.mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner h1 {
  text-transform: uppercase;
  font-size: 4.3vw;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 1600px) {
  .mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner h1 {
    font-size: 68px;
  }
}

.mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner p {
  font-size: 14px !important;
}

.mfp-category-intro .ec-image-wrapper {
  min-height: 20vw;
}

.mfp-category-intro:not(.text-background-block) .ec-text-wrapper .ec-text-wrapper-inner {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

@media (max-width: 767.98px) {
  .mfp-category-intro .ec-image-wrapper {
    position: relative;
    left: 0;
  }
  .mfp-category-intro .ec-text-wrapper {
    position: static;
  }
  .mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner {
    width: 100%;
  }
  .mfp-category-intro .ec-text-wrapper h1 {
    font-size: 2.5rem;
  }
  .mfp-category-intro .mfp-expanders {
    display: none;
  }
}

@media (min-width: 1200px) {
  .mfp-category-intro .ec-text-wrapper .ec-text-wrapper-inner p {
    font-size: 16px !important;
  }
}

.mfp-materials-row > div {
  height: auto !important;
  margin-bottom: 22px;
}

.mfp-material-info {
  background: #fff;
  padding: 2rem;
}

.mfp-material-info h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.9em;
}

.mfp-material-info p {
  font-size: 1rem;
}

.mfp-material-info img {
  margin-bottom: 1.5em;
}

.product-config {
  background: #f4f4f4;
}

.product-config.loading {
  background: url("../Content/images/moodboard/loader.gif") 50% 50% no-repeat;
  background-size: 64px 64px;
}

.mfp-section-2 {
  background: #f4f4f4 !important;
}

.product-filter-result .row .hidden {
  display: none;
}

.product-filter-result .row > div {
  display: block;
}

.result-item-group {
  margin-bottom: 1em;
}

.result-item-group h2 {
  margin: 0 0 0.7em 0;
}

.card-wrapper {
  position: relative;
}

.favorite-btn {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
}

.favorite-btn.accociatedProductBtn {
  right: 5px;
  top: 55px;
}

.favorite-btn:focus,
.favorite-btn :active {
  outline: 0;
}

.favorite-btn .favorite-btn-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.6em' height='1.6em' viewBox='0 0 21 21'%3E%3Cpath fill='white' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M10.5 6.5c.5-2.5 4.343-2.657 6-1c1.603 1.603 1.5 4.334 0 6l-6 6l-6-6a4.243 4.243 0 0 1 0-6c1.55-1.55 5.5-1.5 6 1'/%3E%3C/svg%3E");
}

.favorite-btn .favorite-btn-icon__favorited {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.6em' height='1.6em' viewBox='0 0 21 21'%3E%3Cpath fill='black' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M10.5 6.5c.5-2.5 4.343-2.657 6-1c1.603 1.603 1.5 4.334 0 6l-6 6l-6-6a4.243 4.243 0 0 1 0-6c1.55-1.55 5.5-1.5 6 1'/%3E%3C/svg%3E");
}

.favorite-btn:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
  cursor: pointer;
}

.model-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-bottom: 14%;
}

.model-card .campaign-mark {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  z-index: 1;
  background: #313031;
}

.model-card .campaign-mark .image-border {
  width: 35px;
  height: 35px;
  position: relative;
  border: 2px solid white;
  border-radius: 25px;
  margin-left: 10px;
}

.model-card .campaign-mark .image-border img {
  position: absolute;
  left: 8px;
  top: 5px;
  height: 20px;
  background: #000000;
}

.model-card .campaign-mark .image-border img.projectassortment {
  background: none;
  left: 3px;
}

.model-card .campaign-mark span {
  margin: 0 10px;
  color: #fff;
  font-size: 15px;
}

.model-card .model-card-media {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.model-card .model-card-media img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4 / 5;
}

.model-card .model-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model-card .model-card-text .favorite-heart {
  position: absolute;
  top: -25px;
  right: 20px;
  cursor: pointer;
}

.model-card .model-card-text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-wrap: break-word;
  /*.model-card-info-items {
            display: flex;

            .model-card-info {
                flex: 1;

                &:last-child {
                    flex: 0;
                    white-space: nowrap;
                    margin-left: 1.5em;
                }
            }
        }

        .model-card-info {
            font-size: 1.125rem;
            padding-top: 3px;
            padding-bottom: 5px;
            text-align: left;

            hr {
                width: 100%;
            }

            dt {
                font-family: 'AvenirNextLTW01-Regular', sans-serif;
                text-transform: none;
                font-weight: normal;
                font-size: 0.8666666666666667rem;
                margin: 0;
                margin-bottom: 0.4em;
                color: #57565a;
            }

            dd {
                margin-bottom: 1.2em;

                &:last-child {
                    margin: 0;
                }
            }


            img {
                width: 26px;
                margin-right: 5px;
                margin-bottom: 4px;
                border-radius: 50%;
                box-shadow: 0 0 3px rgba(0,0,0,0.4);
            }
        }*/
}

@media (min-width: 768px) {
  .model-card .model-card-text-content {
    padding: 2rem 11% 2rem 3%;
  }
}

.model-card .model-card-text-content + .model-card-text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 0.5rem;
  display: block;
}

.model-card .model-card-text-content + .model-card-text-content a.btn {
  margin-top: 0;
  color: #1d1d1b;
  white-space: normal;
}

.model-card .model-card-text-content h5 {
  font-size: 1.125rem;
}

.model-card .model-card-text-content h2,
.model-card .model-card-text-content h3,
.model-card .model-card-text-content h4 {
  margin-top: 0;
}

.model-card .model-card-text-content h2 em,
.model-card .model-card-text-content h3 em,
.model-card .model-card-text-content h4 em {
  font-style: normal;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.model-card .model-card-text-content h3,
.model-card .model-card-text-content h4 {
  margin-bottom: 0.8em;
}

.model-card .model-card-text-content p {
  line-height: 1.4;
}

.model-card .model-card-text-content p.model-card-display-name {
  font-size: 1.267rem;
  line-height: 1.1;
  margin-top: -0.5em;
  margin-bottom: 1.4em;
}

.model-card .model-card-text-content p.model-card-short-descripton {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-bottom: 1.4em;
}

.model-card .model-card-text-content p.category-heading {
  font-size: 1rem;
  text-transform: capitalize;
  color: inherit;
  margin-bottom: 0.3em;
}

.model-card .model-card-text-content p.category-heading:empty() {
  height: 1.55em;
  position: relative;
}

.model-card .model-card-text-content p.category-heading:empty():after {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.4em;
  width: 62px;
  height: 1px;
  background: #1d1d1b;
  opacity: 0.7;
  margin: auto;
}

.model-card .model-card-text-content .colors img {
  display: inline;
  width: 22px;
  margin-right: 2px;
  margin-bottom: 4px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.model-card .model-card-text-content .model-card-price {
  font-size: 16px;
  margin-bottom: 0;
}

.model-card:hover {
  color: inherit;
  text-decoration: none;
}

.has-background .model-card {
  background: #fff;
}

.archive .dropdown-wrapper {
  margin-bottom: 30px !important;
}

.archive .links-dropdown {
  margin-bottom: 0;
}

.archive .archive-result-types .links-dropdown.is-expanded .links-dropdown-heading:after {
  background: url(/Content/images/chevron-up-icon.svg) no-repeat !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 0 !important;
}

.archive .archive-result-types .links-dropdown-heading:after {
  background: url(/Content/images/chevron-down-icon.svg) no-repeat !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 0 !important;
}

.archive .links-dropdown.is-expanded .links-dropdown-heading:after {
  background: url(/Content/images/chevron-up-icon.svg) no-repeat !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 0 !important;
}

.archive .links-dropdown-heading:after {
  background: url(/Content/images/chevron-down-white-icon.svg) no-repeat !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 0 !important;
}

.archive-reset-categories {
  display: inline-block;
  top: -1.5rem;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 0.86666rem;
  text-decoration: none;
  position: relative;
  border-bottom: solid 2px #1d1d1b;
}

.archive-result {
  background-color: #f4f4f4 !important;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-top: 2%;
  min-height: 500px;
  margin-bottom: 2.8rem;
}

.archive-result .row > div > img {
  padding: 10px;
}

.archive-result-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.archive-result-header h2 {
  font-size: 1.125rem;
  text-align: center;
  text-transform: none;
  padding: 0.8em 2.5em;
  background: #fff;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.archive-result-header .archive-result-search {
  margin-top: 10px;
  margin-bottom: 20px;
}

.archive-result-header .archive-result-search input {
  height: 64px;
  border-radius: 4px;
  border: none;
  padding-left: 1.4rem;
  font-size: 0.9rem;
  background-image: url("/Content/images/search-icon.svg");
  background-size: 18px 20px;
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.archive-result-header .archive-result-types {
  margin-top: 10px;
  margin-bottom: 20px;
}

.archive-result-header .archive-result-types .dropdown-wrapper {
  margin-bottom: 0 !important;
}

.archive-result-header .archive-result-types .links-dropdown-heading {
  background: #fff;
  color: #1d1d1b;
  border-radius: 4px;
}

.archive-result-header .archive-result-types .links-dropdown-heading:after {
  border-top-color: #1d1d1b;
}

.archive-result-text {
  padding: 3rem 0;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.333rem;
  text-transform: none;
}

.archive-result-files {
  /*display: table;*/
  width: 100%;
  border: solid 10px #fff;
  border-top: none;
}

.archive-result-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  padding: 25px 25px 25px 2%;
}

@media (max-width: 767.98px) {
  .archive-result-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-result-file .archive-result-heading {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 55%;
}

@media (max-width: 767.98px) {
  .archive-result-file .archive-result-heading {
    width: 100%;
    text-align: center;
  }
}

.archive-result-file a {
  text-decoration: none;
}

.archive-result-file .archive-result-download {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 15%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .archive-result-file .archive-result-download {
    width: 100%;
  }
}

.archive-result-file .archive-result-download .download-icon {
  height: 66px;
  width: 66px;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .archive-result-file {
    padding-right: 2%;
    background-image: none;
  }
}

.archive-result-file:hover, .archive-result-file:focus {
  text-decoration: none;
}

.archive-result-file:nth-child(4n+1) {
  background-color: #fff;
}

.archive-result-file > * {
  /*display: table-cell;*/
  padding: 2% 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.archive-result-file .archive-result-file-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .archive-result-file .archive-result-file-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.archive-result-file h4 {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  opacity: 0.5;
  text-transform: uppercase;
  margin: 0 0 0.4em 0;
}

.archive-result-file h2 {
  font-size: 1.65rem;
  text-transform: none;
  margin: 0 0 0.5em 0;
}

@media (max-width: 767.98px) {
  .archive-result-file h2 {
    font-size: 1.25rem;
  }
}

.archive-result-file .archive-result-file-extension {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .archive-result-file .archive-result-file-extension {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.archive-result-file .archive-result-file-extension .file-icon {
  height: 85px;
  width: 70px;
  max-height: 10vw;
  max-width: 8.2vw;
  border-radius: 6px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767.98px) {
  .archive-result-file .archive-result-file-extension .file-icon {
    border-radius: 3px;
    margin-right: 5px;
    font-size: 3vw;
    max-height: none;
    max-width: none;
  }
  .archive-result-file .archive-result-file-extension .file-icon span {
    display: block;
  }
}

.archive-result-file .archive-result-file-size {
  font-family: 'akkurat-regular', sans-serif;
  color: #8a898e;
  text-transform: uppercase;
}

.archive-result-file-related-toggler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  width: 20%;
  padding: 1rem 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .archive-result-file-related-toggler {
    width: 100%;
  }
}

.archive-result-file-related-toggler:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/Content/images/chevron-down-icon.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.6em;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.archive-result-file-related {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.archive-result-file-related .archive-result-file-related-inner {
  padding: 25px;
  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-flow: wrap;
      flex-flow: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.archive-result-file-related .archive-result-file-related-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2%;
  width: 33%;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .archive-result-file-related .archive-result-file-related-item {
    width: 100%;
  }
}

.archive-result-file-related h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 5px 0;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .archive-result-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 7rem;
  }
  .archive-result-header .archive-result-header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-result-header .archive-result-header-group > div {
    max-width: 360px;
    width: 100%;
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .archive-result-header h2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.archive-result-file.is-expanded .archive-result-file-related-toggler:before {
  background: url("/Content/images/chevron-up-icon.svg") no-repeat;
}

.archive-result-file.is-expanded + .archive-result-file-related {
  max-height: 8000px;
  opacity: 1;
}

.archive-result-file.is-expanded + .archive-result-file-related .archive-result-file-related-inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.archive-result .archive-result-images {
  background: #fff;
  padding-top: 1.8%;
}

.archive-result .archive-result-images .ec-image-with-text .ec-image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h4 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: calc(1.5vw - 5px);
}

.archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h4 em {
  display: block;
  font-style: normal;
  text-align: center;
  font-size: 1.1rem;
}

.archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner p {
  /*transform: scale(1.05);
				transition: all 0.3s ease-in-out;*/
  margin-bottom: calc(1.5vw - 10px);
}

.archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner p span, .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner p a {
  display: block;
  font-family: 'akkurat-regular', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: none;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5em;
  padding: calc(1.0vw - 6px);
  background: #fff;
  color: #1d1d1b;
  width: 170px;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.archive-result .archive-result-images .ec-image-with-text .products-in-image:not(.is-open) .products-in-image-popup {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0.5) rotate(1deg) translate3d(0px, -40px, 0);
          transform: scale(0.5) rotate(1deg) translate3d(0px, -40px, 0);
}

.archive-result .archive-result-images .ec-image-with-text .products-in-image-popup {
  top: 0;
  left: -60px;
  right: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner {
    padding: 0 0.5rem 1rem 0.5rem !important;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h4 span {
    display: none;
  }
  .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner h4 em {
    color: #999;
    font-style: normal;
    font-size: 1rem;
  }
  .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner P {
    -webkit-transform: none;
            transform: none;
    padding: 5px;
  }
  .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner P a, .archive-result .archive-result-images .ec-image-with-text .ec-text-wrapper .ec-text-wrapper-inner P span {
    font-size: 1.0rem;
    line-height: 1.2;
    letter-spacing: 0;
    opacity: 0.99;
    border: solid 1px #1d1d1b;
    color: #1d1d1b;
    padding: 0.5em;
  }
}

.archive-result .archive-result-images .archive-result-image-caption {
  font-size: 1.0625rem;
  padding: 0.7em 1em 0 1em;
  color: #57565a;
}

.archive-result .archive-result-images .ec-image-with-text:hover .ec-text-wrapper .ec-text-wrapper-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.archive-result .archive-result-images .ec-image-with-text:hover .ec-image-wrapper:after {
  opacity: 1;
}

.load-more {
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-top: solid 1px #f4f4f4;
  width: 100%;
}

.load-more a {
  width: 400px;
  max-width: 100%;
}

.chat-status-block {
  background: #9caf86;
}

.chat-status-block * {
  color: #fff;
}

.chat-status-block .lnk-primary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.chat-status-block .chat-closed {
  display: inline-block;
  letter-spacing: 0.08em;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  opacity: 0.5;
}

.chat-view {
  background: #f4f4f4;
  padding: 28px;
}

.chat-queue-message {
  color: #777;
  font-style: italic;
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}

.chat-list .message {
  margin-bottom: 2rem;
}

.chat-list .message .text {
  background: #9caf86;
  color: #fff;
  font-size: 1.125rem;
  padding: 13px;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}

.chat-list .message .info {
  font-size: 1rem;
  position: relative;
  z-index: 1;
  /*&:before {
			content: '';
			display: block;
			width: 26px;
			height: 26px;
			background: $brand-primary;
			position: absolute;
			bottom: calc(100% + 4px);
			left: 30px;
			transform: rotate(45deg);
		}*/
}

.chat-list .message.fromAgent .text {
  background: #fff;
  color: #1d1d1b;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.chat-list .message.fromAgent .info {
  text-align: right;
}

.chat-list .message.fromAgent .info:before {
  background: #fff;
  left: auto;
  right: 80px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.chat-list .message.fromAgent .sender {
  vertical-align: baseline;
}

.chat-list .message.fromAgent .sender:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 11px;
  background: url(/Content/images/inr-logo.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  vertical-align: baseline;
  margin-right: 0.5em;
}

#CentionChatSaveButton,
#CentionChatPrintButton {
  text-decoration: underline;
  cursor: pointer;
  float: left;
  margin: 0.9em 1em 0 0;
}

#CentionChat,
#CentionChat input,
#CentionChat textarea {
  /*font-family: sans-serif;*/
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#CentionChatHeader.toggleClosed {
  /*-webkit-transition: bottom 0.3s 0.1s, min-width 0.2s;
    -moz-transition: bottom 0.3s 0.1s, min-width 0.2s;
    -ms-transition: bottom 0.3s 0.1s, min-width 0.2s;
    -o-transition: bottom 0.3s 0.1s, min-width 0.2s;
    transition: bottom 0.3s 0.1s, min-width 0.2s;*/
}

#CentionChatBody.toggleClosed {
  /*-webkit-transition: bottom 0.3s 0.1s;
    -moz-transition: bottom 0.3s 0.1s;
    -ms-transition: bottom 0.3s 0.1s;
    -o-transition: bottom 0.3s 0.1s;
    transition: bottom 0.3s 0.1s;*/
}

#CentionChatHeader {
  /*-webkit-transition: bottom 0.3s, min-width 0.1s 0.22s;
    -moz-transition: bottom 0.3s, min-width 0.1s 0.22s;
    -ms-transition: bottom 0.3s, min-width 0.1s 0.22s;
    -o-transition: bottom 0.3s, min-width 0.1s 0.22s;
    transition: bottom 0.3s, min-width 0.1s 0.22s;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 15px;
    color: #FFFFFF;
    background: #01522A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 15px;
    border: 1px solid #01522A;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 100px;*/
}

#CentionChatHeader .icon {
  /*border-right: 1px solid #01522A;*/
}

#CentionChatHeader {
  display: none;
}

#CentionChatHeader .icon,
#CentionChatHeader .text {
  /*padding: 8px 10px;
    display: inline-block;*/
}

#CentionChatBody {
  /*-webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    -transition: bottom 0.3s;
    z-index: 100;
    position: fixed;
    left: 15px;
    border-left: 1px solid #01522A;
    border-right: 1px solid #01522A;
    max-width: 345px;
    bottom: -500px;*/
}

#CentionChatBody {
  /*background: white;*/
}

#CentionStartView input,
#CentionStartView textarea {
  /*display: block;
    margin: 15px;
    width: 303px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;*/
}

#CentionStartView textarea {
  /*height: 100px;
    resize: none;*/
}

#CentionStartView input[type=button] {
  /*width: 315px;
    color: #FFFFFF;
    background: #01522A;
    font-size: 14px;
    border: 1px solid #01522A;*/
}

#CentionStartView #CentionStartNotice {
  /*font-size: 12px;
    color: red;
    display: block;
    margin: 15px;
    width: 303px;*/
}

#CentionChatView .footer {
  /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}

#CentionChatView .menue {
  /*float: right;
    font-size: 12px;*/
}

#CentionChatView .menue .button {
  /*background: #004F28;
    color: white;
    padding-left: 4px;
    padding-right: 4px;*/
}

#CentionChatView textarea {
  /*border: 0;
    padding: 5px;
    font-size: 12px;
    width: 335px;
    height: 50px;
    resize: none;
    outline: none;
    background: #fff;
    border-top: 1px solid #ccc;*/
}

#CentionChatView textarea:disabled {
  background: #f2f2f2;
}

#CentionChatList {
  /*height: 300px;
    overflow: auto;
    padding-top: 5px;
    background: #fff;*/
}

#CentionChatList .message {
  /*margin: 15px;*/
}

#CentionChatList .message .info {
  /*font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
    color: #888;*/
}

#CentionChatList .message .text {
  white-space: pre-wrap;
}

/*
#CentionChatList .message .agent {
    text-align: right;
}*/
#CentionChatList .system {
  margin-bottom: 1em;
}

/*.button {
    cursor: pointer;
}
#CentionChatBody .button {
    opacity: 0.88;
}
#CentionChatBody .button:hover {
    opacity: 0.94;
}
#CentionChatBody .button:active {
    opacity: 1;
}*/
.image-filter {
  text-align: center;
}

.image-filter .image-filter-button {
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: inline-block;
  margin: 0 0.5rem 1rem 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  cursor: pointer;
}

.image-filter .image-filter-button.is-active {
  border: solid 2px #1d1d1b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.image-filter .image-filter-button:focus {
  outline: none;
}

.image-list .is-visible {
  display: block;
}

.image-list .is-hidden {
  display: none;
}

.model-types h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  opacity: 0.5;
  margin-bottom: 1.8em;
  color: #1d1d1b;
}

.model-types .model-types-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.model-types .model-types-list .model-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-types .model-types-list .model-type-item img {
  width: 50px;
  margin-bottom: 14px;
  opacity: 0.44;
}

.model-types .model-types-list .model-type-item span {
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8a898e;
}

.model-types .model-types-list .model-type-item + .model-type-item {
  margin-left: 35px;
}

.fact-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fact-summary h4 {
  font-size: 0.875rem;
  text-transform: none;
  margin: 1rem 0 0 0;
  color: #57565a;
}

.fact-summary h4:first-child {
  margin-top: 0;
}

.fact-summary picture {
  display: inline-block;
  margin: 12px 12px 0 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  height: 22px;
}

.fact-summary img {
  width: 22px;
  height: 28px;
}

.fact-summary img + img {
  margin-left: 16px;
}

.fact-summary .fact-summary-items {
  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;
  padding: 0 1.5rem 2.5rem 0;
  background: #fff;
}

.fact-summary .fact-summary-item {
  max-width: 50%;
}

.fact-summary .fact-summary-item + .fact-summary-item {
  margin-left: 100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-6 .fact-summary .fact-summary-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .col-md-6 .fact-summary .fact-summary-item {
    max-width: none;
  }
  .col-md-6 .fact-summary .fact-summary-item + .fact-summary-item {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .fact-summary .fact-summary-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .fact-summary .fact-summary-item {
    max-width: none;
  }
  .fact-summary .fact-summary-item + .fact-summary-item {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.slideshow {
  position: relative;
  display: grid;
  grid-template-columns: calc(var(--container-padding) + 22px) 1fr calc(var(--container-padding) + 22px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slideshow__content {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 1;
  padding: calc(var(--textbox-width) / 10);
  width: var(--textbox-width);
  justify-self: end;
  padding: 33px;
}

@media (min-width: 400px) {
  .slideshow__content {
    --textbox-width: clamp(400px, 38%, 500px);
  }
}

@media (min-width: 576px) {
  .slideshow__content {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .slideshow__content {
    --page-width: calc(100vw - var(--container-padding) * 2);
    --actual-page-width: Min(var(--page-width), 1600px);
    right: calc((100vw - var(--actual-page-width) + 44px) / 2);
  }
}

.slideshow__content h5 {
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media (min-width: 768px) {
  .slideshow__content h5 {
    font-size: 12px;
  }
}

.slideshow__content .slideshow-link {
  cursor: pointer;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
  text-transform: none;
}

@media (min-width: 768px) {
  .slideshow__content .slideshow-link {
    font-size: 12px;
  }
}

.slideshow__content .slideshow-btn {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.68px;
  color: #ffffff;
  opacity: 1;
  min-width: none;
}

@media (min-width: 768px) {
  .slideshow__content .slideshow-btn {
    font-size: 12px;
  }
}

.slideshow__content svg {
  width: 26.59px;
  height: 35.73px;
}

@media (min-width: 768px) {
  .slideshow__content svg {
    width: 21.361px;
    height: 26.29px;
  }
}

.slideshow__content .campaign-btn .slideshow-btn {
  color: #000000;
  padding: 11px 10px;
}

.slideshow__content .campaign-btn .btn-secondary {
  background: none;
  color: inherit;
  border-color: inherit;
  padding: 0.75rem;
  outline: white;
  font-size: 12px;
}

.slideshow__content__colors {
  width: 23px !important;
  margin-right: 8px !important;
}

.slideshow__items {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  overflow: auto;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  overflow: auto;
  /*scroll-snap-stop: always;*/
  position: relative;
  scrollbar-width: none;
  height: 100%;
}

.slideshow__items::-webkit-scrollbar {
  display: none;
}

.slideshow__items figure {
  margin: 0;
}

.slideshow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.slideshow__item img,
.slideshow__item video {
  height: 45vw;
  max-height: 768px;
  max-width: 90vw;
  width: auto;
}

@media (max-width: 767.98px) {
  .slideshow__item img,
  .slideshow__item video {
    height: 95vw;
    max-height: 100%;
  }
}

.slideshow__item--empty {
  width: var(--textbox-width);
  padding: calc(var(--container-padding) + 22px);
  background: red;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.slideshow__item:first-child.is-loaded {
  display: block;
}

.slideshow__item:first-child.is-loaded + .is-loaded {
  display: block;
}

.slideshow__item:first-child.is-loaded + .is-loaded + .is-loaded {
  display: block;
}

.slideshow__item:first-child.is-loaded + .is-loaded + .is-loaded + .is-loaded {
  display: block;
}

.slideshow__item:first-child.is-loaded + .is-loaded + .is-loaded + .is-loaded ~ .is-loaded {
  display: block;
}

.slideshow__item:first-child:nth-last-child(1) {
  height: 100%;
}

.slideshow__item:first-child:nth-last-child(1) img,
.slideshow__item:first-child:nth-last-child(1) video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 885px;
}

@media (max-width: 991.98px) {
  .slideshow__item:first-child:nth-last-child(1) img,
  .slideshow__item:first-child:nth-last-child(1) video {
    padding-right: 2.4%;
  }
}

.slideshow__caption {
  display: block;
  padding: 0.7em 1em 0 0;
}

.slideshow__image-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 30px;
}

.slideshow__image-toggler svg {
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .slideshow__image-toggler svg {
    width: 47px;
    height: 47px;
  }
}

.slideshow__image-toggler:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slideshow__navigation {
  grid-row-start: 1;
  grid-row-end: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  position: relative;
  display: block;
  width: 40px;
  height: 60px;
  background: url(/Content/images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
}

.slideshow__navigation--prev {
  grid-column-start: 1;
  grid-column-end: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slideshow__navigation--next {
  grid-column-start: 3;
  grid-column-end: 4;
}

@media (max-width: 767.98px) {
  .slideshow {
    display: block;
  }
  .slideshow__content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .slideshow__item {
    scroll-snap-align: center;
  }
  .slideshow__item--empty {
    display: none;
  }
  .slideshow__navigation {
    display: none !important;
  }
}

.container-slideshow {
  overflow: hidden;
  margin-bottom: 7%;
}

.container-slideshow .row:first-child {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .container-slideshow {
    margin-bottom: 90px;
  }
}

.pb-slider {
  margin: 0 !important;
  height: 100%;
}

@media (min-width: 768px) {
  .pb-slider .pb-slide {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .pb-slider .text-background-side-block {
    height: 100%;
  }
  .pb-slider .text-background-side-block picture,
  .pb-slider .text-background-side-block img {
    height: 100% !important;
  }
  .pb-slider .text-background-side-block .ec-image-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .pb-slider .text-background-side-block .ec-text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
  }
}

.pb-slider .slideshow-intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .pb-slider .slideshow-intro-text {
    height: auto;
  }
  .pb-slider .slideshow-intro-text .slideshow-ratio-fix {
    padding-top: 100% !important;
  }
}

.pb-slider .slideshow-intro-text.is-hidden {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.pb-slider .slideshow-intro-text *:last-child {
  margin-bottom: 0;
}

.pb-slider .slideshow-intro-text h1 {
  font-size: 5.5vw;
}

@media (max-width: 575.98px) {
  .pb-slider .slideshow-intro-text h1 {
    font-size: 2rem;
  }
}

.pb-slider.large-header .slideshow-intro-text h1 {
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 576px) {
  .pb-slider.large-header .slideshow-intro-text h1 {
    font-size: 2.8rem;
  }
}

.pb-slider .slideshow-ratio-fix {
  float: right;
  height: 0;
}

.pb-slider .slideshow-ratio-fix + * {
  margin-top: 0;
}

.pb-slider .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  height: 100%;
}

.pb-slider .slider-navigation .prev-slide,
.pb-slider .slider-navigation .next-slide {
  position: absolute;
  display: block;
  width: 40px;
  height: 60px;
  max-width: 8%;
  background: url("/Content/images/slider-arrow.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
}

.pb-slider .slider-navigation span.prev-slide {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 2%;
}

.pb-slider .slider-navigation span.next-slide {
  right: 2%;
}

@media (max-width: 767.98px) {
  .pb-slider .slider-navigation .slideshow-ratio-fix {
    padding-top: 100% !important;
  }
}

.pb-slider .pb-slides > * {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.pb-slider .ec-image-with-text .ec-image-wrapper {
  overflow: hidden;
  width: 100%;
}

.pb-slider .ec-image-with-text picture {
  background-size: cover;
}

@media (max-width: 767.98px) {
  .pb-slider .ec-image-with-text picture {
    padding-bottom: 100% !important;
  }
}

.pb-slider .ec-image-with-text img,
.pb-slider .ec-image-with-text video {
  width: 100%;
}

@media (max-width: 767.98px) {
  .pb-slider .ec-image-with-text img,
  .pb-slider .ec-image-with-text video {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pb-slider .pb-current img {
  -webkit-animation: slideshow-kenburns;
          animation: slideshow-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.pb-slider .ec-image-with-text {
  margin: 0;
}

.pb-slider .ec-text-wrapper {
  padding: 4% 5% !important;
}

@media (max-width: 767.98px) {
  .pb-slider .ec-text-wrapper {
    padding: 0 !important;
    width: 100vw;
  }
}

.pb-slider .ec-text-wrapper > .ec-text-wrapper-inner {
  margin: 0 1.8% !important;
}

.pb-slider .ec-image-with-text .ec-text-wrapper-inner {
  width: 50% !important;
  margin-bottom: 0 !important;
}

.pb-slider .ec-image-with-text.horizontal-right .ec-text-wrapper-inner {
  width: auto !important;
}

.pb-slider .ec-image-with-text:not([class*='theme-color']) .ec-text-wrapper-inner {
  padding: 0 !important;
}

.pb-slider .ec-image-with-text * {
  color: #1d1d1b;
}

.pb-slider .ec-image-with-text .btn-primary {
  color: #fff;
}

.pb-slider .ec-image-with-text.text-inverted * {
  color: #fff;
}

.pb-slider .ec-image-with-text.text-inverted .btn-primary {
  color: #1d1d1b;
}

.pb-slider--text-inverted .slideshow-intro-text {
  color: #fff;
}

@media (max-width: 767.98px) {
  .pb-slider .slide-index {
    display: none;
  }
  .pb-slider .pb-slides {
    margin: 0 0px;
  }
  .pb-slider .pb-slides .ec-image-with-text .ec-text-wrapper-inner {
    background: none !important;
    width: 100% !important;
    padding-bottom: 3rem !important;
    text-align: center;
  }
  .pb-slider .pb-slides .ec-image-with-text .ec-text-wrapper-inner * {
    color: #313031;
    text-align: left;
  }
  .pb-slider .pb-slides .ec-image-with-text .ec-text-wrapper-inner a {
    border-color: #000 !important;
  }
  .pb-slider .pb-slides .ec-image-with-text h4 {
    text-transform: none;
  }
  .pb-slider .pb-slides .ec-image-with-text .btn-primary {
    background: #fff;
    color: #000;
  }
}

@-webkit-keyframes slideshow-kenburns {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes slideshow-kenburns {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.product-slider .slider-navigation {
  top: calc(50% - 30px);
}

.product-slider .slider-navigation span.prev-slide {
  left: 1%;
}

@media (max-width: 767.98px) {
  .product-slider .slider-navigation span.prev-slide {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    left: -5.5%;
  }
}

@media only screen and (max-width: 400px) {
  .product-slider .slider-navigation span.prev-slide {
    left: -7.5%;
  }
}

.product-slider .slider-navigation span.next-slide {
  right: 27%;
}

@media (max-width: 767.98px) {
  .product-slider .slider-navigation span.next-slide {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    right: -5.5%;
  }
}

@media only screen and (max-width: 400px) {
  .product-slider .slider-navigation span.next-slide {
    right: -7.5%;
  }
}

.product-slider .pb-current img {
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 767.98px) {
  .product-slider.pb-slider .slider-navigation .prev-slide,
  .product-slider.pb-slider .slider-navigation .next-slide {
    max-width: none;
    width: 30px;
  }
  .product-slider .slider-navigation {
    top: 0;
  }
  .product-slider .slider-navigation .next-slide {
    right: -9%;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .product-slider .pb-slides {
    background: #fff;
  }
}

#configurator-open {
  padding: 12px 40px;
}

.productCategoryPage .image-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0 !important;
  padding: 0 2.4%;
  gap: 4rem;
}

@media (max-width: 991px) {
  .productCategoryPage .image-carousel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 0 1rem;
  }
}

.productCategoryPage .image-carousel-wrapper .slideshow__content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5rem 0 0 0;
}

@media (max-width: 991px) {
  .productCategoryPage .image-carousel-wrapper .slideshow__content {
    padding: 0;
  }
}

.productCategoryPage .image-carousel-wrapper .slideshow__content > .ec-text-wrapper {
  max-width: 564px;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__container {
  margin-bottom: 2.5rem;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__header {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
  text-transform: none;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__wrapper {
  max-width: 139px;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__wrapper > img {
  width: 139px;
  aspect-ratio: 1/1;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  text-transform: none;
  margin-top: 0.75rem;
}

.productCategoryPage .image-carousel-wrapper .slideshow__content .options__text {
  font-size: 16px;
  line-height: 27px;
}

.productCategoryPage .image-carousel-wrapper .price-from {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 2rem;
}

.productCategoryPage .image-carousel-wrapper #image-carousel {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.productCategoryPage .image-carousel-wrapper #image-carousel img {
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  position: absolute;
  width: 40px;
  border: none;
  height: 60px;
  max-width: 8%;
  background: url(/Content/images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn:focus {
  outline: none;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn:hover {
  width: 44px;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn.left {
  left: 2%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn.right {
  right: 2%;
}

.productCategoryPage .image-carousel-wrapper #image-carousel .carousel-btn:disabled {
  display: none;
}

.productCategoryPage .image-carousel-wrapper .image-carousel-container {
  position: relative;
  max-width: 885px;
  overflow: hidden;
}

.productCategoryPage .image-carousel-wrapper .swatch-button {
  background: none;
  padding: 0;
  margin: 0 0.5rem 0 0;
  border: 0;
  width: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.productCategoryPage .image-carousel-wrapper .swatch-button:hover {
  cursor: default;
}

.productCategoryPage .image-carousel-wrapper .swatch-button:active, .productCategoryPage .image-carousel-wrapper .swatch-button:focus {
  outline: none;
}

.productCategoryPage .image-carousel-wrapper .swatch-button > img {
  width: 32px;
}

.productCategoryPage .image-carousel-wrapper .swatch-button.active-swatch {
  outline: 2px solid blue;
  outline-offset: 3px;
  border-radius: 50%;
}

.productCategoryPage .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.productCategoryPage .product-info-container {
  margin-top: 2rem;
}

.productCategoryPage .product-accordion {
  border-radius: 0.2rem;
}

.productCategoryPage .product-accordion__container {
  margin-left: 3rem;
  margin: 2rem 0 2rem 2.7rem;
  max-width: 100%;
}

@media (min-width: 992px) {
  .productCategoryPage .product-accordion__container {
    max-width: 640px;
  }
}

.productCategoryPage .product-accordion > summary {
  list-style-type: none;
  font-weight: 400;
  font-size: 1.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productCategoryPage .product-accordion > summary::-webkit-details-marker {
  display: none;
}

.productCategoryPage .product-accordion > summary::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' viewBox='0 0 448 512'%3E%3Cpath d='M248 72l0-24-48 0 0 24 0 160L40 232l-24 0 0 48 24 0 160 0 0 160 0 24 48 0 0-24 0-160 160 0 24 0 0-48-24 0-160 0 0-160z'/%3E%3C/svg%3E");
  margin-right: 1.75rem;
}

.productCategoryPage .product-accordion[open] > summary::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' viewBox='0 0 448 512'%3E%3Cpath d='M432 280l-24 0L40 280l-24 0 0-48 24 0 368 0 24 0 0 48z'/%3E%3C/svg%3E");
}

.productCategoryPage .product-accordion[open] > summary {
  margin-bottom: 0.5rem;
}

.productCategoryPage .slideshow__image-toggler {
  z-index: 1;
  top: 5rem;
  left: 5rem;
}

.productCategoryPage .product-image {
  position: relative;
  max-width: 885px;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
}

.productCategoryPage .product-dialog {
  position: relative;
}

.productCategoryPage .product-dialog__closeBtn {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 1.5939rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.productCategoryPage .product-dialog__closeBtn:focus {
  outline: none !important;
}

.productCategoryPage .product-dialog__closeBtn:hover {
  color: #000;
}

.productCategoryPage .title-heart-container {
  max-width: 550px;
  position: relative;
}

.productCategoryPage .title-heart-container .favorite-btn {
  z-index: 1;
  background: none;
  border: 0;
  top: 0;
}

@media (max-width: 991px) {
  .productCategoryPage .title-heart-container .favorite-btn {
    top: 0;
  }
}

.productCategoryPage .title-heart-container .favorite-btn:focus,
.productCategoryPage .title-heart-container .favorite-btn :active {
  outline: 0;
}

.productCategoryPage .title-heart-container .favorite-btn .favorite-btn-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.6em' height='1.6em' viewBox='0 0 21 21'%3E%3Cpath fill='white' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M10.5 6.5c.5-2.5 4.343-2.657 6-1c1.603 1.603 1.5 4.334 0 6l-6 6l-6-6a4.243 4.243 0 0 1 0-6c1.55-1.55 5.5-1.5 6 1'/%3E%3C/svg%3E");
}

.productCategoryPage .title-heart-container .favorite-btn .favorite-btn-icon__favorited {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.6em' height='1.6em' viewBox='0 0 21 21'%3E%3Cpath fill='black' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M10.5 6.5c.5-2.5 4.343-2.657 6-1c1.603 1.603 1.5 4.334 0 6l-6 6l-6-6a4.243 4.243 0 0 1 0-6c1.55-1.55 5.5-1.5 6 1'/%3E%3C/svg%3E");
}

.productCategoryPage .title-heart-container .favorite-btn:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
  cursor: pointer;
}

.productCategoryPage .image-zoom {
  z-index: 1;
  top: 20px;
  left: 30px;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  padding: 0;
}

.productCategoryPage .image-zoom:focus {
  outline: none !important;
}

.productCategoryPage .image-zoom:hover {
  color: #000;
}

@media (max-width: 991px) {
  .productCategoryPage .image-zoom {
    top: 10px;
    left: 2%;
  }
  .productCategoryPage .image-zoom > svg {
    width: 32px;
  }
}

.productCategoryPage dialog {
  display: none;
}

.productCategoryPage dialog[open] {
  display: block;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0px 1px 10px #4e4e4e;
          box-shadow: 0px 1px 10px #4e4e4e;
}

.productCategoryPage ::-webkit-backdrop {
  background-color: #4e4e4e;
  opacity: 0.75;
}

.productCategoryPage ::backdrop {
  background-color: #4e4e4e;
  opacity: 0.75;
}

.productCategoryPage .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  aspect-ratio: 4 / 5;
}

.productCategoryPage .nav-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productCategoryPage .model-card .model-card-text-content p.category-heading {
  text-transform: none;
}

.productCategoryPage .campaign-btn .slideshow-btn {
  color: #000000;
  padding: 11px 10px;
}

.productCategoryPage .campaign-btn .btn-secondary {
  background: none;
  color: inherit;
  border-color: inherit;
  padding: 17px 40px;
  outline: white;
  font-size: 12px;
  width: 100%;
}

@media (min-width: 400px) {
  .productCategoryPage .slideshow__content {
    --textbox-width: clamp(400px, 38%, 650px);
  }
}

@media (max-width: 991px) {
  .productCategoryPage .slideshow__content {
    width: 100%;
  }
}

.productCategoryPage .slideshow__content h5 {
  text-transform: none;
}

.productCategoryPage .inpiration-heading {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  margin-top: 10rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
  .productCategoryPage .inpiration-heading {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
}

.productCategoryPage .inspiration-container {
  padding-left: 2.4%;
}

.productCategoryPage .p-0-force {
  padding: 0 !important;
}

.productCategoryPage .ec-image-wrapper {
  padding-left: 2.4%;
  padding-right: 2.4%;
  --container-padding: 3.6%;
}

.productCategoryPage .ec-image-with-text {
  margin-bottom: 10rem !important;
  margin-top: 1.5rem !important;
}

@media (max-width: 991px) {
  .productCategoryPage .ec-image-with-text {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
}

.productCategoryPage .ec-text-wrapper-inner {
  margin-bottom: 2.5rem !important;
}

@media (max-width: 991px) {
  .productCategoryPage .ec-text-wrapper-inner {
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
    width: 95% !important;
    min-width: 0 !important;
  }
}

.productCategoryPage #ec-text-wrapper-inner-designserie-h2 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.productCategoryPage #ec-text-wrapper-inner-designserie-h4 {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: none !important;
}

@media (max-width: 991px) {
  .productCategoryPage #ec-text-wrapper-inner-designserie-h4 {
    font-size: 16px;
  }
}

.productCategoryPage #matchwith-slider {
  margin-bottom: 30px !important;
}

.productCategoryPage .gap-12 {
  margin-left: 6px;
  margin-right: 6px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.instafeed h3 {
  font-size: 2.6667rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.flowblock-instafeed {
  margin-top: 15px !important;
}

.flowblock-instafeed .instafeed-header {
  margin-bottom: 0 !important;
}

.instafeed-header {
  margin-bottom: 3rem;
}

.instafeed-header--link {
  font-size: 1.3333rem;
  text-align: center;
}

.instafeed-header--link a {
  text-decoration: none;
}

.instafeed-content {
  display: grid;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  overflow: hidden;
}

.instafeed-content > div {
  display: block;
  float: left;
  width: 25%;
  max-width: 20%;
  overflow: hidden;
  position: relative;
}

.instafeed-content > div > a {
  display: block;
  padding-bottom: 100%;
}

.instafeed-content > div > a > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-animation: fade-in 1s ease-out;
          animation: fade-in 1s ease-out;
}

.instafeed-content > div > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #fff;
  text-overflow: ellipsis;
  max-height: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .instafeed-content > div > a > span {
    font-size: 1rem;
  }
}

.instafeed-content > div > a:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.instafeed-content > div > a:hover > span {
  opacity: 1;
}

.instafeed-content > div.instalink {
  width: 0;
}

.instafeed-content > div.instalink > a > span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  background: #f4f4f4;
  color: #1d1d1b;
}

.instafeed-content > div.instalink > a > span > img {
  width: 25%;
}

.instafeed-content > div.instalink > a > span > span {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.instafeed-content > div.instalink > a > span > span.h3 {
  margin: 0.5em 0 0.1em 0;
  font-size: 2.5vw;
}

@media (min-width: 1200px) {
  .instafeed-content > div.instalink > a > span > span.h3 {
    font-size: 1.8rem;
  }
}

.instafeed-content > div.instalink > a > span > span.feedname {
  font-size: 1.4vw;
}

@media (min-width: 1200px) {
  .instafeed-content > div.instalink > a > span > span.feedname {
    font-size: 1.2rem;
  }
}

.instafeed-content > div.instalink > a > span:hover {
  background: #eaeaea;
}

@media (min-width: 768px) {
  .instafeed-content > div.instalink {
    display: none;
  }
}

@media (min-width: 992px) {
  .instafeed-content > div.instalink {
    display: block;
  }
}

@supports (display: grid) {
  .instafeed-content > div {
    max-width: none;
    width: auto;
  }
  .instafeed-content > div.instalink {
    width: auto;
  }
  @media (max-width: 767.98px) {
    .instafeed-content {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .instafeed-content > div:nth-child(12n + 1) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content > div:nth-child(12n + 8) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content .instafeed-load-more {
      grid-column-end: span 3;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .instafeed-content {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .instafeed-content > div:nth-child(10n + 1) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content > div:nth-child(10n + 8) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content .instafeed-load-more {
      grid-column-end: span 4;
    }
  }
  @media (min-width: 992px) {
    .instafeed-content {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .instafeed-content > div:nth-child(14n + 10) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content > div:nth-child(14n + 1) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
    .instafeed-content .instafeed-load-more {
      grid-column-end: span 5;
    }
  }
}

@media (max-width: 991.98px) {
  .instafeed.compact .instafeed-content > div:nth-child(7n) {
    display: none;
  }
  .instafeed.compact .instafeed-content > div:nth-child(6n) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .instafeed.compact .instafeed-content > div:nth-child(6n) {
    display: block;
  }
}

.instafeed.compact .instafeed-content > div.instalink {
  display: none;
}

body > footer {
  background: #313031;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  /* TODO: Remove overflow: hidden;*/
}

body > footer .container-fluid .row > div[class*="md-"] > div {
  margin-bottom: 20px;
}

body > footer .row {
  margin-bottom: 0 !important;
}

body > footer * {
  color: #fff;
}

body > footer .footer-copyright {
  text-align: right;
  color: #afafaf;
  font-size: 1rem;
  margin-top: 1rem;
}

body > footer h4 {
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.6em 0;
  font-weight: bold;
}

body > footer ul {
  margin: 1.6rem 0 3rem 0;
  padding: 0;
}

body > footer li {
  margin: 0 0 1.2em 0 !important;
  padding: 0;
  list-style-type: none;
  font-size: 0.85rem;
  opacity: 0.9;
}

body > footer li a {
  text-decoration: none;
}

body > footer li a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 2px #fff;
}

div:not(.has-background) + footer,
div:not(.has-background) + script + footer {
  margin-top: 2rem;
}

.quoteblock blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  width: 840px;
  max-width: 80%;
  color: #000;
  font-style: normal;
}

.quoteblock blockquote:before {
  content: '';
}

.quoteblock blockquote:after {
  display: none;
}

@media (max-width: 767.98px) {
  .quoteblock blockquote {
    max-width: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quoteblock blockquote:before {
    font-size: 57px;
    line-height: 57px;
  }
}

.category-display-ad-card {
  background-color: #f4f4f4;
}

.category-display-ad-card .model-card-text-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 7% 1.5rem 7%;
}

@media (min-width: 768px) {
  .category-display-ad-card .model-card-text-content {
    padding: 2rem 11% 2rem 3%;
  }
}

.category-display-ad-card .model-card-text-content p.category-heading,
.category-display-ad-card .model-card-text-content p.model-card-short-descripton,
.category-display-ad-card .model-card-text-content h3 {
  color: #000;
}

.category-display-ad-card.dark {
  color: #fff;
  background-color: #000;
}

.category-display-ad-card.dark p.category-heading,
.category-display-ad-card.dark p.model-card-short-descripton,
.category-display-ad-card.dark h3 {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -6px;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/Content/fonts/slick.eot");
  src: url("/Content/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/slick.woff") format("woff"), url("/Content/fonts/slick.ttf") format("truetype"), url("/Content/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.pb-slider {
  margin: 0 auto;
  padding: 0;
}

.pb-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pb-slides > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pb-positioner {
  visibility: hidden;
}

.search-form input {
  padding: 0 2rem;
  font-size: 1.067rem !important;
  background-position: 30px 50%;
  border-radius: 0;
  margin: 0;
}

.search-form .input-group-append {
  margin: 0;
}

.search-form .input-group-append button {
  margin: 0;
  background: #1d1d1b;
}

.search-result-header {
  border-bottom: solid 2px #1d1d1b;
  margin-bottom: 1.5rem;
}

.search-help {
  font-size: 1.066666rem;
  margin-bottom: 4rem;
  padding-left: 33px;
}

.search-help strong {
  font-weight: bold;
}

.search-help:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -33px;
  margin-right: 9px;
  vertical-align: text-bottom;
  background: url("/Content/images/circle-exclamation.svg") no-repeat;
}

.search-result {
  margin-top: 3rem;
}

.search-result .search-result-item {
  margin-bottom: 4rem;
  clear: both;
}

.search-result .search-result-item h4 {
  font-size: 1.2rem;
  color: #1d1d1b;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0.6rem;
}

.search-result .search-result-item h4 a {
  text-decoration: none;
}

.search-result .search-result-item h4 a:hover,
.search-result .search-result-item h4 a:hover b {
  color: #9caf86 !important;
}

.search-result .search-result-item p {
  font-size: 1rem;
}

.search-result .search-result-item b {
  font-weight: 600;
}

.search-result .search-result-item .search-result-image {
  width: 200px;
  max-width: 33%;
  float: right;
  margin-left: 6%;
}

.search-result .search-result-item .search-result-image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}

.search-result .search-result-item .search-result-url {
  margin-bottom: 0.5em;
}

.search-result .search-result-item .search-result-url a {
  font-size: 1rem !important;
  color: #1D1D1B !important;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
  text-decoration: none;
}

.search-result .search-result-item .search-result-url strong {
  font-weight: normal;
}

.productsearch-heading {
  font-size: 0.933333rem;
  color: #95989a;
  text-transform: uppercase;
  letter-spacing: 0.008em;
  margin: 0 0 1em 0;
}

.productsearch-item {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .productsearch-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.productsearch-item .productsearch-item-image {
  padding: 10px 20px 30px 20px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.productsearch-item .productsearch-item-image img {
  width: 360px;
  border: solid 6px #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .productsearch-item .productsearch-item-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 230px;
    max-width: 25%;
    padding: 15px 0 15px 20px;
  }
  .productsearch-item .productsearch-item-image img {
    width: 100%;
  }
}

.productsearch-item .productsearch-item-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 20px 0 20px;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.066666rem;
}

@media (min-width: 768px) {
  .productsearch-item .productsearch-item-text {
    padding: 26px 30px;
  }
}

.productsearch-item .productsearch-item-link {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0666666rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .productsearch-item .productsearch-item-link {
    width: 200px;
    max-width: 25%;
  }
}

.productsearch-item .productsearch-item-artno {
  font-size: 0.8rem;
  color: #95989a;
  text-transform: uppercase;
  letter-spacing: 0.008em;
  margin: 0;
}

.productsearch-item h4 {
  margin: 0.2em 0;
}

.productsearch-item .productsearch-item-type {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}

.pagination {
  text-align: center;
  display: inline-block;
  margin: auto;
}

.pagination li {
  margin: 0 0.2em;
  display: inline;
}

.pagination a {
  text-decoration: none;
}

.pagination + p {
  color: #8a898e;
  font-size: 1rem;
}

.favorite-bold-12 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 12px;
}

.favorite-bold-13 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 13px;
}

.favorite-bold-28 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 28px;
}

.favorite-bold-36 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 36px;
  letter-spacing: -0.5px;
}

.favorite-medium-12 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 12px;
}

.favorite-medium-13 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 13px;
}

.favorite-medium-14 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 14px;
}

.favorite-medium-14--grey {
  font-family: "akkurat-regular", sans-serif;
  font-size: 14px;
  color: #2B2B29;
  opacity: 0.6;
}

.favorite-medium-16 {
  font-family: "akkurat-regular", sans-serif;
  font-size: 16px;
}

.favorite-letter-spacing {
  letter-spacing: -0.5px;
}

.modal .form-button-group .btn:disabled {
  pointer-events: none;
}

.favorite-main-body {
  max-width: 733px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.favorite-main-body__btn {
  font-size: 14px;
  white-space: normal;
}

@media (min-width: 992px) {
  .favorite-main-body__btn {
    font-size: 12px;
  }
}

.favorite-main-body__btn__icon {
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .favorite-main-body__btn__icon {
    width: 12px;
    height: 12px;
  }
}

.pen-icon {
  cursor: pointer;
  fill: #5E5E5D;
  position: absolute;
}

.pen-icon:hover path {
  fill: #000;
}

.favorite-item {
  background-color: #F4F4F4;
  margin-left: calc(-22px - 2%) !important;
  margin-right: calc(-22px - 2%) !important;
  width: auto;
  max-width: none;
}

@media (min-width: 992px) {
  .favorite-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.favorite-item__img {
  width: 100%;
}

@media (min-width: 768px) {
  .favorite-item__img {
    width: 340px;
    height: 340px;
  }
}

.favorite-item__img--print {
  width: 100%;
  max-width: 317px;
}

@media (min-width: 768px) {
  .favorite-item__img--print {
    max-width: 340px;
  }
}

.favorite-item__link {
  text-decoration: none;
  line-height: 1.8;
}

.favorite-item__link--mod {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: capitalize;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-left: 3px;
}

.favorite-item__link--mod:hover {
  color: #000000;
  text-underline-offset: 0.5em;
}

.favorite-item__link--mod:hover:before {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.favorite-item__link--mod:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-right: none;
  border-left-color: #000;
  margin-right: 0.6rem;
  padding: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.favorite-item__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: black;
}

.favorite-item__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1300px) {
  .favorite-item__btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    white-space: nowrap;
  }
}

.favorite-item__btn-container__btn {
  width: 100%;
  max-width: none;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .favorite-item__btn-container__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 250px;
  }
}

@media (min-width: 1300px) {
  .favorite-item__btn-container__btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 992px) {
  .favorite-item__btn-container__link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 1300px) {
  .favorite-item__btn-container__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .favorite-block {
    min-width: 25%;
  }
}

@media (min-width: 1400px) {
  .favorite-block {
    width: 370px;
  }
}

.favorite-block__icons-block__container {
  position: relative;
  width: calc(100% + 10px);
  left: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .favorite-block__icons-block__container {
    position: static;
    width: 100%;
    left: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.favorite-block__icons-block__item {
  height: 30px;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  font-size: 14px;
}

@media print {
  .favorite-block__icons-block__item {
    display: none !important;
  }
}

.favorite-block__icons-block__item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  opacity: 1;
}

.favorite-block__icons-block__item--bg {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.favorite-block__icons-block__item--bg:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.favorite-block__icons-block__item svg {
  pointer-events: none;
}

.favorite-block__icons-block__item::first-letter {
  text-transform: uppercase;
}

.favorite-block__price-block--grey {
  background-color: #EAEAEA;
  max-width: 317px;
}

@media (min-width: 768px) {
  .favorite-block__price-block--grey {
    max-width: 340px;
  }
}

@media (min-width: 992px) {
  .favorite-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.details-header {
  padding-left: 0px;
}

@media (min-width: 768px) {
  .details-header {
    padding-left: 0.5%;
  }
}

@media (min-width: 992px) {
  .details-header {
    padding-left: 1%;
  }
}

@media (min-width: 1200px) {
  .details-header {
    padding-left: 1.1%;
  }
}

@media (min-width: 1400px) {
  .details-header {
    padding-left: 1.5%;
  }
}

.details-article-header {
  letter-spacing: 0px;
}

.details-article-header::first-letter {
  text-transform: uppercase;
}

.print-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 992px) {
  .print-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print {
  .print-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .print-container__sidebar {
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media print {
  .print-container__sidebar {
    max-width: 33%;
    text-align: left;
  }
}

@media print {
  .print-container h5 {
    text-align: left;
  }
}

.print-container__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.print-container__articles__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: none;
}

@media print {
  .print-container__articles__item__img {
    height: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    background: #EAEBEC !important;
  }
}

@media print {
  .print-container__articles {
    max-width: 66%;
  }
}

@media (min-width: 992px) {
  .print-container__info {
    max-width: 80%;
  }
}

@media print {
  .print-container__info {
    max-width: 50%;
  }
}

.print-container .print-form-control {
  background-color: #EAEAEA;
  border: none;
  font-family: "akkurat-regular", sans-serif;
  font-size: 13px;
  color: #000;
  opacity: 1;
}

.order-modal__dialog {
  margin-top: 25vh;
}

.order-modal__header {
  display: block;
}

.order-modal__header__container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.order-modal__body {
  background: #f4f4f4;
}

.order-modal__body__container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.order-modal__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-modal__btn {
  margin: 0;
  height: 40px;
}

.order-modal__form-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.order-modal .modal-form-control {
  background-color: #fff;
  border: none;
  font-family: "akkurat-regular", sans-serif;
  font-size: 13px;
  color: #000;
  opacity: 1;
  height: 40px;
  margin: 0;
}

.order-modal .modal-send-url-input {
  display: none;
}

.mail-modal__btn-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: red;
}

.mail-modal__form-control-wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.delete-modal__form-inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.close:focus {
  outline: none !important;
}

#loadingmodal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url(/Content/images/moodboard/loader.gif) 50% 50% no-repeat;
  background-size: 50px 50px;
}

.fav-grid-container {
  display: grid;
  padding: 38px;
  grid-template-areas: "image" "header" "button" "order" "icons" "price";
}

@media (min-width: 768px) {
  .fav-grid-container {
    padding: 45px;
    grid-template-columns: 395px 350px;
    grid-template-rows: 276px 64px 74px 78px;
    grid-template-areas: "image header" "image button" "order price" "icons price";
  }
}

@media (min-width: 1100px) {
  .fav-grid-container {
    padding: 45px;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(5, auto);
    row-gap: 16px;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    grid-template-areas: "image header" "image button" "image order" "image icons" "image price";
  }
}

@media (min-width: 1200px) {
  .fav-grid-container {
    grid-template-columns: 340px 256px auto 29%;
    grid-template-rows: 286.6px 53.4px;
    row-gap: 0;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    grid-template-areas: "image header header icons" "image button order price";
  }
}

@media (min-width: 1360px) {
  .fav-grid-container {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.fav-image {
  grid-area: image;
}

.fav-image .favorite-item__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  max-height: 60vh;
}

@media (min-width: 1100px) {
  .fav-image {
    margin-bottom: 0 !important;
  }
  .fav-image .favorite-item__img {
    width: 478px;
    height: 478px;
  }
}

@media (min-width: 1200px) {
  .fav-image .favorite-item__img {
    width: 340px;
    height: 340px;
  }
}

.fav-header {
  grid-area: header;
  margin-top: -25px;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .fav-header {
    margin-top: 0;
  }
}

.fav-header h3 {
  display: initial;
}

.fav-item-detail {
  margin-left: 3px;
}

.fav-btn {
  grid-area: button;
  text-decoration: none;
  margin-bottom: 25px !important;
}

.fav-btn:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .fav-btn {
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 0 !important;
  }
  .fav-btn .favorite-item__btn-container__btn {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .fav-btn {
    margin-right: 40px;
  }
  .fav-btn .favorite-item__btn-container__btn {
    width: 80%;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .fav-btn {
    margin-right: 0;
  }
  .fav-btn .favorite-item__btn-container__btn {
    width: 256px;
    height: 60px;
  }
}

.fav-order {
  grid-area: order;
}

@media (min-width: 768px) {
  .fav-order {
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .fav-order {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0 !important;
  }
}

.fav-icons {
  grid-area: icons;
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .fav-icons {
    max-width: 340px;
    margin-bottom: 0 !important;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1100px) {
  .fav-icons {
    -ms-flex-item-align: start;
        align-self: start;
    max-width: none;
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .fav-icons {
    margin-right: 0;
    width: 100%;
    max-width: 350px;
    justify-self: right;
  }
}

.fav-price {
  grid-area: price;
}

@media (min-width: 768px) {
  .fav-price {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

@media (min-width: 1100px) {
  .fav-price .favorite-block__price-block {
    margin-right: 40px;
    width: 80%;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .fav-price {
    margin-top: -51px;
    width: 100%;
    max-width: 350px;
    justify-self: right;
  }
  .fav-price .favorite-block__price-block {
    margin-right: 0;
    width: 80%;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .cropped .pb-slide .ec-image-wrapper picture img,
  .cropped .pb-slide .ec-image-wrapper video {
    height: 95dvh;
  }
}

@media (max-width: 576px) {
  .not-cropped .pb-slide .ec-image-wrapper picture img,
  .not-cropped .pb-slide .ec-image-wrapper video {
    height: auto;
  }
}

@media (max-width: 576px) {
  .pb-slide .ec-image-wrapper picture img,
  .pb-slide .ec-image-wrapper video {
    height: 95dvh;
  }
}

.ec-image {
  position: relative;
}

.ec-image img {
  width: 100%;
}

.cookie-style-override > .style-theme-bg {
  background-color: white;
  color: black;
}

.ec-text-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pb-slider .pb-current img {
  -webkit-animation: false;
  animation: false;
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.anchor-navigation.float {
  position: relative;
  height: 0;
  margin: 0 !important;
  z-index: 10;
}

.anchor-navigation.float .anchor-navigation-inner {
  position: absolute;
  top: -0.2rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.anchor-navigation.float .anchor-navigation-list {
  margin: 0;
  padding: 1rem 0.8rem 0.8rem 0.8rem;
  background: #fff;
  white-space: nowrap;
}

.anchor-navigation.float .anchor-navigation-list li {
  letter-spacing: 0;
  display: inline-block;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .anchor-navigation.float .anchor-navigation-list li {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .anchor-navigation.float .anchor-navigation-list li.is-current a {
    opacity: 0.8;
  }
}

.anchor-navigation.float .anchor-navigation-list a {
  padding: 10px 1.2rem;
  text-decoration: none;
  color: #1d1d1b;
  opacity: 0.3;
  font-weight: 400;
}

.anchor-navigation.float .anchor-navigation-list a:hover {
  opacity: 0.8;
}

.anchor-navigation.float #id-1 li:nth-child(1) a,
.anchor-navigation.float #id-2 li:nth-child(2) a,
.anchor-navigation.float #id-3 li:nth-child(3) a,
.anchor-navigation.float #id-4 li:nth-child(4) a,
.anchor-navigation.float #id-5 li:nth-child(5) a {
  opacity: 1;
}

.anchor-navigation.full-width {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

.anchor-navigation.full-width li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1.2em;
  font-size: 1.5rem;
  opacity: 0.5;
  padding-bottom: 2px;
}

.anchor-navigation.full-width li.is-current {
  opacity: 1 !important;
  border-color: currentColor;
  border-bottom: 3px solid;
}

.anchor-navigation.full-width li:hover {
  opacity: 0.8;
  color: inherit;
}

.anchor-navigation.full-width a {
  text-decoration: none;
}

.anchor-navigation.full-width a:hover {
  color: inherit !important;
}

.anchor-navigation.hidden {
  overflow: hidden;
  height: 0;
  margin: 0 !important;
}

.has-background .anchor-navigation:first-child {
  margin-top: -50px !important;
}

@media (min-width: 992px) {
  .has-background .anchor-navigation:first-child {
    margin-top: -100px !important;
  }
}

@media (max-width: 991.98px) {
  .anchor-navigation-list {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .anchor-navigation-list li {
    padding-left: 0;
    display: inline-block;
    padding: 15px 0;
    margin: 0 8px !important;
  }
  .anchor-navigation-list li:first-child {
    margin-left: 0;
  }
  .anchor-navigation-list li:last-child {
    margin-right: 0;
  }
  .anchor-navigation-list li,
  .anchor-navigation-list a {
    color: inherit;
  }
  .anchor-navigation-list:after {
    content: '';
    width: 55px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
  }
  .anchor-navigation-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  /*.anchor-navigation-wrapper {
		display: none;
	}

	.anchor-navigation {
		display:none;
		position: static;

		.anchor-navigation-inner {
			position: fixed !important;
			bottom: 0;
			top: auto;
			left: 0;
			right: 0;
			height: auto;
			transform: none;
			z-index: 1000;
		}

		.anchor-navigation-list {
			padding: 0;
			letter-spacing: -4px;
			transform: none;
			position: static;
			background: #fff;
			width: auto;
			overflow-x: auto;
			box-shadow: 0 -10px 20px rgba(0,0,0,0.16);

			li {
				position: relative;

				&:before {
					content: '';
					display: block;
					position: absolute;
					width: 0px;
					top: 5px;
					bottom: 5px;
					right: 100%;
					border-right: solid 1px $almost-black;
					opacity: 0.2;
				}
			}

			a {
				display: inline-block;
				font-family: 'AvenirNextLTW01-DemiCn', sans-serif;
				font-size: 1.2rem;
				color: $almost-black;
				opacity: 1;
				padding: 16px 30px;
			}

			.is-current-mobile {
				a {
					color: #fff;
					opacity: 1;
					background: #9caf86;
				}

				&:before {
					display: none;
				}

				+ li:before {
					display: none;
				}
			}
		}
	}*/
}

.startPage .breadcrumb-container {
  margin-top: -30px;
}

@media (max-width: 991.98px) {
  .startPage .breadcrumb-container {
    margin-top: -20px;
  }
}

.breadcrumb-container {
  margin-top: -5.6%;
}

@media (min-width: 1200px) {
  .breadcrumb-container {
    margin-top: -70px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-container {
    display: none;
  }
}

.breadcrumb-container:first-child {
  margin-top: 0;
}

.breadcrumb-container:first-child + .no-blocks-top {
  position: static;
}

.breadcrumb-container:first-child + .no-blocks-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: solid 1px #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .breadcrumb-container:first-child + .no-blocks-top {
    padding-top: 3rem;
  }
}

.breadcrumb-navigation {
  /*margin-top: -4.5%;*/
  margin-bottom: 3rem !important;
  font-size: 0.8125rem;
  font-weight: 400;
}

.breadcrumb-navigation ul {
  height: 3rem;
  margin: 0;
  letter-spacing: -4px;
}

.breadcrumb-navigation ul li {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-navigation ul a {
  color: #5f5f58;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-navigation ul .active a {
  color: #1c1c1c;
}

.breadcrumb-navigation .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-navigation .breadcrumb-item + meta + .breadcrumb-item::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/Content/images/chevron-right-icon.svg) no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  margin-right: 0.4rem;
}

.breadcrumb-navigation .parent-name {
  display: none;
}

.breadcrumb-navigation em {
  font-style: normal;
}

.product-types .product-type-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f4f4;
  border-bottom: solid 2px #fff;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  overflow: hidden;
  color: #8a898e;
  text-decoration: none;
  min-height: 60px;
}

.product-types .product-type-item a .product-type-icon {
  margin-right: 14px;
  vertical-align: middle;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: block;
  max-width: 50px;
}

.product-types .product-type-item a .product-type-icon img {
  width: 100%;
}

.product-types .product-type-item a .product-type-icon svg {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-types .product-type-item a .product-type-icon {
    display: none;
  }
}

.product-types .product-type-item a span {
  display: block;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.product-types .product-type-item.is-current a {
  background-color: transparent;
  color: inherit;
}

.product-types .product-type-item:not(.is-current) svg {
  width: 100%;
}

.product-types .product-type-item:not(.is-current) svg .stroke-color {
  stroke: #8a898e;
}

.product-types .product-type-item:not(.is-current) svg .fill-color {
  fill: #8a898e;
}

.products-in-image {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  /*z-index: 80;*/
}

.products-in-image .products-in-image-toggler {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  text-indent: -9000em;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  z-index: 20;
}

.products-in-image .products-in-image-toggler > span.toggler-icon svg {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28);
  transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28);
  color: #1d1d1b;
  width: 26px;
  height: 26px;
}

.products-in-image .products-in-image-toggler:hover {
  background: #eee;
}

.products-in-image .products-in-image-toggler .title-text {
  right: 40px;
  bottom: 3px;
  padding: 0.3em 0.9em;
  background: #fff;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  color: #1d1d1b;
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.products-in-image .products-in-image-toggler .title-text:after {
  border-left: solid 6px #fff;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  left: 100%;
  top: 50%;
  margin: -5px 0 0 0;
}

.products-in-image .products-in-image-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 327px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  z-index: 10;
  -webkit-transform-origin: 85% 15%;
          transform-origin: 85% 15%;
  -webkit-transform: scale(0.5) rotate(7deg) translate3d(80px, -100px, 0);
          transform: scale(0.5) rotate(7deg) translate3d(80px, -100px, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.13, 1);
  transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.13, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.13, 1), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.13, 1), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.13, 1);
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 400px) {
  .products-in-image .products-in-image-popup {
    right: 0 !important;
    max-width: calc(100% + 30px);
    left: -58 !important;
  }
}

.products-in-image .products-in-image-popup h3 {
  font-size: 0.9333rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #8e8e8d;
  padding: 1.5em;
  margin: 0;
}

.products-in-image .products-in-image-popup .btn {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.06) !important;
  border: none !important;
  padding: 0.5em 1em;
  color: #1d1d1b !important;
}

.products-in-image .products-in-image-popup .btn:hover {
  background: #57565a !important;
  color: #fff !important;
}

.products-in-image.is-loading .products-in-image-toggler > span.toggler-icon {
  -webkit-transform: rotate(1620deg);
          transform: rotate(1620deg);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28), -webkit-transform 8s cubic-bezier(0, 0, 0.13, 1.1);
  transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28), -webkit-transform 8s cubic-bezier(0, 0, 0.13, 1.1);
  transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28), transform 8s cubic-bezier(0, 0, 0.13, 1.1);
  transition: all 0.2s cubic-bezier(0, 0, 0.13, 1.28), transform 8s cubic-bezier(0, 0, 0.13, 1.1), -webkit-transform 8s cubic-bezier(0, 0, 0.13, 1.1);
  background: #eee;
}

.products-in-image.is-open .products-in-image-toggler {
  background: #1d1d1b;
}

.products-in-image.is-open .products-in-image-toggler > span.toggler-icon {
  background: #fff;
}

.products-in-image.is-open .products-in-image-toggler > span.toggler-icon svg {
  color: #fff;
}

.products-in-image.is-open .products-in-image-toggler .title-text {
  display: none;
}

.products-in-image.is-open .products-in-image-popup {
  display: block;
  -webkit-transform: scale(1) rotate(0deg) translate3d(30px, 10px, 0);
          transform: scale(1) rotate(0deg) translate3d(30px, 10px, 0);
  top: 30px;
  right: 30px;
  opacity: 1;
  z-index: 80;
  height: auto;
}

.products-in-image.has-scroll .products-in-image-list {
  max-height: 440px;
  overflow-y: auto;
}

.products-in-image .product-in-image {
  text-align: left;
  position: relative;
}

.products-in-image .product-in-image .product-in-image-link {
  position: relative;
  color: inherit;
  font-weight: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.products-in-image .product-in-image .product-in-image-link:after {
  content: '';
  display: block;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
}

.products-in-image .product-in-image .product-in-image-link:hover {
  background: #eee;
  text-decoration: none;
}

.products-in-image .product-in-image h4 {
  margin: 0;
  font-size: 1.125rem;
}

.products-in-image .product-in-image p {
  margin: 0.2em 0;
  font-size: 0.937rem;
}

.products-in-image .product-in-image p:last-child {
  margin-bottom: 0;
}

.products-in-image .product-in-image .favorite-heart {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1;
}

.products-in-image .product-in-image .product-in-image-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: left;
  width: 70px;
  height: 70px;
  min-width: unset !important;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products-in-image .product-in-image .btn {
  position: absolute;
  bottom: 10px;
  left: 110px;
}

.products-in-image .product-in-image-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 15px;
  padding-right: 15px;
}

.products-in-image .product-in-image-text * {
  color: #1d1d1b;
}

.products-in-image .product-in-image-text h4 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.products-in-image .product-in-image-text p {
  line-height: 1.3;
  margin: 0.5rem 0;
}

.products-in-image .product-in-image-text .product-in-image-price {
  opacity: 0.6;
  margin-top: 0.8rem;
}

.products-in-image .product-in-image-text .product-in-image-readmore {
  font-size: 0.9rem;
}

.products-in-image .product-in-image-text .product-details {
  color: #b9b9b9;
  text-transform: uppercase;
  height: 1.2em;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .container-fluid:not(.container-fullbleed) .fullscreen-mobile {
    margin-left: -1rem;
    width: 100vw;
  }
  .container-fluid:not(.container-fullbleed) .fullscreen-mobile img {
    height: 95dvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fullscreen-mobile h1,
  .fullscreen-mobile h2,
  .fullscreen-mobile h3,
  .fullscreen-mobile h4,
  .fullscreen-mobile h5,
  .fullscreen-mobile h6 {
    padding-left: 1rem;
  }
  .fullscreen-mobile p {
    padding-left: 1rem;
  }
}

.ec-image-with-text .is-open .products-in-image,
.ec-text-and-image-media .is-open .products-in-image,
.ec-image .is-open .products-in-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 80;
}

.ec-image-with-text .is-open .products-in-image-toggler,
.ec-text-and-image-media .is-open .products-in-image-toggler,
.ec-image .is-open .products-in-image-toggler {
  display: block;
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  div[class*='col-md-3']:first-child .products-in-image .products-in-image-popup {
    right: auto;
    left: -60px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  div[class*='col-md-4']:first-child .products-in-image .products-in-image-popup {
    right: auto;
    left: -60px;
  }
}

@-webkit-keyframes filter-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes filter-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.product-filter-container {
  padding-top: 0 !important;
}

.product-filter {
  text-align: center;
  margin: 0 !important;
  padding-top: 3rem;
}

.product-filter .product-filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-filter .product-filter-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-filter .product-filter-header > h4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5% 17px 0;
  font-size: 2.4rem;
}

.product-filter .product-filter-header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-filter .product-filter-groups {
  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;
}

.product-filter .product-filter-groups > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 17px;
}

.product-filter .product-filter-groups > div:first-child {
  margin-left: 0;
}

.product-filter .product-filter-groups > div:last-child {
  margin-right: 0;
}

@media (max-width: 575.98px) {
  .product-filter .product-filter-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-filter .product-filter-header > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .product-filter .product-filter-groups {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-filter .product-filter-groups > div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 40%;
    margin-bottom: 35px;
  }
  .product-filter .product-filter-groups > div:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .product-filter .product-filter-groups > div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.product-filter .links-dropdown {
  margin-bottom: 0;
}

.product-filter .links-dropdown .links-dropdown-heading {
  background: #fff;
  color: #1d1d1b;
  border-top: solid 3px #fff;
  padding-right: 40px;
}

.product-filter .links-dropdown .links-dropdown-heading:after {
  border-top-color: #1d1d1b;
  position: absolute;
  right: 1.2rem;
  top: 50%;
}

.product-filter .links-dropdown.is-active .links-dropdown-heading {
  border-color: #a75245;
}

.product-filter .active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 40px;
}

.product-filter .active-filters label {
  font-size: 0.86666rem;
  vertical-align: middle;
  margin: 0 1.5rem 0 0;
}

.product-filter .active-filters .product-filter-pills {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
}

.product-filter .active-filters .product-filter-pills a {
  display: inline-block;
  border: solid 1px #707070;
  font-size: 0.86666rem;
  padding: 0.1em 3em 0.1em 0.5em;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
  white-space: nowrap;
}

.product-filter .active-filters .product-filter-pills a:after {
  content: 'X';
  font-size: 0.666667rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6em;
}

.product-filter .active-filters .clear-product-filter {
  font-size: 0.86666rem;
  text-decoration: none;
  position: relative;
  border-bottom: solid 2px #1d1d1b;
}

@media (max-width: 767.98px) {
  .product-filter .active-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-filter .active-filters .product-filter-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-filter .active-filters .product-filter-pills a {
    white-space: nowrap;
    margin-bottom: 0.5rem;
    margin-right: 5%;
  }
  .product-filter .active-filters .clear-product-filter {
    margin: 0.5rem 0 0 0;
  }
}

.product-filter .links-dropdown-items {
  padding: 0.5rem 0;
}

.product-filter .links-dropdown-item {
  position: relative;
  background: none !important;
}

.product-filter .links-dropdown-item label {
  margin: 0;
  display: block;
  padding: 0.3em 1.2em;
  cursor: pointer;
}

.product-filter .links-dropdown-item input {
  display: none;
}

.product-filter .links-dropdown-item input:checked + label {
  background: #f4f4f4;
}

.product-filter .links-dropdown-item input:checked + label:after {
  content: '✓';
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-filter-feedback {
  text-align: center;
  padding: 3rem;
}

.product-filter-result {
  text-align: center;
}

.product-filter-result h4 {
  font-size: 1.25rem;
  text-transform: none;
}

.product-filter-result__loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  z-index: 1000;
}

.product-filter-result__pagination-wrapper, .product-filter-result__pagination-wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.product-filter-result__pagination-wrapper nav, .product-filter-result__pagination-wrapper-bottom nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-filter-result__pagination-wrapper nav .pagination li, .product-filter-result__pagination-wrapper-bottom nav .pagination li {
  font-size: 1.25rem !important;
  color: #76787b;
}

.product-filter-result__pagination-wrapper nav .pagination li.active-page, .product-filter-result__pagination-wrapper-bottom nav .pagination li.active-page {
  color: #000 !important;
}

.product-filter-result__pagination-wrapper nav .pagination li:not(.active-page) a, .product-filter-result__pagination-wrapper-bottom nav .pagination li:not(.active-page) a {
  color: #76787b;
}

.product-filter-result__pagination-wrapper-bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.product-filter-result__display-select {
  background-color: #f4f4f4;
  color: #333;
  border: none;
}

.mfp-expanders {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 4%;
  white-space: nowrap;
  text-align: right;
  letter-spacing: -4px;
  z-index: 1;
}

.horizontal-right .mfp-expanders {
  text-align: left;
}

.horizontal-right .mfp-expanders .mfp-expander {
  z-index: 2;
}

.horizontal-right .mfp-expanders .mfp-expander + .mfp-expander {
  z-index: 1;
}

.horizontal-right .mfp-expanders .mfp-expander-inner {
  right: auto;
  left: 0;
}

.mfp-expander {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 17.5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  white-space: normal;
  text-align: left;
  letter-spacing: 0;
}

.mfp-expander .mfp-expander-inner {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background: #1d1d1b;
}

.mfp-expander .mfp-expander-inner img {
  width: 100%;
  cursor: pointer;
}

.mfp-expander .mfp-expander-inner:before {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.mfp-expander .mfp-expander-inner:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: 15px;
  right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-expander .mfp-expander-text {
  font-size: 0.875rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  overflow: hidden;
  cursor: pointer;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
}

.mfp-expander .mfp-expander-text p {
  margin: 0;
}

.mfp-expander.is-expanded .mfp-expander-inner {
  width: calc(221%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mfp-expander.is-expanded .mfp-expander-inner:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mfp-expander.is-expanded .mfp-expander-inner:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mfp-expander.is-expanded .mfp-expander-text {
  max-height: 100px;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}

.ec-header {
  margin-bottom: 2.5em !important;
}

.ec-header h2 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 -1em 0;
}

.row.hr {
  margin-top: -1rem !important;
}

.title-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.6em 1.2em;
  background: #4d4d4d;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 100;
  text-indent: 0;
}

.title-text:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -3px;
  border-top: solid 6px #4d4d4d;
  border-right: solid 5px transparent;
  border-bottom: none;
  border-left: solid 5px transparent;
}

.title-text.title-text-left {
  -webkit-transform: translateX(0) scale(0);
          transform: translateX(0) scale(0);
  -webkit-transform-origin: 25px 100%;
          transform-origin: 25px 100%;
  left: -10px;
  right: auto;
}

.title-text.title-text-left:after {
  left: 25px;
  right: auto;
}

.title-text.title-text-right {
  -webkit-transform: translateX(0) scale(0);
          transform: translateX(0) scale(0);
  -webkit-transform-origin: calc(100% - 25px) 100%;
          transform-origin: calc(100% - 25px) 100%;
  right: -10px;
  left: auto;
}

.title-text.title-text-right:after {
  left: auto;
  right: 25px;
}

.has-title-text:hover .title-text {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.has-title-text:hover .title-text-left,
.has-title-text:hover .title-text-right {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}

.dropdown-wrapper label {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #95989a;
  text-transform: uppercase;
}

.dropdown-wrapper.disabled label {
  opacity: 0.5;
}

.file-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
  width: 32px;
  color: #fff;
  margin-right: 1.3rem;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.links-dropdown,
.products-dropdown {
  text-align: left;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 22px;
  /*.products-dropdown-products-inner {
		background: #f4f4f4;
		border: solid 10px #fff;
		display: flex;
		flex-direction: row;
		padding: 20px 8px;
		max-width: $max-width;
		overflow-x: auto;
		opacity: 0;
		transform: scale(1);
		transition: all 0.3s ease-in;
		margin-top: 3rem;
	}*/
}

.links-dropdown.disabled,
.products-dropdown.disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.links-dropdown .links-dropdown-heading,
.products-dropdown .links-dropdown-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8a898e;
  color: #fff;
  height: 64px;
  padding: 0 1.2rem 0 1.4rem;
  cursor: pointer;
  z-index: 20;
}

.links-dropdown .links-dropdown-heading.lightergrey,
.products-dropdown .links-dropdown-heading.lightergrey {
  background: #f4f4f4;
  color: #000;
}

.links-dropdown .links-dropdown-heading.lightergrey h4,
.products-dropdown .links-dropdown-heading.lightergrey h4 {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.links-dropdown .links-dropdown-heading.lightergrey:after,
.products-dropdown .links-dropdown-heading.lightergrey:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/Content/images/chevron-down-icon.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.6em;
  margin-top: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-dropdown .links-dropdown-heading h4,
.products-dropdown .links-dropdown-heading h4 {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  text-align: left;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.links-dropdown .links-dropdown-heading:after,
.products-dropdown .links-dropdown-heading:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: url("/Content/images/chevron-down-icon.svg") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  margin-top: -16px;
}

.links-dropdown .links-dropdown-items,
.products-dropdown .links-dropdown-items {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  max-height: 65vw;
}

@media (min-width: 576px) {
  .links-dropdown .links-dropdown-items,
  .products-dropdown .links-dropdown-items {
    max-height: 40vh;
  }
}

.links-dropdown .links-dropdown-item:nth-child(2n + 1),
.products-dropdown .links-dropdown-item:nth-child(2n + 1) {
  background: #f4f4f4;
}

.links-dropdown .links-dropdown-item a,
.products-dropdown .links-dropdown-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.7rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.links-dropdown .links-dropdown-item:first-child a,
.products-dropdown .links-dropdown-item:first-child a {
  padding-top: calc(0.5rem + 2px);
}

.links-dropdown .links-dropdown-item:last-child a,
.products-dropdown .links-dropdown-item:last-child a {
  padding-bottom: calc(0.5rem + 2px);
}

.links-dropdown .products-dropdown-products,
.products-dropdown .products-dropdown-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 0;
  overflow: hidden;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.links-dropdown .product-selector-items,
.products-dropdown .product-selector-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
}

.links-dropdown .product-selector-item,
.products-dropdown .product-selector-item {
  padding: 7px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

@media (max-width: 575.98px) {
  .links-dropdown .product-selector-item,
  .products-dropdown .product-selector-item {
    width: calc(50% - 1.5rem);
  }
}

.links-dropdown .product-selector-item a,
.products-dropdown .product-selector-item a {
  color: inherit;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  height: 100%;
}

.links-dropdown .product-selector-item p,
.products-dropdown .product-selector-item p {
  display: none;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  margin: 0;
}

.links-dropdown .product-selector-item img,
.products-dropdown .product-selector-item img {
  max-width: 100%;
}

.links-dropdown.is-expanded,
.products-dropdown.is-expanded {
  z-index: 2;
}

.links-dropdown.is-expanded .links-dropdown-heading,
.links-dropdown.is-expanded .products-dropdown-toggler,
.products-dropdown.is-expanded .links-dropdown-heading,
.products-dropdown.is-expanded .products-dropdown-toggler {
  background-color: #fff;
  color: #1d1d1b;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.links-dropdown.is-expanded .links-dropdown-heading:after,
.links-dropdown.is-expanded .products-dropdown-toggler:after,
.products-dropdown.is-expanded .links-dropdown-heading:after,
.products-dropdown.is-expanded .products-dropdown-toggler:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: url("/Content/images/chevron-up-icon.svg") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.links-dropdown.is-expanded .links-dropdown-items,
.products-dropdown.is-expanded .links-dropdown-items {
  position: absolute;
  top: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.links-dropdown.is-expanded .products-dropdown-products,
.products-dropdown.is-expanded .products-dropdown-products {
  max-height: 500px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.links-dropdown.is-expanded .products-dropdown-products-inner,
.products-dropdown.is-expanded .products-dropdown-products-inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (min-width: 768px) {
  .products-dropdown-wrapper {
    margin-top: -200px;
  }
  .products-dropdown-heading {
    margin-left: auto;
    width: 33%;
  }
  .products-dropdown-toggler {
    margin-left: auto;
    width: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .products-dropdown-wrapper .products-dropdown-heading {
    max-width: 35%;
    margin-left: auto;
  }
  .products-dropdown-wrapper .products-dropdown-toggler {
    max-width: 35%;
    margin-left: auto;
  }
}

.file-icon {
  background: #57565a;
}

.file-icon.pdf {
  background: #a85245;
}

.file-icon.dwg {
  background: #e3d0a5;
}

.file-icon.xls, .file-icon.xlsx {
  background: #9caf86;
}

.file-icon.doc, .file-icon.docx {
  background: #97d1de;
}

/*@page {
	min-width: 900px;
}*/
@media print {
  ::first-letter {
    margin: 0 !important;
    padding: 0 !important;
  }
  /*body {
		margin: 0;
		padding: 0 !important;
		min-width: 900px;
	}

	.container {
		width: auto;
		min-width: 890px;
	}*/
  .container-tiles > .row,
  .container-fluid .row-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.8%;
    padding-right: 1.8%;
  }
  .container-tiles > .row div[class*='col-'],
  .container-fluid .row-tiles div[class*='col-'] {
    padding: 1px;
  }
  .col-md-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-md-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33% !important;
            flex: 0 0 33% !important;
    max-width: 33% !important;
  }
  .col-md-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-md-8 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66% !important;
            flex: 0 0 66% !important;
    max-width: 66% !important;
  }
  .col-md-9 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .sidebar-toggler,
  .header-search,
  .breadcrumb-container {
    display: none;
  }
  body > footer {
    display: none;
  }
}

.shower-config header {
  border-bottom: solid 1px #d3d3d3;
}

@media (max-width: 767.98px) {
  .shower-config header {
    margin-bottom: 3rem;
  }
}

.enviroments {
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
}

.enviroments a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  width: 145px;
  overflow: hidden;
  outline: none;
  text-transform: uppercase;
}

.enviroments a img {
  max-width: none;
}

.enviroments a:hover {
  color: #333;
}

.enviroments a:hover img {
  margin-left: -140px;
}

.enviroments a span {
  /*background: url(/Content/images/ShowerConfig/link-arrow.png) right 3px no-repeat;*/
  display: inline-block;
  padding: 0 13px 0 0;
}

.enviroments .name {
  padding: 10px 0 0 0;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: none;
}

.pod-box .pod-left {
  text-align: left;
}

.pod-box h3:first-child {
  padding-top: 20px;
}

.pod-box .pod-image {
  margin-bottom: 3%;
}

.pod-box .pod-image img {
  width: 100%;
}

#help {
  background: #fff;
  position: absolute;
  margin: 0 auto;
  top: 100px;
  left: 0;
  width: 100%;
  display: none;
  padding: 50px;
  z-index: 1000;
}

input {
  margin: 5px 0;
  padding: 12px 20px;
  border: 2px solid #bbb;
}

select {
  min-width: 200px;
  margin: 5px 0;
  padding: 12px 20px;
}

p.button {
  display: inline-block;
  margin: 0;
}

p.button a {
  display: inline-block;
  border: 1px solid #000;
  margin: 5px 0;
  padding: 12px 50px;
  text-decoration: none;
  cursor: pointer;
}

p.button-primary a {
  background: #9caf86;
  border: none;
  color: #fff;
  font-weight: bold;
}

.configForm label {
  font-size: 14px;
  line-height: 20px;
}

#selectComponents {
  margin: 0 0 10px 0;
  display: block;
  overflow: hidden;
}

#selectComponents .selectComponent {
  float: left;
  margin: 0 1% 0 0;
  width: 30%;
}

#selectComponents .selectComponent h3 {
  margin-bottom: 0;
}

#selectComponents .selectComponent p {
  margin-top: 0;
  color: inherit;
}

#selectComponents .selectComponent a {
  font-size: 14px;
}

#selectComponents .selectComponent img {
  max-width: 100%;
  margin-bottom: 0.2em;
}

#selectComponents .selectComponent .current div {
  font-size: 14px;
  line-height: 1.5;
  color: #737373;
}

#selectComponents .selectComponentDialog {
  overflow: visible;
  position: absolute;
  display: inline;
  left: -10000px;
  zoom: 1;
  z-index: 1;
}

#selectComponents .selectComponentDialog > div {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  padding: 15px 10px 20px 20px;
}

#selectComponents .selectComponentDialog > div h3 {
  margin-top: 0;
  margin-right: 30px;
}

#selectComponents .selectComponentDialog > div ol {
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0;
}

#selectComponents .selectComponentDialog > div ol li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 10px 0;
  width: 75px;
  line-height: 1.1;
}

#selectComponents .selectComponentDialog > div ol li:before {
  display: none;
}

.closeButton {
  position: absolute;
  font-weight: bold;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

#StaticFlashImage {
  display: none;
}

.backLink {
  float: left;
  margin-top: 1em;
  color: #000;
}

.helpLink {
  float: right;
  margin-top: 1em;
}

.heading-text {
  text-align: center;
  margin-top: -1em;
  margin-bottom: 3% !important;
}

.heading-text h1 {
  margin-top: 0;
}

.shower-config-area {
  background: #fff;
  padding: 2%;
  margin-top: 20px;
}

.shower-config .masonry-item .pod-text {
  padding: 1em;
}

.shower-config .masonry-item .pod-text .number {
  margin-left: 5px;
}

.shower-config-tools {
  margin-top: -56px;
}

.shower-config-tools .row {
  margin-bottom: 0;
}

.shower-config .breadbox {
  margin-bottom: 0;
}

table {
  width: 100%;
  margin-bottom: 2em;
}

td .button:first-child {
  margin-top: 0;
}

.priceLabel {
  background: #ddd;
  color: #000;
  padding: 0.7em;
  font-size: 16px;
  font-weight: bold;
}

.showerFunctions {
  display: block;
}

.showerFunctions .button {
  margin-bottom: 20px;
}

.showerFunctions .showerType {
  text-align: left;
  margin-bottom: 20px;
}

.showerFunctions .showerType input {
  margin-right: 0.4em;
}

#step2Buttons {
  padding-top: 10px;
}

.configList {
  text-align: left;
}

.configList dt {
  margin: 15px 0 0 0;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #8a898e;
}

.configList dd {
  font-size: 1.125rem;
  color: #1d1d1b;
}

.form-group-input {
  float: left;
  width: 48%;
  margin-right: 1%;
}

.form-group-input input {
  width: 90% !important;
  border: solid 1px #d9d9d9;
}

.form-group-input textarea {
  width: 90% !important;
  border: solid 1px #d9d9d9;
}

.form-group-textarea {
  float: left;
  width: 100%;
}

.form-group-textarea textarea {
  width: 92% !important;
  border: solid 1px #d9d9d9;
}

.summaryFlash {
  text-align: center;
}

.summaryFlash * {
  margin: auto;
}

#sendToForm input {
  padding: 5px 10px;
}

.summaryBlock tr > td:first-child, .summarySpecs tr > td:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.summaryBlock tr > td:first-child br, .summarySpecs tr > td:first-child br {
  display: none;
}

.summaryBlock td, .summarySpecs td {
  font-family: 'akkurat-regular', sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: normal !important;
  vertical-align: baseline;
  color: #8a898e;
  background: #f3f3f3;
  padding: 3px 10px;
}

.summaryBlock tr:nth-child(2n) td, .summarySpecs tr:nth-child(2n) td {
  background: none;
}

.summaryBlock td.valueColumn, .summarySpecs td.valueColumn {
  font-size: 1.125rem;
  letter-spacing: 0;
  color: #1d1d1b;
}

.thankYouText {
  padding: 0 1.85%;
  max-width: 70%;
  margin: 0 auto 40px auto;
  text-align: center;
}

.thankYouText .button {
  max-width: 200px;
  margin: auto;
}

.summaryLogo {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

.summary-intro {
  display: none;
  padding: 10px;
  width: 550px;
  max-width: 100%;
}

@media print {
  .container-headerimage {
    display: none;
  }
  .page-wrapper {
    padding-top: 0px;
  }
  .shower-config-product-link {
    display: none !important;
  }
  #summary {
    margin: 0 !important;
  }
  .summaryLogo {
    display: block;
  }
  h1 {
    font-size: 30px;
  }
  .shower-config-area {
    padding-top: 0;
  }
  .shower-config-tools {
    display: none;
  }
  .heading-text {
    margin-bottom: 1rem !important;
  }
  .summaryFlash {
    margin-bottom: 0 !important;
  }
  .summaryBlock td.valueColumn, .summarySpecs td.valueColumn {
    font-size: 1rem;
  }
  #showerConfig {
    display: none;
  }
  #StaticFlashImage {
    display: block;
    margin: 1rem auto;
  }
  .page-wrapper > header,
  .shower-config-tools,
  .summary-block,
  body > form > footer {
    display: none;
  }
  .summaryBlock, .summarySpecs {
    margin: 1em 0 30px 0;
  }
  .summaryBlock h3, .summarySpecs h3 {
    padding-left: 10px;
    font-size: 16px !important;
  }
  .summaryFlash div {
    display: none;
  }
  .col-md-6 {
    width: 49%;
  }
  table th, table td {
    font-size: 14px;
    border-bottom: solid 1px #ddd !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .heading-text {
    padding-left: 0.85%;
    padding-right: 0.85%;
    margin-top: 0;
    border-top: solid 25px #fff;
    margin-bottom: -2em;
  }
  .heading-text h1 {
    text-align: left;
  }
  .heading-text h1:after {
    left: 0;
    margin-left: 0;
  }
  .thankYouText {
    display: none !important;
  }
  .summary-intro {
    display: block;
    margin-bottom: 1rem !important;
  }
  .summary-intro p {
    font-size: 14px;
  }
}

.masonry-list {
  margin-bottom: 2em;
}

.masonry-list .masonry-item {
  float: left;
}

@media screen and (max-width: 550px) {
  .masonry-list .masonry-item {
    position: relative !important;
    float: none !important;
    top: 0 !important;
  }
}

.masonry-list .masonry-item-25 {
  width: 24.7012%;
  margin-bottom: 0.398406%;
}

.masonry-list .masonry-item-50 {
  width: 49.8008%;
  margin-bottom: 0.398406%;
}

.masonry-list .masonry-item-last {
  margin-right: 0;
}

.masonry-list .masonry-column-sizer {
  width: 24.7012%;
  position: absolute;
  top: 0;
  height: 0;
}

.masonry-list .masonry-gutter-sizer {
  width: 0.398406%;
  position: absolute;
  top: 0;
  height: 0;
}

.masonry-list .masonry-item {
  background: #fff;
}

.masonry-list .masonry-item .pod-text {
  padding-top: 1em;
  padding-bottom: 1em;
}

.masonry-list .masonry-item-25 {
  width: 22%;
  margin-bottom: 4%;
}

.masonry-list .masonry-item-50 {
  width: 47%;
  margin-bottom: 4%;
}

.masonry-list .masonry-item-last {
  margin-right: 0;
}

.masonry-list .masonry-column-sizer {
  width: 22%;
  position: absolute;
  top: 0;
  height: 0;
}

.masonry-list .masonry-gutter-sizer {
  width: 3%;
  position: absolute;
  top: 0;
  height: 0;
}

@media screen and (max-width: 755px) {
  .masonry-list .masonry-item-25,
  .masonry-list .masonry-column-sizer-25 {
    width: 47%;
    margin-bottom: 4%;
  }
  .masonry-list .masonry-item-50,
  .masonry-list .masonry-column-sizer-50 {
    width: 100%;
    margin-bottom: 4%;
  }
  .masonry-list .masonry-gutter-sizer-50 {
    width: 0;
  }
}

@media screen and (max-width: 550px) {
  .masonry-list .masonry-item-25,
  .masonry-list .masonry-column-sizer-25 {
    width: 100%;
    margin-bottom: 4%;
  }
  .masonry-list .masonry-item-50,
  .masonry-list .masonry-column-sizer-50 {
    width: 100%;
    margin-bottom: 4%;
  }
  .masonry-list .masonry-gutter-sizer-50 {
    width: 0;
  }
}

img.lazy {
  display: block;
  height: 0;
}

img.lazy[style*="display"] {
  padding: 0 !important;
  height: auto;
}

.productfilterpage .masonry-item .pod-text {
  text-align: left;
}

.productfilterpage .masonry-item .icon-customizable {
  position: absolute;
  bottom: 1.1em;
  right: 8%;
  width: 40px;
}

.container-fluid.filter-groups > .row,
.container-fluid.filter-groups form > .row {
  margin-bottom: 0;
}

.filter-group {
  width: 80%;
  margin-bottom: 0;
}

@media screen and (max-width: 755px) {
  .filter-group {
    width: 100%;
  }
}

.col-md-4 .filter-group,
.col-md-5 .filter-group .col-md-6 .filter-group {
  width: 100%;
}

.tag-list.filter-group,
.search-group {
  width: 100%;
}

.tag-list.filter-group h4, .tag-list.filter-group label,
.search-group h4,
.search-group label {
  display: block;
}

.tag-list.filter-group input,
.search-group input {
  width: 100%;
  border: none;
  padding: 5px 10px;
}

.clear-filter:before {
  content: "\f00d";
  margin-right: 5px;
}

.clear-filter:hover:before {
  color: #e2191f;
}

.tag-list {
  margin: 20px 0 50px 0;
}

.tag-list li {
  display: inline-block;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

.tag-list li .filter-button {
  margin: 20px;
  padding: 20px 50px;
  background: #fff;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  cursor: pointer;
}

.tag-list li .filter-button.is-active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid #000;
  outline-offset: -3px;
}

.masonry-item .pod-text {
  position: relative;
  z-index: 10000;
  background: #000;
  margin: -30px 20px 20px 20px;
  padding: 0 !important;
  text-align: center;
}

.masonry-item .pod-text a {
  display: block;
  padding: 1em;
  color: #fff;
  text-decoration: none;
}

.fullscreen {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  z-index: 999999;
  display: none;
}

.productCategoryPage .col-sm-6.col-md-4.col-lg-4.col-xl-3.col-xxl-2.gap-6 {
  padding-left: 6px;
  padding-right: 6px;
}
