.flex-direction-nav li {
  line-height: 1; /* This fixes the left and right arrows, which were shifted halfway out of their element box. Bootstrap was setting the li line height to 20px */
}

#main-content-area {
  padding-top: 0; /* biatch */
}

#viscom .bigtext {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  display: flex;
  line-height: 1;
}

#viscom .bigtext h2 {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1;
  color: white;
  margin-top: -15px;
  margin-bottom: 10px;
}

#viscom .bigtext a {
  color: #FFFFFF;
}

#viscom .bigtext.gold {
  background: #ecc044;
  padding-right: 55%;
}

#viscom .bigtext.blue {
  background: #13AAD9;
  padding-left: 55%;
}

#viscom .bigtext.green {
  background: #b1d34a;
  padding-right: 55%;
}

#viscom .flexitem {
  margin: auto;
}

#viscom .text-box {
  width: 80%;
}

#viscom .image {
  width: 100%;
  height: 400px;
  color: white;
  margin-top: -400px;
}

@media only screen and (max-width: 599px) {
  #viscom .bigtext {
    height: 200px;
  }
  #viscom .bigtext h2 {
    font-size: 1.25em;
    margin-top: -5px;
  }
  #viscom .image {
    height: 200px;
    margin-top: -200px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  #viscom .bigtext {
    height: 300px;
  }
  #viscom .bigtext h2 {
    font-size: 2.25em;
  }
  #viscom .image {
    height: 300px;
    margin-top: -300px;
  }
}
#viscom .image-left {
  clip-path: polygon(0 0, 40% 0, 50% 100%, 0 100%);
}

#viscom .image-right {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 40% 100%);
}

#viscom .image#clientsuccess {
  background: #000000 url("../../../images/homepage-2022/clientsuccess.webp") no-repeat right center;
  background-size: cover;
}

#viscom .image#onestop {
  background: #000000 url("../../../images/homepage-2022/onestop.webp") no-repeat left center;
  background-size: cover;
}

#viscom .image#largenimble {
  background: #000000 url("../../../images/homepage-2022/largenimble.webp") no-repeat right center;
  background-size: cover;
}

#your-partner {
  background: #666666 url("../../../images/homepage-2022/geometric-gray.webp") center;
}
#your-partner h2.large-header {
  color: #FFFFFF;
}
#your-partner h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  #your-partner h2.large-header {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
}
#four-services .services {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}
#four-services .services li {
  list-style: none;
  text-align: center;
  flex: 1 0 24.5%;
  box-sizing: border-box;
  line-height: 1.25;
  border: 1px solid #FFFFFF;
  transition: all 0.4s ease-out;
}
#four-services .services li:hover {
  transform: scale(1.05);
  z-index: 1;
}
#four-services .services li.tint {
  position: relative;
  float: left;
  cursor: pointer;
}
#four-services .services li.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#four-services .services li#branded-environments {
  background: #000000 url("../../../images/homepage-2022/four-services/branded-environments.webp") no-repeat center;
  background-size: cover;
}
#four-services .services li#branded-environments.tint:before {
  background: rgba(248, 152, 29, 0.8);
  transition: background 0.25s linear;
}
#four-services .services li#branded-environments a {
  text-shadow: 0 0 8px #F8981D, 0 0 8px #F8981D, 0 0 8px #F8981D;
}
#four-services .services li#promotional-products {
  background: #000000 url("../../../images/homepage-2022/four-services/promotional-products.webp") no-repeat center;
  background-size: cover;
}
#four-services .services li#promotional-products.tint:before {
  background: rgba(19, 170, 217, 0.8);
  transition: background 0.25s linear;
}
#four-services .services li#promotional-products a {
  text-shadow: 0 0 8px #13AAD9, 0 0 8px #13AAD9, 0 0 8px #13AAD9;
}
#four-services .services li#marketing-supply-chain {
  background: #000000 url("../../../images/homepage-2022/four-services/marketing-supply-chain.webp") no-repeat center;
  background-size: cover;
}
#four-services .services li#marketing-supply-chain.tint:before {
  background: rgba(236, 192, 68, 0.8);
  transition: background 0.25s linear;
}
#four-services .services li#marketing-supply-chain a {
  text-shadow: 0 0 8px #ECC044, 0 0 8px #ECC044, 0 0 8px #ECC044;
}
#four-services .services li#direct-response-marketing {
  background: #000000 url("../../../images/homepage-2022/four-services/direct-response-marketing.webp") no-repeat center;
  background-size: cover;
}
#four-services .services li#direct-response-marketing.tint:before {
  background: rgba(177, 211, 74, 0.8);
  transition: background 0.25s linear;
}
#four-services .services li#direct-response-marketing a {
  text-shadow: 0 0 8px #B1D34A, 0 0 8px #B1D34A, 0 0 8px #B1D34A;
}
#four-services .services li a {
  position: relative;
  margin: auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #four-services .services li {
    flex: 1 0 49.5%;
  }
}

#four-services .services li#branded-environments.tint:hover:before,
#four-services .services li#promotional-products.tint:hover:before,
#four-services .services li#marketing-supply-chain.tint:hover:before,
#four-services .services li#direct-response-marketing.tint:hover:before {
  background: none;
}

#hero {
  background: #f5f5f5 url("../../../images/homepage-2022/hero2024.webp") no-repeat 100% 50%;
  background-size: cover;
  height: 50vh;
  min-height: 620px;
  color: #FFFFFF;
  line-height: 1.5;
  padding: 0;
  margin-top: -30px;
  display: flex;
}

#hero .text-box {
  width: 40%;
  margin: auto 0 auto 5vw;
}

#hero h1 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: -10px;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
}

#hero p {
  font-size: 20px;
  margin-bottom: 20px;
}

#hero .btn {
  margin-right: 10px;
}

@media only screen and (max-width: 1000px) {
  #hero {
    background-position: 0 0;
  }
  #hero .text-box {
    width: 75%;
    position: absolute;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #hero p {
    font-size: 18px;
  }
  #hero .btn {
    margin: inherit 5px;
  }
}
@media only screen and (max-width: 500px) {
  #hero .text-box {
    padding-bottom: 40px;
  }
  #hero p {
    font-size: 16px;
    font-weight: 500;
  }
}/*# sourceMappingURL=homepage.css.map */