@charset "UTF-8";
body {
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: 300;
}
p.disc {
  font-size: 14px;
}

.lead {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}

a {
  text-decoration: underline;
  color: #333333;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #A40D2C;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  color: #001548;
}

h1, .h1 {
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 18px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  color: #001548;
}
@media screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 16px;
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #333333;
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

h6, .h6 {
  font-size: 14px;
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  color: #333333;
}

ul, ol {
  padding-left: 20px;
}
ul li, ol li {
  padding: 10px 0;
}

#reset {
  font-weight: bold;
  text-transform: uppercase;
  color: #A40D2C;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #E5E5E5;
  border: 1px solid #b1b1b1;
  text-decoration: none;
}
#reset:hover {
  color: #830a23;
  background-color: #b1b1b1;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.chevron {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 404.257 404.257' style='fill:%23000000;enable-background:new 0 0 404.257 404.257;' xml:space='preserve'%3E%3Cpolygon points='386.257,114.331 202.128,252.427 18,114.331 0,138.331 202.128,289.927 404.257,138.331 '/%3E%3C/svg%3E");
  display: inline-block;
  position: relative;
  top: 2px;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
  transform: rotate(0deg);
}
button[aria-expanded=true] .chevron, a[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}
.btn[class*=light] .chevron {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 404.257 404.257' style='fill:%23D6CCAA;enable-background:new 0 0 404.257 404.257;' xml:space='preserve'%3E%3Cpolygon points='386.257,114.331 202.128,252.427 18,114.331 0,138.331 202.128,289.927 404.257,138.331 '/%3E%3C/svg%3E");
}
.btn[class*=light]:hover .chevron, .btn[class*=light]:focus .chevron, .btn[class*=light]:active .chevron {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 404.257 404.257' style='fill:%23000000;enable-background:new 0 0 404.257 404.257;' xml:space='preserve'%3E%3Cpolygon points='386.257,114.331 202.128,252.427 18,114.331 0,138.331 202.128,289.927 404.257,138.331 '/%3E%3C/svg%3E");
}

.btn {
  text-decoration: none;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 40px;
  min-width: 200px;
  transition: 0.3s all;
}
@media screen and (min-width: 576px) {
  .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 13px 30px;
  }
}

.btn-primary {
  background-color: #A40D2C;
  color: #ffffff;
  border: 1px solid #A40D2C;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
}
#fixedFooter .btn-primary {
  white-space: nowrap;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #830a23;
  border: 1px solid #830a23;
  color: #ffffff;
}

.btn-outline-primary {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  border: 1px solid #A40D2C;
  color: #A40D2C;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #A40D2C;
  color: #fff;
  border-color: #A40D2C;
}

.btn-link {
  color: #A40D2C;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #333333;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #830a23;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #A40D2C;
  border-color: #A40D2C;
}

form label, form .form__label {
  display: block;
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
  cursor: pointer;
}
form label.error, form .form__label.error {
  color: #A40D2C;
  margin: 5px 0 0;
}
.bg-dark form label.error, .bg-dark form .form__label.error {
  color: #ee2951;
}

form .floating-input {
  position: relative;
  width: 100%;
}
form .floating-input > input {
  height: 52px;
  padding: 15px 15px;
}
form .floating-input > select {
  padding: 20px 15px 7px;
  height: 52px;
}
form .floating-input > .floating-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 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: 16px;
}
form .floating-input > input::placeholder, form .floating-input select::placeholder {
  color: transparent;
}
form .floating-input > input:focus, form .floating-input > input:not(:placeholder-shown), form .floating-input select:focus, form .floating-input select:not(:placeholder-shown) {
  padding-top: 22px;
  padding-bottom: 8px;
}
form .floating-input > input:-webkit-autofill, form .floating-input select:-webkit-autofill {
  padding-top: 22px;
  padding-bottom: 8px;
}
form .floating-input > input:focus ~ .floating-label,
form .floating-input > input:not(:placeholder-shown) ~ .floating-label,
form .floating-input > select ~ .floating-label {
  transform: scale(0.85) translateY(-12px) translateX(2px);
}
form .floating-input > input:-webkit-autofill ~ .floating-label {
  transform: scale(0.85) translateY(-12px) translateX(2px);
}

label, legend {
  position: relative;
}

.req::after {
  content: "*";
  margin-left: 3px;
  color: #A40D2C;
}

form .callout-select select {
  padding: 15px;
  height: 52px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  color: #A40D2C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
form .callout-select select option {
  text-transform: none;
  color: #333333;
  font-weight: 400;
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
}
form .callout-select select.error {
  border-color: #A40D2C;
}

.form-row {
  margin-bottom: 10px;
}

input[type=text] {
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 48px;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 0 16px;
  font-size: 16px;
  line-height: 20px;
  appearance: none;
}

form .error {
  text-align: left;
}
form .form-input {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 48px;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 0 16px;
  font-size: 16px;
  line-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
form .form-input.error {
  border-color: #A40D2C;
}
form .form-input:focus {
  outline-color: #e6e5e0;
}
form .custom-select-dropdown {
  position: relative;
}
form .custom-select-dropdown::after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 404.257 404.257' style='fill:%23000000;enable-background:new 0 0 404.257 404.257;' xml:space='preserve'%3E%3Cpolygon points='386.257,114.331 202.128,252.427 18,114.331 0,138.331 202.128,289.927 404.257,138.331 '/%3E%3C/svg%3E");
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 15px;
  content: "";
  height: 13px;
  width: 13px;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
  pointer-events: none;
}

input[type=text]:disabled, input[type=number]:disabled, input[type=tel]:disabled, select:disabled, input[type=email]:disabled {
  background-color: #ddd;
}

#price {
  font-size: 24px;
  text-align: center;
  border-color: #E5E5E5;
  border-radius: 4px;
  font-weight: 300;
}

form .custom-control-label {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  padding-top: 1px;
}
form .custom-control-label::before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #b1b1b1;
}
form .custom-control-label::after {
  top: 4px;
  left: -22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e") !important;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
form .custom-control-input {
  height: 24px;
  width: 26px;
}
form .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.8);
}
form .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #212529;
}
form .custom-radio .custom-control-label {
  padding: 4px 12px 4px 7px;
}
form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}
form .custom-control.custom-radio {
  padding-bottom: 10px;
}

.custom-radio-box {
  width: 100%;
  padding: 20px 15px 5px;
  position: relative;
}
.custom-radio-box legend {
  font-size: 16px;
  position: absolute;
  top: 0;
  width: auto;
  display: inline-block;
  left: 0;
  right: 0;
  margin: -11px auto 0;
}
.custom-radio-box legend span {
  padding: 5px 10px;
}

.checkbox__container {
  position: relative;
  padding: 20px 20px 20px 60px;
  border: 1px solid #333333;
  transition: 0.3s all;
  cursor: pointer;
}
.checkbox__container:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.checkbox__container::before, .checkbox__container::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #333333;
}
.checkbox__container::before {
  border-width: 1px;
  height: 23px;
  width: 23px;
  left: 18px;
  top: 19px;
}
.checkbox__container::after {
  width: 7px;
  height: 16px;
  border-width: 0 2px 2px 0;
  top: 21px;
  left: 26px;
  transform: rotateZ(45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}

input[type=checkbox]:checked ~ .checkbox__container::after {
  opacity: 1;
  visibility: visible;
}

.custom-radio-wrapper {
  max-width: 180px;
  margin: 0 auto;
}

form .radio-tabs {
  display: flex;
  align-items: stretch;
  width: 100%;
}
form .radio-tabs .custom-control-label {
  border: 1px solid #b1b1b1;
  background-color: #ffffff;
  padding: 16px 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all ease-out;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  color: #A40D2C;
  text-transform: uppercase;
}
form .radio-tabs .custom-control-label:before {
  left: auto;
  position: static;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
  border-color: #b1b1b1;
  transition: all 0.3s ease-out;
  display: none;
}
form .radio-tabs .custom-control-label::after {
  display: none;
}
form .radio-tabs .custom-control {
  padding-left: 0;
  width: 100%;
  padding-bottom: 0;
}
form .radio-tabs .custom-control + .custom-control {
  margin-left: -1px;
}
form .radio-tabs .custom-control-input:checked ~ .custom-control-label {
  background-color: #8e7076;
  color: #ffffff;
}
form .radio-tabs .custom-control-input:checked ~ .custom-control-label::before {
  border-width: 6px;
  border-color: #ffffff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  background-color: #ddd;
}

.ui-slider {
  margin: 40px 20px 20px;
  position: relative;
  text-align: left;
  height: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: #ccc;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .ui-slider {
    margin: 40px 20px 40px;
  }
}
.ui-slider .ui-slider-handle {
  top: -25px;
  margin-left: -16px;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #A40D2C;
  font-weight: normal;
  color: #555555;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: 0.2s background-color;
  background: #A40D2C;
  background: -moz-linear-gradient(54deg, #830a23 0%, #A40D2C 100%);
  background: -webkit-linear-gradient(54deg, #830a23 0%, #A40D2C 100%);
  background: linear-gradient(54deg, #830a23 0%, #A40D2C 100%);
}
@media screen and (min-width: 768px) {
  .ui-slider .ui-slider-handle {
    top: -22px;
    margin-left: -10px;
    width: 50px;
    height: 50px;
  }
}
.ui-slider .ui-slider-handle.ui-state-focus, .ui-slider .ui-slider-handle.ui-state-hover {
  background: #75091f !important;
}
.ui-slider .ui-slider-handle.ui-state-active {
  background: #ad0e2f !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.ui-slider .ui-slider-handle:focus, .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}
.ui-slider .ui-slider-handle::after, .ui-slider .ui-slider-handle::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  left: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}
.ui-slider .ui-slider-handle::before {
  transform: rotate(45deg);
}
.ui-slider .ui-slider-handle::after {
  right: 0;
  left: -14px;
  transform: rotate(-135deg);
}

.ui-slider .ui-slider-range {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #830a23;
  color: #222222;
  font-weight: bold;
}

:-webkit-direct-focus, :focus-visible {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px !important;
}

.external-link::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23D6CCAA' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cpath d='M 18 5 L 18 7 L 23.5625 7 L 11.28125 19.28125 L 12.71875 20.71875 L 25 8.4375 L 25 14 L 27 14 L 27 5 Z M 5 9 L 5 27 L 23 27 L 23 14 L 21 16 L 21 25 L 7 25 L 7 11 L 16 11 L 18 9 Z'/%3E%3C/svg%3E");
}

.circle-image {
  overflow: hidden;
  border-radius: 50%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.down-arrow::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath fill='%23A40D2C' d='M374.108,373.328c-7.829-7.792-20.492-7.762-28.284,0.067L276,443.557V20c0-11.046-8.954-20-20-20 c-11.046,0-20,8.954-20,20v423.558l-69.824-70.164c-7.792-7.829-20.455-7.859-28.284-0.067c-7.83,7.793-7.859,20.456-0.068,28.285 l104,104.504c0.006,0.007,0.013,0.012,0.019,0.018c7.792,7.809,20.496,7.834,28.314,0.001c0.006-0.007,0.013-0.012,0.019-0.018 l104-104.504C381.966,393.785,381.939,381.121,374.108,373.328z'/%3E%3C/svg%3E%0A");
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.down-arrow:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M374.108,373.328c-7.829-7.792-20.492-7.762-28.284,0.067L276,443.557V20c0-11.046-8.954-20-20-20 c-11.046,0-20,8.954-20,20v423.558l-69.824-70.164c-7.792-7.829-20.455-7.859-28.284-0.067c-7.83,7.793-7.859,20.456-0.068,28.285 l104,104.504c0.006,0.007,0.013,0.012,0.019,0.018c7.792,7.809,20.496,7.834,28.314,0.001c0.006-0.007,0.013-0.012,0.019-0.018 l104-104.504C381.966,393.785,381.939,381.121,374.108,373.328z'/%3E%3C/svg%3E%0A");
}

html {
  scroll-behavior: smooth;
}
body,
html {
  color: #333333;
}

.header {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.header a {
  text-decoration: none;
}
.header .h2 {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .header .h2 {
    font-size: 24px;
    margin-top: 0;
  }
}
.header__logo img {
  min-width: 110px;
  max-width: 200px;
  width: 33vw;
}
.header .btn {
  font-size: 13px;
}
@media screen and (min-width: 576px) {
  .header .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.header .header__links {
  display: none;
}

#fixedHeader {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: 0.5s all;
  z-index: 1000;
  box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .body-fixed--elements #fixedHeader {
    visibility: visible;
    transform: translateY(0);
  }
}
#fixedHeader.header--fixed-bottom {
  top: unset;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  box-shadow: 0 -9px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -9px 11px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .body-fixed--elements #fixedHeader.header--fixed-bottom {
    visibility: visible;
    transform: translateY(0);
  }
}

#footer .nav-link {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer small {
  color: #797979;
}
#footer a {
  text-decoration: none;
  color: #707070;
}
#footer a:focus, #footer a:hover {
  color: #A40D2C;
}

#fixedCTA {
  position: fixed;
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(100%);
  transition: 0.5s all;
  z-index: 1000;
  -webkit-box-shadow: 0 -9px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -9px 11px 0 rgba(0, 0, 0, 0.1);
}
#fixedCTA .btn {
  margin: 0 auto;
  display: block;
}
#fixedCTA.fixedCTA--fixed-top {
  top: 0;
  transform: translateY(-100%);
  bottom: auto;
}
.body-fixed--elements #fixedCTA {
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .body-fixed--elements #fixedCTA {
    display: none;
    visibility: hidden;
    transform: translateY(100%);
  }
}

.body-fixed--elements {
  padding-bottom: 76px;
}

.hero {
  background-repeat: no-repeat;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero {
    background-position: right center;
    background-size: contain;
    padding-bottom: 100px !important;
    padding-top: 10vh !important;
    min-height: 78vh;
  }
}
@media screen and (min-height: 1000px) {
  .hero {
    min-height: auto;
  }
}
.hero__content {
  max-width: 460px;
}
.hero__content-container {
  position: relative;
  z-index: 10;
}
.hero__content-container input[type=submit] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero__content-container input[type=submit] {
    width: auto;
  }
}

.lead {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 22px;
  }
}

h1 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 42px;
  }
}

.big {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .big {
    font-size: 48px;
  }
}
@media screen and (min-width: 900px) {
  .big {
    font-size: 54px;
  }
}

.faq a,
.faq p {
  font-size: 14px;
}

#resetContainer {
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #resetContainer {
    margin-top: -12px;
  }
}

.cls-1 {
  fill: transparent;
  stroke: #A40D2C;
  stroke-miterlimit: 10;
  stroke-width: 1.25px;
}

.cls-2 {
  fill: #A40D2C;
}

.icon {
  display: block;
  height: auto;
  width: 100%;
}
.icon-container {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 20px;
}
.icon-container--medium {
  max-width: 150px;
  border-radius: 50%;
}

.calculator {
  margin: 0 auto;
}
.calculator__form {
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 20px;
}
.calculator__form label {
  font-size: 13px;
  margin-bottom: 0;
}
.calculator__item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .calculator__item:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
.calculator__items {
  padding: 40px 0 20px;
  margin-bottom: 5px;
}
.calculator__bar-container {
  position: relative;
  border-bottom: 4px solid #ccc;
  width: 100%;
}
.calculator__progress {
  height: 4px;
  width: 100%;
  background-color: #73BD22;
}
.calculator__progress-container {
  position: absolute;
  width: 0;
}
.calculator__text {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
.calculator__price {
  font-size: 14px;
  position: absolute;
  color: #73BD22;
  right: 0;
  top: -25px;
}
.calculator__savings {
  color: #777;
  font-size: 14px;
  padding: 18px 0 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.calculator__amount {
  font-size: 36px;
  line-height: 1;
  color: #001548;
  font-family: "Open Sans", helvetica, "Helvetica Neue", arial, sans-serif;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .calculator__amount {
    font-size: 48px;
  }
}
.calculator small {
  color: #777;
}

.carousel-inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 20px;
}
.carousel-indicators li {
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #838383;
  margin: 0 10px;
}
.carousel-indicators li.active {
  background-color: #838383;
}

.rating__title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
.rating__title small {
  color: #bbb;
}
.rating__title span {
  display: block;
  font-weight: 400;
  color: #b1b1b1;
}
.rating__stars {
  max-width: 160px;
  min-width: 120px;
  width: 25vw;
}

.fuzzyResults {
  position: absolute;
  display: none;
  border: 1px solid #b1b1b1;
  background: #ffffff;
  z-index: 1000;
}

.__autoitem {
  cursor: pointer;
  color: #333333;
  padding: 7px 10px;
  border-bottom: 1px solid #E5E5E5;
  transition: 0.3s all;
}
.__autoitem:hover, .__autoitem:focus {
  background-color: #E5E5E5;
}

.__autoitem.selected {
  background: #A40D2C;
  color: #ffffff;
}
.__autoitem.selected:hover, .__autoitem.selected:focus {
  background-color: #830a23;
}

.modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 100;
  background: transparent;
  border: none;
  color: #b1b1b1;
  z-index: 100;
}

.modal-content {
  border-radius: 0;
  border-color: #b1b1b1;
}

@media screen and (min-width: 600px) {
  .modal-dialog {
    max-width: 400px;
  }
}

.modal-link {
  color: #b1b1b1;
  font-size: 14px;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.form-location {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 2px 0;
  margin: 10px 0 0;
}
.form-location span {
  font-size: 14px;
}
.form-location small {
  font-size: 10px;
}

.popover {
  background: #A40D2C;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.popover-body {
  color: #fff;
  padding: 15px;
  text-align: center;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #A40D2C;
}

.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popoleft > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-left-color: #A40D2C;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-bottom-color: #A40D2C;
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-top-color: #A40D2C;
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #A40D2C;
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #A40D2C;
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #A40D2C;
}

.faq {
  border-top: 1px solid #E5E5E5;
  padding-left: 0;
}
.faq li {
  display: block;
  list-style: none;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}
.faq li h3 {
  padding-right: 36px;
}
.faq li > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.faq li > a.collapsed span::before {
  transform: rotate(270deg);
}
.faq li > a span {
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  right: 8px;
  top: 12px;
}
.faq li > a span::after {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.faq li > a span::before {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: rotate(0deg);
}
.faq li > a span::after, .faq li > a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #001548;
  transition: 0.3s all;
}

#progressBar1 {
  max-width: 400px;
  margin: 20px auto;
  height: 5px;
}

#progressBar1 .progress-bar {
  background-color: #a40d2c;
}

.progress-animate {
  -webkit-animation: progress-animate 14s 0.5s ease-in-out forwards, progress-bar-stripes 1s linear infinite;
  animation: progress-animate 14s 0.5s ease-in-out forwards, progress-bar-stripes 1s linear infinite;
}

@-webkit-keyframes progress-animate {
  0% {
    width: 0;
  }
  85% {
    background-color: #a40d2c;
  }
  100% {
    width: 100%;
    background-color: #73BD22;
  }
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
  85% {
    background-color: #a40d2c;
  }
  100% {
    width: 100%;
    background-color: #73BD22;
  }
}
.tempProgress-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.tempProgress-container h3, .tempProgress-container p {
  color: #fff;
}
.tempProgress-container h3 {
  text-transform: uppercase;
}

#stateSpinner {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
  height: 40px;
  width: 40px;
  z-index: 1;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.spinner .path {
  stroke: #A40D2C;
  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;
  }
}
.st0 {
  fill: #D6E0F7;
}

.st1 {
  fill: #FF714D;
}

.st2 {
  clip-path: url(#Path_5131_00000136393610432887433960000000291114867699960730_);
  fill: #FF442F;
}

.st3 {
  fill: #FFFFFF;
}

.st4 {
  fill: #5474C0;
}

.st5 {
  clip-path: url(#Path_6475_00000006691763857016542920000010958398965141657987_);
  fill: #3346A7;
}

.st6 {
  fill: #967083;
}

.st7 {
  clip-path: url(#Path_7933_00000153662968225294359650000002352772818313674413_);
  fill: #613845;
}

.fls-1 {
  fill: none;
}

.fls-2 {
  fill: #d6e2f7;
}

.fls-3 {
  fill: #0d2e70;
}

.fls-4 {
  fill: #3a242f;
}

.fls-5 {
  fill: #2f58a8;
}

.fls-6 {
  fill: #db261d;
}

.fls-7 {
  fill: #f6a18a;
}

.fls-8 {
  fill: #dd1d14;
}

.fls-9 {
  fill: #ef947f;
}

.fls-10 {
  fill: #fff;
}

.fls-11 {
  fill: #71a4f7;
}

.fls-12 {
  fill: #f3b896;
  isolation: isolate;
  opacity: 0.5;
}

.fls-13 {
  fill: #4c3242;
}

.fls-14 {
  fill: #603e4f;
}

.fls-15 {
  fill: #23151d;
}

.fls-16 {
  clip-path: url(#clip-path);
}

.fls-17 {
  fill: #ed2814;
}

.fls-18 {
  fill: #F5C863;
}

.custom-list {
  list-style: none;
}
.custom-list li {
  color: #001548;
  position: relative;
  padding-left: 20px;
}
.custom-list li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #A40D2C;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 20px;
  /* Also needed for space (tweak if needed) */
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  left: 0;
  top: 7px;
  padding: 0;
  margin: 8px 0;
}

#test1 .h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #test1 .h3 {
    font-size: 22px;
  }
}

#test2 p {
  font-weight: 500;
}
#test2 .lead {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #test2 .lead {
    font-size: 18px;
  }
}
#test2 p:not(.lead) {
  color: #001548;
}

#homepageHero {
  background-image: url("https://image.sf.longandfoster.com/lib/fe3615707564067b721273/m/1/84c2bd56-446c-4d73-b2a2-4f1af43215d0.jpg");
}

#homepageHero.hero--test {
  background-image: none;
  background-position: bottom left;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #homepageHero.hero--test {
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (min-width: 768px) {
  #homepageHero.hero--test h1,
#homepageHero.hero--test p:not(.alert), #homepageHero.hero--test h3, #homepageHero.hero--test span, #homepageHero.hero--test legend, #homepageHero.hero--test small, #homepageHero.hero--test small a {
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }
}
#homepageHero.hero--test .test-image {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -3rem;
}
@media screen and (min-width: 768px) {
  #homepageHero.hero--test-1 {
    background-image: url("https://image.sf.longandfoster.com/lib/fe3615707564067b721273/m/1/c2bf12c3-59cf-4faf-826b-f8664361ab6f.jpg");
  }
}
@media screen and (min-width: 768px) {
  #homepageHero.hero--test-2 {
    background-image: url("https://image.sf.longandfoster.com/lib/fe3615707564067b721273/m/1/0eb1062c-1eab-4eb0-9185-a5269b012ff5.jpg");
    background-position: center left;
  }
}