/**
 * General
 */
p {
  font-size: 16px;
}

a {
  color: #5203be;
}

a:hover {
  color: #ae62f8;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#MainMenu li a {
  font-size: 16px !important;
}

#Header .country-search-section ul li {
  margin: 0 !important;
}

/**
 * #lpad_slider
 */
#lpad_slider {
  background-image: url('/sites/default/files/home-bg.jpg'); 
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#lpad_slider .background-video-container {
  position: absolute;
  min-width: 1200px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 480px) {
  #lpad_slider .background-video-container {
    min-width: 1100px;
  }
}

@media (min-width: 1200px) {
  #lpad_slider .background-video-container {
    min-width: 1650px;
  }
}

@media (min-width: 1650px) {
  #lpad_slider .background-video-container {
    min-width: auto;
  }
}

@media only screen and (max-width: 992px) {
  #lpad_slider #background-video {
    width: 1000px;
  }
}

@media only screen and (max-width: 460px) {
  #lpad_slider #background-video {
    width: 1200px;
  }
}

#lpad_slider .darken {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
} 

#lpad_slider .ridge {
  background-position: bottom -1px center;
  padding: 290px 0 340px 0;
}

@media only screen and (max-width: 1200px) {
  #lpad_slider .ridge {
    background-size: 100% 80px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  #lpad_slider .row > div {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  #lpad_slider .ridge {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

#lpad_slider .ridge h1 {
  font-size: 40px;
  line-height: 1.0888em;
  color: #fff;
  max-width: 540px;
  margin: 0;
}

@media (min-width: 768px) {
  #lpad_slider .ridge h1 {
    font-size: 45px;
    line-height: 1.0888em;
  }
}

#lpad_slider .ridge p {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  max-width: 450px;
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
}

#lpad_slider .ridge a.button {
  background: #ae62f8;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  text-align: center;
  width: 158px;
  margin: 10px 0 0 0;
  padding: 19px 0;
  border-radius: 50px;
}

#lpad_slider .ridge a.button:hover,
#lpad_slider .ridge a.button:active {
  background: -webkit-linear-gradient(120deg, #ae62f8 10%, #63c9f7 100%);
  background: -moz-linear-gradient(120deg, #ae62f8 10%, #63c9f7 100%);
  background: -o-linear-gradient(120deg, #ae62f8 10%, #63c9f7 100%);
  background: linear-gradient(120deg, #ae62f8 10%, #63c9f7 100%);
}

/**
 * #lpad_usp
 */
#lpad_usp {
  position: relative;
  margin-top: -110px;
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 30;
}

#lpad_usp h2 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2424em;
  color: #1d2636;
  margin: 0 0 15px 0;
  padding: 18px 0 0 0;
}

@media (min-width: 768px) {
  #lpad_usp h2 {
    font-size: 33px;
    line-height: 1.2424em;
    margin-bottom: 20px;
  }
}

#lpad_usp h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ae62f8;
  position: absolute;
  left: 0;
  top: 0;
}

#lpad_usp p {
  font-size: 15px;
  line-height: 1.4666em;
  color: #425062;
}

#lpad_usp a.button {
  background: #ae62f8;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  text-align: center;
  width: 158px;
  margin: 10px 0 0 0;
  padding: 19px 0;
  border-radius: 50px;
}

#lpad_usp a.button:hover,
#lpad_usp a.button:active {
  background: -webkit-linear-gradient(120deg, rgba(174, 98, 248, 1) 10%, rgba(99, 201, 247, 1) 100%);
  background: -moz-linear-gradient(120deg, rgba(174, 98, 248, 1) 10%, rgba(99, 201, 247, 1) 100%);
  background: -o-linear-gradient(120deg, rgba(174, 98, 248, 1) 10%, rgba(99, 201, 247, 1) 100%);
  background: linear-gradient(120deg, rgba(174, 98, 248, 1) 10%, rgba(99, 201, 247, 1) 100%);
}

.newusp-image:after {
  background: transparent url('../images/newusp-image.jpg') center center;
  background-size: cover;
  position: relative;
  display: block;
  content: "";
  width: 457px;
  height: 449px;
  top: 0;
  right: -100px;
}

@media only screen and (max-width: 767px) {
  .newusp-image:after {
    display: none;
  }
}

/**
 * #lpad_products
 */
#lpad_products {
  background: transparent url('../images/lpad-products-bg.jpg') no-repeat left top;
  background-size: cover;
}

#lpad_products .extrabg {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #lpad_products .extrabg {
    padding-bottom: 100px;
  }
}

#lpad_products h2 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2424em;
  color: #1d2636;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
}

@media (min-width: 768px) {
  #lpad_products h2 {
    font-size: 33px;
    line-height: 1.2424em;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #lpad_products h2 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  #lpad_products h2 {
    margin-bottom: 220px;
  }
}

#lpad_products h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ae62f8;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
}

#lpad_products .newproduct {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px 20px 55px 20px;
  border-radius: 15px;
}

@media (min-width: 768px) {
  #lpad_products .newproduct {
    max-width: none;
    margin: 0;
    min-height: 348px;
  }
}

@media (min-width: 992px) {
  #lpad_products .newproduct {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  #lpad_products .newproduct {
    min-height: 280px;
  }
}

#lpad_products .newproduct img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0 15px 0;
}

#lpad_products .newproduct h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}

#lpad_products .newproduct p {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
}

#lpad_products .newproduct a {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  left: 20px;
  bottom: 20px;
  margin: 0;
}

#lpad_products .newproduct.col1 {
  background: -webkit-linear-gradient(135deg, rgba(127, 217, 40, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: -moz-linear-gradient(135deg, rgba(127, 217, 40, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: -o-linear-gradient(135deg, rgba(127, 217, 40, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: linear-gradient(135deg, rgba(127, 217, 40, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
}

#lpad_products .newproduct.col2 {
  background: -webkit-linear-gradient(135deg, rgba(174, 98, 248, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: -moz-linear-gradient(135deg, rgba(174, 98, 248, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: -o-linear-gradient(135deg, rgba(174, 98, 248, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
  background: linear-gradient(135deg, rgba(174, 98, 248, 0.8) 0%, rgba(99, 201, 247, 0.8) 80%);
}

#lpad_products .newproduct.col3 {
  background: -webkit-linear-gradient(135deg, rgba(252, 117, 124, 0.8) 0%, rgba(255, 60, 216, 0.8) 100%);
  background: -moz-linear-gradient(135deg, rgba(252, 117, 124, 0.8) 0%, rgba(255, 60, 216, 0.8) 100%);
  background: -o-linear-gradient(135deg, rgba(252, 117, 124, 0.8) 0%, rgba(255, 60, 216, 0.8) 100%);
  background: linear-gradient(135deg, rgba(252, 117, 124, 0.8) 0%, rgba(255, 60, 216, 0.8) 100%);
}

@media only screen and (max-width: 767px) {
  #lpad_products .newproduct.col1 {
    margin-top: 20px;
  }

  #lpad_products .newproduct.col2 {
    margin-top: 20px;
  }

  #lpad_products .newproduct.col3 {
    margin-top: 20px;
  }
}

#lpad_products.green {
  background-image: none;
}

#lpad_products.green h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #lpad_products.green h2 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

#lpad_products.green h2::before {
  background-color: #7fda22;
}

#lpad_products.green .icon {
  display: block;
  text-align: center;
  width: 146px;
  height: 146px;
  margin: 0 auto 20px auto;
  padding: 0;
}

@media (min-width: 768px) {
  #lpad_products.green .icon {
    margin-bottom: 40px;
  }
}

#lpad_products.green .icon img {
  width: 100%;
  height: auto;
}

#lpad_products.green h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #1d2636;
  text-align: center;
  margin: 0 0 10px 0;
}

#lpad_products.green p {
  font-size: 16px;
  line-height: 1.5em;
  color: #425062;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 10px auto;
}

@media (min-width: 768px) {
  #lpad_products.green p {
    max-width: none;
  }
}

#lpad_products.green a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #419314;
  text-align: center;
  width: 120px;
  margin: 0 auto 40px auto;
  padding: 0;
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
  #lpad_products.green a {
    margin-bottom: 0;
  }
}

#lpad_products.green a:hover {
  color: #ae62f8;
}

/**
 * #lpad_why
 */
#lpad_why {
  padding-top: 20px;
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  #lpad_why {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

#lpad_why .col-sm-4 {
  padding-left: 40px;
}

@media only screen and (max-width: 420px) {
  #lpad_why .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

#lpad_why .heading h2 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3em;
  color: #1d2636;
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
}

#lpad_why .heading h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ae62f8;
  position: absolute;
  left: 0;
  top: 0;
}

#lpad_why .heading p {
  font-size: 16px;
  line-height: 1.375em;
  color: #425062;
}

#lpad_why .scroller_card_carousel .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
}

#lpad_why .scroller_card_carousel .slick-dots {
  bottom: -35px;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper {
  padding: 15px;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card .topside {
  text-align: center;
  margin: 0 0 20px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card .topside img {
  display: block;
  width: 100%;
  height: auto;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card .bottomside {
  padding: 20px;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card .bottomside h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  color: #1d2636;
  margin: 24px 0 10px 0;
}

#lpad_why .scroller_card_carousel .scroller_card_wrapper .scroller_card .bottomside p {
  font-size: 16px;
  line-height: 1.5em;
  color: #425062;
  margin: 0;
}

/**
 * #lpad_reviews
 */
#lpad_reviews {
  background: transparent url('../images/lpad-reviews-bg.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#lpad_reviews.retain-reviews {
  background-image: url('../images/retain-image-4.jpg');
}

#lpad_reviews > div {
  background-image: linear-gradient(to right, rgba(2, 0, 0, 0.9), rgba(85, 84, 84, 0.15));
  padding-top: 60px;
  padding-bottom: 60px;
}

#lpad_reviews img.quote {
 margin: 0 0 18px 0;
}

#lpad_reviews p.text {
  font-size: 18px;
  line-height: 1.4444em;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
}

#lpad_reviews p.author {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  margin: 0;
  padding: 0 20px 0 0;
}

#lpad_reviews img.logo {
  width: auto;
  height: 70px;
}

#lpad_reviews a.link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  margin: 0;
  padding: 0;
}

#lpad_reviews a.link i {
  margin-left: 2px;
}

#lpad_reviews a.link:hover,
#lpad_reviews a.link:active {
  color: #ae62f8;
}

#lpad_reviews.green {
  position: relative;
  background-image: none;
}

#lpad_reviews.green > div {
  background-image: none;
}

#lpad_reviews.green::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/sites/default/files/home-review-01.jpg');
  background-position: center center;
  background-size: cover;
  z-index: -99;
}

#lpad_reviews.green::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background-color: #7fd921;
  -webkit-transform: skew(23deg);
  -moz-transform: skew(23deg);
  -o-transform: skew(23deg);
  z-index: -98;
}

#lpad_reviews.red {
  position: relative;
  background-image: none;
}

#lpad_reviews.red > div {
  background-image: none;
}

#lpad_reviews.red::before {
  background: transparent url('/sites/default/files/home-review-01.jpg') no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
}

#lpad_reviews.red::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background-color: #fc757c;
  -webkit-transform: skew(23deg);
  -moz-transform: skew(23deg);
  -o-transform: skew(23deg);
  z-index: -98;
}

#lpad_reviews.blue {
  position: relative;
  background-image: none;
}

#lpad_reviews.blue > div {
  background-image: none;
}

#lpad_reviews.blue::before {
  background: transparent url('/sites/default/files/home-review-01.jpg') no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
}

#lpad_reviews.blue::after {
  background-color: #63c9f7;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -100px;
  -webkit-transform: skew(23deg);
  -moz-transform: skew(23deg);
  -o-transform: skew(23deg);
  z-index: -98;
}

#lpad_reviews .scroller_review_carousel {
  background: linear-gradient(135deg, rgba(174, 98, 248, 0.5) 0%, rgba(99, 201, 247, 0.5) 90%);
  padding: 40px 30px;
}

#lpad_reviews .scroller_review_carousel .slick-dots {
  text-align: right;
  left: 0;
  bottom: -40px;
}

#lpad_reviews .scroller_review_carousel .slick-dots li button::before {
  background-color: #b7b6b6;
}

#lpad_reviews .scroller_review_carousel .slick-dots li.slick-active button::before {
  background-color: #ae62f8;
}

@media only screen and (max-width: 767px) {
  #lpad_reviews::after {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

#lpad_reviews.retain-reviews {
  background: transparent url('/sites/all/themes/vindiciawebsitethemevone/images/retain-image-4.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}

#lpad_reviews.retain-reviews::before {
  background: transparent url('/sites/all/themes/vindiciawebsitethemevone/images/retain-image-5.svg') no-repeat top left;
  background-size: cover;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -75%;
  right: 0;
  bottom: 0;
}

@media (min-width: 480px) {
  #lpad_reviews.retain-reviews::before {
    left: -40%;
  }
}

@media (min-width: 768px) {
  #lpad_reviews.retain-reviews::before {
    left: 25%;
  }
}

@media (min-width: 992px) {
  #lpad_reviews.retain-reviews::before {
    left: 30%;
  }
}

@media (min-width: 1200px) {
  #lpad_reviews.retain-reviews::before {
    left: 35%;
  }
}

#lpad_reviews.retain-reviews .retain-reviews-carousel .slick-dots {
  text-align: left;
  bottom: -38px;
}

#lpad_reviews.retain-reviews .retain-reviews-carousel .slick-dots li.slick-active button::before {
  background-color: #dd2c46;
}

#lpad_reviews.retain-reviews .retain-reviews-carousel .retain-reviews-slide .link {
  margin-top: 40px;
}

#lpad_reviews.subscribe-reviews {
  background: transparent url('/sites/all/themes/vindiciawebsitethemevone/images/subscribe-image-7.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}

#lpad_reviews.subscribe-reviews::before {
  background: transparent url('/sites/all/themes/vindiciawebsitethemevone/images/subscribe-image-6.svg') no-repeat top left;
  background-size: cover;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -75%;
  right: 0;
  bottom: 0;
}

@media (min-width: 480px) {
  #lpad_reviews.subscribe-reviews::before {
    left: -40%;
  }
}

@media (min-width: 768px) {
  #lpad_reviews.subscribe-reviews::before {
    left: 25%;
  }
}

@media (min-width: 992px) {
  #lpad_reviews.subscribe-reviews::before {
    left: 30%;
  }
}

@media (min-width: 1200px) {
  #lpad_reviews.subscribe-reviews::before {
    left: 35%;
  }
}

#lpad_reviews.subscribe-reviews .subscribe-reviews-carousel .slick-dots {
  text-align: left;
  bottom: -38px;
}

#lpad_reviews.subscribe-reviews .subscribe-reviews-carousel .slick-dots li.slick-active button::before {
  background-color: #419315;
}

#lpad_reviews.subscribe-reviews .subscribe-reviews-carousel .subscribe-reviews-slide .link {
  margin-top: 40px;
}

/**
 * #lpad_banner
 */
#lpad_banner {
  background-size: cover;
  position: relative;
}

#lpad_banner .lpad_banner_image {
  background-position: top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
}

#lpad_banner .plank {
  background-color: rgba(174,98,248,0.5);
  -webkit-transform: skew(23deg);
  -moz-transform: skew(23deg);
  -o-transform: skew(23deg);
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
} 

#lpad_banner .round {
  background-color: rgba(127, 217, 33, 0.63);
  position: absolute;
  left: -40%;
  top: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
} 

#lpad_banner .red {
  background: linear-gradient(135deg, rgba(249, 70, 245, 0.5) 0%, rgba(251, 100, 167, 0.5) 50%, rgba(174, 98, 248, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  #lpad_banner .red {
    right: 40%;
  }
}

#lpad_banner .green {
  background: linear-gradient(135deg, rgba(255, 236, 6, 0.5) 0%, rgba(120, 221, 54, 0.5) 20%, rgba(99, 201, 247, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  #lpad_banner .green {
    right: 40%;
  }
}

#lpad_banner .blue {
  background-color: rgba(99, 201, 247, 0.63);
  position: absolute;
  -webkit-transform: skew(-23deg);
  -moz-transform: skew(-23deg);
  -o-transform: skew(-23deg);
  left: -40%; 
  top: 0;
  width: 100%;
  height: 100%;
} 

#lpad_banner .gray {
  background-color: rgba(29, 38, 54, 0.43);
  position: absolute;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #lpad_banner .row > div {
    padding-left: 20px;
  }
}

#lpad_banner h1,
#lpad_banner h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
  color: #fff;
  max-width: 500px;
}

@media (min-width: 1200px) {
  #lpad_banner h1,
  #lpad_banner h2 {
    font-size: 40px;
    line-height: 1.3em;
    max-width: 600px;
  }
}

#lpad_banner p {
  font-size: 18px;
  line-height: 1.4444em;
  color: #fff;
  max-width: 450px;
  margin: 0 0 20px 0;
  padding: 0;
}

#lpad_banner a {
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
  padding-left: 30px;
  transition: color 0.5s ease-out;
}

#lpad_banner a:hover,
#lpad_banner a:active {
  color: #ae62f8;
}

#lpad_banner a.button {
  background: #ae62f8;
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  width: 207px;
  padding: 19px 0;
  border-radius: 50px;
}

#lpad_banner a.button:hover,
#lpad_banner a.button:active {
  background: linear-gradient(135deg, rgba(249, 70, 245, 1) 0%, rgba(251, 100, 167, 1) 50%, rgba(174, 98, 248, 1) 100%);
}

#lpad_banner a.button.button-green {
  background: #78dd36;
}

#lpad_banner a.button.button-green:hover,
#lpad_banner a.button.button-green:active {
  background: linear-gradient(135deg, rgba(99, 201, 247, 1) 20%, rgba(127, 217, 40, 1) 100%);
}

/**
 * .product_menu
 */
.product_menu {
  position: relative;
  text-align: center;
  width: 100%;
  top: -34px;
}

.product_menu > .wrapper {
  background: #fff;
  display: inline-block;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.product_menu a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 30px;
  white-space: nowrap;
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
  .product_menu a {
    display: inline-block;
    padding: 0 30px;
  }
}

.product_menu.green a {
  color: #419315;
}

.product_menu.red a {
  color: #dd2c46;
}

.product_menu.blue a {
  color: #045ea8;
}

.product_menu a:hover {
  color: #ae62f8;
}

/**
 * .lpad_product
 */
.lpad_product {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .lpad_product {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lpad_product {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .lpad_product {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.lpad_product h2 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3333em;
  color: #1d2636;
  margin: 25px 0 20px 0;
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .lpad_product h2 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .lpad_product h2 {
    font-size: 33px;
    line-height: 1.3333em;
  }
}

.lpad_product h2::before {
  background: #ae62f8;
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  left: 0;
  top: 0;
}

.lpad_product p {
  font-size: 16px;
  line-height: 1.5em;
  color: #425062;
  margin: 0 0 10px 0;
}

.lpad_product .image {
  text-align: center;
}

.lpad_product .image > img {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lpad_product.green h2::before {
  background-color: #7fda22;
}

.lpad_product.red h2::before {
  background-color: #fc757c;
}

.lpad_product.blue h2::before {
  background-color: #63c9f7;
}

.lpad_product h5 {
  font-size: 16px;
  font-weight: bold;
}

.lpad_product.green a {
  color: #419314;
  transition: all 0.5s ease-out;
}

.lpad_product.green a:hover {
  color: #ae62f8;
}

.lpad_product.red a {
  color: #fc757c;
  transition: all 0.5s ease-out;
}

.lpad_product.red a:hover {
  color: #ae62f8;
}

/**
 * .accordion
 */
.accordion {
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  text-align: left;
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}

.accordion i {
  background-color: #419315;
  display: inline-block;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  padding: 3px 10px;
  border-radius: 50px;
  vertical-align: middle;
  transition: all 0.5s ease-out;
}

.accordion.active i {
  transform: rotate(0.25turn);
}

.accordion:hover i {
  background-color: #AE62F8;
  color: white;
}

.accordion i::before {
  color: #fff;
}

.accordion span {
  vertical-align: middle;
}

.accordion_text {
  background-color: #fff;
  max-height: 0;
  padding: 0 46px 0 46px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/**
 * .lpad_infocard
 */
.lpad_infocard {
  background: transparent url('/sites/all/themes/vindiciawebsitethemevone/images/retain-image-2.jpg') no-repeat top left;
  background-size: cover;
  padding: 0;
}

@media (min-width: 600px) {
  .lpad_infocard {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.lpad_infocard .card {
  background: linear-gradient(135deg, rgba(174, 98, 248, 0.6) 0%, rgba(252, 117, 124, 0.6) 50%, rgba(250, 58, 235, 0.6) 100%);
  margin: 0 auto;
  padding: 40px 20px;
}

@media (min-width: 600px) {
  .lpad_infocard .card {
    max-width: 560px;
    padding: 60px 30px;
  }
}

@media (min-width: 992px) {
  .lpad_infocard .card {
    margin-left: 40%;
  }
}

@media (min-width: 1200px) {
  .lpad_infocard .card {
    margin-left: 50%;
  }
}

.lpad_infocard .card h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3333em;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .lpad_infocard .card h2 {
    font-size: 33px;
    line-height: 1.3333em;
  }
}

.lpad_infocard .card p {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 10px 0;
}

/**
 * .lpad_products_product
 */
.lpad_products_product {
  padding-top: 70px;
  padding-bottom: 70px;
}

.lpad_products_product h2 {
  position: relative;
  padding-top: 15px;
  font-weight: bold;
}

.lpad_products_product h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ae62f8;
  position: absolute;
  left: 0;
  top: 0;
}

.lpad_products_product .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#lpad_cta {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

#lpad_cta h2 {
  position: relative;
  padding-top: 15px;
  font-size: 40px;
  font-weight: bold;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

#lpad_cta h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #ae62f8;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
}

#lpad_cta p {
  padding-top: 15px;
  color: #425062;
  font-size: 18px;
  padding-bottom: 10px;
}

#lpad_cta a.button {
  background: #ae62f8;
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  width: 207px;
  padding: 19px 0;
  border-radius: 50px;
}

#lpad_cta a.button:hover,
#lpad_cta a.button:active {
  background: linear-gradient(135deg, rgba(249, 70, 245, 1) 0%, rgba(251, 100, 167, 1) 50%, rgba(174, 98, 248, 1) 100%);
}

#lpad_cta.green h2::before {
  background-color: #419314;
}

#lpad_cta.green a.button {
  background-color: #419314;
}

#lpad_cta.green a.button:hover,
#lpad_cta.green a.button:active {
  color: white;
  padding: 20px 40px;
  background-color: #AE62F8;
  border-radius: 50px;
}

#lpad_cta.red h2::before {
  background-color: #fc757c;
}

#lpad_cta.red a.button {
  background-color: #fc757c;
}

#lpad_cta.red a.button:hover,
#lpad_cta.red a.button:active {
  color: white;
  padding: 20px 40px;
  background-color: #AE62F8;
  border-radius: 50px;
}

#lpad_cta.blue h2::before {
  background-color: #63c9f7;
}

#lpad_cta.blue a.button {
  background-color: #045ea8;
}

#lpad_cta.blue a.button:hover,
#lpad_cta.blue a.button:active {
  color: white;
  padding: 20px 40px;
  background-color: #AE62F8;
  border-radius: 50px;
}

#lpad_footer {
  background-color: #fafbfe;
  padding: 50px 0;
}

#lpad_footer img {
  max-width: 160px;
}

#lpad_footer p.desc {
  display: block;
  margin: 15px 0;
  color: #333;
  font-size: 15px;
}

#lpad_footer .menublock {
  display: inline-block;
  width: 45%;
  min-width: 150px;
  vertical-align: top;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #lpad_footer .menublock,
  #lpad_footer .contact-block {
    margin-top: 15px;
    padding-bottom: 20px;
    border-top: 3px solid #ae62f8;
    width: 100%;
  }

  #lpad_footer .menublock ul,
  #lpad_footer .contact-block ul {
    padding-top: 0;
  }

  #lpad_footer h5 {
    font-size: 18px !important;
    margin-top: 7px;
  }

  #lpad_footer .copyright,
  #lpad_footer .bottomlinks {
    margin-top: 20px;
    text-align: left !important;
  }

  #lpad_footer .bottomlinks a {
    padding: 0 15px 0 0 !important;
  }
}

#lpad_footer h5 {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

#lpad_footer ul {
  padding-inline-start: 5px;
}

#lpad_footer li {
  list-style-type: none;
  font-size: 15px;
  padding-top: 8px;
  line-height: 18px;
}

#lpad_footer li a {
  color: #425062;
}

#lpad_footer li a:hover,
#lpad_footer li a:active {
  color: #ae62f8;
}

#lpad_footer .copyright {
  font-size: 16px;
  color: #425062;
}

#lpad_footer .bottomlinks {
  text-align: right;
}

#lpad_footer .bottomlinks a {
  font-size: 16px;
  color: #425062;
  padding: 0 0 0 15px;
}

#lpad_footer .bottomlinks a:hover,
#lpad_footer .bottomlinks a:active {
  color: #ae62f8;
}

#lpad_footer a.social {
  background-color: #425062;
  color: #fafbfe;
  font-size: 26px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  transition: background-color 0.5s ease-out;
  line-height: 39px;
}

#lpad_footer a.social .fa {
  line-height: 38px;
}

#lpad_footer a.social:hover,
#lpad_footer a.social:active {
  background-color: #AE62F8;
}

.lpad_contact_card {
  background-color: #ae62f8;
  color: white;
  padding-top: 120px;
  background-image: url('/sites/default/files/contact-card-header.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.lpad_contact_card .container {
   padding-bottom: 80px;
}

.lpad_contact_card .container .col-sm-4:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.lpad_contact_card a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.lpad_contact_card .image1 {
  background-image: url('/sites/default/files/contacts-image1.jpg');
  background-size: cover;
  height: 300px;
}

.lpad_contact_card .image2 {
  background-image: url('/sites/default/files/contacts-image2.jpg');
  background-size: cover;
  height: 300px;
}

.lpad_contact_card .image3 {
  background-image: url('/sites/default/files/contacts-image3.jpg');
  background-size: cover;
  height: 300px;
}

#contacts-locations {
  padding: 100px 0;
}

#contacts-locations h4 {
  font-weight: bold;
}

#contacts-locations h4 i {
  font-size: 20px;
  color: #ae62f8;
}

.contact-form {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-radius: 6px;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -200px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    padding: 12px 18px;
    border-radius: 6px;
    border: 1px solid lightgray;
    width: 100%;
    display: block;
    margin-top: 12px;
}

.contact-form textarea {
  height: 120px;
}

.contact-form input[type=submit] {
    display: inline-block;
    font-size: 16px;
    color: white;
    padding: 20px 40px;
    background-color: #5203be;
    border-radius: 6px;
    border: none;
    margin-top: 12px;
    float: right;
    transition: all 0.5s ease-out;
}

.contact-form input[type=submit]:hover, .contact-form input[type=submit]:active {
  background-color: #AE62F8;
}

.whole-image-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  min-height: 250px;
  margin: 15px 0 15px 0;
}

.whole-image-link.doubleheight {
  min-height: 530px;
}

@media screen and (max-width: 767px) {
  .whole-image-link.doubleheight {
    min-height: 250px;
  }
}

.whole-image-link .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(82, 4, 190, 0.35);
  border-radius: 6px;
  z-index: 1;
}

.whole-image-link .link {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -14px;
  border-radius: 6px;
  z-index: 2;
}

.whole-image-link .link a {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: white;
  transition: all 0.5s ease-out;
}

.whole-image-link .link a:hover,
.whole-image-link .link a:active {
  color: #ae62f8;
}

.resource-item {
  margin: 0 auto 30px auto;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
  background-color: white;
  position: relative;
  transition: background-color 0.5s ease-out;
}

.resource-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.resource-item .image {
  background-size: cover;
  background-position: center center;
  background-image: url('/sites/default/files/resource-item-default-image.jpg');
  height: 200px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.resource-item .content {
  padding: 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.resource-item .content h4 {
  font-size: 20px;
  font-weight: bold;
  min-height: 100px;
  margin-top: 0;
}

.resource-item .content a {
  font-size: 16px;
  font-weight: bold;
}

.resource-item .content a:hover,
.resource-item .content a:active,
.resource-item .content a:focus {
  color: #ae62f8;
}

.resource-header {
  margin-top: 100px;
  margin-bottom: 60px;
}

.resource-header h2 {
  margin: 0;
  line-height: 1;
}

.resource-header select {
  padding: 9px 18px;
  font-size: 16px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 6px;
  width: 250px;
}

.resource-row .row {
  padding-bottom: 30px;
}

.resource-row .filter {
  padding: 15px;
  background-color: #fafbfe;
  border-radius: 6px;
}

.resource-row .filter select {
  padding: 9px 18px;
  font-size: 16px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 6px;
  width: 250px;
}

.resource-navigation {
  text-align: center;
}

.resource-navigation a {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 6px;
}

.resource-row .subcategory {
  padding-top: 40px;
}

.resource-row .subcategory h3 {
  margin: 0;
}

.resource-row .subcategory a {
  font-size: 16px;
  font-weight: bold;
}

.resource-row .subcategory>div:last-child {
  text-align: right;
}

.lpad-main-content {
  padding-top: 100px;
}

.lpad-main-content .content .image {
  display: block;
  max-width: 100%;
}

#Header ul#MainMenu li.drop-down:hover .fulldrop {
  top: 24px;
}

#Header .main-menu-holder ul#MainMenu li a {
  padding-bottom: 40px;
}

#Header ul#MainMenu .shifted {
  padding-left: 10px !important;
}

.mobilemenu, .submenu, .inner_submenu {
  background-color: white;
}

.mobilemenu .menu-top-space,
.mobilemenu .submenu .menu-top-space,
.mobilemenu .submenu .inner_submenu .menu-top-space {
  background-color: transparent;
}

.mobilemenu_main_wrap {
  height: 66px;
}

.mobilemenu a {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mobilemenu ul li.child-menu,
.mobilemenu ul li li.child-menu {
  background-position: 261px -101px;
}

#Header .main-menu-holder ul#MainMenu li {
  margin: 0 0 0 30px;
}

#resource-nav,
#blog-nav {
  display: none;
}

.selectnav option {
  padding: 10px 0;
}

#lpad_blog_content {
  margin-top: 80px;
}

#lpad_blog_content .author-image {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#lpad_blog_content .author-content h3 > a {
  font-size: 14px;
}

#MainContent .item-list ul.pager li.pager-current,
#MainContent .item-list ul.pager li a:hover,
#MainContent .item-list ul.pager li.pager-next a {
  color: #ae62f8;
}

.lpad_whitepaper {
  background-color: #f0f0f0;
  padding: 15px;
}

.lpad_blog-post-category {
  list-style-type: none;
  padding-left: 20px;
}

#MainContent.blog-maincontent .author-title h2 {
  color: black;
}

body.page-user #MainContent.blog-maincontent {
  margin-top: 80px;
}

#footer {
  background-color: #fafbfe;
  text-align: left;
}

#footer p {
  text-align: left;
}

#Footer ul li {
  display: block;
  text-align: left;
  padding-top: 8px;
}

#Footer ul li a {
  border-right: none;
  color: #425062;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
}

#Footer ul li:last-child a {
  padding: 0;
}

#ContactUS {
  background-color: #5203be;
  transition: background-color 0.5s ease-out;
  padding: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#ContactUS:hover {
  background-color: #ae62f8;
}

#FreeTrial {
  background-color: #ae62f8;
}

#FreeTrial .register-trial a {
  border-radius: 50px;
  transition: all 0.5s ease-out;
  font-size: 18px;
}

#FreeTrial .register-trial a:hover {
  color: black;
  background-color: white;
}

#MainContent {
  margin-top: 80px;
}

div.reg-content h1 {
  color: black;
}

#MainContent #mktoForm_1552 .mktoButton,
#MainContent #mktoForm_1567 .mktoButton,
#MainContent #mktoForm_1571 .mktoButton,
#MainContent #mktoForm_1565 .mktoButton,
#MainContent #mktoForm_1569 .mktoButton,
#MainContent #mktoForm_1608 .mktoButton,
#MainContent #mktoForm_1572 .mktoButton {
  background-color: #5203be !important;
  transition: background-color 0.5s ease-out; 
  border-radius: 50px;
}

#MainContent #mktoForm_1552 .mktoButton:hover,
#MainContent #mktoForm_1567 .mktoButton:hover,
#MainContent #mktoForm_1571 .mktoButton:hover,
#MainContent #mktoForm_1565 .mktoButton:hover,
#MainContent #mktoForm_1569 .mktoButton:hover,
#MainContent #mktoForm_1608 .mktoButton:hover,
#MainContent #mktoForm_1572 .mktoButton:hover {
  background-color: #ae62f8 !important;
}

a.read-more i,
div.each-block .block-introcontent .left-arrow {
  color: #ae62f8;
}

#MainContent a.download-cta-block,
a.info-btn {
  background-color: #5203be !important;
  transition: background-color 0.5s ease-out; 
  border-radius: 50px;
  border: none;
}

#MainContent a.download-cta-block:hover,
a.info-btn:hover {
  background-color: #ae62f8 !important;
  border: none;
  color: white;
}

table.vindicia-table .table-heading th {
  background-color: #333;
}

.resource-title {
  display: none;
}

div.block-introtitle img {
  height: 100%;
  width: auto;
}

div.each-block .block-introtitle::before,
#AllClients .clients-each-block .block-intro-title::before,
a.each-webinar .block-introtitle::before,
div.each-webinar .block-introtitle::before {
  background-image: none;
  background-color: rgba(0,0,0,0.3);
}

#Datasheet a .block-introcontent,
#Ebooks a .block-introcontent,
#AnalystReportsReviews a .block-introcontent,
#WhitePaper a .block-introcontent,
#AllClients a .block-introcontent,
#Infographics a .block-introcontent {
  transition: background-color 0.5s ease-out;
}

#Datasheet a:hover .block-introcontent,
#Ebooks a:hover .block-introcontent,
#AnalystReportsReviews a:hover .block-introcontent,
#WhitePaper a:hover .block-introcontent,
#AllClients a:hover .block-introcontent,
#Infographics a:hover .block-introcontent {
  background-color: #5203be;
}

#TechnicalCenter h2 {
  font-size: 28px !important;
  color: black !important;
  display: block;
  width: 100%;
}

#TechnicalCenter p {
  font-size: 16px;
}

a.transitive {
  cursor: default;
}

a.transitive:hover {
  color: white !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
}

.drop-down > a.transitive:hover {
  margin-right: 0 !important;
}

#Header ul#MainMenu li.drop-down .fulldrop {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#Header .main-menu-holder ul#MainMenu li .fulldrop .menu-cols a {
  color: white;
  transition: all 0.3s ease-out;
  margin-right: 5px;
}

#Header .main-menu-holder ul#MainMenu li .fulldrop .menu-cols a:hover {
  color: #ae62f8;
  opacity: 1;
  margin-left: 5px;
  margin-right: 0;
}

#lpad_plans {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}

#lpad_plans h2 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

#lpad_plans h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #7fda22;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
}

#lpad_plans .plan {
  background-color: white;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  height: 100%;
  position: relative;
  text-align: left;
}

#lpad_plans .plan .plan_header {
  background-color: #419315;
  color: white;
  padding: 20px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#lpad_plans .plan .plan_header h3 {
  margin-top: 0;
}

#lpad_plans .plan .plan_header p {
  margin-bottom: 0;
}

#lpad_plans .plan .plan_mid {
  color: #419315;
  display: block;
  width: 80%;
  margin: 0 auto 20px auto;
  padding: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#lpad_plans .plan .plan_footer {
  padding: 20px;
}

#lpad_plans .plan .plan_footer ul {
  list-style-position: outside;
  padding-inline-start: 0;
  text-indent: -21px;
  padding: 21px;
  margin-bottom: 60px;
}

#lpad_plans .plan .plan_footer ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 4px;
  padding-top: 9px;
}

#lpad_plans .plan .plan_footer ul li:before {
  background: transparent url('/sites/default/files/checkmark.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
  content: '';
  height: 12px;
  width: 16px;
  margin-right: 5px;
}

#lpad_plans .plan a.button {
  display: block;
  background-color: #419315;
  padding: 7px 30px;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.5s ease-out;
}

#lpad_plans .plan a.button:hover {
  background-color: #ae62f8;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

.aligned-row::before {
  display: block;
}

@media only screen and (min-width: 768px) {
  #lpad_plans .plan a.button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 70%;
    margin-left: -35%;
  }
}

@media only screen and (max-width: 767px) {
  .aligned-row {
    display: block;
  }

  #lpad_plans .plan a.button {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 90%;
    margin-left: 5%;
  }

  #lpad_plans .plan .plan_footer ul {
    margin-bottom: 0;
  }

  #lpad_plans .plan {
    height: auto;
    margin-bottom: 20px;
  }
}

#MainContent .page-content-title h1 {
  color: black;
  text-align: center;
  width: 100%;
}

#MainContent #filtersection ul li:first-child {
  border: none;
}

#MainContent #filtersection ul li {
  color: #5204be;
  border: none;
  border-radius: 20px;
}

#MainContent #filtersection {
  border: 1px solid lightgray;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
}

#MainContent #filtersection ul li:hover,
#MainContent #filtersection ul li.current {
  border: none;
  background-color: #ae62f8;
}

#filtersection ul li span.count_pp {
  background-color: white;
  border-radius: 20px;
}

#FAQ h1 {
  display: none;
}

#MainContent .faqs-tap ul li .faq-hover {
  display: none;
}

#MainContent .faqs-tap ul li {
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}

#MainContent .faqs-tap ul li a {
  transition: all 0.5s ease-out;
}

#MainContent .faqs-tap ul li.active  {
  background-color: #5204be;
}
#MainContent .faqs-tap ul li:hover {
  background-color: #ae62f8;
}

#MainContent .faqs-tap ul li:hover a,
#MainContent .faqs-tap ul li.active a {
  color: white;
}

#MainContent .faqs-tap {
  border: 1px solid lightgray;
  border-radius: 50px;
  padding: 10px;
}

#FeaturedClient {
  background-color: #f8f8f9;
}

#ClientSlider .each-fwslider .red-tag {
  background-color: #ae62f8;
}

#WebinarSlider .each-fwslider .red-tag::before,
#ClientSlider .each-fwslider .red-tag::before,
#WebinarSlider .each-fwslider .red-tag::after,
#ClientSlider .each-fwslider .red-tag::after {
  border-bottom-color: #ae62f8;
}

#ClientSlider .each-fwslider i {
  color: #ae62f8;
}

#ClientSlider .each-fwslider .learnmore a {
  border-radius: 100px;
  background-color: white;
  border: none;
}

#ClientSlider .each-fwslider .learnmore a:hover {
  background-color: #ae62f8;
}

#ClientThumbnail .content-overlay {
  height: 8px;
  background-color: #ae62f8;
}

#ClientThumbnail a.active .content-overlay,
#ClientThumbnail a:hover .content-overlay {
  height: 8px;
}

#MainContent .clients-title h1 {
  color: black;
}

.cdl_icon {
  width: 66px;
  height: 66px;
  background-color: #ae62f8;
  border-radius: 50px;
  text-align: center;
  margin-top: 24px;
  display: inline-block;
}

.cdl_icon img {
  height: 38px;
  width: auto;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

table.vindicia-table .table-heading th {
  background-color: #ae62f8;
  text-align: left;
}

table.vindicia-table tr {
  background-color: white;
}

#UserGuide .userguide-section {
  text-align: center;
}

#UserGuide .userguide-section .each-userguide {
  float: none;
  margin: 10px !important;
  vertical-align: top;
  border-radius: 5px;
  display: inline-block;
  width: 30%;
  min-width: 300px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

#UserGuide .userguide-section .each-userguide .userguide-intro::before {
  display: none;
}

#UserGuide .userguide-section .each-userguide h3 {
  padding: 20px;
  font-size: 18px;
  display: block;
  height: 50px;
  text-align: left;
  padding-top: 0;
  margin-top: 0;  
}

#UserGuide .userguide-section .each-userguide .html-pdf {
  /*text-align: left;
  padding: 0 20px;*/
}


#UserGuide .userguide-section .each-userguide .html-pdf a {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin-bottom: 20px;
}

#node-819 h1,
#node-820 h1,
#Careers h1,
#node-1235 h2,
#node-973 h1,
#node-1890 h2,
#node-842 h1,
#node-831 h1,
#node-974 h1,
#node-841 h1,
#node-843 h1 {
  padding-top: 15px;
  position: relative;
  font-size: 32px !important;
  padding-bottom: 10px;
  text-align: left !important;
  color: black !important;
}

#node-819 h1:before,
#node-820 h1:before,
#Careers h1:before,
#node-1235 h2:before,
#node-1890 h2:before,
#node-842 h1:before,
#node-831 h1:before,
#node-973 h1:before,
#node-974 h1:before,
#node-841 h1:before,
#node-843 h1:before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 5px;
  background-color: #ae62f8;
  top: 0;
  left: 0;
}

div.each-news {
  border: none;
}

#mktoForm_1573 .mktoButton,
a.blue-button {
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 20px 40px;
  background-color: #5203be !important;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}

#mktoForm_1573 .mktoButton:hover,
a.blue-button:hover,
a.blue-button:active {
  color: white;
  padding: 20px 40px;
  background-color: #ae62f8 !important;
  border-radius: 50px;
}

#PressKitDownload .each-presskit .each-download::before {
  background-color: #ae62f8;
  background-image: none;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  top: auto;
  opacity: 0.8;
}

#PressKitDownload .download a i.left-arrow,
#Brands .vindicia-brand .each-brand .brand-content a i.left-arrow {
  color: #ae62f8;
}

body.page-node-866 #Footer,
body.page-node-867 #Footer,
body.page-node-866 #MainContent,
body.page-node-867 #MainContent {
  bottom: auto;
  position: relative;
}

body.page-node-867 #MainContent {
  color: white;
}

#Header a.logo img {
  width: 250px;
}

#MainContent .lhssection {
  border: none;
}

.sliding-form {
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
}

#mktoForm_1573.mktoForm input[type=url],
#mktoForm_1573.mktoForm input[type=text],
#mktoForm_1573.mktoForm input[type=date],
#mktoForm_1573.mktoForm input[type=tel],
#mktoForm_1573.mktoForm input[type=email],
#mktoForm_1573.mktoForm input[type=number],
#mktoForm_1573.mktoForm textarea.mktoField,
#mktoForm_1573.mktoForm select.mktoField {
  border: 1px solid #666 !important;
  color: #333 !important;
}

#Careers .careers-lhssection ul.careers-category li.active h2,
#Careers .careers-lhssection .careers-category h2.active,
#Careers .careers-lhssection ul.careers-category li h2,
#Careers .careers-lhssection .careers-category h2 a,
#Careers .careers-lhssection .careers-category h2.active a {
  font-size: 16px;
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: black;
}

#Careers .careers-lhssection ul.careers-category {
  border: none;
}

#Careers .careers-lhssection ul.careers-category li.active h2,
#Careers .careers-lhssection .careers-category h2.active {
  font-size: 16px;
  color: black;
  border-right: 5px solid #5204be;
}

#Careers .careers-lhssection ul.careers-category li:hover h2 {
  border-right: 5px solid #5204be;
  padding: 10px;
  background-color: #f0f0f0;
  color: #5204be;
}

#Careers .careers-lhssection ul li {
  background-color: #f0f0f0;
  border-radius: 5px;
}

#Careers .careers-lhssection ul.careers-category li.active ul li {
  border-bottom: 0;
  padding: 10px;
  font-size: 16px;
  color: black;
}

#Careers .careers-lhssection ul.careers-category li.active ul li a:hover {
  color: #5204be;
}

#Careers .careers-lhssection ul.careers-category li.active ul li a {
  font-size: 16px;
  color: black;
  padding-left: 10px;
}

#Awards .awards-list {
  border: none;
}

#Awards .awards-list li {
  font-size: 16px;
  color: black;
}

#Awards .awards-list li.active,
#Awards .awards-list li:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  border-left: 4px solid #5204be;
}

#Awards .each-award {
  border: none;
  padding: 20px 0;
}

#Awards h2 {
  font-size: 20px;
  text-transform: uppercase;
}

#Awards .awards-brief {
  padding-top: 15px;
}

#Awards p {
  max-width: 300px;
  font-size: 16px;
}

.limited {
  max-width: 100%;
  height: auto;
}

.roi-feedback {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}

.roi-feedback h3 {
  font-size: 16px !important;
  color: #1d2636 !important;
}

.roi-feedback .stars {
  color: #ae62f8;
}

#SearchBox .container-inline {
  border-bottom: none;

}

#SearchBox input {
   border-radius: 30px; 
}

#SearchBox .region-search-form::before {
  display: none;
}

#SearchBox {
  right: 186px;
  top: -3px;
}

#MainContent .client-quote .lhs-quote i,
#MainContent .client-quote .rhs-quote i {
  color: #5204be;
}

#Careers .careers-lhssection ul.careers-category li.active ul li.cactive a {
  color: #5204be;
}

#FreeTrial p {
  font-size: 16px;
}

@media (max-width: 767px) and (min-width: 0px) {
  #FreeTrial {
    bottom: 0 !important;
  }
  #FreeTrial p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  #lpad_cta {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .lpad_product {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .lpad_product .image > img {
    max-width: 100% !important;
  }

  #lpad_plans {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }

  .resource-header {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .resource-header .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) and (min-width: 0px) {
  .each-news .news-introcontent {
    background-color: #ae62f8 !important;
    position: relative;
  }
}

#Careers .careers-lhssection ul.careers-category li.active ul li:hover {
  background-color: #f0f0f0;
}

#vessentials strong,
#vgrow strong,
#venterprise strong {
  font-size: 19px;
  font-weight: bold;
  line-height: 22.8px;
}

#about_wave {
  position: relative;
  background-image: url('/sites/default/files/about-bg-image1.jpg');
  background-position: center center;
  background-size: cover;
  color: white;
}

#about_wave > .overlay {
  position: relative;
  width: 100%;
  background-color: rgba(174, 98, 248, 0.3);
}

#about_wave .overlay_wave {
  background-image: url('/sites/default/files/about-overlay-wave.png');
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#about_wave .container > .row > div {
  padding-top:120px;
  padding-bottom: 60px;
}

.right_block {
  margin-bottom: 20px;
  border-radius: 7px;
  background-color: #f0f0f0;
}

.right_block_image {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.right_block_content {
  padding: 20px;
}

.right_block_content a {
  font-size: 16px;
}

.adjust-paddings {
  padding: 170px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .adjust-paddings {
    padding: 110px 0 25px 0;
  }

  #MainContent {
    margin-top: 0;
  }
}

.button-stripe {
  background: transparent url('../images/blue-on-dark.png');
  position: absolute;
  width: 190px;
  height: 33px;
  right: 50px;
  bottom: -12px;
  text-indent: -9999em;
}

.stripe-faq {
  text-align: center;
}

.stripe-faq .pdf-stripe {
  display: inline-block;
  margin: 5px 0 15px 0;
}

.stripe-faq .button-stripe {
  position: static;
  display: block;
  margin: 0 auto;
  right: auto;
  bottom: auto;
  text-indent: -9999em;
}