.card-binder { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; overflow: hidden; }
.card-shield { position: relative; box-sizing: border-box; width: 100%; min-width: 330px; max-width: 340px; min-height: 420px; padding: 20px 5px; }
.card-ribbon { position: relative; display: inline-block; margin: 0 auto; padding: 0 1em; min-width: 180px; min-height: 2em; line-height: 2em; background-color: #FF0000; color: #FFFFFF; border-radius: 5px; font-size: 95%; text-transform: uppercase; z-index: 100; }
.card-ribbon.ghost { visibility: hidden; }
.card-element { position: relative; min-height: 28em; margin-top: -1.2em; padding-bottom: 6em; width: 100%; border-radius: 5px; overflow: hidden; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); border-top: 0.5em solid #000066; }

.card-element .subj { display: flex; justify-content: center; align-items: center; min-height: 6em; padding: 0 1em; color: #0033a1; }
.card-element .cost { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; min-height: 7em; margin-top: -1em; color: #0033a1; }
.card-element .cost .main { font-size: 4em; margin-top: -0.2em; }
.card-element .cost .main .units { font-size: 110%; font-weight: 400; }
.card-element .cost .main .decimals, .card-element .cost .main .curr { font-size: 55%; font-weight: 600; }
.card-element .cost .sub { margin-top: -1em; }
.card-element .feat ul { text-align: left; min-height: 9em; padding-top: 0.5em; padding-bottom: 0.5em; padding-inline-start: 2em; padding-inline-end: 1.75em; list-style: none; }
.card-element .feat ul li { position: relative; padding: 0.25em 0 0.25em 2.5em; }
.card-element .feat ul li:before { content: ''; width: 1em; height: 1em; position: absolute; left: 1em; top: 0.5em; background-image: url('../img/check.png'); background-size: contain; background-position: center; background-repeat: no-repeat; }
.card-element .ctas { position: absolute; bottom: 0; width: 100%; box-sizing: border-box; padding: 1em .75em 2em; }

@media screen and (max-width: 1199px) {
    .card-element { min-height: 0; }
    .card-element .feat ul { min-height: 0; }
}