.footer-liks-2 ul li a {
    color: #a6a6a6;
}

.footer-liks-2 ul li a:hover {
    color: #fddf01;
}

body .gform_wrapper input[type="checkbox"], .contact-form input[type="radio"] {
    float: none;
    margin-bottom: 13px;
}

body .gform_wrapper ul li.gfield {
    margin-bottom: 26px;
}


/* signature field */

.gform_wrapper canvas {
    border: 1px solid #ddd !important;
    }


/* right column image fix */

.right-img img {
    height: auto;
}

/* inline field spacing tweak */

.gform_wrapper .top_label li.gfield.gf_inline {
    padding-right: 10px;
    }
    .gform_wrapper .top_label li.gfield.gf_inline.date-width {
        vertical-align: top;
        width: 130px !important;
    }
    .contact-form li.gfield.gf_inline.date-width input[type="text"] {
        width: 100% !important;
    }    



/* spacing tweak for placeholder text on open fields */

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 4px 5px 0;
    }



/* placeholder smaller font */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:13px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:13px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:13px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:13px;
}




/* label  */

body .gform_wrapper label.gfield_label {
    margin-bottom: 3px;
    float: none;
    font-weight: 700;
    display: block;
    font-size:16px !important;
}



/* hides field sub labels */

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display:none;
    }
    


/* headers */

body .gform_wrapper h2.gsection_title {
    border-bottom: 2px solid #000000;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #000000;
    margin: 16px 0 30px 0;
    font-size: 2.5em;
}

body .gform_wrapper .gsection {
    border-bottom: 0px;
}

body .gform_wrapper .gsection_description {
    font-size: 1.2em;
    margin-top:0.5em;
    }





/* hides default radio button and checkbox */

.gform_wrapper ul.gfield_radio li input[type="radio"] {
	  display: none !important;
}


.gform_wrapper .ginput_container.ginput_container_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}



/* remove errant circle on some items */

main ul li::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    background-color: #fff !important;
}    




/* radio buttons and labels */

.gform_wrapper .gfield_radio li label {
    padding: 0 20px 0 26px;
    text-transform: uppercase;
    font-size:16px;
    line-height: 20px;
    }

.gform_wrapper .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #ffdf00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gform_wrapper .ginput_container_radio .gfield_radio [type="radio"]:checked + label::before, .gform_wrapper .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0px;
     width: 21px;
     height: 21px;
     border: 1px solid #ddd;
     border-radius: 100%;
     background: #fff;
     text-transform: uppercase;
}
.gform_wrapper .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
    cursor: pointer;
}





/* checkmark and labels */

.gform_wrapper .ginput_container.ginput_container_checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #ffdf00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gform_wrapper .ginput_container.ginput_container_checkbox input[type="checkbox"]:checked + label::before, .gform_wrapper .ginput_container.ginput_container_checkbox input[type="checkbox"]:not(:checked) + label::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0px;
     width: 21px;
     height: 21px;
     border: 1px solid #ddd;
     border-radius: 0%;
     background: #fff;
     text-transform: uppercase;
}

.gform_wrapper .ginput_container.ginput_container_checkbox input[type="checkbox"]:not(:checked) + label {
    cursor: pointer;
}

.gform_wrapper .ginput_container.ginput_container_checkbox label {
    margin-left:35px !important;
}






/* upload container */

.ginput_container_fileupload input[type="file"] {
    border: solid 1px #474544;
    padding-bottom:10px !important;
    margin:0 10px 20px 0 !important;
}

/* form validation errors */
.gform_wrapper div.validation_error {
	color:#FF0000;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color:#FFFF00;
}


/* Careers Page */
.custom-btn-style a{margin:50px auto 0;background:rgba(255,255,255,.1)!important;color:#fff;font-size:18px;text-transform:uppercase;display:block;width:220px;padding:20px 0;text-align:center;border-radius:3px;border:1px solid #a5a9ac;font-family:'Roboto';font-weight:100}
.custom-btn-style a:hover{border-color: #269abc;}
.header-contact-blocks li a{color:#222;line-height:14px;border-radius:20px;margin:0 10px;padding:12px 18px}
.text-white{
	color:#fff!important;
}
.header-2 .contact-form h2 {
	font-size:42px;}