/* Buttonize Radio &amp; Checkbox Fields */
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
position: relative;
text-align: center;
}
.gform_wrapper .gfield.buttonized input[type="radio"],
.gform_wrapper .gfield.buttonized input[type="checkbox"] {
position: absolute;
left: -9999px;
}
.gform_wrapper .gfield.buttonized .gfield_radio label,
.gform_wrapper .gfield.buttonized .gfield_checkbox label {
display: block !important;
position: relative;
padding: 10px;
font-size: 16px;
border: 2px solid #0e004e;
background: #0e004e;
cursor: pointer;
margin-bottom: 12px;
border-radius: 3px;
color: #fff;
font-weight: 600;
font-family: open sans;
letter-spacing: 1px;

}
.gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
border-color: #0e004e;
}
.gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
border-color: #0e004e;
background: #fff;
border: 1px solid #0e004e;
color: #0e004e;
overflow: hidden;
}
.gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
content: '';
display: block;
position: absolute;
top: -.75em;
right: -.75em;
left: auto;
width: 1.5em;
height: 1.5em;
background-color: #0e004e;
border-radius: 0;
transform: rotate(45deg);
}
.gform_wrapper .gfield.buttonized .gfield_radio label::before,
.gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
display: none;
}

.gform_wrapper .gfield.buttonized .gfield_radio label:hover,
.gform_wrapper .gfield.buttonized .gfield_checkbox label:hover {
background: #0e004e;
border-color: #0e004e;
color: #fff;
}

.gform_wrapper.gravity-theme .gfield_label {
display: inline-block;
font-size: 20px;
font-weight: 600;
font-family: "Poppins";
line-height: 1.3;
margin-bottom: 20px;
}


.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
background: linear-gradient(180deg,#4481fc,#5639e5);
}



/* Progress Bar Gravity Forms */

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
color: #ddd;
}

/* Gravity Forms  Input and Medium Button*/

.gform_wrapper.gravity-theme input[type=text] {
font-size: 18px;
margin-bottom: 0;
margin-top: 0;
padding: 25px;
}

.gform_wrapper.gravity-theme .gfield input.medium {
width: calc(32% - 3px);
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
max-width: calc(100% - 2px);
}


/* Gravity Forms Next Button */

.gform_wrapper.gravity-theme .gform_page_footer input {
margin-bottom: 8px;
padding: 10px 50px 10px 49px;
background: #0e004e;
border: none;
border-radius: 3px;
color: #fff;
font-family: "Open Sans";
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
}

/* Previous Button*/
.gform_wrapper.gravity-theme .gform_previous_button.button {
background: #fff;
background-color: #fff;
color: #6b7280;
}

.noUi-target {
margin-top: 20px;
margin-bottom: 32px;
margin-right: 60px;
margin-left: 45px;
}

.noUi-connect {
background: linear-gradient(-60deg,#f45560,#f79c00);
}

.noUi-tooltip {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .ginput_counter {
display: none;
}

.gform_wrapper .gfield_required  {
display: none;
}


.gform_wrapper.gravity-theme input[type=email] {
font-size: 18px;
padding: 25px;
}

.gform_wrapper.gravity-theme input[type=tel] {
font-size: 18px

}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel] {
padding: 25px;
}


.gform_wrapper .gform_validation_errors>h2 {
line-height: 1.4;
}

.gform_wrapper .gfield.buttonized input[type="radio"] {
display: none;
}

input[type=text] {
outline: none;
}

input[type=text]:focus {
border-color: #9ecaed !important;
box-shadow: 0 0 5px #9ecaed;
}


.gform_wrapper .gfield_required .gfield_required_text {
    display: none;
}



.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    font-size: 16px;
    color: #111;
}



.noUi-horizontal .noUi-tooltip {
bottom: 50%;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 5px;
}



/* Reviews Loan Officer */

.tagdiv-type blockquote {
    text-align: left;
}

.wpcr3_button_1 {
border-color: #0e004e;
background: #0e004e;
color: #fff;
font-size: 15px;
font-weight: bold;
}
.wpcr3_button_1:hover {
border-color: #0e004e;
background: #0e004e;
color: #fff;
font-size: 15px;
font-weight: bold;
}

div.wpcr3_review_item div.wpcr3_item_name {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
background: #0e004e;
}

.wpcr3_pagination .wpcr3_a:hover {
background: #0e004e;
}


.wpcr3_respond_2 input[type='text'] {
    max-width: 50% !important;
}


.wpcr3_respond_2 textarea {
    min-width: 300px !important;
}

/* Reviews Loan Officer Output */

div.wpcr3_review blockquote.wpcr3_content {
padding-bottom: 0px; 
}