/* CSS Document */
.slide {
  height: 588px;
  position: relative;
}
.slide img {
  position: absolute;
  left: 0;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.slide .hold {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.slide .hold.opaque {
  opacity: 1;
  z-index: 100;
}
.slide .stage {
  width: 100% !important;
  height: 100%;
  max-width: 1200px;
  left: 50%;
  margin-left: -600px;
  float: left;
  position: relative;
}
.slide .stage .slide_content {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0% !important;
}
.slide .stage .slide_content h2 {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 96px;
  line-height: 86px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 75px;
}
.slide .stage .slide_content p {
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #d4cab0;
}
.slide .stage .slide_content .cta {
  margin-top: 20px;
  background: none;
}
#home-cards {
  background: url('../img/backgrounds/white-paper-texture.jpg') center;
  padding: 30px 0;
}
#home-cards .inbody-cards {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
}
#home-cards .inbody-cards .card {
  width: calc(33.3% - 20px);
  background: #fff;
  clear: none;
  margin: 0;
  min-height: 482px;
  padding-bottom: 83px;
  position: relative;
}
#home-cards .inbody-cards .card:nth-child(even) {
  clear: none;
  margin: 0 30px;
}
#home-cards .inbody-cards .card .img-holder {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-cards .inbody-cards .card .img-holder img.vert-center {
  width: 110px !important;
  height: 110px !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  display: block;
}
#home-cards .inbody-cards .card .cta {
  position: absolute;
  bottom: 30px;
  left: 0;
}
#home_featured {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_featured .stage {
  width: calc(100% - 60px);
  max-width: 1200px;
}
#home_featured .stage #featured-home-content {
  width: calc(50% - 15px);
  height: 541px;
  max-height: 541px;
  float: left;
  position: relative;
  margin: 0px 30px 0px 0px;
  padding: 0px 0px 40px 0px;
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  flex-grow: 2;
}
#home_featured .stage #featured-home-content img#featured-image {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}
#home_featured .stage #featured-home-content div.content {
  width: calc(100% - 265px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 30px;
}
#home_featured .stage #featured-home-content div.content h2 {
  width: 100%;
  float: left;
  position: relative;
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 15px;
  color: #4a4a4a;
}
#home_featured .stage #featured-home-content div.content p {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 25px;
}
#home_featured .stage #featured-home-content div.content .cta {
  float: left;
  position: relative;
  margin-bottom: -20px;
}
#home_featured .stage .featured_product {
  width: calc(50% - 15px);
  float: left;
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 9px;
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
}
#home_featured .stage .featured_product .featured_image {
  width: 235px;
  height: 235px;
  background: url(../img/backgrounds/feature.png) no-repeat center;
  background-size: contain;
  text-align: center;
  position: relative;
  float: left;
  display: block;
}
#home_featured .stage .featured_product .featured_image img {
  float: left;
  position: relative;
  width: 90%;
  height: 90%;
  margin: 5%;
}
#home_featured .stage .featured_product .featured_image .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -40px;
  top: 10px;
}
#home_featured .stage .featured_product div.content {
  width: calc(100% - 295px);
  float: left;
  position: relative;
  margin: -50px 0px 0px 50px !important;
  padding: 0px 0px 0px 0px;
}
#home_featured .stage .featured_product div.content p.brand_name {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #8b8470;
}
#home_featured .stage .featured_product div.content h2.title {
  padding-bottom: 25px;
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #4a4a4a;
  font-weight: bold;
}
#home_featured .stage .featured_product div.content .cta {
  margin-bottom: -5px;
  margin-top: -5px;
}
#home_cards_stage {
  background: url(../img/backgrounds/white-paper-texture.jpg) repeat center;
  width: 100%;
  padding: 30px 0px 30px 0px;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
}
#home_cards_stage ul#home_cards {
  width: calc(100% - 60px);
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#home_cards_stage ul#home_cards li {
  background: #fff;
  width: calc(33.3% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 35px 0px;
  overflow: hidden;
  border-radius: 3px;
}
#home_cards_stage ul#home_cards li div.image {
  background-size: cover;
  background-attachment: scroll;
  background-position: center center !important;
  width: 100%;
  height: 220px;
  max-height: 220px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home_cards_stage ul#home_cards li div.image img {
  width: 110px;
  height: 110px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#home_cards_stage ul#home_cards li div.image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
}
#home_cards_stage ul#home_cards li div.image h2 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-family: 'bignoodletitling', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 36px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
#home_cards_stage ul#home_cards li p {
  width: calc(100% - 80px);
  float: left;
  position: relative;
  margin: 30px 40px 30px 40px;
  text-align: center;
}
/* */
@media screen and (max-width: 1260px) {
  #home_featured .stage {
    width: calc(100% - 40px);
  }
  #home_featured .stage #featured-home-content {
    height: auto !important;
    max-height: 1000px !important;
  }
  #home-cards .featured {
    display: flex;
    align-items: stretch;
    width: calc(100% - 60px);
  }
  #home-cards .featured h2 {
    line-height: 36px;
    margin-bottom: 15px;
  }
  #home-cards .featured .img-holder {
    background-position: center center !important;
    background-size: cover;
    background-attachment: scroll;
  }
  /* 1260 */
}
@media screen and (max-width: 1020px) {
  #home_featured .stage {
    width: calc(100% - 40px);
  }
  #home_featured .stage #featured-home-content {
    width: 100%;
    margin-bottom: 30px;
  }
  #home_featured .stage .featured_product {
    width: 100%;
  }
  /* 1020 */
}
@media screen and (max-width: 960px) {
  #home_cards_stage {
    padding: 20px 0px 20px 0px;
  }
  #home_cards_stage ul#home_cards {
    width: calc(100% - 40px);
  }
  #home_cards_stage ul#home_cards li {
    width: calc(33.3% - 14px);
  }
  #home_cards_stage ul#home_cards li div.image {
    background-size: cover !important;
    height: 180px;
  }
  #home_cards_stage ul#home_cards li div.image img {
    width: 80px;
    height: 80px;
  }
  #home_cards_stage ul#home_cards li div.image h2 {
    font-size: 36px;
    line-height: 24px;
  }
  #home_cards_stage ul#home_cards li p {
    width: calc(100% - 40px);
    margin: 30px 20px 30px 20px;
  }
  /* 960 */
}
@media screen and (max-width: 860px) {
  /* 860 */
}
@media screen and (max-width: 600px) {
  #home_cards_stage ul#home_cards {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #home_cards_stage ul#home_cards li {
    width: calc(100%) !important;
    margin-bottom: 20px;
  }
  #home_cards_stage ul#home_cards li:last-child {
    margin-bottom: 0px;
  }
  #home_cards_stage ul#home_cards li div.image {
    background-size: cover !important;
    height: 180px;
  }
  #home_cards_stage ul#home_cards li div.image img {
    width: 80px;
    height: 80px;
  }
  #home_cards_stage ul#home_cards li div.image h2 {
    font-size: 36px;
    line-height: 24px;
  }
  #home_cards_stage ul#home_cards li p {
    width: calc(100% - 40px);
    margin: 30px 20px 30px 20px;
  }
  /* 600px */
}
