                        @import url("../../include/jscalendar/calendar-system.css");

/* calendar: */

.calendar .nav {
    background: #DDDDDD url("../../include/jscalendar/menuarrow.gif") no-repeat 100% 100%;
}

.calendar .combo {
    z-index: 99;
}

/* subscriber droplet */
ul#ulist{
    margin: 0;
}
/* .signatories h2 {
    line-height: 1.3rem;
} */
.signer {
    list-style: none;
    float: left;
    display: contents;
}
.signer .fa.fa-fw.fa-heart-o {
    margin: 0 .25rem;
    color: #f4f4f4;
}
.signer:first-child {
    display: none;
}

.signer span {
    font-weight: 600;
}
.signer span:nth-child(n+3) {
    font-weight: 400;
}
.last {
    font-style: italic;
}
.last.fa {
    font-style: normal;
}
/* .singner span:nth-child(n+2):after {
    content: ', ';
}

.singner span.fa:after {
    content: none;
} */

/* new classes: */

div.mpform {
    /* background-color:rgba(238,45,109,.75); */
    background-color: #F4F4f4;
    border: 7px solid #EE2D6D;
    padding: 0 4rem;
    margin: 8rem 0;
}

div.mpform p {
    padding:1px;
    margin:1px;
}

div.mpform p.help_txt {
    color:#600;
}

div.mpform fieldset {
    padding: 0px 6px 6px 6px;
    margin: 6px 0px 16px 0px;
    background-color: #f7f7f7;
    width: 610px;
}
div.mpform p.form-txt {
    margin-bottom: 2.5rem;
}

/* IE7 specific: */
*:first-child+html div.mpform fieldset {
    padding: 6px 6px 6px 6px;
    margin: 22px 0px 24px 0px;
}

div.mpform legend {
    padding: 6px 6px 0px 6px;
    margin: 0px 0 20px 0;
    background-color: #f7f7f7;
    border-left: 1px solid #666;
    border-top: 1px  solid #666;
    border-right: 1px  solid #666;
    font-weight: bold;
}

/* IE7 specific: */
*:first-child+html div.mpform legend {
    padding: 2px 6px 0px 6px;
    margin: -22px 0 10px 0;
}


/* >>>>>>>> Layout without main table: */
div.mpform div.newline {
    clear: both;
    margin: 0;
    padding: 0;
    margin: 0px;
    border-width: 0px;
    height: 0px;
    width: 100%;
}

div.mpform div.questionbox {
    /* clear: left;p
    float:left;
    width:180px;
    height:auto;
    padding: 4px;
    margin: 2px 0px 2px 2px;
    border-width: 0px;
    text-align: right; */
}

div.mpform fieldset div.questionbox {
    clear: left;
    float:left;
    width: 172px;
    height:auto;
    padding: 4px;
    margin: 2px 0px 2px 2px;
    border-width: 0px;
    text-align: right;
}

div.mpform div.answerbox {
    /* float:left;
    width:420px;
    height:auto;
    padding: 4px;
    margin: 2px 2px 2px 0; */
    width: 100%;
}

div.mpform fieldset div.answerbox {
    float:left;
    width: 412px;
    height:auto;
    padding: 4px;
    margin: 2px 2px 2px 0px;
    border: 0px;
}

/* div.mpform div.submitbox {
    clear: both;
    float: left;
    width: 602px;
    height: 26px;
    padding: 8px;
    margin: 2px;
    text-align: center;
} */

div.mpform div.submitbox input,
input.mpform_submit {
    background: #EE2D6D;
    width: 200px;
    margin: 4rem auto;
    position: relative;
    padding: 1rem;
    color: white;
    font-weight: 600;
    border: 2px solid #EE2D6D;
  }

  div.mpform div.submitbox input:hover, input.mpform_submit:hover {
    transition: all 0.3s ease-in-out;
    background: rgb(36, 36, 36);
  }
  #mc-embedded-subscribe:hover {
    transition: all 0.3s ease-in-out;
    color: #EE2D6D;
    background: white;
    border: 2px solid  #EE2D6D;

  }
  #mc-embedded-subscribe {
      margin: 1rem auto;
  }
/* <<<<<<<<< Layout without main table */

.mpform_title,
.mpform_help {
    float: left;
    width: 100%;;
}

.mpform_error .mpform_title,
.mpform_error .mpform_field,
.captcha_err  .mpform_title,
.captcha_err  .mpform_field {
    color: #EE2D6D !important;
}

.mpform_field {
    width:460px;
    padding:6px;
}

.mpform_date,
.mpform_email,
.mpform_textarea,
.mpform_text,
.mpform_select {
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
}
.answerbox .mpform_textarea {
    height: 100px;
}
.mpform_err_date,
.mpform_err_email,
.mpform_err_textarea,
.mpform_err_text,
.mpform_err_radio,
.mpform_err_radio_label,
.mpform_err_select,
.mpform_err_select_label,
.mpform_err_checkbox,
.mpform_err_checkbox_label,
.captcha_err,
.captcha_err input {
    background-color:#F4A4A4 !important;
    border: 1px solid #EE2D6D !important;
}

div.mpform_missing {
    background-color: #EE2D6D;
    border: 2px solid yellow;
    color: yellow;
    font-weight: bold;
    padding: 6px;
}

.mpform_textfield.mpform_readonly input.mpform_text {
    background-color: #ddd;
}

/* old classes: */
.mpform_date:hover,
.mpform_email:hover,
.mpform_textarea:hover,
.mpform_text:hover,
.mpform_radio:hover,
.mpform_select:hover,
.mpform_checkbox:hover,
.mpform_err_date:hover,
.mpform_err_email:hover,
.mpform_err_textarea:hover,
.mpform_err_text:hover,
.mpform_err_radio:hover,
.mpform_err_select:hover,
.mpform_err_checkbox:hover {
    /* background-color: white; */
}

.mpform_date,
.mpform_err_date{
    width: 120px;
}

.mpform_date_img{
    cursor: pointer;
    border: 0;
    vertical-align: middle;
}
.mpform_email,
.mpform_err_email {
    margin: 0;
}

.mpform_text,
.mpform_err_text {
    width: 100%;
    height: 50px;
    outline: none;
    margin: 0;
}
.mpform_radio,
.mpform_err_radio{
    width: 18px;
}
.mpform_checkbox,
.mpform_err_checkbox{
    width: 24px;
}
.mpform_select,
.mpform_err_select{
    width:410px;
}

.mpform_heading {
    width:98%;
    font-weight: bold;
    background-color: #777;
    color:#fff;
    padding: 5px;
}

.mpform_submit {
    cursor: pointer;
}
/* .mpform_submit:hover{
} */

span.mpform_required {
    color:red;
}

span.mpform_small {
    font-size:9px;
}


.captcha input {
    background-color:#F4F4F4;
    border: 1px solid #CCCCCC;
}

.captcha .captcha_expl{
    font-weight:normal;
}

.mpform_a_img{
    border:0;
}
.mpform_img_help{
    border:0;
    width:16px;
    height:16px;
}

.mpform_help_box_td{
    border:1px solid #666666;
    padding:6px;
    background-color:#ffffff;
    color:#003366;
}

.mpform_help_box_div{
   background-color:#5587B1;
}

.mpform_help_box_hr {
    width:100%;
    margin: 5px 0 ;
    padding:0px;
}

h5.mpform_help_box_h5 {
    color:#fff;
    background-color:#5587B1;
    font-size:1.0em;
    font-weight:bold;
    margin:0;
    padding:5px;
}

.mpform_help_box_h6 {
    color:#003366;
    background-color:#ccf;
    font-size:1.0em;
    font-weight:normal;
    margin:0;
    padding:4px;
}

div.mpform_results {
    background-color: #71ae03;
    padding: 5rem;
    color: white;
    font-weight: 600;
    margin: 10rem 0;
    font-weight: 600;
    font-size: 3rem;
}


/*** Don't remove the class nixhier, this is required for ASP ***/
.mpform_hiddenfield,
.nixhier {
    display:none;
}

/*** Popup box for displaying the help text ***/
.HelpDiv {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.HelpDiv-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*  deprecated definitions, only for forms created with mpform < 0.3.0
        mpform_td_help is now called mpform_help
*/

.mpform_td_help{
    width: 16px;
    vertical-align: top;
}

/* trici  styles*/
.fid6.mpform_textarea.mpform_title {
  min-height: 140px;
  margin-bottom: 3rem;
}
textarea {
  min-height: 100px;
}
.mpform_email, .mpform_err_email {
margin-bottom: 5rem;
}
.fid8.mpform_textfield.mpform_title {
  width: 25%;
}
.fid9 {
  width: 73%;
  float: right;
  }
@media only screen and (max-width: 1200px) {
    #mc-embedded-subscribe {
        font-size: 1.75rem;
      }
      .mpform_email, .mpform_err_email {
          font-size: 2rem;
      }
}
@media only screen and (max-width: 600px) {
    div.mpform {
        margin: 8rem -4vw;
        padding: 0 1rem;
    }
    /* .signer {
        font-size: 1.5rem;
        line-height: 2rem;
        display: inline-block;
    }
    .signer span.fa {
        display: none;
    } */
    .names {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    div.mpform div.submitbox input, input.mpform_submit,
    .btn {
        font-size: 1.75rem;
    }
    div.mpform div.submitbox input, input.mpform_submit {
        margin: 0 1rem 2rem;
    }
}                        