input.hanterasField:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: none !important;
    color:inherit !important;
}
::-ms-input-placeholder,::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.requiredHint{
    font-weight: bold;
    color: #fff;
}
.modal-body{
    color: #fff;
}
.check span, .textContainer, .textContainer p{
	color: #fff;
}
ul.form li.stepContent, ul.form2 li.stepContent{
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
ul.form2 .textContainer, ul.form2 .textContainer{
    color: #fff;
}
.step-bar {
    width: 60%;
    margin: 10px auto 40px auto;
    height: 3px;
    border-radius: 1px;
    position: relative;
    top: 0;
    left: 0;
    background: rgb(240, 20, 20);
}
.step-bar-progress-yellow {
    width: 0%;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.step-bar-progress {
    width: 0%;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.login-form, .step-point, .item-form, .dropcontainer ul li:hover, .step {
    background: none;
}
.step-point {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 20px;
}
ul.form {
    padding: 0 0 0 0;
}
ul.form li, ul.form2 li {
    list-style: none;
    margin: 0 0 25px 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    float: left;
}
i.icon,svg.icon {
    height: 37px;
    line-height: 37px;
    width: 40px;
    font-size: 28px;
    display: block;
    float: left;
    margin: 13px 10px 8px 12px;
    text-align: center;
}
i.inputIcon,svg.inputIcon {
    display: none;
}
i.icon-required,svg.icon-required,i.icon-error,svg.icon-error {
    height: 37px;
    line-height: 37px;
    width: 6%;
    font-size: 20px;
    display: block;
    float: right;
    margin: -15px 0px 0px -28px;
    position: absolute;
    top: 30px;
    left: 100%;
    color: rgb(240, 20, 20);
}
.hanterasInputLiCheckbox i.icon-required,.hanterasInputLiCheckbox svg.icon-required,.hanterasInputLiCheckbox i.icon-error,svg.icon-error{
    margin: -30px 0px 0px -28px;
}
i.icon-required.correct{
	color: #1F9200;
}
.movingFieldTitle {
    position: absolute;
    top: 0.8em;
    z-index: 0;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.movingFieldTitle.move {
    top: -12px;
    font-size: 12px;
}
.hanterasInputLi {
    border-bottom: 1px solid #ccc;
}
input[type="text"], input[type="password"], fieldset.datePicker {
    width: 76%;
    margin: 1em 0em 0em 0em;
    font-size: 18px;
    outline: none;
    background: none;
    border: none;
    font-weight: 100;
    z-index: 100;
    position: relative;
    /**color: #fff;**/
}
textarea.expanding {
    font-size: 18px;
    font-style: normal;
    padding: 19px 25px 0 0px;
    border: none;
}
.expandingText > textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
textarea, .textareaClone {
    width: 76%;
    padding: 1em 0em 1em 0em;
    font-size: 18px;
    outline: none;
    background: none;
    border: none;
    font-weight: 100;
    white-space: pre-wrap;
    word-wrap: break-word;
}
input.dropdownConverted{
    display:none;
}
.trigger,.activetrigger,.activetrigger:hover,.dropcontainer ul li a{
    font-weight: 100;
    color: #fff;
    min-height: 61px;
    padding: 0px 60px 0 0;
    line-height: 60px;
    display: flex;
    align-items: center;
    margin: 6px 0 0 0;
}
.icheckbox_square-grey, .iradio_square-grey {
    margin: 9px 18px 9px 0px;
}
.radio-checkbox-label{
    line-height: 24px;
    margin: 8px 0 0 42px;
}
.hanterasInputLiCheckbox  {
    border: none;
}
a.hvr-bounce-to-bottom, section a.hvr-bounce-to-bottom, section a.hvr-bounce-to-bottom:not([href]):not([tabindex]), button.hvr-bounce-to-bottom {
    width: 100%;
    height: 62px;
    margin-bottom: 25px;
    line-height: 62px;
    text-align: center;
    font-size: 1.8em;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    cursor: pointer;
    background: #ffdd00;
    color: #000;
    font-weight: normal;
    border: none;
}
a.hvr-bounce-to-bottom:hover,section a.hvr-bounce-to-bottom:hover,section a.hvr-bounce-to-bottom:not([href]):not([tabindex]):hover{
    background: #fff;
    color:#f8cc0d;
}
.hvr-bounce-to-bottom,button.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
button.btn.hanterasFlag,.intl-tel-input{
    background:none;
    color:#000;
}
.hidden2{
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.dropcontainer li a.dropdownA{
    line-height: 23px;
    margin: 10px 55px 10px 0;
    min-height: 12px;
    padding: 0;
}
.dropcontainer li a.trigger{
    line-height: 23px;
    margin: 10px 55px 10px 0;
}
.trigger {
    padding: 8px 0px 0px 10px!important;
    font-weight: 100;
	font-size: 18px;
	font-family:  Arial, Helvetica, sans-serif;
}