/* Default CSS */
/*
 * Ninja Forms - Form Display Structure
 */
.ninja-forms-form-wrap *, .ninja-forms-form-wrap *:after, .ninja-forms-form-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.nf-response-msg {
  display: none;
}
.nf-field-container, #ninja_forms_required_items {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}
.nf-field-container::after, #ninja_forms_required_items::after {
  clear: both;
  content: "";
  display: block;
}
.nf-field-container.hidden-container, #ninja_forms_required_items.hidden-container, .nf-field-container.hr-container, #ninja_forms_required_items.hr-container {
  margin: 0;
  height: auto;
}
.nf-field-container.hidden-container .nf-field-label, #ninja_forms_required_items.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label, #ninja_forms_required_items.hr-container .nf-field-label {
  display: none;
}
.nf-field-container.html-container .nf-field-label, #ninja_forms_required_items.html-container .nf-field-label {
  display: none;
}
.nf-field-label .nf-label-span, .nf-field-label label {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.nf-field-element {
  position: relative;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.nf-field-element textarea {
  height: 200px;
}
.nf-field-description p:last-child {
  margin: 0;
}
.nf-help {
  background: url('../img/help-info.png') no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.nf-input-limit {
  font-size: 12px;
  margin-top: 5px;
}
.nf-static {
  padding: 0 10px;
}
.nf-after-field .nf-error-msg {
  margin-right: 10px;
}
/* ---------------------------------
 Screen Reader CSS
 ----------------------------------*/
.nf-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  width: 1px;
}
/* ---------------------------------
 Date/Time FIELD
 ----------------------------------*/
.nf-field-element .time-wrap {
  padding: 1px;
}
/* ---------------------------------
 CHECKBOX FIELD
 ----------------------------------*/
/* ---------------------------------
 RADIO & CHECKBOX LISTS
 ----------------------------------*/
.list-radio-wrap .nf-field-element ul, .list-checkbox-wrap .nf-field-element ul, .list-image-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element li, .list-image-wrap .nf-field-element li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-radio-wrap .nf-field-element ul input, .list-checkbox-wrap .nf-field-element ul input, .list-image-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input {
  margin-right: 5px;
}
.list-radio-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element li, .list-image-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px !important;
  text-indent: initial !important;
}
.list-radio-wrap .nf-field-element li label, .list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label {
  display: block;
  float: initial;
  width: auto;
  margin-left: 1.5em;
}
.list-radio-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input {
  width: auto !important;
  float: left;
  margin-top: 0.25em;
}
.listimage-wrap li {
  width: 100%;
  height: 100%;
  display: inline-grid;
}
.listimage-wrap li label {
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.listimage-wrap li label.nf-checked-label {
  border-width: 2px;
  border-style: solid;
  border-color: #007acc;
  transition: all 0.5s;
}
.listimage-wrap li label img {
  display: block;
}
.listimage-wrap li input:focus + label {
  outline: 2px solid;
}
/* ---------------------------------
 PRODUCT FIELD
 ----------------------------------*/
.product-wrap > div input {
  width: 80px !important;
}
.product-wrap > div .nf-product-field span {
  padding: 0 5px;
}
/* ---------------------------------
 STAR RATING
 ----------------------------------*/
.starrating-wrap .star {
  border-bottom: 0;
}
/* ---------------------------------
 HONEYPOT
 ----------------------------------*/
.nf-form-hp {
  position: absolute;
  visibility: hidden;
}
/* ---------------------------------
 SELECT LIST
 ----------------------------------*/
.list-select-wrap div div {
  display: none;
}
/* ---------------------------------
 COLORS
 As minimal as possible
 ----------------------------------*/
.ninja-forms-req-symbol, .nf-error-msg {
  color: #E80000;
}
.nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}
.nf-error.listimage-wrap .nf-field-element ul {
  border: 1px solid #E80000;
}
.nf-field-submit-error {
  padding: 15px;
}
.ninja-forms-noscript-message {
  background: #f1f1f1;
  border: 4px dashed #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}
/* ---------------------------------
 HELPER CLASSES
 ----------------------------------*/
.two-col-list ul li {
  float: left;
  width: 50%;
}
.three-col-list ul li {
  float: left;
  width: 33.33%;
}
.four-col-list ul li {
  float: left;
  width: 25%;
}
.five-col-list ul li {
  float: left;
  width: 20%;
}
.six-col-list ul li {
  float: left;
  width: 16.66%;
}
body .pika-label {
  background: transparent;
}
/* Column Classes
 Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
 --------------------------------------------- */
.nf-form-cont .five-sixths, .nf-form-cont .four-sixths, .nf-form-cont .one-fourth, .nf-form-cont .one-half, .nf-form-cont .one-sixth, .nf-form-cont .one-third, .nf-form-cont .three-fourths, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths, .nf-form-cont .two-sixths, .nf-form-cont .two-thirds {
  clear: initial;
  float: left;
  margin-left: 2.5641025641%;
}
.nf-form-cont .five-sixths .inside, .nf-form-cont .four-sixths .inside, .nf-form-cont .one-fourth .inside, .nf-form-cont .one-half .inside, .nf-form-cont .one-sixth .inside, .nf-form-cont .one-third .inside, .nf-form-cont .three-fourths .inside, .nf-form-cont .three-sixths .inside, .nf-form-cont .two-fourths .inside, .nf-form-cont .two-sixths .inside, .nf-form-cont .two-thirds .inside {
  padding: 20px;
}
.nf-form-cont .five-sixths::after, .nf-form-cont .four-sixths::after, .nf-form-cont .one-fourth::after, .nf-form-cont .one-half::after, .nf-form-cont .one-sixth::after, .nf-form-cont .one-third::after, .nf-form-cont .three-fourths::after, .nf-form-cont .three-sixths::after, .nf-form-cont .two-fourths::after, .nf-form-cont .two-sixths::after, .nf-form-cont .two-thirds::after {
  clear: both;
  content: "";
  display: block;
}
.nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
  width: 48.7179487179%;
}
.nf-form-cont .one-third, .nf-form-cont .two-sixths {
  width: 31.6239316239%;
}
.nf-form-cont .four-sixths, .nf-form-cont .two-thirds {
  width: 65.811965812%;
}
.nf-form-cont .one-fourth {
  width: 23.0769230769%;
}
.nf-form-cont .three-fourths {
  width: 74.358974359%;
}
.nf-form-cont .one-sixth {
  width: 14.5299145299%;
}
.nf-form-cont .five-sixths {
  width: 82.905982906%;
}
.nf-form-cont .first {
  clear: both;
  margin-left: 0;
}
/* ---------------------------------
 CHECKBOX FIELD
 ----------------------------------*/

.checkbox-wrap .nf-field-label label,
.listcheckbox-wrap .nf-field-label label,
.checkbox-wrap .nf-field-element label,
.listcheckbox-wrap .nf-field-element label {
    position: relative;
    margin-left: 30px;
}

.checkbox-wrap .nf-field-label label::after,
.listcheckbox-wrap .nf-field-label label::after,
.checkbox-wrap .nf-field-element label::after,
.listcheckbox-wrap .nf-field-element label::after {
    border: 1px solid;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -28px;
    bottom: 0;
}

.checkbox-wrap .nf-field-label label::before,
.listcheckbox-wrap .nf-field-label label::before,
.checkbox-wrap .nf-field-element label::before,
.listcheckbox-wrap .nf-field-element label::before {
    color: #FF0000;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}

.checkbox-container .nf-field-element input {
    display: inherit;
    opacity: 0;
}

.checkbox-container.label-above label {
    height: 50px;
    margin: 0;
    display: block;
}

.checkbox-container.label-above label::before {
    left: -2px;
    bottom: -16px;
}

.checkbox-container.label-above label::after {
    left: 0;
    bottom: -16px;
}

.checkbox-container.label-below label {
    margin: 0;
    display: block;
    margin-top: 20px;
}

.checkbox-container.label-below label::before {
    left: -2px;
    bottom: auto;
    top: -27px;
}

.checkbox-container.label-below label::after {
    left: 0;
    bottom: auto;
    top: -25px;
}

.checkbox-container.label-left .nf-field-label {
    width: 38%;
    padding-right: 5%;
}

.checkbox-container.label-left .nf-field-element {
    width: 58%;
}

.checkbox-container.label-left label {
    margin: 0;
    display: block;
}

.checkbox-container.label-left label::before {
    left: auto;
    top: -2px;
    right: -36px;
}

.checkbox-container.label-left label::after {
    left: auto;
    top: 0;
    right: -31px;
}

.checkbox-container.label-right .nf-field-label {
    padding: 0;
    order: 10;
}

.checkbox-container.label-right .nf-field-element {
    order: 5;
    display: inline;
    position: absolute;
    opacity: 0;
}

.checkbox-container.label-right label {
    margin: 0 0 0 30px;
    display: block;
}

.checkbox-container.label-right label::before {
    left: -30px;
    top: 0;
}

.checkbox-container.label-right label::after {
    left: -28px;
    top: 0;
}

.checkbox-container.label-right .field-wrap {
    display: flex;
}

.checkbox-container.label-right .field-wrap>div {
    width: 100%;
}

.checkbox-container.label-hidden label {
    height: 0;
    margin: 0;
    display: block;
}

.checkbox-container.label-hidden label::after {
    left: 0;
    bottom: 0;
    visibility: visible;
}

.checkbox-container.label-hidden label.nf-checked-label::before {
    left: -2px;
    bottom: 0;
    visibility: visible;
}

.listcheckbox-container .nf-field-label label::after {
    background: transparent !important;
    border: 0;
}

.listcheckbox-container .nf-field-element input {
    display: inherit;
    opacity: 0;
}

.listcheckbox-container .nf-field-element label {
    margin-left: 30px !important;
}

.listcheckbox-container .nf-field-element label::before {
    top: 1px;
    left: -30px;
    bottom: auto;
}

.listcheckbox-container .nf-field-element label::after {
    top: 3px;
    bottom: auto;
}

.listcheckbox-container.label-above .nf-field-label label,
.listcheckbox-container.label-below .nf-field-label label,
.listcheckbox-container.label-right .nf-field-label label {
    margin: 0;
}

.listcheckbox-container.label-above .nf-field-label label::before,
.listcheckbox-container.label-below .nf-field-label label::before,
.listcheckbox-container.label-right .nf-field-label label::before {
    left: -30px;
}


/* FILE UPLOAD */
/* ---------------------------------
 STANDARDIZE ALL FIELDS
 ----------------------------------*/
.field-wrap {
    display: flex;
}

.field-wrap>label {
    display: block;
}

.field-wrap>div input,
.field-wrap textarea,
.field-wrap select,
.field-wrap .pikaday__container,
.field-wrap .pikaday__display {
    width: 100%;
}

.field-wrap>div input[type="checkbox"] {
    width: auto;
}

.field-wrap input[type="submit"],
.field-wrap input[type="button"],
.field-wrap button {
    width: auto;
}

.nf-field-label {
    order: 5;
}

.nf-field-description {
    width: 100%;
    order: 10;
}

.nf-field-element {
    order: 15;
}

/* ---------------------------------
 LABEL ABOVE
 ----------------------------------*/
.label-above .nf-field-label {
    margin-bottom: 10px;
}

/* ---------------------------------
 LABEL BELOW
 ----------------------------------*/
.label-below .nf-field-label {
    margin-top: 10px;
    order: 15;
}

.label-below .nf-field-element {
    order: 5;
}

/* ---------------------------------
 LABEL HIDDEN
 ----------------------------------*/
.label-hidden .field-wrap {
    flex-wrap: wrap;
}

.label-hidden .nf-field-label {
    height: 0;
    margin: 0 !important;
    width: 100%;
    visibility: hidden;
}

.label-hidden .nf-field-description {
    width: 100%;
    order: 20;
}

.label-hidden .nf-field-element {
    width: 100%;
}

/* ---------------------------------
 LABEL LEFT
 ----------------------------------*/
.label-left .field-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.label-left .nf-field-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 2%;
    text-align: right;
    width: 35%;
    order: 5;
}

.label-left .nf-field-label label {
    width: 100%;
}

.label-left .nf-field-description {
    margin-left: 35%;
}

.label-left .nf-field-element {
    display: inline-block;
    width: 65%;
    order: 10;
}

.label-left .nf-after-field {
    margin-left: 36.5%;
}

/* ---------------------------------
 LABEL RIGHT
 ----------------------------------*/
.label-right .field-wrap {
    flex-direction: row;
}

.label-right .nf-field-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 2%;
    width: 35%;
    order: 10;
}

.label-right .nf-field-description {
    margin-right: 35%;
    order: 15;
}

.label-right .nf-field-element {
    display: inline-block;
    width: 65%;
    order: 5;
}

.label-right .checkbox-wrap .nf-field-label {
    width: auto;
}

.label-right .checkbox-wrap .nf-field-element {
    width: 20px;
}

.label-right .nf-after-field {
    width: 65%;
}

/* ---------------------------------
 ADJUST SOME LABEL ABOVE & BELOW ISSUES
 ----------------------------------*/
.label-below .field-wrap,
.label-above .field-wrap {
    flex-direction: column;
    flex-flow: wrap;
}

.label-below .nf-field-element,
.label-above .nf-field-element {
    margin: 0;
    width: 100%;
}

/* ---------------------------------
 ADJUST SOME LABEL LEFT & RIGHT ISSUES
 ----------------------------------*/
.label-left .textarea-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label,
.label-left .listradio-wrap .nf-field-label,
.label-right .listradio-wrap .nf-field-label,
.label-left .listcheckbox-wrap .nf-field-label,
.label-right .listcheckbox-wrap .nf-field-label {
    align-items: flex-start;
}

.label-left .textarea-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label {
    margin-top: 5px;
}

.label-left .html-wrap,
.label-right .html-wrap,
.label-left .hr-wrap,
.label-right .hr-wrap {
    display: block;
}

.label-left .html-wrap .nf-field-element,
.label-right .html-wrap .nf-field-element,
.label-left .hr-wrap .nf-field-element,
.label-right .hr-wrap .nf-field-element {
    display: block;
    margin: 0;
    width: 100%;
}

/* ---------------------------------
 FIELD DESCRIPTION POSITIONS
 ----------------------------------*/

.nf-fu-progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.nf-fu-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.nf-fu-fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.nf-fu-button-cancel {
    float: right;
    display: none;
}

.nf-fu-fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .nf-fu-fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}