.card {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: var(--card-bg);background-clip: border-box;border: 1px solid var(--card-border-color);border-radius: 0; } .card > hr {margin-right: 0;margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child {border-top-left-radius: 0;border-top-right-radius: 0; } .card > .list-group:last-child .list-group-item:last-child {border-bottom-right-radius: 0;border-bottom-left-radius: 0; } .card-body {flex: 1 1 auto;padding: 1.875rem;color: var(--card-color); } .card-title {margin-bottom: 1.875rem; } .card-subtitle {margin-top: -0.9375rem;margin-bottom: 0; } .card-text:last-child {margin-bottom: 0; } .card-link:hover {text-decoration: none; } .card-link + .card-link {margin-left: 1.875rem; } .card-header {padding: 1.875rem 1.875rem;margin-bottom: 0;color: var(--card-cap-color);background-color: var(--card-cap-bg);border-bottom: 1px solid var(--card-border-color); } .card-header:first-child {border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child {border-top: 0; } .card-footer {padding: 1.875rem 1.875rem;background-color: var(--card-cap-bg);border-top: 1px solid var(--card-border-color); } .card-footer:last-child {border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); } .card-header-tabs {margin-right: -0.9375rem;margin-bottom: -0.9375rem;margin-left: -0.9375rem;border-bottom: 0; } .card-header-pills {margin-right: -0.9375rem;margin-left: -0.9375rem; } .card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 1.25rem; } .card-img {width: 100%;border-radius: calc(0 - 1px); } .card-img-top {width: 100%;border-top-left-radius: calc(0 - 1px);border-top-right-radius: calc(0 - 1px); } .card-img-bottom {width: 100%;border-bottom-right-radius: calc(0 - 1px);border-bottom-left-radius: calc(0 - 1px); } .card-deck {display: flex;flex-direction: column; } .card-deck .card {margin-bottom: 0.9375rem; } @media (min-width: 576px) {.card-deck {flex-flow: row wrap;margin-right: -0.9375rem;margin-left: -0.9375rem;}.card-deck .card {display: flex;flex: 1 0 0%;flex-direction: column;margin-right: 0.9375rem;margin-bottom: 0;margin-left: 0.9375rem;} } .card-group {display: flex;flex-direction: column; } .card-group > .card {margin-bottom: 0.9375rem; } @media (min-width: 576px) {.card-group {flex-flow: row wrap;}.card-group > .card {flex: 1 0 0%;margin-bottom: 0;}.card-group > .card + .card {margin-left: 0;border-left: 0;}.card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-top,.card-group > .card:not(:last-child) .card-header {border-top-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-bottom,.card-group > .card:not(:last-child) .card-footer {border-bottom-right-radius: 0;}.card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-top,.card-group > .card:not(:first-child) .card-header {border-top-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-bottom,.card-group > .card:not(:first-child) .card-footer {border-bottom-left-radius: 0;} } .card-columns .card {margin-bottom: 1.875rem; } @media (min-width: 576px) {.card-columns {column-count: 3;column-gap: 1.25rem;orphans: 1;widows: 1;}.card-columns .card {display: inline-block;width: 100%;} } .accordion > .card {overflow: hidden; } .accordion > .card:not(:first-of-type) .card-header:first-child {border-radius: 0; } .accordion > .card:not(:first-of-type):not(:last-of-type) {border-bottom: 0;border-radius: 0; } .accordion > .card:first-of-type {border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0; } .accordion > .card:last-of-type {border-top-left-radius: 0;border-top-right-radius: 0; } .accordion > .card .card-header {margin-bottom: -1px; } .row-card {margin-bottom: -1.875rem; } .col-card {padding-bottom: 1.875rem; } .card {flex-grow: 1;flex-shrink: 0;height: 100%;background-color: #eaeaea;height: 100%; } .card:hover, .card:focus {text-decoration: none; } .card .card-header {padding: 0; } .card .card-header .card-title {margin: 0;text-align: center; } .card .card-header .card-title a {padding: 0.9375rem;display: block;background: var(--primary);color: #fff;text-decoration: none !important; } .card .card-header .card-title a:hover, .card .card-header .card-title a:focus {color: var(--secondary); } .card .card-body {flex-grow: 1;display: flex;flex-direction: column;align-items: stretch;justify-content: space-between; } .card .card-body .card-title {display: flex;justify-content: space-between;margin-bottom: 1.25rem; } .card .card-body .card-title small {padding-top: 0.3125rem;margin-left: 1.25rem; } .card .card-body .card-text {margin-bottom: 0; } .card .card-body .btn {align-self: flex-start; } .card .card-footer {background: transparent;border: 0; } .card.card-image {background: var(--primary);padding: 0;aspect-ratio: 320/260;width: 100%;position: relative;overflow: hidden;border: 0; } .card.card-image .card-img-top {position: absolute;inset: 0;width: 100%;height: 100%; } .card.card-image .card-img-top .img-fluid {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover; } .card.card-image .card-body {padding: 1.25rem;padding-top: 3.125rem;position: absolute;bottom: 0;background: transparent;width: 100%;transform: translateY(calc(100% - 4.1875rem - 1.875rem));transition-property: transform, color;transition-duration: 0.25s;color: var(--white); } .card.card-image .card-body .card-title {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;margin-bottom: 0;font-size: 1.1875rem;font-weight: 700;line-height: 2rem;color: var(--white);transition-property: color;transition-duration: 0.25s; } .card.card-image .card-body .card-text {transition-property: opacity;transition-duration: 0.25s;opacity: 0; } .card.card-image .card-body::after {background-image: linear-gradient(to bottom, transparent 0%, #000 100%);background-repeat: repeat-x;content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition-property: opacity;transition-duration: 0.25s;z-index: -1; } .card.card-image:hover .card-body, .card.card-image:focus .card-body {transform: translateY(0);color: var(--white); } .card.card-image:hover .card-body .card-title, .card.card-image:focus .card-body .card-title {color: var(--white); } .card.card-image:hover .card-body .card-text, .card.card-image:focus .card-body .card-text {opacity: 1; } .card.card-map .card-body {padding: 0; } .card.card-map .mapbox {width: 100%;height: 100%;min-height: 16.25rem;margin: 0; } .card.card-newsletter .card-body {text-align: center; } .card.card-newsletter .card-body label {display: none; } .card.card-newsletter .card-body .btn {align-self: center; } .card.card-contactform .card-body {text-align: center; } .card.card-contactform .card-body .btn {align-self: center; } 