:root{
  --color-error1: #df5959;
}

*{
  box-sizing: border-box;
}

html.ee-html, 
.ee-html body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

/*
--
--signup-content 
-- 
*/
.signup-content {
  margin: 0;
}

/*
--
--signup-thankyou 
-- 
*/

.signup-thankyou {
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-start;
  margin: 2em 0;
  font-weight: bold;
  background: #fff;
  line-height: 2em;
}

.thankyou-container {
  padding: 1em;
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
}

body .thankyou {
  padding: 1em;
}

.thankyou-container {
  color: #7c7e83;
}

.thankyou-content {
  color: #7c7e83;
}

/*
--
-- form w50
--
*/

.w50 {
  width: 50%!important;
}

.w50.align-left {
  margin-right: auto;
}

.w50.align-right {
  margin-left: auto;
}

/*
--
-- ChoiceBuilder
--
*/

.form-field select.ChoiceBuilder {
  padding-left: 0.5rem;
}





