@font-face {
  font-family:'ProximaNovaLtRegular';
  src:url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/proximanova-light-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'ProximaNovaRgRegular';
  src:url('../fonts/proximanova-regular-webfont.eot');
  src:url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'ProximaNovaRgBold';
  src:url('../fonts/proximanova-bold-webfont.eot');
  src:url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/proximanova-bold-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'ProximaNovaLtItalic';
  src:url('../fonts/proximanova-lightitalic-webfont.eot');
  src:url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'ProximaNovaRgItalic';
  src:url('../fonts/proximanova-regularitalic-webfont.eot');
  src:url('../fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/proximanova-regularitalic-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-family: "ProximaNovaRgBold",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.ff-section-header {
    font-family: "ProximaNovaRgBold",Helvetica,Arial,sans-serif;
    font-weight: bold !important;
    color: red;
    font-size: 29px !important;
    border-bottom: none !important;
    padding: 0 5px !important;
}

.ff-invalid-msg {
    display:none;
}

.ff-chkagree .ff-signature-error {
    display: block;
}

#dvFastForms  .ff-chkagree label.ff-label {
    margin-bottom: 0 !important;
}

input.ff-input-type-invalid, select.ff-input-type-invalid, textarea.ff-input-type-invalid {
    border-width: 3px !important;
}

form label.error {
    color: red;
    padding: 0;
    display: block;
    position: absolute;
    left: 6px;
    bottom: -3px;
    line-height: 10px;
    font-size: 11px;
}

input[type="text"].error, input[type="email"].error, input[type="textbox"].error, select.error, textarea.error {
    border-color: #FF5B5B !important;
}

.ff-sign-block, .ff-chkagree, 
.ff-group-row > .ff-item-row {
    padding: 0 !important;
}

.ff-field-col > div {
    margin-left: 0 !important;
    float: left !important;
}

select.custom-select-offscreen {
    visibility: hidden !important;
    height: 1px !important;
    display: block !important;
}

.btn {
    font-weight: normal;
    line-height: 23px !important;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: -10px !important;
    margin-left: 5px !important;
}

/*
#dvFastForms .ff-group-row {
    display: block !important;
}*/

.nav {
    margin: 0 !important;
}

.ff-item-row {
    /*display: block !important;*/
    margin: 0 0 5px !important;
}

.ff-form-main .ff-item-row.full-row {
    margin: 0;
}

.ff-form-main .ff-item-row.full-row label {
    margin: 0 !important;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8);
    font-family: Open Sans, Arial;
}

#overlay span {
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    position:relative;
    top:50%;
}

.group-0 .ff-section-header {
    margin: 0 !important;
}

h3 {
    color: #ed1c24 !important;
}

.modal-header h3 {
    color: #333 !important;
}

.white_content_box {
  max-width: 506px;
  position: relative;
  margin: 20px -2px 20px;
  padding: 0 10px 40px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e1e1e3;
  min-height: 400px;
  padding: 0px 5px !important;
}

#dvFastForms .ff-group-row {
    border:none !important;
    max-width: 100% !important;
    font-family: Open Sans, sans-serif !important;
    margin: 0 !important;
}

.btn-label {
    margin-bottom: 5px !important;
}

ul.select2-choices {
    width: 95%;
}

.ff-type-text, .ff-textarea, .ff-select-type, .ff-select-type option {
    margin-right: 5px !important;
}

.ffs-typed .ff-chkagree.ff-col-1 {
    margin: 0 0 30px;
    padding-left: 0 !important;
}

.ffs-typed .ff-chkagree.ff-col-1 input {
    margin-top:0 !important;
}

.ffs-typed .ff-sign-block, .ffs-drawn .ff-sign-block {
    margin-bottom: 20px !important;
}

.docsignWrapper {
    padding-bottom: 0 !important;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    form input[type=email], form input[type=text], form input[type=number], form input[type=url], form input[type=file], form input[type=tel], form input[type=textbox], form select, form textarea {
        width: 90% !important;
    }
}