/* CSS Document */
:root {
  --headingFS: Roboto Condensed SemiBold, Impact, Arial Black, sans-serif;
  --sansFS: NeueSwiss, Helvetica, Verdana, sans-serif;
  --serifFS: Ethic Serif Light, Times New Roman, Times, serif;
}

.splitTop.even {
  flex-direction: row-reverse;
}
.splitTop.howItWorks > div:first-child {
  width: 37%;
}
.splitTop.howItWorks > div:last-child {
  width: 63%;
}
.splitTop.howItWorks > div.text {
  justify-content: flex-start;
  padding-top: var(--paddingHigh);
  padding-bottom: var(--paddingHigh);
}
.splitTop.howItWorks > div.text .posBox {
  width: auto;
  margin: 0 auto;
}
.splitTop.howItWorks > div.text .contentSection ol, .splitTop.howItWorks > div.text .contentSection ul {
  padding-left: 18px;
}
.splitTop.howItWorks > div.text .contentSection ol li, .splitTop.howItWorks > div.text .contentSection ul li {
  font-family: var(--sansFS);
  font-weight: 400;
}
.splitTop.howItWorks > div.text .headHIW {
  font-size: 2.75em;
  font-weight: 100;
}
.splitTop.even:first-child {
  width: 63%;
}
.splitTop.even:last-child {
  width: 37%;
}

.flexslider {
  width: 100%;
  position: relative;
  z-index: 10;
}
.flexslider .slides {
  overflow: hidden;
  margin-bottom: 0;
}
.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.testimonialsSlider {
  background-color: var(--greigeLight);
}
.testimonialsSlider .subsection {
  padding-top: calc(var(--paddingMid) * 0.8);
  padding-bottom: var(--paddingMid);
}
.testimonialsSlider .flexslider {
  max-width: 1170px;
  margin: var(--padding) auto;
  text-align: center;
}
.testimonialsSlider .flexslider .slides li > div {
  padding: calc(var(--padding) * 0.5);
}
.testimonialsSlider .flexslider .slides li > div h3, .testimonialsSlider .flexslider .slides li > div .h3 {
  font-style: italic;
  margin-bottom: 26px;
}
.testimonialsSlider .flexslider .flex-control-nav {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 100;
}
.testimonialsSlider .flexslider .flex-control-nav li {
  display: inline-block;
}
.testimonialsSlider .flexslider .flex-control-nav li a {
  padding: 0 6px;
  display: block;
}
.testimonialsSlider .flexslider .flex-control-nav li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--greyMidDark);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.testimonialsSlider .flexslider .flex-control-nav li a:hover:after, .testimonialsSlider .flexslider .flex-control-nav li a:active:after, .testimonialsSlider .flexslider .flex-control-nav li a.flex-active:after {
  background-color: black;
}

.utilityBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--greyLighter2);
  border-bottom: 1px solid var(--greyLighter2);
  position: relative;
}
.utilityBar > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  vertical-align: top;
}
.utilityBar > div .h5 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 0;
}
.utilityBar > div .h5 a {
  display: block;
  padding: 12px var(--padding);
}
.utilityBar > div.left .h5 {
  border-right: 1px solid var(--greyLighter2);
}
.utilityBar > div.right .h5 {
  border-left: 1px solid var(--greyLighter2);
}
.utilityBar .shopDrawer {
  top: 44px;
}

.thumbnailItems .thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: var(--paddingNeg);
  margin-right: var(--paddingNeg);
  max-width: 1410px;
  transform: translateX(-50%);
  position: relative;
  left: calc(50% + var(--padding));
}
.thumbnailItems .thumbnails .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% + var(--paddingNeg) * 2);
  margin: 0 var(--padding) calc(var(--padding) * 2);
  box-sizing: border-box;
}
.thumbnailItems .thumbnails .item .logoCont {
  position: relative;
  overflow: hidden;
}
.thumbnailItems .thumbnails .item .img {
  display: block;
  margin-bottom: 20px;
}
.thumbnailItems .thumbnails .item .img:hover, .thumbnailItems .thumbnails .item .img:active {
  opacity: 0.65;
}
.thumbnailItems .thumbnails .item .img > img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.thumbnailItems .thumbnails .item .img .imgOther {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnailItems .thumbnails .item .img .imgOther img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.thumbnailItems .thumbnails .item .img .imgOther img.show {
  opacity: 1;
}
.thumbnailItems .thumbnails .item .thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -5px;
}
.thumbnailItems .thumbnails .item .thumbs > div {
  width: calc(25% - 5px);
  margin-right: 5px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.thumbnailItems .thumbnails .item .thumbs > div:hover, .thumbnailItems .thumbnails .item .thumbs > div:active {
  opacity: 1;
}
.thumbnailItems .thumbnails .item .text {
  position: relative;
  padding: 0 8px;
}
.thumbnailItems .thumbnails .item .text .preHeader {
  color: var(--grey);
  margin-bottom: 10px;
}
.thumbnailItems .thumbnails .featured {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  vertical-align: top;
  width: 100%;
  margin-bottom: calc(var(--padding) * 2);
}
.thumbnailItems .thumbnails .featured .img {
  display: inline-block;
  vertical-align: top;
  width: calc(66.66% + var(--paddingNeg) * 2);
  margin: 0 var(--padding);
  border-radius: 10px;
  overflow: hidden;
}
.thumbnailItems .thumbnails .featured .text {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(33.33% + var(--paddingNeg) * 2);
  margin: 0 var(--padding);
}
.thumbnailItems .thumbnails .featured .text .links {
  margin-top: 10px;
}
.thumbnailItems .thumbnails .featured .text .links a {
  color: var(--grey);
}
.thumbnailItems .thumbnails .featured .text .links a:hover, .thumbnailItems .thumbnails .featured .text .links a:active {
  color: black !important;
}
.thumbnailItems .thumbnails.paper .item .img, .thumbnailItems .thumbnails.logos .item .img {
  margin-bottom: 10px;
  box-shadow: none;
}
.thumbnailItems .thumbnails.paper .item .img {
  margin-bottom: max(28.3% - 65px, 10px);
}
.thumbnailItems .thumbnails.logos .item .img {
  margin-bottom: max(28.3% - 65px, 10px);
}
.thumbnailItems .thumbnails.logos .item .img .svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: var(--greyLightest);
  border-radius: 10px;
}
.thumbnailItems .thumbnails.logos .item .img .svg img {
  width: auto;
  max-width: 60%;
  max-height: clamp(150px, 16vw, 175px);
  margin: 0 auto 14px;
}
.thumbnailItems .thumbnails.websites .item .img {
  margin-bottom: 12px;
  position: relative;
}
.thumbnailItems .thumbnails.websites .item .thumbs {
  margin-bottom: 20px;
}

.fullBleed .gradient .text a.white:hover, .fullBleed .gradient .text a.white:active {
  color: white !important;
}

#learnMore {
  max-width: 1260px;
  padding-top: var(--paddingMid);
  margin: 0 auto;
  text-align: center;
}
#learnMore > .featureItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 7%;
       column-gap: 7%;
  padding-top: var(--paddingMid);
}
#learnMore > .featureItems .learn {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  margin-bottom: 7vw;
}
#learnMore > .featureItems .learn img {
  width: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* @media (min-width: 1480px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(25% - 12px);
			}
			.featured {
				width: 75%;
			}
		}
	}
}

@media (min-width: 1936px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(20% - 12px);
			}
			.featured {
				width: 60%;
			}
		}
	}
}

@media (min-width: 2392px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(16.66% - 12px);
			}
			.featured {
				width: 50%;
			}
		}
	}
}

@media (min-width: 2848px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(14.28% - 12px);
			}
			.featured {
				width: 42.85%;
			}
		}
	}
}

@media (min-width: 3304px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(12.5% - 12px);
			}
			.featured {
				width: 37.50%;
			}
		}
	}
}

@media (min-width: 3760px) {
	.thumbnailItems {
		.thumbnails {
			.item {
				width: calc(11.1% - 12px);
			}
			.featured {
				width: 33.33%;
			}
		}
	}
} */
@media (max-width: 1024px) {
  .thumbnailItems .thumbnails .item {
    width: calc(50% + var(--paddingNeg) * 2);
  }
  .thumbnailItems .thumbnails .featured {
    flex-direction: column;
    justify-content: stretch;
  }
  .thumbnailItems .thumbnails .featured .img {
    display: block;
    width: calc(100% + var(--paddingNeg) * 2);
    margin-bottom: var(--padding);
  }
  .thumbnailItems .thumbnails .featured .text {
    display: block;
    width: calc(100% + var(--paddingNeg) * 2);
  }
}
/* @media (max-width: 1024px) and (min-width: 901px) {
	.splitTop {
		.text {
			h1 {
				font-size: math.div(38, 14) * 1em;
			}
		}
	}
} */
@media (max-width: 900px) {
  .splitTop.howItWorks > div.text:first-child {
    padding-bottom: calc(var(--padding) * 0.5);
  }
  .splitTop.howItWorks > div.text:last-child {
    padding-top: calc(var(--padding) * 0.5);
  }
  #learnMore > .featureItems {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #learnMore > .featureItems .learn {
    width: 45%;
    margin-bottom: 9vw;
  }
}
@media (max-width: 600px) {
  .thumbnailItems .thumbnails .item {
    width: calc(100% + var(--paddingNeg) * 2);
  }
  .utilityBar > div {
    flex: 1;
  }
  .utilityBar > div .h5 {
    flex: 1;
  }
  .utilityBar > div.right .h5 {
    border-left: none;
  }
  #learnMore > .featureItems {
    display: block;
  }
  #learnMore > .featureItems .learn {
    display: block;
    width: auto;
    margin-bottom: 10vw;
  }
  #learnMore > .featureItems .learn p {
    max-width: 250px;
    margin: 0 auto 10px;
  }
}
