body {
  margin: 0;
}
.calculator {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calculator-title {
  color: #b80016;
  font-weight: normal;
}
#credit-period option {
  text-align: center;
}
div.content {
  max-width: 768px;
  padding: 0.875em;
  margin: 0 auto;
  text-align: left;
}
.finance-application {
  text-decoration: none;
  background-color: #29658a;
  padding: 20px;
  color: #fff;
  padding: 17px;
}
#calculate {
  align-self: flex-end;
  min-width: 232px;
  text-align: center;
  border: none;
}
#get-financing {
  align-self: flex-start;
  min-width: 200px;
  text-align: center;
}
.finance-button {
  display: flex;
  justify-content: center;
  padding: 45px;
}
.vc_column_container {
  display: flex;
  flex-direction: column;
}
.output {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.output-box {
  width: 15.5rem;
  margin: 0.5em;
  font-size: 18px;
  border: 2px solid #e0e0e0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 2px 4px 9px #e6e6e6;
  position: relative;
  left: 0;
}
.output-box h6 {
  font-weight: 900;
  font-size: 15px;
  background: #f5f5f5;
  margin: 0;
  padding: 1rem;
  line-height: 1.125em;
  min-height: 64.5px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.output-box h5 {
  font-weight: 900;
  font-size: 15px;
  background: #f5f5f5;
  margin: 0;
  padding: 0.5rem;
  line-height: 1.125em;
  min-height: 45.5px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.output-box p {
  margin: 0;
}
.output-box strong {
  font-weight: bold;
  color: #f80022 !important;
  line-height: 1em;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  font-size: 1.3em;
}
.info-link {
  padding-left: 10px;
  color: #f80022;
}
.header {
  width: 100%;
  height: 137px;
  box-shadow: 0 3px 6px 0 rgba(207, 231, 248, 0.63);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 42px;
}
.logo {
  height: 90px;
  width: 223px;
  object-fit: contain;
  position: relative;
}

.header-contact {
  width: 628px;
  position: relative;
  background-image: url("header-right-all.png");
  background-size: 628px;
}
.header-contact-moving {
  display: none;
}
.header-contact-inner {
  position: absolute;
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
}
.header-contact-financing-logo {
  margin-left: 115px;
  width: 121px;
  height: 37px;
  background-image: url("financing-by-taycor.svg");
}
.header-contact-action {
  margin-left: 21px;
  margin-top: 6px;
  background-image: url("telephone-circle.png");
  background-size: 44px;
  width: 44px;
  height: 44px;
}
.header-contact-text {
  font-family: Montserrat;
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
.header-contact-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}
.header-contact-questions-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.header-contact-info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.header-contact-info > a {
  display: none;
}
.header-contact-phone-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
h2 {
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 23px;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
  letter-spacing: -0.75px;
  font-family: Montserrat;
  text-transform: uppercase;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.4em;
  font-size: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
  font-family: Montserrat;
}
.financing-information {
  display: flex;
  flex-direction: row;
}
.amount-container {
  display: flex;
  flex-direction: column;
  width: 45%;
  border-right: 1px solid;
  padding-right: 30px;
}
.amount {
  height: 50px;
  margin-left: 10px;
  font-size: 23px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 15px;
  margin-top: 10px;
}
.amount:focus {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  outline: none;
}
.finance-years {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 45%;
  padding-top: 25px;
}
#outQuoteTerm {
  float: right;
}
.years-text {
  font-weight: bold;
  color: #595959;
  font-size: 18px;
  padding-right: 20px;
}

#amount-input {
  background: transparent !important;
  position: relative;
  z-index: 2 !important;
  border: 0;
  border-bottom: 2px solid #dedede;
  border-radius: 2px;
  box-shadow: none;
  margin: 0 auto 1.5rem;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 15.5px;
}
span.cover-input {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -3.9rem;
  z-index: 1;
  line-height: 1.55em;
}
span.cover-input.type-usd:after {
  content: "$";
  position: absolute;
  text-align: right;
  display: block;
  padding: 9px 0;
  font-size: 16.6px;
  font-weight: 600;
  margin: 0 auto;
  width: 160px;
  font-family: "Montserrat";
}
.range-wrap {
  margin-top: 15px;
}
label,
#outQuoteTerm,
.frequency {
  font-size: 18px;
  font-family: Montserrat;
}
h3 {
  font-family: Montserrat;
}
#outQuoteTerm {
  color: #01b0f0;
  font-weight: bold;
}
.frequency {
  padding-top: 73px;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 2px solid #dedede !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #01b0f0 !important;
  font-weight: bold;
  font-size: 18px;
}
.select2-results__option {
  font-size: 18px;
}

select,
input {
  outline: none !important;
}
span.select2-selection.select2-selection--single {
  outline: none;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: 2px solid #dedede;
}
.calculate-container {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding-right: 30px;
}
.get-financing-container {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 45%;
}
.header {
  width: 100%;
  height: 137px;
  box-shadow: 0 3px 6px 0 rgba(207, 231, 248, 0.63);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 42px;
}
.logo {
  height: 90px;
  width: 223px;
  object-fit: contain;
  position: relative;
}

.header-contact {
  width: 628px;
  position: relative;
  background-image: url("header-right-all.png");
  background-size: 628px;
}
.header-contact-moving {
  display: none;
}
.header-contact-financing-logo {
  margin-left: 115px;
  width: 121px;
  height: 37px;
  background-image: url("financing-by-taycor.svg");
}
.header-contact-action {
  margin-left: 21px;
  margin-top: 6px;
  background-image: url("telephone-circle.png");
  background-size: 44px;
  width: 44px;
  height: 44px;
}
.header-contact-text {
  font-family: Montserrat;
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
.header-contact-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}
.header-contact-questions-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.header-contact-info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.header-contact-info > a {
  display: none;
}
.header-contact-phone-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .header {
    height: 78px;
    overflow: hidden;
  }
  .header-logo {
    margin-left: 8px;
  }
  .logo {
    height: 47px;
    width: 116px !important;
  }
  .header-contact {
    width: 221px;
    background-image: url("header-right-mobile.png");
    background-size: 221px;
  }
  .header-contact-financing-logo {
    margin-left: 57px;
    margin-top: 7px;
    width: 108px;
    height: 33px;
    background-size: 108px 33px;
    transition: all 0.5s;
  }
  .header-contact-action {
    margin-left: 6px;
    transition: all 0.5s;
  }
  .header-contact-moving {
    display: block;
    position: absolute;
    left: 167px;
    transition: all 0.5s;
  }

  .header-contact-inner {
    margin-top: 21px;
    height: 37px;
  }
  .header-contact-details {
    flex-direction: column;
    margin-left: -4px;
    text-align: right;
    display: none;
    transition: all 1s;
    align-items: flex-end;
  }
  .header-contact-info {
    margin-left: 0px;
    align-items: flex-end;
  }
  .header-contact-info > span:first-child {
    display: none;
  }
  .header-contact-info > a {
    display: block;
  }
  .header-contact-questions-text {
    font-size: 13.5px;
  }
  .header-contact-phone-text {
    font-size: 12.2px;
  }
  .header-contact-hours-text {
    font-size: 7.5px;
  }

  .header-contact-visible {
    display: block;
  }
  .header-contact-moving-expanded {
    left: 83px;
  }
  .header-contact-action-expanded {
    margin-left: -2px;
    background-image: url("back-button-icon.png");
    background-size: 44px;
  }
  .header-contact-financing-logo-small {
    margin-left: 50px;
    margin-top: 0px;
    width: 43px;
    height: 37px;
    background-image: url("financing-by-taycor-small.svg");
    background-size: 43px 37px;
  }
  #MOD_QUOTE_FORM .btn-quote-get-financing,
  #MOD_QUOTE_FORM .btn-quote-calculate {
    margin: 0 !important;
  }
  #MOD_QUOTE_FORM .btn-quote-calculate {
    margin-right: 5px !important;
  }

  div.content {
    padding: 2.5em;
  }
  .financing-information {
    display: flex;
    flex-direction: column;
  }
  .amount-container {
    flex-direction: column;
    width: 100%;
    border-right: 1px solid;
    padding-right: 0px;
    border: none;
  }
  .finance-years {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    width: 100%;
    padding: 0px;
  }
  .frequency {
    padding-top: 35px;
  }
  .finance-button {
    display: flex;
    justify-content: center;
    padding: 45px;
    flex-direction: column;
  }
  .calculate-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .get-financing-container {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    width: 100%;
  }
  .logo {
    width: 266px !important;
  }
  .output-box {
    width: 12.5rem;
  }
  .info-link {
    padding-right: 15px;
    padding-left: 0px;
  }
  span.cover-input.type-usd:after {
    width: 335px;
  }
}
@media screen and (max-width: 500px) {
  .output {
    flex-direction: column;
  }
  span.cover-input.type-usd:after {
    width: 160px;
  }
  .logo {
    width: 150px !important;
  }
  div.content {
    padding: 0.5em;
  }
  .slider_wrapper {
    margin-bottom: 60px !important;
  }
  .buttons_wrapper {
    flex-direction: column;
  }
  #MOD_QUOTE_FORM .btn-quote-calculate {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
}
