.info-image-primary {
  -webkit-box-shadow: -7px -7px 0px 0px #78c2ad;
  box-shadow: -7px -7px 0px 0px #78c2ad;
}

.info-image-secondary {
  -webkit-box-shadow: -7px -7px 0px 0px #f3969a;
  box-shadow: -7px -7px 0px 0px #f3969a;
}

.info-image-color-clv {
  -webkit-box-shadow: -7px -7px 0px 0px #009CAD;
  box-shadow: -7px -7px 0px 0px #009CAD;
}

.info-image-color-cav {
  -webkit-box-shadow: -7px -7px 0px 0px #72A3C0;
  box-shadow: -7px -7px 0px 0px #72A3C0;
}

.info-image-color-pv {
  -webkit-box-shadow: -7px -7px 0px 0px #6CC48A;
  box-shadow: -7px -7px 0px 0px #6CC48A;
}

.info-image-color-av {
  -webkit-box-shadow: -7px -7px 0px 0px #FF7851;
  box-shadow: -7px -7px 0px 0px #FF7851;
}

.info-image-color-ev {
  -webkit-box-shadow: -7px -7px 0px 0px #A7769E;
  box-shadow: -7px -7px 0px 0px #A7769E;
}

/*@import '_variables.scss';

// Minty 5.2.2
// Bootswatch


// Variables

$web-font-path: "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" !default;
@if $web-font-path {
  @import url($web-font-path);
}

:root {
  color-scheme: light;
}

// Navbar

.navbar {
  font-family: $headings-font-family;
}

.bg-dark {
  background-color: $secondary !important;
}

.border-dark {
  border-color: $secondary !important;
}

// Buttons

.btn {
  font-family: $headings-font-family;

  &,
  &:hover {
    color: $white;
  }

  &-light,
  &-light:hover {
    color: $gray-700;
  }

  &-link,
  &-link:hover {
    color: $primary;
  }

  &-link.disabled:hover {
    color: $gray-600;
  }

  &-outline-primary {
    color: $primary;
  }

  &-outline-secondary {
    color: $secondary;
  }

  &-outline-success {
    color: $success;
  }

  &-outline-info {
    color: $info;
  }

  &-outline-warning {
    color: $warning;
  }

  &-outline-danger {
    color: $danger;
  }

  &-outline-dark {
    color: $dark;
  }

  &-outline-light {
    color: $light;
  }
}

// Forms

legend {
  font-family: $headings-font-family;
}

// Navs

.dropdown-menu {
  font-family: $headings-font-family;
}

.breadcrumb {
  a {
    color: $navbar-dark-color;
  }

  a:hover {
    color: $white;
    text-decoration: none;
  }
}

// Indicators

.alert {
  a,
  .alert-link {
    color: $white;
  }

  &-light {

    &,
    a:not(.btn),
    .alert-link {
      color: $body-color;
    }
  }
}

.badge {
  color: $white;

  &.bg-light {
    color: $gray-700;
  }
}

// Containers

.card,
.list-group-item {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: inherit;
  }
}

// Body
body {
    background: $body-color;
}

// Footer
footer {
    background: $gray-200;

    i {
        font-size: $font-size-150;
    }
}

*/
.banner-clv {
  background: linear-gradient(50deg, rgba(0, 156, 173, 0.8), rgba(65, 130, 180, 0.7)), url("../img/ClientVantage/cv-order-online.jpg") no-repeat 100% top;
}

.banner-cav {
  background: linear-gradient(120deg, rgba(114, 163, 192, 0.8), rgba(65, 130, 180, 0.85)), url("../img/CattleVantage/cv-cattle.jpeg") no-repeat 100% bottom;
}

.banner-pv {
  background: linear-gradient(50deg, rgba(108, 196, 138, 0.8), rgba(97, 148, 109, 0.8)), url("../img/PracticeVantage/pv-computer.jpeg") no-repeat 100% bottom;
}

.banner-av {
  background: linear-gradient(50deg, rgba(255, 120, 81, 0.8), rgba(255, 206, 103, 0.8)), url("../img/AdVantage/av-cat.jpeg") no-repeat 50% top;
}

.banner-ev {
  background: linear-gradient(50deg, rgba(167, 118, 158, 0.8), rgba(155, 80, 148, 0.7)), url("../img/EVantage/ev-cat-desk.jpeg") no-repeat 100% center;
}

.banner {
  clip-path: ellipse(100% 70% at 50% 25%);
  color: #fff;
  padding: 7% 7% 10% 7%;
  background-size: cover;
}

.geo-panel-primary {
  background: linear-gradient(50deg, rgba(120, 194, 173, 0.8), rgba(120, 194, 173, 0.8)), url("../img/Geometric-tile.jpg") no-repeat;
  background-size: cover;
}

.geo-panel-secondary {
  background: linear-gradient(50deg, rgba(243, 150, 154, 0.8), rgba(243, 150, 154, 0.8)), url("../img/Geometric-tile.jpg") no-repeat;
  background-size: cover;
}

.panel-primary {
  background: linear-gradient(50deg, rgba(120, 194, 173, 0.3), rgba(120, 194, 173, 0.4));
}

.panel-secondary {
  background: linear-gradient(50deg, rgba(243, 150, 154, 0.3), rgba(243, 150, 154, 0.4));
}

.panel-clv {
  /*background: linear-gradient(50deg, rgba($color-clv, 0.5), rgba($blue, 0.7)), url("../img/Geometric-tile.jpg") no-repeat;*/
  background: linear-gradient(50deg, rgba(0, 156, 173, 0.6), rgba(65, 130, 180, 0.7));
}

.panel-cav {
  /*background: linear-gradient(120deg, rgba($color-cav, 0.8), rgba($blue, 0.85)), url("../img/Geometric-tile.jpg") no-repeat bottom;*/
  background: linear-gradient(120deg, rgba(114, 163, 192, 0.8), rgba(65, 130, 180, 0.85));
}

.panel-pv {
  /*background: linear-gradient(50deg, rgba($color-pv, 0.8), rgba($color-pv, 0.8)), url("../img/Geometric-tile.jpg") no-repeat;*/
  background: linear-gradient(50deg, rgba(108, 196, 138, 0.9), rgba(108, 196, 138, 0.9));
}

.panel-av {
  /*background: linear-gradient(50deg, rgba($color-av, 0.8), rgba($yellow, 0.8)), url("../img/Geometric-tile.jpg") no-repeat;*/
  background: linear-gradient(35deg, rgba(255, 120, 81, 0.8), #ffce67);
}

.panel-ev {
  /*background: linear-gradient(50deg, rgba($color-ev, 0.8), rgba($purple, 0.7)), url("../img/Geometric-tile.jpg") no-repeat;*/
  background: linear-gradient(90deg, rgba(167, 118, 158, 0.8), rgba(155, 80, 148, 0.8));
}

.info-panel {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.info-panel .col-6.btn {
  align-self: flex-start;
}
.info-panel .info-md-text {
  font-size: 1.5rem;
  font-weight: 300;
  align-self: center;
}
.info-panel .info-image {
  padding-bottom: 1rem;
}

.info-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.info-text i {
  color: #78c2ad;
}
.info-text .info-header {
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.info-text .card-text {
  padding-top: 0.75rem;
}

.outline-primary {
  border: 1px solid #78c2ad;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-primary {
  border: 1px solid #78c2ad;
  -webkit-box-shadow: 7px 7px 1px 0px #78c2ad;
  box-shadow: 7px 7px 1px 0px #78c2ad;
}

.primary h2, .primary h4 {
  color: #78c2ad;
}
.primary .btn {
  border-color: #78c2ad;
  background-color: #78c2ad;
}
.primary .btn:hover {
  background-color: #55b298;
}

.outline-secondary {
  border: 1px solid #f3969a;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-secondary {
  border: 1px solid #f3969a;
  -webkit-box-shadow: 7px 7px 1px 0px #f3969a;
  box-shadow: 7px 7px 1px 0px #f3969a;
}

.secondary h2, .secondary h4 {
  color: #f3969a;
}
.secondary .btn {
  border-color: #f3969a;
  background-color: #f3969a;
}
.secondary .btn:hover {
  background-color: #ee686e;
}

.outline-color-clv {
  border: 1px solid #009CAD;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-color-clv {
  border: 1px solid #009CAD;
  -webkit-box-shadow: 7px 7px 1px 0px #009CAD;
  box-shadow: 7px 7px 1px 0px #009CAD;
}

.color-clv h2, .color-clv h4 {
  color: #009CAD;
}
.color-clv .btn {
  border-color: #009CAD;
  background-color: #009CAD;
}
.color-clv .btn:hover {
  background-color: #006e7a;
}

.outline-color-cav {
  border: 1px solid #72A3C0;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-color-cav {
  border: 1px solid #72A3C0;
  -webkit-box-shadow: 7px 7px 1px 0px #72A3C0;
  box-shadow: 7px 7px 1px 0px #72A3C0;
}

.color-cav h2, .color-cav h4 {
  color: #72A3C0;
}
.color-cav .btn {
  border-color: #72A3C0;
  background-color: #72A3C0;
}
.color-cav .btn:hover {
  background-color: #4f8cb0;
}

.outline-color-pv {
  border: 1px solid #6CC48A;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-color-pv {
  border: 1px solid #6CC48A;
  -webkit-box-shadow: 7px 7px 1px 0px #6CC48A;
  box-shadow: 7px 7px 1px 0px #6CC48A;
}

.color-pv h2, .color-pv h4 {
  color: #6CC48A;
}
.color-pv .btn {
  border-color: #6CC48A;
  background-color: #6CC48A;
}
.color-pv .btn:hover {
  background-color: #48b56d;
}

.outline-color-av {
  border: 1px solid #FF7851;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-color-av {
  border: 1px solid #FF7851;
  -webkit-box-shadow: 7px 7px 1px 0px #FF7851;
  box-shadow: 7px 7px 1px 0px #FF7851;
}

.color-av h2, .color-av h4 {
  color: #FF7851;
}
.color-av .btn {
  border-color: #FF7851;
  background-color: #FF7851;
}
.color-av .btn:hover {
  background-color: #ff501e;
}

.outline-color-ev {
  border: 1px solid #A7769E;
  box-shadow: 3px 3px 8px 0px #eceeef;
}

.shadow-color-ev {
  border: 1px solid #A7769E;
  -webkit-box-shadow: 7px 7px 1px 0px #A7769E;
  box-shadow: 7px 7px 1px 0px #A7769E;
}

.color-ev h2, .color-ev h4 {
  color: #A7769E;
}
.color-ev .btn {
  border-color: #A7769E;
  background-color: #A7769E;
}
.color-ev .btn:hover {
  background-color: #8e5c85;
}

.color-clv-light {
  background: #F0FDFF;
}

.color-cav-light {
  background: #F3FBFF;
}

.color-pv-light {
  background: #F3FFF7;
}

.color-av-light {
  background: #FFF7F5;
}

.color-ev-light {
  background: #FFF2FE;
}

.color-gray-light {
  background: #f7f7f9;
}

.card-panel {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.card-panel .card {
  padding: 1rem;
  height: 100%;
}
.card-panel .card .card-img-top {
  border-bottom: 1px solid #ced4da;
}
.card-panel .card .card-price {
  display: inline-flex;
  align-items: baseline;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.card-panel .card .card-text h4 {
  margin-bottom: 0.75rem;
}
.card-panel .card .card-text h6 {
  margin-bottom: 0.5rem;
}
.card-panel .card .card-text > a.btn {
  bottom: 2rem;
  position: absolute;
}
.card-panel .card.outline-color-clv:has(.card-img-top):hover {
  /*box-shadow: 0 0 8px $color-clv;*/
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  background: #009CAD;
  color: #fff;
  transition-duration: 0.3s;
}
.card-panel .card.outline-color-clv:has(.card-img-top):hover .card-img-top {
  border-bottom: 1px solid #009CAD;
}
.card-panel .card.outline-color-ev:has(.card-img-top):hover {
  box-shadow: 0 0 8px #A7769E;
  color: #fff;
  transition-duration: 0.3s;
}

#accordion-pv {
  --bs-accordion-border-color: $color-pv-light;
}

.contact-method {
  text-align: center;
}
.contact-method i {
  font-size: 2.5rem;
}

.coming-soon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 5%;
  width: 90%;
  text-align: center;
}

.image-text-container {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px #155961;
  display: inline-block;
}

img {
  display: block;
  object-fit: cover;
  height: auto;
  position: relative;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
