@import '//fonts.googleapis.com/css?family=Open+Sans:light,lightitalic,normal,italic,bold,bolditalic';
@import "https://fonts.googleapis.com/css?family=Open+Sans:light,lightitalic,normal,italic,bold,bolditalic";
.form-all:after {
  content: "";
  display: table;
  clear: both;
}
.form-all {
  font-family: "Open Sans", sans-serif;
}
.form-all {
  width: 690px;
}
.form-label-left,
.form-label-right {
  width: 300px;
}
.form-label {
  white-space: normal;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
}
.form-label-left {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: left;
}
.form-label-right {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: right;
}
.form-label-top {
  white-space: normal;
  display: block;
  float: none;
  text-align: left;
}
.form-radio-item label:before {
  top: 0;
}
.form-all {
  font-size: 14px;
}
.form-label {
  font-weight: normal;
  font-size: 0.95em;
}
.supernova {
  background-color: none;
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
/*
@width30: (unit(@formWidth, px) + 60px);
@width60: (unit(@formWidth, px)+ 120px);
@width90: (unit(@formWidth, px)+ 180px);
*/
/* | */
/* | */
/* | */
@media screen and (max-width: 480px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 689px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 689px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: none;
  border: 1px solid transparent;
}
.form-all {
  color: #000000;
}
.form-header-group .form-header {
  color: #000000;
}
.form-header-group .form-subHeader {
  color: #1a1a1a;
}
.form-sub-label {
  color: #1a1a1a;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #1a1a1a;
}
.form-checkbox-item label,
.form-radio-item label {
  color: #000000;
}
.form-line.form-line-active {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: inherit;
}
/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
/* omer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 18px;
  height: 18px;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-line {
  padding: 12px 36px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-all {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-section:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.form-section:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  color: #ffffff !important;
  background: #0b885e;
  box-shadow: none;
  text-shadow: none;
}
/*
& when ( @buttonFontType = google ) {
	@import (css) "@{buttonFontLink}";
}
*/
h2.form-header {
  line-height: 1.618em;
  font-size: 1.714em;
}
h2 ~ .form-subHeader {
  line-height: 1.5em;
  font-size: 1.071em;
}
.form-header-group {
  text-align: left;
}
/*.form-dropdown,
.form-radio-item,
.form-checkbox-item,
.form-radio-other-input,
.form-checkbox-other-input,*/
.form-captcha input,
.form-spinner input,
.form-error-message {
  padding: 4px 3px 2px 3px;
}
.form-header-group {
  font-family: "Open Sans", sans-serif;
}
.form-section {
  padding: 0px 0px 0px 0px;
}
.form-header-group {
  margin: 12px 36px 12px 36px;
}
.form-header-group {
  padding: 24px 0px 24px 0px;
}
.form-textbox,
.form-textarea {
  padding: 4px 3px 2px 3px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: inherit;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
  width: 150px;
}
.form-label {
  margin-bottom: 4px;
  margin-right: 0;
}
.form-label {
  font-family: "Open Sans", sans-serif;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.form-line-column {
  width: auto;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #ff3200;
}
.form-line-error .form-error-message {
  background-color: ;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: ;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid ;
  -webkit-box-shadow: 0 0 3px ;
  -moz-box-shadow: 0 0 3px ;
  box-shadow: 0 0 3px ;
}
.ie-8 .form-all {
  margin-top: auto;
  margin-top: initial;
}
.ie-8 .form-all:before {
  display: none;
}
[data-type="control_clear"] {
  display: none;
}
/* | */
@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
  .testOne {
    letter-spacing: 0;
  }
  .form-all {
    border: 0;
    max-width: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
    margin-right: 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  span.form-sub-label-container + span.form-sub-label-container {
    margin-right: 0;
  }
  .form-sub-label {
    white-space: normal;
  }
  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px;
  }
  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0!important;
  }
  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px;
  }
  .showAutoCalendar {
    width: 20px;
  }
  img.form-image {
    max-width: 100%;
    height: auto;
  }
  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 40px;
  }
  .form-collapse-table,
  .form-header-group {
    margin: 0;
  }
  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .form-collapse-hidden {
    display: none !important;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100% !important;
  }
  .form-label-left,
  .form-label-right {
    display: block;
    float: none;
    text-align: left;
    width: auto!important;
  }
  .form-line,
  .form-line.form-line-column {
    padding: 2% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100%!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial!important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 24px 0px !important;
    margin: 0 12px 2% !important;
    margin-left: 5%!important;
    margin-right: 5%!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.form-header-group.hasImage img {
    max-width: 100%;
  }
  [data-type="control_button"] {
    margin-bottom: 0 !important;
  }
  [data-type=control_fullname] .form-sub-label-container {
    width: 48%;
  }
  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%;
  }
  [data-type=control_phone] .form-sub-label-container {
    width: 65%;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  [data-type=control_phone] .form-sub-label-container:first-child {
    width: 31%;
    margin-right: 4%;
  }
  [data-type=control_datetime] .allowTime-container {
    width: 100%;
  }
  [data-type=control_datetime] .form-sub-label-container:first-child {
    width: 10%!important;
    margin-left: 0;
    margin-right: 0;
  }
  [data-type=control_datetime] .form-sub-label-container + .form-sub-label-container {
    width: 24%!important;
    margin-left: 6%;
    margin-right: 0;
  }
  [data-type=control_datetime] span + span + span > span:first-child {
    display: block;
    width: 100% !important;
  }
  [data-type=control_birthdate] .form-sub-label-container,
  [data-type=control_time] .form-sub-label-container {
    width: 27.3%!important;
    margin-right: 6% !important;
  }
  [data-type=control_time] .form-sub-label-container:last-child {
    width: 33.3%!important;
    margin-right: 0 !important;
  }
  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    min-height: 1px;
    width: 50% !important;
  }
  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%;
  }
  .form-pagebreak-back-container {
    padding: 0;
    text-align: right;
  }
  .form-pagebreak-next-container {
    padding: 0;
    text-align: left;
  }
  .form-pagebreak {
    margin: 0 auto;
  }
  .form-buttons-wrapper {
    margin: 0!important;
    margin-left: 0!important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  .form-buttons-wrapper .form-submit-print {
    margin: 0 !important;
  }
  table {
    width: 100%!important;
    max-width: initial!important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item,
  .form-radio-item {
    white-space: normal!important;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
    display: block;
    zoom: 1;
    width: auto;
  }
  .form-collapse-table:before,
  .form-collapse-table:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .form-collapse-table:after {
    clear: both;
  }
  .fb-like-box {
    width: 98% !important;
  }
  .form-error-message {
    clear: both;
    bottom: -10px;
  }
  .date-separate,
  .phone-separate {
    display: none;
  }
  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }
}
/* | */

/*__INSPECT_SEPERATOR__*/
@import '//fonts.googleapis.com/css?family=Open+Sans:light,lightitalic,normal,italic,bold,bolditalic';

/* Banco Lafise Theme */
#form-pagebreak-back_7 {
    display : none!important;
}

a, a:visited {
    position : relative;
    display : inline-block;
    color : #0b885e;
    transition : color .2s ease;
    padding : 0px 0;
    margin-bottom : 15px;
    text-decoration : none;
}

a:hover {
    color : #00583c;
}

a:hover::after,
    a:hover::before {
    width : 100%;
    left : 0;
}

a::after,
  a::before {
    content : '';
    position : absolute;
    top : calc(100%);
    width : 0;
    right : 0;
    height : 2px;
}

a::before {
    transition : width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background : #ffb531;
}

a::after {
    transition : width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background : #0b885e;
}

.form-all {
    background : none;
    box-shadow : none !important;
    font-family : 'Open Sans', sans-serif;
    margin : 0 !important;
    padding : 0 !important;
    height : 100%;
}

.form-all .form-pagebreak-back {
    background-color : #fafafa!important;
    background-image : none;
    border : 2px solid #cccccc!important;
    border-radius : 0px;
    box-shadow : none!important;
    color : #999999!important;
    cursor : pointer;
    float : left!important;
    font-family : Open Sans!important;
    font-size : 1.5em!important;
    font-weight : 600!important;
    padding : 15px!important;
    width : 90%;
}

.form-all .form-pagebreak-back:hover, .form-all .form-pagebreak-back:focus {
    background-color : #e6e6e6!important;
    border : 2px solid #a8a8a8!important;
    box-shadow : 3px 3px 10px 1px #cbcbcb!important;
    color : #0b885e!important;
    outline : none;
}

.form-all .form-pagebreak-back:focus {
    box-shadow : 3px 3px 10px 0px #888888;
}

.form-all .form-pagebreak-next {
    background-color : #0b885e !important;
    background-image : none;
    border : none;
    border-radius : 0px;
    color : #ffffff!important;
    cursor : pointer;
    float : right!important;
    font-family : Open Sans!important;
    font-size : 1.5em!important;
    font-weight : 600!important;
    padding : 15px!important;
    width : 90%;
}

.form-all .form-pagebreak-next:hover {
    outline : 2px solid #00583c !important;
    box-shadow : 3px 3px 10px 1px #888888;
}

.form-all .form-pagebreak-next:focus {
    outline : 2px solid #00583c !important;
    box-shadow : 3px 3px 10px 1px #888888;
}

.form-button-error {
    animation : slideDown 0.5s;
    background : url(https://s3.amazonaws.com/grahamtercero/LafiseCDN/SVG/Icons/BLN_Warning_Icon_38x35.svg) no-repeat!important;
    background-position : 30px 24px!important;
    color : #ffffff!important;
    display : inline-block;
    font-family : Open Sans!important;
    font-size : 1.3em!important;
    font-weight : 600!important;
    margin-top : 30px;
    padding : 15px 40px 18px 94px!important;
    text-align : left;
}

.form-button-error p {
    margin : 0px;
    padding : 0px;
}

.form-captcha {
    background-color : #f7f7f7;
    border : 1px solid #f2f2f2;
    min-width : 285px;
}

.form-captcha-image {
    border : 1px solid #0b885e;
    height : 80px;
    min-width : 263px;
}

.form-checkbox-item {
    margin-top : 2px!important;
    vertical-align : middle;
}

.form-checkbox-item label {
    color : #808080!important;
    display : inline-block;
    font-family : Open Sans!important;
    font-size : 1.3em!important;
    font-weight : 600!important;
    vertical-align : middle;
    width : 80%;
    padding-left : 0.5em !important;
}

.form-checkbox-other-input {
    border : 1px solid #e6e6e6;
    font-size : 1.2em;
    font-weight : 600;
    height : 1.8em;
    width : 40%!important;
}

.form-dropdown {
    background-color : #fafafa;
    border : 1px solid #cbcbcb;
    color : #0b885e;
    font-family : Open Sans;
    font-size : 1.3em;
    font-weight : 600;
    height : 2.6em;
    line-height : 33px!important;
    min-width : 250px;
    padding-left : 10px!important;
    vertical-align : middle;
}

.form-dropdown:focus, .form-dropdown:hover {
    border : 2px solid #0b885e !important;
    box-shadow : 1px 2px 3px 0px #dedede;
    outline : none !important;
}

.form-error-arrow {
    display : none!important;
}

.form-error-message {
    background : url(https://s3.amazonaws.com/grahamtercero/LafiseCDN/SVG/Icons/BLN_WarningRound_Icon.svg) no-repeat!important;
    background-color : #ffffff!important;
    background-position : 0 8px!important;
    border-radius : 0 !important;
    color : #f7214a!important;
    font-family : Open Sans!important;
    font-size : 1em!important;
    font-weight : 300;
    min-width : 200px;
    padding-left : 20px!important;
    box-shadow : none !important;
    animation : slideDown 0.5s;
    -webkit-animation : slideDown 0.5s;
}

.form-error-message img {
    display : none;
}

.form-header-group {
    border-bottom : 4px solid #0b885e;
    margin-bottom : 25px;
    margin-top : 0;
    padding-bottom : 15px;
    padding-top : 0;
}

.form-html {
    margin : 0;
    padding : 0;
}

.form-html h1 {
    color : #0b885e;
    font-family : 'Open Sans', sans-serif;
    font-size : 2.1em !important;
    font-weight : 300;
    line-height : 1.2em;
    text-align : center;
    padding-bottom : 20px;
}

.form-html p {
    color : #4d4d4d;
    font-family : 'Open Sans', sans-serif;
    font-size : 1.06em;
    line-height : 1.7em;
}

.form-html .form-text-dimmed {
    color : #999999;
}

.form-html .form-text-dimmed-small {
    color : #999999;
    font-size : 80%;
}

.form-hr {
    border : 2px solid #0b885e;
    margin-top : 20px;
}

.form-icon-container {
    min-width : 80px;
}

.form-icon-title {
    color : #0b885e;
    list-style : none !important;
    font-weight : 700;
    font-size : 1.5em;
    padding : 0px;
}

.form-icon-title li:first-child {
    float : left;
    margin-right : 15px;
    min-height : 60px;
    min-width : 73px;
}

.form-icon-title li:last-child {
    color : #4d4d4d;
    font-size : 0.8em;
    font-weight : 300;
    padding-top : 5px;
}

.form-icon-title strong {
    font-weight : 800;
    font-size : 105%;
}

.form-input {
    width : 100%!important;
}

.form-input-wide .form-button-error {
    background-color : #f7214a!important;
}

.form-label {
    color : #4d4d4d!important;
    font-family : Open Sans!important;
    font-size : 1em;
    font-weight : 300;
    width : 100%!important;
}

p.form-label-compact {
    color : #4c4c4c!important;
    font-family : Open Sans!important;
    font-size : 0.9em !important;
    font-weight : 300;
    margin-top : -15px;
    margin-bottom : 5px;
    padding-top : 0px;
    width : 100%!important;
}

.form-line {
    border : 0!important;
    margin : 0;
    padding-bottom : 10px;
    padding-top : 15px;
}

.form-line[data-type="control_fileupload"] input {
    background-color : #f7f7f7 !important;
    border : 1px solid #dedede;
    color : #4d4d4d;
    display : block;
    font-family : 'Open Sans', 'Tahoma';
    height : 50px;
    min-width : 300px;
    padding : 25px 10px 0px 10px;
}

.form-line[data-type="control_fileupload"] input:focus, .form-line[data-type="control_fileupload"] input:hover {
    border : 2px solid #0b885e;
    box-shadow : 1px 2px 3px 0px #dedede !important;
    outline : none !important;
}

.form-line-active {
    background-color : #e6f6e6;
}

.form-line-active input[type="text"]:focus,.form-line-active input[type="email"]:focus,.form-line-active input[type="tel"]:focus,input[type="number"]:focus {
    background-color : #e5ffea!important;
    border : 2px solid #0b885e!important;
    color : #0b885e!important;
    outline : none;
}

.form-line-active select:focus {
    background-color : #fcfcfc!important;
    border : 2px solid #0b885e!important;
    color : #0b885e!important;
    outline : none;
}

.form-line.form-line-column {
    margin-top : 0px;
    padding-top : 0px;
}

.form-line-error {
    background-color : #ffffff!important;
    box-shadow : none !important;
}

.form-line-error input:not(#coupon-input),.form-line-error textarea, .form-line-error select {
    background-color : #fff1f1!important;
    border : 1px solid #f7214a!important;
    box-shadow : 0px 0px 6px #f7214a!important;
    color : #f7214a;
    outline : none;
}

.form-line[data-type="control_text"] {
    padding-bottom : 0px !important;
}

.form-multiple-column {
    color : #0b8853!important;
    font-family : Open Sans!important;
    font-size : 1em!important;
    font-weight : 600!important;
    margin-top : 10px;
}

.form-multiple-column .form-checkbox-item {
    margin-top : 5px!important;
    width : 50%!important;
}

.form-multiple-column,.form-single-column {
    width : 100%!important;
}

.form-pagebreak {
    border : 0;
    padding : 35px 0;
    width : 90%;
}

.form-pagebreak-back-container {
    padding : 0;
    width : 49%!important;
}

.form-pagebreak-next-container {
    padding : 0;
    width : 49%!important;
}

.form-pagebreak-next:focus {
    outline : none!important;
}

.form-radio-item {
    box-sizing : border-box;
    display : block !important;
    position : relative;
    padding-left : 38px;
    min-height : 32px;
}

.form-radio-item label {
    color : #808080;
    font-family : Open Sans;
    font-size : 1.3em;
    font-weight : 600;
}

.form-required {
    color : #f7214a;
    font-family : Open Sans;
    font-weight : 800;
}

.form-section {
    animation : fadeIn 0.5s;
}

.form-single-column {
    margin-top : 10px!important;
    width : max-content;
}

.form-sub-label {
    color : #808080;
    font-family : Open Sans;
    font-weight : 300;
    padding-bottom : 0px;
}

.form-subHeader {
    color : #0b885e !important;
    font-family : Open Sans !important;
    font-size : 1.4em !important;
    font-weight : 300 !important;
}

.form-submit-button {
    background : none;
    background-color : #0b885e !important;
    border : none;
    border-radius : 0px !important;
    color : #ffffff !important;
    cursor : pointer;
    font-family : 'Open Sans' !important;
    font-size : 1.5em!important;
    font-weight : 700!important;
    text-shadow : 1px 1px 1px #00583c !important;
    padding : 20px !important;
    width : 60%;
}

.form-submit-button:hover {
    background : none;
    background-color : #256952!important;
    box-shadow : 3px 3px 10px 1px #888888;
    outline : 2px solid #00583c !important;
}

.form-submit-button:focus {
    outline : 2px solid #00583c !important;
    box-shadow : 3px 3px 10px 1px #888888;
    outline : 2px solid #00583c !important;
}

.form-text-highlight {
    font-weight : 800;
    color : #0b885e;
    font-size : 120%;
}

.form-text-label {
    color : #4d4d4d;
    font-family : Open Sans;
    font-size : 1em;
    font-weight : 300;
    line-height : 0px;
    white-space : nowrap;
}

.form-textarea {
    background-color : #fcfcfc;
    border : 1px solid #cbcbcb;
    color : #0b885e;
    font-family : Open Sans;
    font-size : 1.3em;
    font-weight : 600;
    height : 100px;
    line-height : 1.4em!important;
    padding-left : 10px!important;
    padding-top : 8px;
    vertical-align : middle;
}

.form-textarea:focus {
    background-color : #e5ffea!important;
    border : 2px solid #0b885e!important;
    color : #0b885e!important;
    outline : none;
}

.form-textbox {
    background-color : #fcfcfc;
    border : 1px solid #cbcbcb;
    color : #0b885e;
    font-family : Open Sans;
    font-size : 1.3em;
    font-weight : 600;
    height : 2.2em;
    line-height : 33px!important;
    padding-left : 10px!important;
    vertical-align : middle;
}

.form-textbox.jf-required {
    border : 1px solid;
}

.form-line[data-type="control_fileupload"] .form-validation-error {
    border-width : 0px 0px 3px 0px !important;
    box-shadow : none;
    border-color : #f7214a !important;
}

[data-component=time-hour], [data-component=time-minute], [data-component=time-ampm] {
    min-width : 80px !important;
}

[data-type=control_datetime] .form-sub-label-container {
    margin : 1px!important;
    min-width : 70px!important;
}

[data-type=control_fullname] .form-sub-label-container {
    margin-right : 5px!important;
}

.jotform-form {
    padding : 0 !important;
}

div.form-buttons-wrapper {
    margin : 0!important;
}

h2.form-header {
    color : #00583c!important;
    font-family : Open Sans;
    font-size : 2.5em !important;
    font-weight : 600;
    line-height : 1.2em!important;
}

html, body {
    display : block;
    height : 100%!important;
}

img[data-component="datetime"] {
    background : url(https://s3.amazonaws.com/grahamtercero/LafiseCDN/SVG/Icons/BL_ICN_Calendar.svg) no-repeat;
    height : 0;
    padding : 18px 0 0 18px;
    width : 0;
}

img[data-component="datetime"]:hover {
    cursor : pointer;
}

input[data-component="suffix"],input[data-component="last"],input[data-component="middle"],input[data-component="first"] {
    margin-right : 5px!important;
    min-width : 100px!important;
    width : 200px;
}

input[type="checkbox"] {
    -moz-appearance : none;
    -webkit-appearance : none;
    appearance : none;
    background : #fafafa;
    box-shadow : inset 0 0 0 .4em white, 0 0 0 .3em;
    color : #cbcbcb;
    cursor : pointer;
    height : 24px;
    margin : 4px;
    transition : .2s;
    width : 24px;
}

input[type="checkbox"]:checked {
    background : #0b885e;
    box-shadow : inset 0 0 0 .3em white, 0 0 0 .3em #0b885e;
}

input[type="checkbox"]:focus {
    border : 0!important;
    box-shadow : inset 0 0 0 .3em white, 0 0 0 .3em #0b8853, 0 0 .1em .4em #00583c;
    outline : none!important;
}

input[type="radio"] {
    -moz-appearance : none;
    -webkit-appearance : none;
    appearance : none;
    background : #fafafa;
    border-radius : 50%;
    box-shadow : inset 0 0 0 .4em white, 0 0 0 .3em;
    color : #cbcbcb;
    cursor : pointer;
    height : 24px;
    left : 0;
    margin : 0.3em !important;
    position : absolute;
    transition : .2s;
    top : 0;
    width : 24px;
}

input[type="radio"]:checked {
    background : #0b885e;
    box-shadow : inset 0 0 0 .4em white, 0 0 0 .3em #0b885e;
}

input[type="radio"]:focus {
    border : 0!important;
    box-shadow : inset 0 0 0 .4em white, 0 0 0 .3em #0b8853, 0 0 .1em .4em #00583c !important;
    outline : none!important;
}

input[type="radio"]:hover {
    background : #0b885e;
    box-shadow : inset 0 0 0 .4em white, 0 0 0 .3em;
}

input[type=first] {
    background-color : red;
}

p.form-subtitles {
    color : #0b885e;
    font-family : Open Sans;
    font-size : 1.6em;
    font-weight : 600;
}

.qq-upload-button {
    border-radius : 0px !important;
    box-shadow : none !important;
    font-family : 'Open Sans', sans-serif !important;
}

.qq-upload-button-hover, .qq-upload-button-focus {
    border : 2px solid #0b885e;
    box-shadow : 1px 2px 3px 0px #dedede !important;
    color : #0b885e;
    font-weight : 800 !important;
    outline : none !important;
}

.qq-upload-cancel {
    display : none !important;
}

.qq-upload-delete {
    animation : fadeIn 0.3s;
    background : none !important;
    background-color : #f7214a !important;
    border-radius : 0px !important;
    color : #ffffff;
    font-family : 'Open Sans', 'Sans Serif';
    font-size : 1.3em;
    font-weight : 800;
    padding-top : 3px;
    text-shadow : none !important;
    width : 25px !important;
    -moz-border-radius : 0px !important;
    -webkit-border-radius : 0px !important;
}

.qq-upload-list li {
    animation : fadeIn 0.5s;
    background : #f7f7f7;
    background-image : url('https://s3.amazonaws.com/grahamtercero/LafiseCDN/SVG/Icons/BL_ICN_Check.svg');
    background-position : right 4px top 6px;
    background-repeat : no-repeat;
    background-size : 15px;
    border : 1px solid #dedede;
    border-radius : 0px;
    color : #4d4d4d;
    font-family : 'Open Sans';
    padding : 5px 30px 5px 10px;
    width : 100%;
    -moz-border-radius : 0px;
    -webkit-border-radius : 0px;
}

.qq-upload-list li:hover {
    border : 1px solid #aaa;
    box-shadow : 1px 2px 3px 0px #dedede;
}

.sandbox {
    background-color : #f7214a;
    color : #ffffff;
    font-family : 'Open Sans', sans-serif;
    font-size : 2.5em;
    font-weight : 600;
    line-height : 2em;
    text-align : center;
}

.thankyou {
    animation : slideIn 0.7s;
}

.thankyou .form-all {
    padding : 0 !important;
    display : block;
}

.thankyou .form-feature-list {
    list-style : none;
    margin : 0px;
    padding : 0px;
}

.thankyou .form-icon-container {
    float : left;
    min-height : 80px;
    min-width : 80px;
}

.thankyou .form-text-container {
    border-bottom : 1px solid #6ac949;
    display : block;
    margin-bottom : 30px;
    min-width : 85%;
    overflow : auto;
}

.thankyou .form-text-container:last-child {
    border-bottom : 0px;
}

.thankyou h1 {
    color : #00583c;
    font-family : 'Open Sans', sans-serif;
    font-size : 2.5em;
    font-weight : 600;
    line-height : 1.2em;
    margin : 0;
    text-align : left;
}

.thankyou h2 {
    color : #0b885e;
    font-family : 'Open Sans', sans-serif;
    font-size : 2.6em;
    font-weight : 300;
    line-height : 1.3em;
    text-align : left;
}

.thankyou h3 {
    color : #0b885e;
    font-family : 'Open Sans', sans-serif;
    font-weight : 300;
    font-size : 1.4em;
    line-height : 1.5em;
    margin : 0;
    text-align : left;
}

.thankyou h4 {
    color : #0b885e;
    font-family : 'Open Sans', sans-serif;
    font-size : 1.3em;
    font-weight : 600;
    line-height : 1.3em;
    margin : 0;
    text-align : left;
}

.thankyou hr.form-divider-main {
    background-color : #0b885e;
    border : 0;
    height : 4px;
    margin-top : 15px;
}

.thankyou hr.form-divider-secondary {
    background-color : #6ac949;
    border : 0;
    height : 1px;
    margin-bottom : 30px;
}

.thankyou p, .thankyou li {
    color : #4d4d4d;
    font-size : 1.15em;
    font-weight : 300;
    line-height : 1.6;
    margin-top : 5px;
    text-align : left;
}

@keyframes fadeIn {0% { opacity: 0.0; }100% { opacity: 1.0; }}

@-webkit-keyframes fadeIn {0% { opacity: 0.0; }100% { opacity: 1.0; }}

@keyframes ripple {
        0% {
            transform: scale(0, 0);
            opacity: 1;
        }
        20% {
            transform: scale(25, 25);
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: scale(70, 70);
        }
        }

@keyframes ripple {
        0% {
            transform: scale(0, 0);
            opacity: 1;
        }
        20% {
            transform: scale(25, 25);
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: scale(70, 70);
        }
        }

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

@keyframes slideIn {
	0% {
		transform: translateX(100%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}		
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translateX(100%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}	
}

