#samform-section{padding-top:3rem}#sam-form{margin-bottom:30px;margin-top:30px}.sam-error{color:red;display:none;font-size:.875rem;margin-top:.25rem}.sam-input-error{border-color:red}#hsform-section,#sam-form-results{height:0;opacity:0;transform:scaleY(0);transform-origin:top;transition:opacity .3s ease,transform .3s ease,max-height .3s ease,visibility 0s linear .3s;visibility:hidden}#hsform-section{padding-bottom:6rem}#hsform-section.visible,#sam-form-results.visible{height:100%;opacity:1!important;transform:scaleY(1)!important;transition:opacity .3s ease,transform .3s ease,max-height .3s ease!important;visibility:visible!important}#spinner-container{align-items:center;display:flex;justify-content:center}#spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:56px;width:56px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}