.cms-form-holder:after,
.cms-form:after{
    content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fullpage-row .cms-form-holder{
    width: 375px;
    background: #fff;
}
.cms-form-holder{
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    position: relative;
}
.form-title{
    font-size: 1.1em;
    text-align: center;
    margin: 16px auto 30px;
    line-height: 1.7;
    max-width: 65%;
}
button.primary-button{
    background: #1f3367;
    font-size: 1.2em;
    min-width: 141px;
    line-height: 1;
    text-transform: none;
    padding: 10px 20px 13px;
    height: auto;
    border: none;
    border-radius: 0;
    text-align: center;
}
.cms-form-holder .cms-form{
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.cms-form .form-control{
    margin: 0;
}
.cms-form .form-group{
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
}
.field-label{
    display: none;
}
.cms-form input,
.cms-form select{
   height: 38px;
}
.cms-form textarea{
    resize:vertical;
    height: 120px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"],
input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    width: 100%;
}

/* Select and Date */
.cms-form .fb-inner input,
.cms-form .fb-inner select{
    padding-right: 26px;
    text-overflow: ellipsis;
}
.cms-form .fb-inner select{
    cursor: pointer;
    margin-bottom: 0;
}
.cms-form .fb-select-inner select{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.cms-form .fb-inner{
    position: relative;
}
.cms-form .fb-inner::after{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none;
   
    font: normal normal normal 16px/1 FontAwesome;
    color: rgba(0,0,0,0.72);
    color: #646262;
}
.cms-form .fb-select-inner::after{
    content: "\f0d7";
}
.cms-form .fb-date-inner::after{
    content: "\f073";
}

/* Radio and Check boxes */
.cms-form .radio label,
.cms-form .checkbox label{
    display: inline-block;
    padding: 5px 0 0 8px;
    line-height: 1;
    vertical-align:top;
    max-width: calc(100% - 40px);
    font-weight: 400;
}
.cms-form  .fb-cr{
    position: relative;
}
.cms-form  .fb-cr input{
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0;
    margin-bottom: 0;
}
.cms-form .fb-helper{
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    pointer-events: none;
    font-size: 24px;
    color: #646262;
}
.cms-form .fb-checkbox-helper:after {
    content: "\f096";
}
.cms-form .fb-radio-helper:after {
    content: "\f10c";
}
.cms-form .fb-cr input:checked ~ .fb-checkbox-helper:after {
    content: "\f046";
}
.cms-form .fb-cr input:checked ~ .fb-radio-helper:after {
    content: "\f192";
}

/* File upload */
.cms-form .fb-file input{
    width : 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.cms-form .fb-file .file-button{
    display: inline-block;
    border: 1px solid #000000;
    padding: 5px 16px;
    box-sizing: border-box;
    font-weight: 400;
    cursor: pointer;
    border-radius: 3px;
}
.cms-form .fb-file .file-button span{
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.cms-form .fb-file-helper{
    margin-right: 8px;
    color: #000000;
}

/*.cms-form .fb-captcha,
.cms-form .fb-button{
   margin-top: 16px;
}*/
.fb-captcha .fb-text-label{
    visibility: hidden;
}


/* Validations */
.cms-form label.error{
    margin:8px 0;
    line-height: 1;
    font-size: 0.9em;
    font-weight: normal;
    color: #f00;
    text-align: left;
    display: block;
}
.cms-form .required-asterisk{
    font-weight: normal;
    color: #f00;
}
.cms-form .form-control.error{
    border-color: #f00;
}
.cms-form .error + .fb-helper{
    color: #f00;
}
.cms-form .captcha-change{
    font-size: 24px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.cms-form-holder .cms-form .fb-captcha{
    width: 100%;
    margin: 10px auto 18px;
}
.cms-form #recaptcha{
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

/* Ajax forms */

.error .response-message{
    color: #f00;
}
.success .response-message{
    color:#4caf50;
}
.success .cms-form{
   display: none;
}
.cms-form-holder .form-group:last-child {
    text-align: right;
}

/* Browser CSS */

.cms-form input:-webkit-autofill,
.cms-form input:-webkit-autofill:hover,
.cms-form input:-webkit-autofill:focus,
.cms-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset !important;
}
select::-ms-expand {
    display: none;
}
.form-control::-webkit-input-placeholder { color:#6d6d6d}
.form-control::-moz-placeholder { color:#6d6d6d; opacity: 1; }
.form-control:-moz-placeholder { color:#6d6d6d; opacity: 1; }
.form-control:-ms-input-placeholder { color:#6d6d6d; opacity: 1; }

.cms-form-holder .cms-form .form-group.fb-button{
    text-align: left;
}

.cms-form-holder .form-group.pos-abs{
    width: 100%;
}
.cms-form #cm-privacy-consent-error{
    display: none !important;
}

@media (min-width: 750px){
    .cms-form-holder .cms-form {
    	padding-bottom: 50px;
    }
    .cms-form-holder .cms-form .form-group:nth-child(2n),
    .cms-form-holder .cms-form .form-group.fb-textarea {
        margin-right: 0;
    }
    .cms-form-holder .cms-form .fb-captcha {
        margin: 0 auto 20px;
        width: auto;
    }
    .cms-form-holder .cms-form .form-group.fb-button {
        margin-top: 0;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
    }
    .cms-form-holder .form-group:last-child{
        margin-bottom: 0;
    }
    .cms-form-holder .form-group.pos-abs{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 69%;
        margin-bottom: 0;
    }
    #container-blank_1537342691650 button.primary-button{
        padding: 11px 20px 11px;
    }
    button.primary-button{
        padding: 13px 20px 12px;
    }
    .field-empty{
        height: 38px;
    }
}

.fb-text.form-group.field-phonenumber.home-number .intl-tel-input {
    margin: 0;
    position: relative;
}