/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

@media (min-width: 991px) {
  /* line 4, stdin */

  .two-column-cards {
    margin-bottom: 0;
  }
}

/* line 11, stdin */

.two-column-cards--background {
  padding-top: 200px;
  -webkit-clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
          clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
}

@media (min-width: 768px) {
  /* line 11, stdin */

  .two-column-cards--background {
    -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 101%, 75% 101%, 25% 101%, 0 100%, 0 10%);
            clip-path: polygon(50% 0, 100% 10%, 100% 101%, 75% 101%, 25% 101%, 0 100%, 0 10%);
    padding-bottom: 0;
  }
}

/* line 23, stdin */

.two-column-cards__wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, stdin */

.two-column-cards__card {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
  padding: 27px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 20px;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 28, stdin */

  .two-column-cards__card {
    margin: 0;
    margin-bottom: 36px;
    text-align: left;
  }
}

/* line 44, stdin */

.two-column-cards__card .row {
  height: 100%;
}

/* line 49, stdin */

.two-column-cards__card-image img {
  margin: 0 auto 30px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 170px;
}

@media (min-width: 991px) {
  /* line 49, stdin */

  .two-column-cards__card-image img {
    width: 129px;
    margin: 0;
  }
}

/* line 63, stdin */

.two-column-cards__card-content {
  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;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 63, stdin */

  .two-column-cards__card-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

/* line 74, stdin */

.two-column-cards__card-content h3,
.two-column-cards__card-content p {
  margin-bottom: 17px;
}

/* line 79, stdin */

.two-column-cards__card-content h3 {
  font-weight: bold;
}

/* line 83, stdin */

.two-column-cards__card-content-buttons {
  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%;
  margin-top: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  /* line 83, stdin */

  .two-column-cards__card-content-buttons {
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 98, stdin */

.two-column-cards__card-content .site-button:first-of-type {
  margin-bottom: 17px;
}

/* line 104, stdin */

.two-column-cards .carousel-arrows {
  margin-top: 35px;
  text-align: center;
}

/* line 108, stdin */

.two-column-cards .carousel-arrows .next,
.two-column-cards .carousel-arrows .prev {
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

/* line 116, stdin */

.two-column-cards .carousel-arrows .next img,
.two-column-cards .carousel-arrows .prev img {
  width: 33px;
  height: 28px;
  padding: 5px;
}

/* line 125, stdin */

.two-column-cards .carousel-arrows .next {
  padding-left: 2px;
}

/* line 129, stdin */

.two-column-cards .carousel-arrows .prev {
  padding-left: 0;
}

/* line 133, stdin */

.two-column-cards .carousel-arrows--mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 768px) {
  /* line 133, stdin */

  .two-column-cards .carousel-arrows--mobile {
    display: none;
  }
}

/* line 142, stdin */

.two-column-cards .carousel-arrows--mobile .prev {
  margin-right: 31px;
}

/* line 146, stdin */

.two-column-cards .carousel-arrows--mobile .next {
  margin-left: 31px;
}

/* line 156, stdin */

.contrast-inverted .two-column-cards__card {
  border: 1px solid #ff0 !important;
}

/* line 164, stdin */

.contrast-higher .two-column-cards__card {
  border: 1px solid #ffffff !important;
}

/* line 167, stdin */

.contrast-higher .two-column-cards__card-content-button {
  border: 1px solid #ffffff !important;
}


/*# sourceMappingURL=two-column-cards.css.map*/