@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333;
  background: #FCFAF9;
}

.lf-header {
  background-color: #041E3F;
  color: #fff;
  box-shadow: inset 0 5px 0 rgb(54.2462686567, 137.0970149254, 242.2537313433);
  padding: 20px 0;
}
.lf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.lf-header__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.lf-header__wordmark {
  max-width: 120px;
  width: 100%;
}
.lf-header__wordmark img {
  width: 100%;
  height: auto;
}
.lf-header__welcome {
  font-style: italic;
  font-weight: 300;
  margin-left: 1rem;
  padding-left: 1.5rem;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.lf-header__exit {
  background-color: #fff;
  color: #041E3F;
  border: 0;
  border-radius: 6px;
  padding: 0.65rem 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.lf-header__exit:hover, .lf-header__exit:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #001548;
  transform: translateY(-1px);
}
@media (max-width: 767.98px) {
  .lf-header {
    padding: 16px 0;
  }
  .lf-header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .lf-header__welcome {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .lf-header__exit {
    align-self: stretch;
    text-align: center;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
  color: #041E3F;
  font-family: syncopate, "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  color: #f15f41;
}

.req::after {
  content: " *";
  color: #a40d2c;
}

h2 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 24px;
}
h2::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  display: block;
  margin: 20px 0 0;
}

h1 {
  font-size: 36px;
}

.btn {
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 40px;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: #f15f41;
  border-color: #f15f41;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #d82613;
  border-color: #d82613;
}

.btn-secondary {
  background-color: #6f8ab7;
  border-color: #6f8ab7;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #5573aa;
  border-color: #5573aa;
}

#lf_newForm {
  margin-top: -100px;
}
#lf_newForm label {
  text-align: left;
  margin-bottom: 2px;
  font-size: 12px;
  color: #041E3F !important;
}
#lf_newForm label.error {
  color: #f15f41 !important;
}
#lf_newForm .lf_form-control:focus {
  border-color: #041E3F;
}
#lf_newForm .lf_form-control:hover {
  border-color: #aaaaaa;
}
#lf_newForm .lf_form-control:hover:focus {
  border-color: #041E3F;
}
#lf_newForm .checkbox-label,
#lf_newForm .radio-label {
  font-size: 13px;
}
#lf_newForm .radio-box {
  display: flex;
}
#lf_newForm .radio-box__item {
  position: relative;
  cursor: pointer;
  width: 100%;
  flex: 0 0 175px;
  text-align: center;
}
#lf_newForm .radio-box input[type=radio] ~ label,
#lf_newForm .radio-box input[type=checkbox] ~ label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  height: 100%;
  padding: 60px 20px 20px;
}
#lf_newForm .radio-box input[type=radio] ~ label span,
#lf_newForm .radio-box input[type=checkbox] ~ label span {
  line-height: 10px;
  font-size: 12px;
}
#lf_newForm .radio-box input[type=radio] ~ label::before,
#lf_newForm .radio-box input[type=checkbox] ~ label::before {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 30px;
  left: 15px;
  transition: 0.3s all;
}
@media screen and (min-width: 550px) {
  #lf_newForm .radio-box input[type=radio] ~ label::before,
  #lf_newForm .radio-box input[type=checkbox] ~ label::before {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#lf_newForm .radio-box input[type=radio] ~ label::after,
#lf_newForm .radio-box input[type=checkbox] ~ label::after {
  content: "✓";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -5px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
@media screen and (min-width: 550px) {
  #lf_newForm .radio-box input[type=radio] ~ label::after,
  #lf_newForm .radio-box input[type=checkbox] ~ label::after {
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#lf_newForm .radio-box input[type=radio] ~ label:focus, #lf_newForm .radio-box input[type=radio] ~ label:hover,
#lf_newForm .radio-box input[type=checkbox] ~ label:focus,
#lf_newForm .radio-box input[type=checkbox] ~ label:hover {
  box-shadow: 0 0 3px #333;
}
#lf_newForm .radio-box input[type=radio]:checked ~ label,
#lf_newForm .radio-box input[type=checkbox]:checked ~ label {
  color: #fafafa;
  background-color: #ccc;
}
#lf_newForm .radio-box input[type=radio]:checked ~ label::before,
#lf_newForm .radio-box input[type=checkbox]:checked ~ label::before {
  background-color: #aaa;
}
#lf_newForm .radio-box input[type=radio]:checked ~ label::after,
#lf_newForm .radio-box input[type=checkbox]:checked ~ label::after {
  opacity: 1;
  visibility: visible;
}
#lf_newForm .radio-box input[type=radio]:empty,
#lf_newForm .radio-box input[type=checkbox]:empty {
  display: none;
}
#lf_newForm .checkbox,
#lf_newForm .lf_checkbox,
#lf_newForm .lf_radio,
#lf_newForm .radio {
  margin-bottom: 20px;
}
#lf_newForm .checkbox label,
#lf_newForm .lf_checkbox label,
#lf_newForm .lf_radio label,
#lf_newForm .radio label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  font-weight: 400;
  padding: 15px 20px 15px 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  transition: 0.3s all;
}
#lf_newForm .checkbox label:hover,
#lf_newForm .lf_checkbox label:hover,
#lf_newForm .lf_radio label:hover,
#lf_newForm .radio label:hover {
  background: #f9f9f9;
}
#lf_newForm .checkbox label input,
#lf_newForm .lf_checkbox label input,
#lf_newForm .lf_radio label input,
#lf_newForm .radio label input {
  margin-left: -28px;
  margin-right: 9px;
  top: -3px;
  transition: 0.1s all;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  #lf_newForm .checkbox label input,
  #lf_newForm .lf_checkbox label input,
  #lf_newForm .lf_radio label input,
  #lf_newForm .radio label input {
    top: 10px;
  }
}
#lf_newForm .checkbox label input:checked,
#lf_newForm .lf_checkbox label input:checked,
#lf_newForm .lf_radio label input:checked,
#lf_newForm .radio label input:checked {
  background-color: #ffffff;
  border: 6px solid #041E3F;
}
#lf_newForm .checkbox input,
#lf_newForm .lf_checkbox input {
  vertical-align: bottom;
}
#lf_newForm .checkbox label,
#lf_newForm .lf_checkbox label {
  vertical-align: middle;
}
#lf_newForm input,
#lf_newForm select {
  border-width: 1px;
}
#lf_newForm input[type=text],
#lf_newForm input[type=email],
#lf_newForm input[type=tel],
#lf_newForm select,
#lf_newForm textarea {
  padding: 12px 15px;
  height: auto;
  margin-bottom: 0;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#lf_newForm .btn-primary {
  height: auto;
  padding: 16px 55px;
  font-size: 16px;
}
#lf_newForm .btn-primary:focus, #lf_newForm .btn-primary:hover {
  background-color: rgb(237.5, 55, 17.5);
  border-color: rgb(237.5, 55, 17.5);
}
#lf_newForm .form__item {
  margin-bottom: 15px;
}
#lf_newForm .form__group {
  margin-bottom: 40px;
}
#lf_newForm label span {
  font-weight: 400;
  color: #777;
  margin-left: 5px;
}
#lf_newForm .req::after {
  color: #a40d2c;
  content: "*";
  margin-left: 2px;
}
#lf_newForm .desc {
  font-size: 12px;
  color: #333;
  margin-top: 4px;
  position: relative;
  line-height: 1.4;
}
#lf_newForm .desc-warning {
  margin: 0;
  background: #f0f0f0;
  padding: 5px 15px 5px 40px;
}
#lf_newForm .desc-warning::before {
  content: "i";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #bbb;
  position: absolute;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  left: 10px;
  top: 8px;
  font-style: italic;
  font-family: georgia, serif;
}
#lf_newForm .floating-input {
  position: relative;
  width: 100%;
}
#lf_newForm .floating-input > input {
  height: 52px;
  padding: 15px;
}
#lf_newForm .floating-input > select {
  padding: 20px 15px 7px;
  height: 52px;
}
#lf_newForm .floating-input > .floating-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 14px 15px;
  pointer-events: none;
  color: #555;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  font-size: 14px;
  font-weight: 400;
}
#lf_newForm .floating-input > input::-moz-placeholder, #lf_newForm .floating-input select::-moz-placeholder {
  color: transparent;
}
#lf_newForm .floating-input > input::placeholder,
#lf_newForm .floating-input select::placeholder {
  color: transparent;
}
#lf_newForm .floating-input > input:not(:-moz-placeholder), #lf_newForm .floating-input select:not(:-moz-placeholder) {
  padding-top: 22px;
  padding-bottom: 8px;
}
#lf_newForm .floating-input > input:focus, #lf_newForm .floating-input > input:not(:placeholder-shown),
#lf_newForm .floating-input select:focus,
#lf_newForm .floating-input select:not(:placeholder-shown) {
  padding-top: 22px;
  padding-bottom: 8px;
}
#lf_newForm .floating-input > input:-webkit-autofill,
#lf_newForm .floating-input select:-webkit-autofill {
  padding-top: 22px;
  padding-bottom: 8px;
}
#lf_newForm .floating-input > input:not(:-moz-placeholder) ~ .floating-label {
  transform: scale(0.85) translateY(-12px) translateX(2px);
}
#lf_newForm .floating-input > input:not(:placeholder-shown) ~ .floating-label,
#lf_newForm .floating-input > select ~ .floating-label,
#lf_newForm .floating-input > input:focus ~ .floating-label {
  transform: scale(0.85) translateY(-12px) translateX(2px);
}
#lf_newForm .floating-input > input:-webkit-autofill ~ .floating-label {
  transform: scale(0.85) translateY(-12px) translateX(2px);
}
#lf_newForm .floating-input #cityPicker {
  color: #333;
  position: relative;
}
#lf_newForm .floating-input #cityPicker::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='searchIcon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.966 56.966' style='enable-background:new 0 0 56.966 56.966;' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 16px;
  content: "";
}
#lf_newForm .floating-input #cityPicker input {
  padding-left: 45px;
}
#lf_newForm .floating-input #cityPicker .floating-label {
  left: 30px;
}
#lf_newForm .fuzzyResults {
  position: absolute;
  display: none;
  z-index: 10;
  border: 1px solid #ccc;
  background: #fff;
}
#lf_newForm .__autoitem {
  cursor: pointer;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #lf_newForm .__autoitem {
    padding: 4px;
  }
}
#lf_newForm .__autoitem.selected,
#lf_newForm .__autoitem.selected:hover {
  background: #9ac;
}
#lf_newForm .__autoitem:hover {
  background: #eee;
}
#lf_newForm .__autoitem b {
  color: #333;
  font-size: 14px;
}
#lf_newForm #stateSpinner {
  display: none;
  position: absolute;
  top: 12px;
  right: 30px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
#lf_newForm .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
#lf_newForm .spinner .path {
  stroke: #f15f41;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
#lf_newForm .reset-button {
  padding: 4px 7px;
  font-size: 12px;
  letter-spacing: 1px solid;
  height: auto;
  border: 1px solid #aaa;
}
#lf_newForm .reset-button:hover, #lf_newForm .reset-button:focus {
  color: #fff;
}
#lf_newForm .reset-bar {
  margin-top: -15px;
  text-align: right;
  display: none;
  padding: 3px;
}
#lf_newForm .area-box {
  padding: 25px;
  background-color: #F1EFEB;
  border-radius: 4px;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.05);
}
#lf_newForm .custom-select {
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}
#lf_newForm .custom-select ~ .form-control-feedback {
  right: 30px;
}
#lf_newForm .form-control-feedback {
  line-height: 52px;
  height: 52px;
  top: 0;
  opacity: 0;
  /* Chrome, Safari, Opera */
  animation: animate 0.5s forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#lf_newForm {
  /* Hack - error not being removed when */
}
#lf_newForm .has-success label.error {
  display: none !important;
}
#lf_newForm .has-success .radio ~ label.error {
  display: none !important;
}

.content-block {
  background: #233D60;
  color: #fff;
  padding: 60px 0 120px;
}
.content-block h2,
.content-block h1 {
  color: #fff;
}
.content-block h2 strong,
.content-block h1 strong {
  color: #f15f41;
}
@media (max-width: 767.98px) {
  .content-block {
    padding: 40px 0 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#gRecaptcha ~ .form-control-feedback {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
