@font-face {
  font-family: "VIC-Regular";
  src: url("../fonts/VIC-Regular.woff2") format("woff2"), url("../fonts/VIC-Regular.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "VIC-Medium";
  src: url("../fonts/VIC-Medium.woff2") format("woff2"), url("../fonts/VIC-Medium.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "VIC-SemiBold";
  src: url("../fonts/VIC-SemiBold.woff2") format("woff2"), url("../fonts/VIC-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "VIC-Bold";
  src: url("../fonts/VIC-Bold.woff2") format("woff2"), url("../fonts/VIC-Bold.woff") format("woff");
  font-display: swap;
}

form.webform {
  margin: 30px 0;
  display: block;
}

.node-webform {
  margin-bottom: 60px;
}

.node-webform .form-rule {
  color: #54565A;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: -0.01px;
  line-height: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px;
  display: block;
}

.node-webform .form-rule strong {
  font-weight: 500;
}

.node-webform .form-rule:before {
  content: "\e903";
  font-family: 'icomoon';
  display: block;
  color: #D14827;
  position: relative;
  float: left;
  margin-right: 8px;
  font-size: 21px;
}

.node-webform h2 {
  display: flex;
  align-items: center;
  color: #11284B;
  font-family: VIC;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.84px;
  line-height: 24px;
}

.node-webform strong.title {
  color: #11284B;
  font-family: VIC;
  font-weight: 500;
  letter-spacing: -0.43px;
  font-size: 16px !important;
  line-height: 20px !important;
}

.node-webform .card-holder .text-hold {
  padding-right: 0;
  padding-left: 50px;
}

.node-webform .card-holder h3 {
  color: #11284B;
  font-family: VIC;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.47px;
  line-height: 28px;
}

.node-webform .card-holder:before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(4 -4)' fill='none' fill-rule='evenodd'%3E%3Cg transform='rotate(-90 34 18)'%3E%3Cpath d='M14.91 20.722l.001-12.744c0-.138 0-.28.022-.415A.66.66 0 0115.546 7a.63.63 0 01.668.485c.04.15.046.314.046.47.002 6.52.002 6.256.002 12.775v.405c.114-.099.187-.155.252-.22 1.412-1.388 2.823-2.778 4.235-4.168.062-.06.123-.125.194-.174a.66.66 0 01.902.125.727.727 0 01-.065.97c-.61.612-1.228 1.216-1.844 1.823L16.2 23.17c-.456.45-.774.448-1.23 0l-5.35-5.277c-.063-.062-.127-.121-.187-.184-.311-.327-.346-.759-.084-1.034.283-.299.698-.296 1.018.018.626.61 1.247 1.224 1.87 1.838l2.448 2.413c.054.053.113.1.225.198v-.42z' fill='%23BB3B18'/%3E%3Ccircle stroke='%23BB3B18' cx='15' cy='15' r='15'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.node-webform .card-holder p {
  margin-bottom: 0 !important;
}

.node-webform .card-holder a {
  text-decoration: none;
  color: #4A4A4A;
  font-family: VIC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.node-webform .card-holder .text-hold::after {
  content: "";
}

@media screen and (min-width: 768px) {
  .node-webform h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .node-webform strong.title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .form-item-agent-signature .description {
    margin-left: 33%;
    padding: 0 !important;
  }
}

.webform .jcf-select {
  width: 100%;
  margin: 0;
}

.webform .jcf-list {
  font-size: 14px;
}

.webform h2 {
  color: #3C3C3C;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.webform fieldset:first-child {
  margin-top: 30px;
}

.webform .form-group {
  margin-bottom: 0;
  padding: 17px 20px 17px 20px;
  position: relative;
}

.webform .form-group.align-top {

}

.webform .align-top label {
  display: inline;
  align-self: baseline;
  justify-content: flex-start;
}

.webform .align-top .description {
  font-style: italic;
}

.webform input[type="text"],
.webform input[type="email"],
.webform input[type="tel"],
.webform input[type="file"],
  /*.webform button,*/
.webform select,
.webform optgroup,
.webform textarea {
  box-sizing: border-box;
  border: 1px solid #D0D5D8;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 0 0 #ECECEC;
  min-height: 51px;
  padding: 10px;
  font-family: 'VIC';
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.webform fieldset:not(.fieldgroup) > legend {
  color: #fff;
  margin: 0;
  padding: 12px 22px;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 28px;
  width: 100%;
  border: 1px solid #11284B;
  border-radius: 3px 3px 0 0;
  background-color: #11284B;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.webform fieldset:not(.fieldgroup) > .fieldset-wrapper {
  padding: 0;
  border-right: 1px solid #C8C8C8;
  border-radius: 0;
  border-left: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

.webform fieldset:not(.fieldgroup) {
  position: relative;
  min-width: 0;
  background-color: #F9F8F8;
  margin: 0 0 30px;
  border-radius: 3px;
}

.webform .form-container {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.webform .form-container .form-group {
  display: flex;
  position: relative;
}

.webform .form-container .form-group.js-form-type-radios + .js-webform-states-hidden,
.webform .form-container .form-group.js-webform-states-hidden,
.webform .form-container .form-group:last-child {
  border-bottom: 1px solid #C8C8C8;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.webform label,
.webform legend {
  font-family: "VIC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.webform label {
  color: #54565A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 20px;
  display: inline;
}

.webform label.form-required::after {
  content: "*";
  /* color: red; */
  margin-left: 4px;
}

.webform .webform-signature-pad.invalid {
  border: 2px solid red;
}

.webform .invalid-feedback {
  color: #ffffff;
  margin-left: 0;
  border: 1px solid #B60202;
  border-radius: 2px;
  background-color: #B60202;
  margin-top: 0;
  width: auto;
  padding: 2px 5px;
  font-family: VIC;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
}

.webform .btn.btn-default {
  border-color: #CB2C00;
  color: #CB2C00;
}

.webform .btn.btn-default:focus {
  color: #ffffff;
}

.webform .btn.btn-default:hover {
  color: #ffffff;
  background-color: #CB2C00;
}

.webform .fieldset-wrapper > div.form-item {
  border-bottom: 1px solid #C8C8C8;
  padding: 20px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.webform .fieldset-wrapper > div.form-item:last-child {
  border: none;
}

.webform input[type="checkbox"] + label,
.webform input[type="radio"] + label {
  font-weight: 300;
  font-size: 15px;
  font-family: "VIC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.webform .form-checkboxes input[type="checkbox"] + label {
  position: relative;
  margin: -25px 34px 5px 30px;
  max-width: 372px;
  display: flex;
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.webform .form-checkboxes input[type="checkbox"] + label {

}

.webform textarea {
  width: 100% !important;
}

.webform .form-checkboxes input[type="checkbox"] + label + .description {
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 15px;
}

.webform .form-managed-file {
  padding-left: 0 !important;
}

.webform .form-textarea.required + .invalid-feedback,
.webform .form-textarea.invalid + .invalid-feedback {
  margin-left: 0;
}

.webform .js-form-type-checkbox .invalid-feedback {
  margin-left: 30px;
}

.webform .text-count-message {
  font-size: 12px;
  font-style: italic;
}

.webform .text-count-wrapper {
  padding-left: 0;
}

.webform .submit-button {
  border: none;
  background: #1BA4B2;
  color: #ffffff !important;
  font: 17px/1.25em "VIC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 17px 60px 17px 32px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-align: left;
  min-width: 261px;
}

.webform .actions {
  position: relative;
}

.webform .actions:after {
  content: "\e903";
  font-family: "icomoon";
  color: #fff;
  position: absolute;
  display: block;
  top: 18px;
  font-size: 13px;
  right: 22px;
}

.webform-section-wrapper {
  margin-bottom: 30px;
  max-width: 672px;
}

.webform input[type="submit"]:hover {
  background: #086169;
}

.webform .col-form-label {
  padding-left: 0;
  align-self: center;
}

.webform .js-form-type-webform-signature .col-form-label,
.webform .js-form-type-checkbooxes .col-form-label,
.webform .js-form-type-radios .col-form-label {
  align-self: baseline;
}

.webform input.invalid,
.webform .messages.messages--error {
  border: 1px solid #B60202;
  border-radius: 3px;
  background-color: #FFFAFA;
  box-shadow: inset 0 1px 0 0 #ECECEC;
  color: #B60202;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.webform span.optional {
  font-weight: 200;
  font-style: italic;
  display: block;
}

.webform *::-webkit-input-placeholder {
  color: #6A6A6A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.webform *:-moz-placeholder {
  color: #6A6A6A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 29px;
}

.webform *::-moz-placeholder {
  color: #6A6A6A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 29px;
}

.webform *:-ms-input-placeholder {
  color: #6A6A6A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.webform .description {
  font-weight: 300;
  line-height: 20px;
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: 0;
}

.webform .field-suffix {
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 0;
}

.webform .js-form-type-radios .description {
  margin-top: 8px;
}

.webform .js-form-type-checkboxes .form-item {
  /*  display: inline-block;*/
  margin-bottom: 10px;
}

.webform .webform-section-wrapper .js-form-type-webform-markup {
  padding: 0;
}

.webform .js-form-type-webform-markup {
  padding: 8px;
}

h1.webform {
  margin-bottom: 0;
}

.webform details {
  padding: 8px;
  display: block;
}

.webform details:after {
  content: "";
  border-bottom: 1px solid #C8C8C8;
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}

summary {
  color: #0E5DAB;
  font-family: "VIC";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01px;
  line-height: 21px;
  list-style-image: none;
  margin: 10px 0 10px;
}

summary:focus {
  list-style-image: none;
}

summary::-webkit-details-marker {
  background: none;
  color: transparent;
}

summary:focus::-webkit-details-marker {
  background: none;
}

summary:before {
  content: url('https://api.iconify.design/carbon:information-filled.svg?height=18');
  vertical-align: -0.125em;
}

summary:after {
  transition: .3s transform ease-in-out;
}

details.closed summary:after {
  float: right;
  margin-top: -5px;
  content: url('https://api.iconify.design/carbon:chevron-up.svg?height=32');
  vertical-align: -0.125em;
}

details.opened summary:after {
  float: right;
  margin-top: -5px;
  content: url('https://api.iconify.design/carbon:chevron-up.svg?height=32');
  vertical-align: -0.125em;
  transform: rotate(180deg);
}

.webform .js-webform-radios-other-input.webform-radios-other-input {
  margin-top: 15px;
}

.webform.webform-confirmation .webform-confirmation__message {
  color: #000;
  font-weight: normal;
  margin-top: 30px;
}

.webform.webform-confirmation .webform-confirmation__message h2 {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

/* Checkboxes and Radios */
/* base styles */
.webform input[type="radio"],
.webform input[type="checkbox"] {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
  margin: 0 0.4em 0.4em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*  background: -webkit-linear-gradient(#FCFCFC, #DADADA);*/
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.webform input[type="radio"] {
  width: 27px;
  height: 27px;
  border: 1px solid #CFD5D8;
  background-color: #FFFFFF !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.webform input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #CFD5D8;
  background-color: #FFFFFF !important;
  border-radius: 3px !important;
}

/* border radius for radio*/
.webform input[type="radio"] {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

/* border radius for checkbox */
.webform input[type="checkbox"] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* hover state */
.webform input[type="radio"]:not(:disabled):hover,
.webform input[type="checkbox"]:not(:disabled):hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.3);
}

/* active state */
.webform input[type="radio"]:active:not(:disabled),
.webform input[type="checkbox"]:active:not(:disabled) {
  background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.5);
}

/* focus state */
.webform input[type="radio"]:focus,
.webform input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 2px 2px #489df0;
  border-color: #489df0 !important;
}

/* required state */
.webform textarea.invalid,
.webform input[type="radio"].invalid,
.webform input[type="checkbox"].invalid {
  border: 2px solid red;
}

/* input checked border color */
.webform input[type="radio"]:checked,
.webform input[type="checkbox"]:checked {
  border-color: rgba(0, 0, 0, 0.5)
}

/* radio checked */
.webform input[type="radio"]:checked:before {
  display: block;
  position: relative;
  margin: 5px;
  border-radius: 100%;
  content: '';
  height: 16px;
  width: 16px;
  background-color: #5C5C5C;
}

/* checkbox checked */
.webform input[type="checkbox"]:checked:before {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  content: '\2713';
  -webkit-margin-start: 0;
  top: -4px;
  font-size: 1em;
  position: relative;
  left: 2px;
}

/* disabled input */
.webform input:disabled {
  opacity: .6;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

/* style label for disabled input */
.webform input:disabled + label {
  opacity: .6;
  cursor: default;
  -webkit-user-select: none;
}

.webform label + input + .description {

}

.webform .js-webform-radios input[type="radio"] + label {
  margin: 0;
  color: #54565A;
  font-family: VIC, serif;
  font-size: 14px;
  letter-spacing: -0.01px;
  line-height: 20px;
  max-width: 80%;
  font-weight: 400;
}

.webform-options-display-side-by-side > div {
  display: flex !important;
}

.webform textarea {
  max-width: 100%;
}

@media screen and (min-width: 579px) {
  .webform-options-display-side-by-side > div {
    display: inline-block !important;
  }
}

@media (min-width: 579px) and (max-width: 767px) {
  .webform-options-display-side-by-side > div {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {

  .webform .js-webform-radios input[type="radio"] + label {
    max-width: 100%;
    display: inline;
    position: relative;
  }

  .webform-options-display-side-by-side > div {
    display: inline-block;
  }

  /*.webform .form-container .form-group:not(.js-form-type-email):last-child:before {*/
  /*  content: "OR";*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  top: -18px;*/
  /*  left: 55px;*/
  /*  font-family: VIC;*/
  /*  font-weight: 400;*/
  /*}*/
  .webform .js-webform-checkboxes-other-input {
    margin-left: 33.33333%;
  }
}

.form-text:focus,
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #489df0 !important;
  outline: 0 !important;
}

.webform .jcf-select {
  min-height: 51px;
}

.webform .jcf-select .jcf-select-text {
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 15px 0;
  font-weight: 400;
}

.webform .jcf-select .jcf-select-opener:after {
  top: 12px;
}

.webform .webform-element-help {
  position: relative;
  background: #484848;
  font-weight: normal;
  border: none;
}

.webform .webform-button--next span,
.webform .webform-button--previous span {
  display: none;
}

@media screen and (min-width: 768px) {
  .webform .webform-button--next span,
  .webform .webform-button--previous span {
    display: inline;
  }

  .webform .webform-button--next,
  .webform .webform-button--previous,
  .webform .webform-button--submit {
    min-width: 180px;
  }
}

.webform .webform-button--next,
.webform .webform-button--previous,
.webform .webform-button--submit {
  position: relative;
  min-height: 68px;
  color: #BB3B18;
  font-family: VIC;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.34px;
  line-height: 32px;
}

.webform .webform-button--submit {
  margin-top: 0;
}

.webform .webform-button--previous {
  position: absolute;
  left: 0;
}

.webform .webform-button--next,
.webform .webform-button--submit {
  position: absolute;
  right: 0;
}

.webform .webform-button--next:after {
  content: "\e908";
  font-family: "icomoon";
  color: #BB3B18;
  position: relative;
  display: inline-block;
  font-size: 17px;
  float: right;
}

.webform .webform-button--previous:before {
  content: "\e911";
  font-family: "icomoon";
  color: #BB3B18;
  position: relative;
  display: inline-block;
  font-size: 17px;
  float: left;
}

.webform .webform-button--next:hover:after,
.webform .webform-button--previous:hover:after,
.webform .webform-button--next:focus:after,
.webform .webform-button--previous:focus:after {
  color: #fff !important;
}

.webform .webform-signature-pad {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 0;
  border: 1px solid #D0D5D8;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 0 0 #ECECEC;
  overflow: hidden;
  width: 100%;
}

.webform .js-webform-checkboxes + .description {
  font-style: normal !important;
  margin-left: 30px;
}

.webform .js-webform-checkboxes .description strong {
  font-weight: 500;
}

.webform .webform-signature-pad .button {
  display: none;
}

.webform .form-item-signature {
  position: relative;
  display: flex !important;
  align-items: end !important;
}

.webform .webform-signature-pad canvas {
  background-color: #ffffff;
}

.webform .form-item-markup {
  color: #11284B;
  font-family: VIC;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.form-wrapper div[role='contentinfo'] {
  max-width: 80%;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 10px 15px;
  display: block;
  color: #BB3B18;
}

@media screen and (min-width: 768px) {
  .webform .js-form-type-textarea .description {
    display: inline-block;
    float: left;
    width: 30%;
    position: absolute;
    top: 38px;
  }
}

.webform .webform-element-more--link {
  display: none !important;
}

.webform .form-item-uploads .webform-element-more--content {
  display: block;
}

@media screen and (min-width: 768px) {
  .webform .js-form-type-textarea label + div {
    width: 60%;
    float: left;
  }

  .webform .form-item-uploads {
    display: flex;
    align-content: baseline;
  }

  .webform .form-item-uploads .description {
    width: 100%;
    margin-top: -10px;
  }

  .webform .form-item-uploads .webform-element-description {
    width: 30%;
    display: block;
  }

  .webform .form-item-uploads .webform-element-more {
    margin-left: 31%;
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) {
  .webform .jcf-select {
    width: 30% !important;
  }

  .webform .js-webform-radios input[type="radio"] + label {
    margin: -30px 15px 20px 34px;
    max-width: 100%;
    display: block;
  }

  .webform .col-form-label,
  .webform .description {
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 0;
  }

  .webform .fieldset-wrapper > div.form-item {
    padding: 17px 80px 17px 20px;
  }

  .webform .jcf-select + .description,
  .webform input[type="text"] + .description {
    display: inline-block;
    float: left;
    width: 40%;
    position: absolute;
    top: 38px;
  }

  .webform textarea + .description {
    position: absolute;
    padding-top: 24px;
    padding-left: 0;
  }

  .webform .webform-signature-pad + .description {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 40px;
  }

  .webform .text-count-wrapper,
  .webform .webform-options-display-one-column.form-checkboxes + .description {
    padding-left: 33.3333333333%;
  }

  .webform .webform-radios-other-input .text-count-wrapper {
    padding-left: 0;
  }

  .webform .js-form-type-webform-markup {
    padding: 20px 73px 20px 60px;
  }

  .webform fieldset:not(.fieldgroup) > legend {
    padding: 12px 32px;
  }

  .webform .form-item.js-form-type-date > label,
  .webform .form-item.js-form-type-email > label,
  .webform .form-item.js-form-type-textfield > label,
  .webform .form-item.js-form-type-entity-autocomplete > label {
    margin-top: 10px;
  }

  .webform input[type="date"],
  .webform input.hasDatepicker,
  .webform input[data-inputmask-mask] {
    max-width: 20%;
  }

  h1.webform {
    margin-top: 47px;
    margin-bottom: 56px;
  }

  .webform .js-webform-radios.webform-options-display-two-columns {
    max-width: 60%;
  }

  .webform .js-form-type-radios .description {
    max-width: 30%;
    position: relative;
    margin-top: 0;
    display: block;
    padding-left: 50px;
  }

  .webform .webform-options-display-one-column.form-checkboxes {
    max-width: 66%;
  }

  .webform .js-webform-radios-other-input.webform-radios-other-input {
    padding-left: 33.333333%;
  }

  .webform details {
    padding: 0;
    margin: 20px 70px 20px 60px;
  }

  .webform details:after {
    margin: 16px -78px -20px -68px;
  }

  .webform .webform-checkboxes-other-input .invalid-feedback {
    margin-left: 0;
  }

  .webform .invalid-feedback {
    margin-left: 33.333333%;
  }

  .js-webform-radios .invalid-feedback {
    margin-left: 0;
  }

  .webform .webform-signature-pad {
    width: 66.666666%;
  }

  .webform .field-suffix {
    margin-left: 17px;
  }

  .webform .form-group {
    padding: 17px 80px 17px 20px;
  }
}

.webform .form--inline .form-item {
  float: none !important;
  margin-right: 0.5em;
}

.js-webform-radios.webform-options-display-two-columns {
  columns: 1;
}

.webform .js-webform-radios.webform-options-display-side-by-side {
  max-width: 66%;
  float: left;

}

@media screen and (min-width: 768px) {
  .webform .js-webform-radios.webform-options-display-side-by-side {
    max-width: 60%;
  }

  .js-webform-radios.webform-options-display-two-columns {
    columns: 2;
  }
}

@media screen and (min-width: 1200px) {
  .webform .js-webform-radios.webform-options-display-side-by-side {
    max-width: 66%;
    display: flex;
  }
}

/**
  Progress
 */
.webform span.webform-progress__summary {
  font-family: 'VIC';
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  display: block;
  padding: 20px 0;
}

.webform span.webform-progress__summary:before {
  content: "Step ";
}

.webform .form-actions {
  display: flex;
  position: relative;
}

.webform .form-actions .webform-progress__status {
  display: inline;
  margin: 0 auto;
  line-height: 75px;
}

.webform-confirmation h2 {
  color: #11284B;
  font-family: VIC;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.13px;
  line-height: 42px;
  padding-bottom: 90px;
}

.webform-confirmation__message {
  color: #11284B;
  font-family: VIC;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.43px;
  line-height: 28px;
}

.ui-tooltip.webform-element-help--tooltip {
  border-radius: 5px;
  background: #0a0a0a;
  color: #fff;
  border: none;
}

.webform-element-help--title,
.webform-element-help--content {
  font-size: 14px;
  font-family: VIC-Regular;
}

/**
 Specific fields
 */
.webform .form-item-deceased-place .description {
  margin-top: 10px;
}

.webform .form-item-markup {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.btn.online-form {
  color: #fff;
  background: #11284b;
}

.btn.online-form:hover {
  color: #11284b;
  background: transparent;
}

/*.result-list .content-wrap {
  position: relative;
}

.result-list .content-wrap .align-bottom {
  bottom: 0;
  display: inline;
  position: absolute;
}*/

#edit-agent {
  border-bottom: 1px solid #D0D5D8;
}

.form-item-agent-name .col-form-label {
  margin-left: 8px;
  margin-right: -8px;
}

.form-item-agent-signature label {
  text-indent: -9999em;
}

#edit-agent-name--description {
  margin-top: 20px;
  margin-left: 8px;
  width: 50%;
}

#edit-agent-signature--description {

}

#edit-agent .form-managed-file {
  display: flex;
  flex-direction: column;
}

.webform-managed-file-placeholder, .webform-managed-file-preview, .webform-file-button {
  margin: 0.5em 0;
  order: 2;
  font-size: 14px;
}

/**
 * jQuery UI Datepicker
 */

input.hasDatepicker {
  max-width: 30%;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'VIC', sans-serif !important;
  border: 1px solid #D0D5D8;
}

.ui-datepicker th {
  color: #11284B;
  font-weight: bold;
}

.ui-datepicker-calendar thead {
  background: #dedede;
}

.ui-datepicker-trigger {
  margin: 0 10px;
  width: 25px;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=);
}

.ui-state-default.ui-state-highlight {
  border: 1px solid #dad55e;
  background: #007bff;
  color: #ffffff;
}

.webform-address-finder--wrapper {
  margin-top: 0 !important;
}

.webform-address-finder--wrapper .fieldset-wrapper > .form-item {
  border-bottom: none !important;
  padding: 5px !important;
}

.webform-address-finder--wrapper .form-item label {
  display: inline-flex;
  margin-top: 0 !important;
}

.webform-address-finder--wrapper .fieldset-wrapper {
  padding: 5px;
  display: flex;
  flex-direction: column;
  background: #007bff33;
  border: 1px solid #007bff;
  max-width: 100%;
  border-radius: 10px;
}

.webform-address-finder--wrapper .fieldset-wrapper input {
  width: 100%;
  min-height: auto !important;
  padding: 5px;
  border: 1px solid #007bff;
}

.webform-address-finder--wrapper .description {
  background: #11284b;
  padding: 6px 15px;
  margin: 10px -6px -6px;
  color: #fff;
  border-bottom-left-radius: 10px;
  line-height: 18px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px) {
  .webform-address-finder--wrapper {
    margin-left: 33% !important;
    padding: 0;
  }

  .webform-address-finder--wrapper .fieldset-wrapper {
    max-width: calc(100vw / 3);
  }

}
