@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap");

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background-color: #37597F;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 100px; }
  body > .container {
    background-color: #fff; }

.info-box {
  background-color: #617B99;
  color: #fff; }

.calc-form {
  background-color: #F7F7F7;
  padding: 20px;
  border: 1px solid #707070;
  margin: 20px 0; }

.container.p-0 {
  min-height: 100vh; }

.content {
  padding: 0 0 5em 0; }

.navbar.navbar-expand-lg .navbar-brand img {
  max-width: 200px;
  height: 85px; }

.btn-primary {
  background-color: #37597F;
  border: 2px solid #37597F;
  text-transform: uppercase; }
  .btn-primary:hover {
    background-color: #607A98; }

.btn-secondary {
  background-color: #fff;
  border: 2px solid #37597F;
  color: #37597F;
  text-transform: uppercase; }

.alert-primary {
  background-color: #607A98;
  color: #fff; }
  .alert-primary h4 {
    font-weight: bold; }

h1 {
  font-size: 24px;
  font-weight: 700; }
  h1 span {
    color: #37597F; }

h2 {
  color: #37597F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em; }
  h2.page-title {
    font-size: 32px;
    background-color: #EDF5FF;
    padding: 1em 15px;
    font-weight: bold; }
    h2.page-title span {
      font-size: 24px;
      font-weight: normal;
      display: block;
      padding-top: 15px; }

h3 {
  font-size: 18px;
  color: #37597F; }

h4 {
  font-size: 1.25rem; }

.border-right, .border-left {
  border-color: #37597F !important; }

label {
  font-weight: bold;
  font-size: 14px; }
  label.form-check-label {
    font-weight: normal;
    font-size: 14px; }

.form-check-inline {
  margin-right: 0.15rem; }
  .form-check-inline:last-child {
    margin-right: 0; }

.form-group div:has(span.invalid) {
  background-color: white; }

.field-validation-error {
  clear: both;
  color: #E80C4D;
  display: block; }

footer {
  background-color: #37597F;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 124px; }
  footer small {
    font-size: 10px; }
  footer span {
    font-size: 10px;
    display: block;
    text-transform: uppercase; }
    footer span.phone {
      font-family: "Ubuntu Condensed", sans-serif;
      font-size: 54px;
      display: block;
      margin-top: -20px; }

span.message {
    color: red;
    display: inline;
}

@media screen and (min-width: 768px) {
  #logo img {
    max-width: 100%; }
  label {
    font-size: 16px; } }

.bg-primary {
    background: #37597F !important;
    color: #fff;
}

.close {
    color: #FFF;
}

.fa-info-circle {
    color: #0069c4;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
  margin-top: 1em; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 767px) {
  .border-right, .border-left {
    border-width: 0px !important; } }
