.LiveField__header{
    
    font-family: "Circular std", sans-serif;
    font-weight: 700 !important;
    color: rgba(0,0,0,.8);
    letter-spacing: 0.1px;
    margin-bottom: 8px !important;
}

.__header-two
{
    margin-bottom: 16px !important;
}

.submit{
    padding: 0 20px 22px 20px;
    margin-top: 22px;
}

.submit .btn-raised.btn-primary{
    font-family: "Circular std", sans-serif;
    font-weight: 700 !important;
    color: white;
    background-color: #00C874;
}



.LiveField, .LiveField.LiveField--active{
    
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea.LiveField__input[rows]:focus
{
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.LiveFieldSection
{
 padding:18px !important;
 background-color: white;
 border-radius: 16px;
 box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    
    
}

.SuccessfulSubmission
{
    border-radius: 16px;
}


@media screen and (max-width: 478px) {
 .LiveFieldSection
    {
        
   
    padding-top: 12px !important;
    padding-bottom: 12px !important;
      padding-left: 0px !important;
    padding-right: 0px !important; 
    }
}



/*MULTIPLE CHOICE OVERWRITES*/

.Choices{
    gap: 18px;
}


.Choices__choice--2{
    flex: 1 0 35%;
    max-width:49%;
}

.Choices__choice--3{
    flex: 1 0 25%;
    max-width: 32%;
}

.Choices__choice--4{
    flex: 1 0 20%;
    max-width:24%;
}

.Choices__choice--5{
    flex: 1 0 15%;
    max-width: 19%;
}

.YesNo{
    
    display: flex;
    gap: 18px;
}

.YesNo .YesNo__button{
     flex: 1 0 35%;
    max-width:49%;
    padding:16px;
}

.Choices__choice
{
    padding:16px;
}

/*Error Styling*/

.LiveField--error .LiveField__error{
    
    margin: 0px 20px;
    
}