@charset "UTF-8";
.navbar-light > .navbar-nav > .nav-item > .nav-link {
  color: #006633;
}
.navbar-light > .navbar-nav > .nav-item > .nav-link span {
  padding-bottom: 3px;
}
.navbar-light > .navbar-nav > .nav-item.active > .nav-link > span, span.twitter-typeahead .navbar-light > .navbar-nav > .nav-item.tt-suggestion.tt-cursor > .nav-link > span {
  border-bottom: 2px solid rgba(0, 102, 51, 0.5);
}
.navbar-light > .navbar-toggler {
  border-color: #006633;
}
.navbar-light > .navbar-toggler > .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23006633' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*
.btn-info, .btn-outline-info:hover {
    background-color: $color-green;
    border-color: $color-green;
}

.btn-outline-info {
    color: $color-green;
    border-color: $color-green;
}
*/
/*
.navbar .btn-danger {
    background-color: $color-burgundy;
    border-color: $color-burgundy;
}

.navbar .btn-danger-outline {
    color: $color-burgundy;
    border-color: $color-burgundy;
}
*/
.nowrap {
  white-space: nowrap;
}

.emphasis-green {
  color: #006633;
  font-weight: 500;
}

.emphasis,
.company-name {
  color: #993333;
  font-weight: 500;
}

.testimonial-source {
  font-weight: 500;
}

@media (min-width: 0px) {
  #free-quote-now {
    display: none;
  }

  .navbar-brand {
    display: none;
  }
}
@media (min-width: 375px) and (min-height: 619px) {
  #free-quote-now {
    display: inline;
  }
}
@media (max-width: 320px) {
  .xxs-hide {
    display: none;
  }
}
main {
  margin: 0 1rem;
}

footer {
  padding: 1rem;
}

@media (min-width: 768px) {
  main {
    margin-left: 90px;
    max-width: 980px;
  }
  main > .container {
    padding: 0;
    margin: 0;
    max-width: 700px;
  }
  main > .row {
    max-width: 700px;
  }

  footer {
    padding: 1.5rem 1.5rem 1.5rem 90px;
  }
}
@media (min-width: 992px) {
  main > .row {
    max-width: none;
  }
}
.navbar-brand {
  display: inline-block;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}

@media (min-width: 690px) and (min-height: 619px) {
  .navbar .btn-danger {
    order: 4;
  }
  .navbar .navbar-nav {
    order: 3;
    flex-direction: row;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .navbar .navbar-brand img {
    height: 80px;
  }
  .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar .navbar-toggler {
    display: none !important;
  }

  #quoteButtons {
    order: 4;
  }
}
.btn-block {
  display: inline-block;
  width: auto;
  min-width: 150px;
}

@media (max-width: 425px) {
  .btn-block {
    width: 100%;
  }
}
.testimonial-quotation {
  margin-bottom: 1.5rem;
}

main h5 {
  color: #006633;
  position: relative;
}
main h5:after {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 9px;
  height: 6px;
  background-color: #993333;
  content: " ";
  z-index: -1;
}
main h6 {
  color: #993333;
  font-weight: 600;
}
main a.text-primary {
  color: #0000e0 !important;
}

footer a.nav-link {
  padding-left: 0;
  padding-top: 0;
  color: #000000;
}
footer a.nav-link:hover {
  text-decoration: underline;
}

.inline-image {
  width: 250px;
  height: auto;
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

.mobile-image {
  display: none;
}

@media (max-width: 425px) {
  .inline-image {
    display: none;
  }

  .mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
  }
}
.color-green {
  color: #006633 !important;
}

.color-burgundy {
  color: #993333 !important;
}

.solutions-list h6 {
  line-height: 1.5rem;
  color: #006633;
}

#contact-info address {
  font-size: smaller;
  margin: 0;
  display: block;
}
#contact-info address strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.stronger {
  font-weight: 500;
}

.smaller {
  font-size: smaller;
}

.caption, form fieldset legend {
  color: #006633;
  font-weight: bold;
  font-size: inherit;
}

ul.bullets {
  list-style-type: none;
  padding: 0;
}
ul.bullets li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: smaller;
}
ul.bullets li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "•";
  color: #993333;
}

/*
#city-list {
    font-size: smaller;
    list-style-type: none;
    padding: 0px;
    li {
        position: relative;
        //padding: 0 0 0 20px;
    }
}

#city-list li {
    display: inline-block;
    width: 118.25px;
    color: #6c757d !important
}
*/
#contact-links.row {
  font-size: smaller;
}
#contact-links.row > div {
  margin-bottom: 1.5rem;
}
#contact-links.row a {
  border-radius: 10px;
}
#contact-links.row a:hover {
  text-decoration: none;
  transform: scale(1.1);
  transition: 500ms;
}
#contact-links.row svg {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5em;
}
#contact-links.row .st0 {
  fill: #757575;
}
#contact-links.row #request-quote .st0 {
  fill: rgba(0, 102, 51, 0.75);
}
#contact-links.row #become-investor .st0 {
  fill: rgba(153, 51, 51, 0.75);
}

@media (max-width: 768px) {
  #contact-links.row > div {
    display: block;
    max-width: 290px;
    margin: 0 auto 1.5rem auto;
  }
}
@keyframes wiggle {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#request-quote.animated svg {
  animation: wiggle 0.3s ease-out 0s 3 normal;
}

footer {
  font-size: smaller;
}
footer nav {
  font-weight: 500;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
}
select.form-control:-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "▼";
  color: #495057;
  font-size: 13px;
  transform: scaleX(1.25);
  pointer-events: none;
}

form fieldset {
  margin-bottom: 1rem;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu, .dropup span.twitter-typeahead .tt-menu, span.twitter-typeahead .dropup .tt-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu, .dropright span.twitter-typeahead .tt-menu, span.twitter-typeahead .dropright .tt-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu, .dropleft span.twitter-typeahead .tt-menu, span.twitter-typeahead .dropleft .tt-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], span.twitter-typeahead [x-placement^=top].tt-menu, .dropdown-menu[x-placement^=right], span.twitter-typeahead [x-placement^=right].tt-menu, .dropdown-menu[x-placement^=bottom], span.twitter-typeahead [x-placement^=bottom].tt-menu, .dropdown-menu[x-placement^=left], span.twitter-typeahead [x-placement^=left].tt-menu {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover, .dropdown-item:focus, span.twitter-typeahead .tt-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, .dropdown-item:active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, span.twitter-typeahead .disabled.tt-suggestion, .dropdown-item:disabled, span.twitter-typeahead .tt-suggestion:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, span.twitter-typeahead .show.tt-menu {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.input-group span.twitter-typeahead {
  display: flex !important;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-hint,
.input-group span.twitter-typeahead .tt-input {
  width: 100%;
}

.btn-burgundy {
  color: #fff;
  background-color: #993333;
  border-color: #993333;
}
.btn-burgundy:hover {
  color: #fff;
  background-color: #7c2929;
  border-color: #732626;
}
.btn-burgundy:focus, .btn-burgundy.focus {
  color: #fff;
  background-color: #7c2929;
  border-color: #732626;
  box-shadow: 0 0 0 0.2rem rgba(168, 82, 82, 0.5);
}
.btn-burgundy.disabled, .btn-burgundy:disabled {
  color: #fff;
  background-color: #993333;
  border-color: #993333;
}
.btn-burgundy:not(:disabled):not(.disabled):active, .btn-burgundy:not(:disabled):not(.disabled).active, span.twitter-typeahead .btn-burgundy.tt-suggestion.tt-cursor:not(:disabled):not(.disabled), .show > .btn-burgundy.dropdown-toggle {
  color: #fff;
  background-color: #732626;
  border-color: #692323;
}
.btn-burgundy:not(:disabled):not(.disabled):active:focus, .btn-burgundy:not(:disabled):not(.disabled).active:focus, span.twitter-typeahead .btn-burgundy.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus, .show > .btn-burgundy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 82, 82, 0.5);
}

.btn-outline-burgundy {
  color: #993333;
  border-color: #993333;
}
.btn-outline-burgundy:hover {
  color: #fff;
  background-color: #993333;
  border-color: #993333;
}
.btn-outline-burgundy:focus, .btn-outline-burgundy.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 51, 51, 0.5);
}
.btn-outline-burgundy.disabled, .btn-outline-burgundy:disabled {
  color: #993333;
  background-color: transparent;
}
.btn-outline-burgundy:not(:disabled):not(.disabled):active, .btn-outline-burgundy:not(:disabled):not(.disabled).active, span.twitter-typeahead .btn-outline-burgundy.tt-suggestion.tt-cursor:not(:disabled):not(.disabled), .show > .btn-outline-burgundy.dropdown-toggle {
  color: #fff;
  background-color: #993333;
  border-color: #993333;
}
.btn-outline-burgundy:not(:disabled):not(.disabled):active:focus, .btn-outline-burgundy:not(:disabled):not(.disabled).active:focus, span.twitter-typeahead .btn-outline-burgundy.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus, .show > .btn-outline-burgundy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 51, 51, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.btn-green:hover {
  color: #fff;
  background-color: #004020;
  border-color: #00331a;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #004020;
  border-color: #00331a;
  box-shadow: 0 0 0 0.2rem rgba(38, 125, 82, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled), .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #00331a;
  border-color: #002613;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 125, 82, 0.5);
}

.btn-outline-green {
  color: #006633;
  border-color: #006633;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #006633;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, span.twitter-typeahead .btn-outline-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled), .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, span.twitter-typeahead .btn-outline-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.5);
}

.bolder {
  font-weight: 600;
}

span.twitter-typeahead {
  display: block !important;
}
span.twitter-typeahead .tt-menu {
  width: 100%;
}
span.twitter-typeahead .tt-suggestion {
  padding: 0.25rem 0.75rem;
}

fieldset[data-checkbox-list] .form-check-label,
.no-validation-colors .form-check-label {
  color: inherit !important;
}

fieldset[data-checkbox-list] {
  margin-bottom: 0;
}

#preferred-locations {
  margin-bottom: 0;
}

#states-selector {
  margin-left: 1.25rem;
}
#states-selector .region-header {
  margin: 1rem 0 0.5rem 0;
  font-weight: 600;
  padding-bottom: 0.125rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.form-group > label:first-child {
  font-weight: 600;
}

.wizard-page {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.wizard-page.active, span.twitter-typeahead .wizard-page.tt-suggestion.tt-cursor {
  display: block;
}

#backdrop {
  display: none;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.icon svg {
  width: 1.15em;
  height: 1.15em;
  fill: currentColor;
  vertical-align: middle;
  margin-top: -2px;
}

@keyframes pulsate {
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.icon.pulsate svg {
  animation: pulsate 0.3s ease-out 0s 3 normal;
}

#exit-intent-dialog .modal-dialog {
  max-width: 600px;
}
#exit-intent-dialog .form-control {
  font-size: 13px;
}

@media (max-width: 320px) {
  .d-320px-none {
    display: none !important;
  }

  .d-320px-inline {
    display: inline !important;
  }
}
.free-appraisal a:hover {
  transform: scale(1.1);
  transition: 500ms;
}

.free-appraisal.animated svg {
  animation: wiggle 0.3s ease-out 0s 3 normal;
}

/* Temporary – find a better solution */
#startButton.disabled {
  display: none;
}

.was-validated .form-control:valid, .was-validated .form-control:invalid {
  background-image: none;
}

#bbb-link {
  display: inlin-block;
  -webkit-user-select: none;
  user-select: none;
}
#bbb-link:hover {
  text-decoration: none;
}
#bbb-link * {
  vertical-align: top;
}

#bbb-seal {
  display: inline-block;
  height: 60px;
  width: auto;
  margin-right: 8px;
}

#bbb-rating {
  display: inline-block;
  font-size: 32px;
  height: 60px;
  width: 60px;
  background-color: #015a75;
  color: white;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  border-radius: 6px;
}

button.close:focus,
button.close:active {
  outline: none;
}

@media (max-height: 618px) {
  .landscape-hide {
    display: none !important;
  }
}
.navbar-toggler {
  padding: 3px 12px;
}

@media (max-width: 567px) {
  #quoteButtons {
    order: 4;
    flex-basis: 100%;
  }

  .navbar-toggler {
    margin-left: auto !important;
  }
}
@media (min-width: 568px) and (max-width: 599px) {
  #free-quote-now {
    display: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=nationwide.css.map */
