/*--------------- JND ---------------*/
img.bordr-style {
	/*border: solid 13px rgba(209,211,212,.25);*/
	        outline: 13px solid rgba(209,211,212,.25);
    outline-offset: -13px;
}
html body a.orange_button:hover {
    border: 2px solid #f47820 !important;
    color: #f47820 !important;
}
.gform_wrapper label.gfield_label {
	display: none !important;
}
.gform_wrapper .ginput_container input::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
 color:#008d97
}
.gform_wrapper .ginput_container input::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder {
 color:#008d97
}
.gform_wrapper .ginput_container input:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder {
 color:#008d97
}
.gform_wrapper .ginput_container input:-moz-placeholder, .gform_wrapper .ginput_container textarea:-moz-placeholder {
 color:#008d97
}
input.button, .orange_button {
	border-radius: 0;
	text-transform: uppercase;
}
.c-form-wrapper input.button {
    padding: 13px 55px 10px 55px;
    line-height: normal;
}
.c-form-wrapper .gform_footer {
	text-align: center !important;
	margin-top: 0 !important;
}
html body .strategic-site button, html body .strategic-site input[type="button"], html body .strategic-site input[type="reset"], html body .strategic-site input[type="submit"], html body a.orange_button {
	border: 2px solid transparent;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
.c-form-wrapper input[type="text"] {
    padding: 7px !important;
}
body input[type="text"], body input[type="email"], body input[type="url"], body input[type="password"], body input[type="search"], body input[type="number"], body input[type="tel"], body input[type="range"], body input[type="date"], body input[type="month"], body input[type="week"], body input[type="time"], body input[type="datetime"], body input[type="datetime-local"], body input[type="color"], body textarea {
    font-family: 'LatoBoldForField' !important;
}
/*--------------- JND ---------------*/
