.travel-feature {
  background-color: #fff;
  margin: 2rem 0;
  padding: 2rem 4rem;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.travel-feature div {
  margin: 1rem;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 300;
  border-bottom: 0.1rem solid #bd1000;
}

.travel-feature a {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #bd1000 !important;
  text-align: right;
  display: block;
}

.travel-feature i {
  color: #bd1000;
}

.result-wrapper {
  text-align: center;
}

.result-wrapper h2 {
  margin-bottom: 2rem;
  background: #fafafa;
  padding: 2rem;
  text-transform: capitalize;
  font-size: 2rem;
}

.result-wrapper h2 span {
  color: #bd1000;
  font-weight: 400;
}

.result-container {
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}

.result-info {
  padding: 2rem;
  align-items: center;
  background: #a60f14;
  color: #fafafa;
}

.result-info .row {
  justify-content: center;
  align-items: center;
}

.result-info span {
  font-size: 1.4rem;
}

.change-deductible {
  margin-top: 1rem;
}

.change-deductible label {
  margin: 0.5rem 0;
  margin-right: 1rem;
  font-size: 1.4rem;
}

.change-deductible select {
  padding: 0.2rem 2rem 0.2rem 1rem;
  font-size: 1.4rem;
  background: #fff;
  outline: none;
  border: none;
}

.change-deductible .col-6 {
  margin-bottom: 1rem;
}

.change-deductible .btn-deductible {
  color: #a60f14;
  background: #ccc;
  border-radius: 2rem;
  outline: none;
  border: none;
  font-size: 1.4rem;
  width: 50%;
  padding: 0.2rem 1rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.insurance-company-widget {
  margin: 2rem 0;
  padding: 1rem 2.5rem;
}

.insurance-company-widget .row {
  justify-content: center;
  align-items: center;
}

.insurance-company-widget .price {
  font-size: 3rem;
}

.insurance-company-widget .details {
  font-size: 1.2rem;
  line-height: 2rem;
}

.insurance-company-widget img {
  width: 15rem;
  height: auto;
}

.btn-buy-now {
  background: #bd1000;
  padding: 0.5rem 3rem;
  outline: none;
  border: none;
  color: #fafafa !important;
  display: inline-block;
}

.btn-buy-now:hover {
  color: #fafafa !important;
  background: #d62718;
}

.btn-buy-now.large {
  width: 30rem;
  margin: 0 1rem;
  margin-bottom: 3rem;
  color: #fafafa !important;
}

.btn-disabled {
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

/******************/
/** CAREERS PAGE **/
.career-widget {
  border: 0.1rem solid #ececec;
  padding: 1.5rem;
  margin: 2rem auto;
}

.career-widget ol {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.career-widget.special {
  border-color: #a60f14;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .travel-feature {
    padding: 2rem;
    height: 24rem;
  }
}

@media only screen and (min-width: 992px) {
  .change-deductible {
    margin-top: 0;
    text-align: right;
  }

  .travel-feature {
    padding: 2rem 4rem;
    max-height: 22rem;
  }
}
