.Select-placeholder, .Select-value {
    border: #979797 1px solid;
    border-radius: 4px;
    padding: 16px !important;
    background-color: #ffffff;
}

.LiveField--required .LiveField__header [data-block]:last-child > [data-offset-key]:last-child >:last-child [data-text]::after {
    color: #C3875D;
    padding-left: 4px;
}

.Choices__choice {
    box-shadow: none;
    border: #979797 1px solid;
    border-radius: 4px;
    padding-left: 16px;
    background-color: #ffffff !important;
    font-size: 15px;
}

.Choices__choice:hover {
    box-shadow: none;
}

.Choices .Choices__choice .material-icons {
    font-size: 17px;
    margin-right: 4px;
}

.btn-raised.btn-primary, .Rank__option--selected {
    box-shadow: none;
    border: #979797 1px solid;
    border-radius: 4px;
    background-color: #ffffff;
    color: #272B21;
}

input.LiveField__input[type="text"],
input.LiveField__input[type="email"],
input.LiveField__input[type="tel"] {
    border: #979797 1px solid;
    border-radius: 4px;
    padding: 16px;
    background-color: #ffffff;
}

.LiveField__input::placeholder {
  color: #AAAAAA;
}

.submit .btn-raised {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.__loaded .Footer, .body--live .Footer {
    display: none;
}
