.recaptcha_widget{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:300px;border:0px solid #AF1500;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;background:none;margin:5px 0 10px}
#recaptcha_image{width:100% !important;height:auto !important}
#recaptcha_image img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:0px solid #FFF}
.recaptcha_is_showing_audio embed{height:0;width:0;overflow:hidden}
.recaptcha_is_showing_audio #recaptcha_image{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:60px;background:#FFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:0px solid #FFF}
.recaptcha_is_showing_audio #recaptcha_image br{display:none}
.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download{display:block}
.recaptcha_input{background:none;color:#000;font:13px/1.5 "HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Liberation Sans",FreeSans,sans-serif;margin:4px 0 0;padding:0 0px 4px;border:0px solid #FFDC73;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}
.recaptcha_input label{margin:0 0 6px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; color: #03061e;}
.recaptcha_input input{width:100%; box-sizing: border-box; -moz-box-sizing: border-box; border: 0px; padding-left: 4px;
    padding-top: 3px;height: 31px;background-color: #03061e; color: #fff;font-family: "Trebuchet MS";
    font-size: 14px;
    font-style: italic;}
.recaptcha_options{list-style:none;margin:4px 0 0;height:18px}
.recaptcha_options li{float:left;margin:0 4px 0 0}
.recaptcha_options li a{text-decoration:none;text-shadow:0 1px 1px #000;font-size:16px;color:#FFF;display:block;width:20px;height:18px}
.recaptcha_options li a:active{position:relative;top:1px;text-shadow:none}
.captcha_hide{display:none}
.recaptcha_options li a {
margin-right:5px;
}
.recaptcha_options li a i {
	background: url(../images/recaptcha-icons.png) 0 0 no-repeat;
	display: block;
    font-size: 16px;
    height: 18px;
}
.recaptcha_options li a i.icon-volume-up {
	background-position: -29px 0px;
}
.recaptcha_options li a i.icon-question-sign {
	background-position: -58px 0px;
}

.contact-page .recaptcha_input label {
	color: #efab46;
}
.contact-page .recaptcha_input input {
	background: #efab46;
	color: #000000;
}
.contact-page .recaptcha_options li a i {
	background-position: 0px 100%;
}
.contact-page .recaptcha_options li a i.icon-volume-up {
	background-position: -29px 100%;
}
.contact-page .recaptcha_options li a i.icon-question-sign {
	background-position: -58px 100%;
}

/*.g-recaptcha {
	transform:scale(0.65);
	-webkit-transform:scale(0.65);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	width: 192px;
}
.contact-page .g-recaptcha {
	transform:scale(1.00);
	-webkit-transform:scale(1.00);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	width: auto!important;
}*/
.g-recaptcha {
	background: none;
	padding: 0;
	border: 0;
}
.grecaptcha-badge {
	display: none;
}