/* line 5, recaptcha.scss */
.recaptcha_widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border: 4px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ddd;
  margin: 0 0 10px; }

/* line 16, recaptcha.scss */
#recaptcha_image {
  width: 100% !important;
  height: auto !important; }
  /* line 20, recaptcha.scss */
  #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: 3px solid #FFF; }

/* line 31, recaptcha.scss */
.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden; }
/* line 37, recaptcha.scss */
.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: 3px solid #FFF; }
  /* line 45, recaptcha.scss */
  .recaptcha_is_showing_audio #recaptcha_image br {
    display: none; }
  /* line 49, recaptcha.scss */
  .recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
    display: block; }

/* line 56, recaptcha.scss */
.recaptcha_input {
  background: #fff;
  color: #000;
  font: 13px/1.5 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin: 4px 0 0;
  padding: 0 4px 4px;
  border: 4px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  /* line 65, recaptcha.scss */
  .recaptcha_input label {
    margin: 0 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 70, recaptcha.scss */
  .recaptcha_input input {
    width: 90%; }

/* line 77, recaptcha.scss */
.recaptcha_options {
  list-style: none;
  margin: 0 0 13px 0 !important;
  padding: 5px 0 5px 5px !important;
  height: 18px; }
  /* line 83, recaptcha.scss */
  .recaptcha_options img {
    width: 40px;
    height: 40px;
    max-width: auto; }
  /* line 89, recaptcha.scss */
  .recaptcha_options li {
    float: left;
    margin: 0 4px 0 0 !important; }
    /* line 93, recaptcha.scss */
    .recaptcha_options li a {
      text-decoration: none;
      text-shadow: 0 1px 1px black;
      font-size: 16px;
      color: #FFF;
      display: block;
      width: 40px;
      height: 40px; }
      /* line 102, recaptcha.scss */
      .recaptcha_options li a:active {
        position: relative;
        top: 1px;
        text-shadow: none; }

/* line 112, recaptcha.scss */
.captcha_hide {
  display: none; }

/* line 116, recaptcha.scss */
.lt-ie9 #recaptcha_response_field {
  margin-left: 0 !important; }

/* line 120, recaptcha.scss */
iframe {
  display: none !important; }
