/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 2, 2016, 12:18:58 PM
    Author     : wh
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2016, 2:45:23 PM
    Author     : wh
*/
.ninja-forms-form p,
.ctct-custom-form p,
.ninja-forms-form-wrap p {
  margin: 0;
}
.ninja-forms-form br,
.ctct-custom-form br,
.ninja-forms-form-wrap br {
  display: none;
}
.ninja-forms-form label,
.ctct-custom-form label,
.ninja-forms-form-wrap label {
  color: #6BA4B8;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
}
.ninja-forms-form textarea,
.ninja-forms-form input[type=text], .ninja-forms-form input[type=email], .ninja-forms-form input[type=phone], .ninja-forms-form input[type=tel],
.ctct-custom-form textarea,
.ctct-custom-form input[type=text],
.ctct-custom-form input[type=email],
.ctct-custom-form input[type=phone],
.ctct-custom-form input[type=tel],
.ninja-forms-form-wrap textarea,
.ninja-forms-form-wrap input[type=text],
.ninja-forms-form-wrap input[type=email],
.ninja-forms-form-wrap input[type=phone],
.ninja-forms-form-wrap input[type=tel] {
  border: none;
  padding: 0.2rem;
  background-color: #fff;
  outline: none;
  margin-bottom: 1px;
  font-weight: 500;
  border-bottom: 1px solid #D29F13;
  font-size: 1.4rem;
}
.ninja-forms-form textarea:after,
.ninja-forms-form input[type=text]:after, .ninja-forms-form input[type=email]:after, .ninja-forms-form input[type=phone]:after, .ninja-forms-form input[type=tel]:after,
.ctct-custom-form textarea:after,
.ctct-custom-form input[type=text]:after,
.ctct-custom-form input[type=email]:after,
.ctct-custom-form input[type=phone]:after,
.ctct-custom-form input[type=tel]:after,
.ninja-forms-form-wrap textarea:after,
.ninja-forms-form-wrap input[type=text]:after,
.ninja-forms-form-wrap input[type=email]:after,
.ninja-forms-form-wrap input[type=phone]:after,
.ninja-forms-form-wrap input[type=tel]:after {
  content: "hell";
}
.ninja-forms-form textarea:focus,
.ninja-forms-form input[type=text]:focus, .ninja-forms-form input[type=email]:focus, .ninja-forms-form input[type=phone]:focus, .ninja-forms-form input[type=tel]:focus,
.ctct-custom-form textarea:focus,
.ctct-custom-form input[type=text]:focus,
.ctct-custom-form input[type=email]:focus,
.ctct-custom-form input[type=phone]:focus,
.ctct-custom-form input[type=tel]:focus,
.ninja-forms-form-wrap textarea:focus,
.ninja-forms-form-wrap input[type=text]:focus,
.ninja-forms-form-wrap input[type=email]:focus,
.ninja-forms-form-wrap input[type=phone]:focus,
.ninja-forms-form-wrap input[type=tel]:focus {
  border-bottom: 3px solid #D29F13;
}
.ninja-forms-form textarea:focus:after,
.ninja-forms-form input[type=text]:focus:after, .ninja-forms-form input[type=email]:focus:after, .ninja-forms-form input[type=phone]:focus:after, .ninja-forms-form input[type=tel]:focus:after,
.ctct-custom-form textarea:focus:after,
.ctct-custom-form input[type=text]:focus:after,
.ctct-custom-form input[type=email]:focus:after,
.ctct-custom-form input[type=phone]:focus:after,
.ctct-custom-form input[type=tel]:focus:after,
.ninja-forms-form-wrap textarea:focus:after,
.ninja-forms-form-wrap input[type=text]:focus:after,
.ninja-forms-form-wrap input[type=email]:focus:after,
.ninja-forms-form-wrap input[type=phone]:focus:after,
.ninja-forms-form-wrap input[type=tel]:focus:after {
  max-width: 100%;
}
.ninja-forms-form textArea,
.ctct-custom-form textArea,
.ninja-forms-form-wrap textArea {
  border: 1px solid rgba(210, 159, 19, 0.2);
  border-bottom: 1px solid #D29F13;
  margin-top: 20px;
}
.ninja-forms-form textarea:focus,
.ninja-forms-form input[type=text]:focus,
.ctct-custom-form textarea:focus,
.ctct-custom-form input[type=text]:focus,
.ninja-forms-form-wrap textarea:focus,
.ninja-forms-form-wrap input[type=text]:focus {
  border-bottom: 3px solid #D29F13;
}
.ninja-forms-form textarea:focus:after,
.ninja-forms-form input[type=text]:focus:after,
.ctct-custom-form textarea:focus:after,
.ctct-custom-form input[type=text]:focus:after,
.ninja-forms-form-wrap textarea:focus:after,
.ninja-forms-form-wrap input[type=text]:focus:after {
  max-width: 100%;
}
.ninja-forms-form input[type=radio] + label,
.ctct-custom-form input[type=radio] + label,
.ninja-forms-form-wrap input[type=radio] + label {
  color: #ccc;
  font-style: italic;
}
.ninja-forms-form input[type=radio]:checked + label,
.ctct-custom-form input[type=radio]:checked + label,
.ninja-forms-form-wrap input[type=radio]:checked + label {
  background-color: #000;
  border: 1px solid #D29F13;
}
.ninja-forms-form p,
.ctct-custom-form p,
.ninja-forms-form-wrap p {
  margin: 0;
}
.ninja-forms-form .ninja-forms-field-description,
.ctct-custom-form .ninja-forms-field-description,
.ninja-forms-form-wrap .ninja-forms-field-description {
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.ninja-forms-form input[type=submit],
.ninja-forms-form input[type=button],
.ctct-custom-form input[type=submit],
.ctct-custom-form input[type=button],
.ninja-forms-form-wrap input[type=submit],
.ninja-forms-form-wrap input[type=button] {
  border: none;
  background-color: #D29F13;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px 20px;
}
.ninja-forms-form input[type=submit]:hover,
.ctct-custom-form input[type=submit]:hover,
.ninja-forms-form-wrap input[type=submit]:hover {
  background-color: rgba(210, 159, 19, 0.8);
}
.ninja-forms-form input[type=radio]:checked + label,
.ctct-custom-form input[type=radio]:checked + label,
.ninja-forms-form-wrap input[type=radio]:checked + label {
  background-color: #D29F13;
}
.ninja-forms-form button,
.ctct-custom-form button,
.ninja-forms-form-wrap button {
  border: 2px solid #D29F13;
  background-color: transparent;
  color: #D29F13;
  padding: 3px 10px;
}
.ninja-forms-form span ul,
.ctct-custom-form span ul,
.ninja-forms-form-wrap span ul {
  margin-top: 0.7rem;
}
.ninja-forms-form span ul li,
.ctct-custom-form span ul li,
.ninja-forms-form-wrap span ul li {
  padding-left: 0;
}
.ninja-forms-form span ul li:before,
.ctct-custom-form span ul li:before,
.ninja-forms-form-wrap span ul li:before {
  display: none;
}
.ninja-forms-form span ul label,
.ctct-custom-form span ul label,
.ninja-forms-form-wrap span ul label {
  text-transform: none;
  color: #404041;
  font-weight: 500;
}
.ninja-forms-form .list-radio-wrap.label-above ul li,
.ninja-forms-form .list-radio-wrap.label-below ul li,
.ninja-forms-form .list-checkbox-wrap.label-above ul li,
.ninja-forms-form .list-checkbox-wrap.label-below ul li,
.ctct-custom-form .list-radio-wrap.label-above ul li,
.ctct-custom-form .list-radio-wrap.label-below ul li,
.ctct-custom-form .list-checkbox-wrap.label-above ul li,
.ctct-custom-form .list-checkbox-wrap.label-below ul li,
.ninja-forms-form-wrap .list-radio-wrap.label-above ul li,
.ninja-forms-form-wrap .list-radio-wrap.label-below ul li,
.ninja-forms-form-wrap .list-checkbox-wrap.label-above ul li,
.ninja-forms-form-wrap .list-checkbox-wrap.label-below ul li {
  padding: 3px 0;
}
.ninja-forms-form div.ninja-forms-required-items,
.ctct-custom-form div.ninja-forms-required-items,
.ninja-forms-form-wrap div.ninja-forms-required-items {
  margin-bottom: 1rem;
  font-style: italic;
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.ninja-forms-form .list-radio-wrap li label,
.ninja-forms-form .list-checkbox-wrap li label,
.ctct-custom-form .list-radio-wrap li label,
.ctct-custom-form .list-checkbox-wrap li label,
.ninja-forms-form-wrap .list-radio-wrap li label,
.ninja-forms-form-wrap .list-checkbox-wrap li label {
  font-size: 1.2rem;
}
.ninja-forms-form .label-above label,
.ctct-custom-form .label-above label,
.ninja-forms-form-wrap .label-above label {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  color: rgb(159, 193, 207);
}
.ninja-forms-form .nf-field-description,
.ctct-custom-form .nf-field-description,
.ninja-forms-form-wrap .nf-field-description {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.ninja-forms-form .label-right .field-wrap,
.ninja-forms-form .label-right .nf-field-label,
.ctct-custom-form .label-right .field-wrap,
.ctct-custom-form .label-right .nf-field-label,
.ninja-forms-form-wrap .label-right .field-wrap,
.ninja-forms-form-wrap .label-right .nf-field-label {
  flex-wrap: wrap;
}
.ninja-forms-form .nf-fu-progress,
.ctct-custom-form .nf-fu-progress,
.ninja-forms-form-wrap .nf-fu-progress {
  display: none;
}

.field-wrap {
  margin-bottom: 10px;
}

.nf-desc {
  margin-bottom: 2rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-style: italic;
}

.ctct-embed-signup #success_message {
  font-size: 2rem;
  color: #D29F13;
}

.ctct-custom-form input[type=text] {
  width: 100%;
}
.ctct-custom-form button {
  margin: 1rem 0;
}
.ctct-custom-form .ctct-form-footer {
  font-size: 0.8rem;
  margin: 1rem 0;
}
.ctct-custom-form p {
  margin: 1rem 0;
}
.ctct-custom-form .ctct-flagged,
.ctct-custom-form .ctct-form-errorMessage {
  color: #DC6B2F;
}
.ctct-custom-form .ctct-form-errorMessage {
  font-size: 0.8rem;
}/*# sourceMappingURL=apg-ninja-forms.css.map */