@charset "UTF-8";
body, html {
  font-family: "benton-sans", "Open Sans", -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif; }

.path-account-setup .ter-utility-nav__wrapper {
  display: none; }

#account-setup-form {
  border-top: 3px solid #03A9F4;
  border: none; }

.account-setup-form-loading {
  text-align: center; }

.js_field_text input[type=text],
.js_field_email input[type=email],
.js_field_date input[type=date] {
  line-height: 1.5;
  font-size: 24px;
  box-sizing: border-box;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-width: 0.05rem;
  border-style: solid;
  border-color: #aeaeb6;
  background-color: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative; }

.js_field_checkbox_values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 750px;
  margin: 0 auto; }

.js_field_checkbox_item {
  width: 215px;
  margin: 10px; }

.js_field_checkbox_values input[type="checkbox"] {
  display: none; }

.js_field_checkbox_values input[type=checkbox] + label {
  cursor: pointer;
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  margin: 10px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #E2E2E3;
  position: relative; }

.js_field_checkbox_values input[type=checkbox] + label:hover {
  color: #0E6BA8;
  border-color: #0E6BA8; }

.js_field_checkbox_values input[type=checkbox]:checked + label {
  color: #0E6BA8;
  border-color: #0E6BA8; }

.js_field_checkbox_values input[type=checkbox]:checked + label::before {
  content: '✓';
  color: white;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #0E6BA8;
  border-radius: 50%; }

/* radio */
.js_field_radio_values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.js_field_radio_item {
  width: 200px;
  margin: 10px; }

.js_field_radio_values input[type=radio] {
  display: none; }

.js_field_radio_values input[type=radio] + label {
  cursor: pointer;
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  margin: 10px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #E2E2E3;
  position: relative; }

.js_field_radio_values input[type=radio] + label:hover {
  color: #0E6BA8;
  border-color: #0E6BA8; }

.js_field_radio_values input[type=radio]:checked + label {
  color: #0E6BA8;
  border-color: #0E6BA8; }

.js_field_radio_values input[type=radio]:checked + label::before {
  content: '✓';
  color: white;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #0E6BA8;
  border-radius: 50%; }

.steps-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px 70px 20px; }

.step-indicator {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding: 6px;
  background: white;
  color: #009AD9;
  border: 1px solid #009AD9;
  border-radius: 50%;
  margin: 0 5px; }

.step-indicator-divider {
  flex-grow: 3;
  background: #009AD9;
  height: 2px;
  margin-top: 14px; }

.step-indicator:first-child::before {
  display: none; }

.step-indicator.active {
  color: white;
  background: #009AD9; }

sup.required {
  color: red; }

.ter-button.disabled, .ter-button.disabled:hover {
  opacity: .2;
  background: grey;
  cursor: initial;
  border-color: grey; }

.js_cta_section {
  text-align: center;
  padding: 22px; }

.js_cta_section .ter-button {
  min-width: 400px; }

.js_header_text {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700; }

.js_field_checkbox_group h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px; }

.js_paragraph_text {
  font-size: 14px;
  line-height: 20px; }

.js_field_select, .js_field_text {
  padding-bottom: 15px; }

.js_trial_notification {
  border: 1px solid #9E9E9E;
  background: whitesmoke;
  padding: 6px 12px;
  font-size: 14px;
  margin-bottom: 16px; }

#primaryedu_step2_e_text_1 {
  margin-bottom: 20px; }

#primaryedu_step2_e_text_2 {
  margin-bottom: 20px; }

.validate_time .required_field .invalid {
  border: 2px solid red; }

.validate_time .js_field_checkbox.required_field .invalid + label {
  border-bottom: 1px solid red; }
