.cB-form-embed {
  font-size: 1.2em;
  margin: 2em auto;
  max-width: 24em;
  padding: 0 1em;
  width: 100%;
  /*
   * Bootstrap v2.3.1
   *
   * Copyright 2012 Twitter, Inc
   * Licensed under the Apache License v2.0
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
   */ }
  @media all and (min-width: 599px) {
    .cB-form-embed .cB-form-embed-sm-screen {
      display: none; } }
  @media all and (max-width: 599px) {
    .cB-form-embed .cB-form-embed-lg-screen {
      display: none; } }
  .cB-form-embed fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  .cB-form-embed legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .cB-form-embed legend small {
    font-size: 15px;
    color: #999999; }
  .cB-form-embed label,
  .cB-form-embed input,
  .cB-form-embed button,
  .cB-form-embed select,
  .cB-form-embed textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px; }
  .cB-form-embed input,
  .cB-form-embed button,
  .cB-form-embed select,
  .cB-form-embed textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cB-form-embed label {
    display: block;
    margin-bottom: 5px; }
  .cB-form-embed select,
  .cB-form-embed textarea,
  .cB-form-embed input[type="text"],
  .cB-form-embed input[type="password"],
  .cB-form-embed input[type="datetime"],
  .cB-form-embed input[type="datetime-local"],
  .cB-form-embed input[type="date"],
  .cB-form-embed input[type="month"],
  .cB-form-embed input[type="time"],
  .cB-form-embed input[type="week"],
  .cB-form-embed input[type="number"],
  .cB-form-embed input[type="email"],
  .cB-form-embed input[type="url"],
  .cB-form-embed input[type="search"],
  .cB-form-embed input[type="tel"],
  .cB-form-embed input[type="color"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle; }
  .cB-form-embed input,
  .cB-form-embed textarea {
    width: 206px; }
  .cB-form-embed textarea {
    height: auto; }
  .cB-form-embed textarea,
  .cB-form-embed input[type="text"],
  .cB-form-embed input[type="password"],
  .cB-form-embed input[type="datetime"],
  .cB-form-embed input[type="datetime-local"],
  .cB-form-embed input[type="date"],
  .cB-form-embed input[type="month"],
  .cB-form-embed input[type="time"],
  .cB-form-embed input[type="week"],
  .cB-form-embed input[type="number"],
  .cB-form-embed input[type="email"],
  .cB-form-embed input[type="url"],
  .cB-form-embed input[type="search"],
  .cB-form-embed input[type="tel"],
  .cB-form-embed input[type="color"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  .cB-form-embed textarea:focus,
  .cB-form-embed input[type="text"]:focus,
  .cB-form-embed input[type="password"]:focus,
  .cB-form-embed input[type="datetime"]:focus,
  .cB-form-embed input[type="datetime-local"]:focus,
  .cB-form-embed input[type="date"]:focus,
  .cB-form-embed input[type="month"]:focus,
  .cB-form-embed input[type="time"]:focus,
  .cB-form-embed input[type="week"]:focus,
  .cB-form-embed input[type="number"]:focus,
  .cB-form-embed input[type="email"]:focus,
  .cB-form-embed input[type="url"]:focus,
  .cB-form-embed input[type="search"]:focus,
  .cB-form-embed input[type="tel"]:focus,
  .cB-form-embed input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  .cB-form-embed input[type="radio"],
  .cB-form-embed input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal; }
  .cB-form-embed input[type="file"],
  .cB-form-embed input[type="image"],
  .cB-form-embed input[type="submit"],
  .cB-form-embed input[type="reset"],
  .cB-form-embed input[type="button"],
  .cB-form-embed input[type="radio"],
  .cB-form-embed input[type="checkbox"] {
    width: auto; }
  .cB-form-embed select,
  .cB-form-embed input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px; }
  .cB-form-embed select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff; }
  .cB-form-embed select[multiple],
  .cB-form-embed select[size] {
    height: auto; }
  .cB-form-embed select:focus,
  .cB-form-embed input[type="file"]:focus,
  .cB-form-embed input[type="radio"]:focus,
  .cB-form-embed input[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .cB-form-embed input:-moz-placeholder,
  .cB-form-embed textarea:-moz-placeholder {
    color: #999999; }
  .cB-form-embed input:-ms-input-placeholder,
  .cB-form-embed textarea:-ms-input-placeholder {
    color: #999999; }
  .cB-form-embed input::-webkit-input-placeholder,
  .cB-form-embed textarea::-webkit-input-placeholder {
    color: #999999; }
  .cB-form-embed input,
  .cB-form-embed textarea {
    margin-left: 0; }
  .cB-form-embed input[disabled],
  .cB-form-embed select[disabled],
  .cB-form-embed textarea[disabled],
  .cB-form-embed input[readonly],
  .cB-form-embed select[readonly],
  .cB-form-embed textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  .cB-form-embed input[type="radio"][disabled],
  .cB-form-embed input[type="checkbox"][disabled],
  .cB-form-embed input[type="radio"][readonly],
  .cB-form-embed input[type="checkbox"][readonly] {
    background-color: transparent; }
  .cB-form-embed input:focus:invalid,
  .cB-form-embed textarea:focus:invalid,
  .cB-form-embed select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
  .cB-form-embed input:focus:invalid:focus,
  .cB-form-embed textarea:focus:invalid:focus,
  .cB-form-embed select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }
  .cB-form-embed.btn-black .cB-btn,
  .cB-form-embed.btn-black input[type="button"],
  .cB-form-embed.btn-black input[type="reset"],
  .cB-form-embed.btn-black input[type="submit"] {
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #2e2e2e;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #080808;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #080808), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #080808, black);
    background-image: -moz-linear-gradient(top, #080808, black);
    background-image: -ms-linear-gradient(top, #080808, black);
    background-image: -o-linear-gradient(top, #080808, black);
    background-image: linear-gradient(top, #080808, black);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 black;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-black .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-black input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-black input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-black input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #151515;
      cursor: pointer;
      background-color: black;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, black));
      background-image: -webkit-linear-gradient(top, black, black);
      background-image: -moz-linear-gradient(top, black, black);
      background-image: -ms-linear-gradient(top, black, black);
      background-image: -o-linear-gradient(top, black, black);
      background-image: linear-gradient(top, black, black); }
    .cB-form-embed.btn-black .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-black input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-black input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-black input[type="submit"]:active:not(:disabled) {
      border: 1px solid black;
      box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-black .cB-btn:disabled,
    .cB-form-embed.btn-black input[type="button"]:disabled,
    .cB-form-embed.btn-black input[type="reset"]:disabled,
    .cB-form-embed.btn-black input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-blue .cB-btn,
  .cB-form-embed.btn-blue input[type="button"],
  .cB-form-embed.btn-blue input[type="reset"],
  .cB-form-embed.btn-blue input[type="submit"] {
    border: 1px solid #004186;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #248af6;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #0064cd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0064cd), color-stop(100%, #004995));
    background-image: -webkit-linear-gradient(top, #0064cd, #004995);
    background-image: -moz-linear-gradient(top, #0064cd, #004995);
    background-image: -ms-linear-gradient(top, #0064cd, #004995);
    background-image: -o-linear-gradient(top, #0064cd, #004995);
    background-image: linear-gradient(top, #0064cd, #004995);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 #003771;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-blue .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-blue input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-blue input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-blue input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #0871de;
      cursor: pointer;
      background-color: #0458b0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0458b0), color-stop(100%, #004186));
      background-image: -webkit-linear-gradient(top, #0458b0, #004186);
      background-image: -moz-linear-gradient(top, #0458b0, #004186);
      background-image: -ms-linear-gradient(top, #0458b0, #004186);
      background-image: -o-linear-gradient(top, #0458b0, #004186);
      background-image: linear-gradient(top, #0458b0, #004186); }
    .cB-form-embed.btn-blue .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-blue input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-blue input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-blue input[type="submit"]:active:not(:disabled) {
      border: 1px solid #004186;
      box-shadow: inset 0 0 8px 4px #003a76, inset 0 0 8px 4px #003a76, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-blue .cB-btn:disabled,
    .cB-form-embed.btn-blue input[type="button"]:disabled,
    .cB-form-embed.btn-blue input[type="reset"]:disabled,
    .cB-form-embed.btn-blue input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-green .cB-btn,
  .cB-form-embed.btn-green input[type="button"],
  .cB-form-embed.btn-green input[type="reset"],
  .cB-form-embed.btn-green input[type="submit"] {
    border: 1px solid #297a29;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #7cbc7c;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #46a546;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46a546), color-stop(100%, #2d862d));
    background-image: -webkit-linear-gradient(top, #46a546, #2d862d);
    background-image: -moz-linear-gradient(top, #46a546, #2d862d);
    background-image: -ms-linear-gradient(top, #46a546, #2d862d);
    background-image: -o-linear-gradient(top, #46a546, #2d862d);
    background-image: linear-gradient(top, #46a546, #2d862d);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 #206f20;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-green .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-green input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-green input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-green input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #59ac59;
      cursor: pointer;
      background-color: #438f43;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #438f43), color-stop(100%, #2a792a));
      background-image: -webkit-linear-gradient(top, #438f43, #2a792a);
      background-image: -moz-linear-gradient(top, #438f43, #2a792a);
      background-image: -ms-linear-gradient(top, #438f43, #2a792a);
      background-image: -o-linear-gradient(top, #438f43, #2a792a);
      background-image: linear-gradient(top, #438f43, #2a792a); }
    .cB-form-embed.btn-green .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-green input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-green input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-green input[type="submit"]:active:not(:disabled) {
      border: 1px solid #297a29;
      box-shadow: inset 0 0 8px 4px #276d27, inset 0 0 8px 4px #276d27, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-green .cB-btn:disabled,
    .cB-form-embed.btn-green input[type="button"]:disabled,
    .cB-form-embed.btn-green input[type="reset"]:disabled,
    .cB-form-embed.btn-green input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-orange .cB-btn,
  .cB-form-embed.btn-orange input[type="button"],
  .cB-form-embed.btn-orange input[type="reset"],
  .cB-form-embed.btn-orange input[type="submit"] {
    border: 1px solid #b76b00;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #f4b357;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #f89406;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89406), color-stop(100%, #c67400));
    background-image: -webkit-linear-gradient(top, #f89406, #c67400);
    background-image: -moz-linear-gradient(top, #f89406, #c67400);
    background-image: -ms-linear-gradient(top, #f89406, #c67400);
    background-image: -o-linear-gradient(top, #f89406, #c67400);
    background-image: linear-gradient(top, #f89406, #c67400);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 #a25f00;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-orange .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-orange input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-orange input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-orange input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #f19d26;
      cursor: pointer;
      background-color: #db840a;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db840a), color-stop(100%, #b76b00));
      background-image: -webkit-linear-gradient(top, #db840a, #b76b00);
      background-image: -moz-linear-gradient(top, #db840a, #b76b00);
      background-image: -ms-linear-gradient(top, #db840a, #b76b00);
      background-image: -o-linear-gradient(top, #db840a, #b76b00);
      background-image: linear-gradient(top, #db840a, #b76b00); }
    .cB-form-embed.btn-orange .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-orange input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-orange input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-orange input[type="submit"]:active:not(:disabled) {
      border: 1px solid #b76b00;
      box-shadow: inset 0 0 8px 4px #a76200, inset 0 0 8px 4px #a76200, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-orange .cB-btn:disabled,
    .cB-form-embed.btn-orange input[type="button"]:disabled,
    .cB-form-embed.btn-orange input[type="reset"]:disabled,
    .cB-form-embed.btn-orange input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-red .cB-btn,
  .cB-form-embed.btn-red input[type="button"],
  .cB-form-embed.btn-red input[type="reset"],
  .cB-form-embed.btn-red input[type="submit"] {
    border: 1px solid #66130d;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #cf4338;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #9d261d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d261d), color-stop(100%, #73160e));
    background-image: -webkit-linear-gradient(top, #9d261d, #73160e);
    background-image: -moz-linear-gradient(top, #9d261d, #73160e);
    background-image: -ms-linear-gradient(top, #9d261d, #73160e);
    background-image: -o-linear-gradient(top, #9d261d, #73160e);
    background-image: linear-gradient(top, #9d261d, #73160e);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 #570d08;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-red .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-red input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-red input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-red input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #ab3228;
      cursor: pointer;
      background-color: #84241c;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84241c), color-stop(100%, #65130d));
      background-image: -webkit-linear-gradient(top, #84241c, #65130d);
      background-image: -moz-linear-gradient(top, #84241c, #65130d);
      background-image: -ms-linear-gradient(top, #84241c, #65130d);
      background-image: -o-linear-gradient(top, #84241c, #65130d);
      background-image: linear-gradient(top, #84241c, #65130d); }
    .cB-form-embed.btn-red .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-red input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-red input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-red input[type="submit"]:active:not(:disabled) {
      border: 1px solid #66130d;
      box-shadow: inset 0 0 8px 4px #57110c, inset 0 0 8px 4px #57110c, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-red .cB-btn:disabled,
    .cB-form-embed.btn-red input[type="button"]:disabled,
    .cB-form-embed.btn-red input[type="reset"]:disabled,
    .cB-form-embed.btn-red input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-white .cB-btn,
  .cB-form-embed.btn-white input[type="button"],
  .cB-form-embed.btn-white input[type="reset"],
  .cB-form-embed.btn-white input[type="submit"] {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: 11px;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dadada));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #dadada);
    background-image: -moz-linear-gradient(top, #f6f6f6, #dadada);
    background-image: -ms-linear-gradient(top, #f6f6f6, #dadada);
    background-image: -o-linear-gradient(top, #f6f6f6, #dadada);
    background-image: linear-gradient(top, #f6f6f6, #dadada);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-white .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-white input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-white input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-white input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #e9e9e9;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #d2d2d2));
      background-image: -webkit-linear-gradient(top, #e9e9e9, #d2d2d2);
      background-image: -moz-linear-gradient(top, #e9e9e9, #d2d2d2);
      background-image: -ms-linear-gradient(top, #e9e9e9, #d2d2d2);
      background-image: -o-linear-gradient(top, #e9e9e9, #d2d2d2);
      background-image: linear-gradient(top, #e9e9e9, #d2d2d2); }
    .cB-form-embed.btn-white .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-white input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-white input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-white input[type="submit"]:active:not(:disabled) {
      border: 1px solid #d2d2d2;
      box-shadow: inset 0 0 8px 4px #cbcbcb, inset 0 0 8px 4px #cbcbcb, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-white .cB-btn:disabled,
    .cB-form-embed.btn-white input[type="button"]:disabled,
    .cB-form-embed.btn-white input[type="reset"]:disabled,
    .cB-form-embed.btn-white input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-yellow .cB-btn,
  .cB-form-embed.btn-yellow input[type="button"],
  .cB-form-embed.btn-yellow input[type="reset"],
  .cB-form-embed.btn-yellow input[type="submit"] {
    border: 1px solid #c59500;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #f8d360;
    color: white;
    display: inline-block;
    font-size: 11px;
    background-color: #ffc40d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc40d), color-stop(100%, #d4a000));
    background-image: -webkit-linear-gradient(top, #ffc40d, #d4a000);
    background-image: -moz-linear-gradient(top, #ffc40d, #d4a000);
    background-image: -ms-linear-gradient(top, #ffc40d, #d4a000);
    background-image: -o-linear-gradient(top, #ffc40d, #d4a000);
    background-image: linear-gradient(top, #ffc40d, #d4a000);
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 0 #b08500;
    -webkit-background-clip: padding-box; }
    .cB-form-embed.btn-yellow .cB-btn:hover:not(:disabled),
    .cB-form-embed.btn-yellow input[type="button"]:hover:not(:disabled),
    .cB-form-embed.btn-yellow input[type="reset"]:hover:not(:disabled),
    .cB-form-embed.btn-yellow input[type="submit"]:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #f7c62e;
      cursor: pointer;
      background-color: #eeb505;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeb505), color-stop(100%, #c59500));
      background-image: -webkit-linear-gradient(top, #eeb505, #c59500);
      background-image: -moz-linear-gradient(top, #eeb505, #c59500);
      background-image: -ms-linear-gradient(top, #eeb505, #c59500);
      background-image: -o-linear-gradient(top, #eeb505, #c59500);
      background-image: linear-gradient(top, #eeb505, #c59500); }
    .cB-form-embed.btn-yellow .cB-btn:active:not(:disabled),
    .cB-form-embed.btn-yellow input[type="button"]:active:not(:disabled),
    .cB-form-embed.btn-yellow input[type="reset"]:active:not(:disabled),
    .cB-form-embed.btn-yellow input[type="submit"]:active:not(:disabled) {
      border: 1px solid #c59500;
      box-shadow: inset 0 0 8px 4px #b58900, inset 0 0 8px 4px #b58900, 0 1px 1px 0 #eeeeee; }
    .cB-form-embed.btn-yellow .cB-btn:disabled,
    .cB-form-embed.btn-yellow input[type="button"]:disabled,
    .cB-form-embed.btn-yellow input[type="reset"]:disabled,
    .cB-form-embed.btn-yellow input[type="submit"]:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .cB-form-embed.btn-mini .cB-btn,
  .cB-form-embed.btn-mini input[type="button"],
  .cB-form-embed.btn-mini input[type="reset"],
  .cB-form-embed.btn-mini input[type="submit"] {
    font-size: 0.8em; }
  .cB-form-embed.btn-small .cB-btn,
  .cB-form-embed.btn-small input[type="button"],
  .cB-form-embed.btn-small input[type="reset"],
  .cB-form-embed.btn-small input[type="submit"] {
    font-size: 1.4em; }
  .cB-form-embed.btn-regular .cB-btn,
  .cB-form-embed.btn-regular input[type="button"],
  .cB-form-embed.btn-regular input[type="reset"],
  .cB-form-embed.btn-regular input[type="submit"] {
    font-size: 2em; }
  .cB-form-embed.btn-large .cB-btn,
  .cB-form-embed.btn-large input[type="button"],
  .cB-form-embed.btn-large input[type="reset"],
  .cB-form-embed.btn-large input[type="submit"] {
    font-size: 2.6em; }
  .cB-form-embed.btn-full .cB-btn,
  .cB-form-embed.btn-full input[type="button"],
  .cB-form-embed.btn-full input[type="reset"],
  .cB-form-embed.btn-full input[type="submit"],
  .cB-form-embed .cB-form-embed-sm-screen .cB-btn,
  .cB-form-embed .cB-form-embed-sm-screen input[type="button"],
  .cB-form-embed .cB-form-embed-sm-screen input[type="reset"],
  .cB-form-embed .cB-form-embed-sm-screen input[type="submit"] {
    display: block;
    font-size: 2.6em;
    text-align: center; }

.cB-embed-form-full-screen-obscure {
  background: rgba(246, 246, 246, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .cB-embed-form-full-screen-obscure.pre {
    background: transparent; }
  .cB-embed-form-full-screen-obscure:target {
    display: block; }
  .cB-embed-form-full-screen-obscure .full {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .cB-embed-form-full-screen-obscure .modal {
    background: #f6f6f6;
    border-radius: 3px;
    box-shadow: 0 1px 3px #7f7f7f;
    margin: 15em auto;
    min-height: 12em;
    padding: 1em;
    position: relative;
    max-width: 40em;
    width: 96%;
    z-index: 2;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s; }
    .cB-embed-form-full-screen-obscure .modal.pre {
      margin-top: -100em; }
    .cB-embed-form-full-screen-obscure .modal .close-btn {
      background: #46a546;
      border-radius: 50%;
      box-shadow: 0 1px 0 rgba(8, 8, 8, 0.5);
      color: #f6f6f6;
      font-size: 3em;
      line-height: 1;
      position: absolute;
      right: -.25em;
      text-align: center;
      text-shadow: 0 1px 0 rgba(8, 8, 8, 0.5);
      top: -.25em;
      z-index: 1;
      width: 1em;
      height: 1em; }
      .cB-embed-form-full-screen-obscure .modal .close-btn:hover {
        background: #378137; }
