.c-form-card{border-radius:10px;margin:0 auto;max-width:640px}.c-form-card,.c-form-card--white{background-color:var(--white-color)}.c-form-card--cream{background-color:var(--cream-color)}.c-form-card--light-cream{background-color:var(--light-cream-color)}.c-form-card:not(.c-form-card--no-card-styles){padding:1em}.awesomplete{width:100%!important}.awesomplete ul>li[role=option]::marker{content:none!important}.c-form-card .awesomplete>ul{border-color:var(--form-input-focus-border-color);border-radius:10px;color:var(--pale-navy-color);font-size:.8rem}.c-form-card .awesomplete>ul,.c-form-card .awesomplete>ul:before{background:var(--cream-color)}.c-form-card .awesomplete>ul:before{top:-.48em}.c-form-card .awesomplete>ul>li{margin-bottom:unset;padding:10px;transition:all var(--transition-speed-fast) ease-in-out}.c-form-card .awesomplete>ul>li:first-child{border-radius:10px 10px 0 0}.c-form-card .awesomplete>ul>li:last-child{border-radius:0 0 10px 10px}.c-form-card .awesomplete>ul>li:hover{background:#e9e6e1;color:var(--pale-navy-color)}.c-form-card .awesomplete li:before{display:none}.c-form-card .awesomplete mark{background:var(--amber-color);transition:all var(--transition-speed-fast) ease-in-out}.c-form-card .awesomplete li:hover mark{background:var(--orange-color)}@media (min-width:768px){.c-form-card:not(.c-form-card--no-card-styles){padding:1.6em}}