/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Bio Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
/*GLOBALS*/


/* ADD VP_FONTS  */
@import "vp_fonts.css";

body {
  position: relative;
  font-family: 'Bio Sans', sans-serif;
  background: #f1f2f4;
  margin: auto !important;
}

::selection {
  background: #f38b33;
}

::-moz-selection {
  background: #f38b33;
}

.h2,
h2 {
  font-family: Archivo;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: center;
  color: #2D3E52;
}

.h3,
h3 {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 148.5%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2D3E52;
}

.h4,
h4 {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #1C2C3E;
}

.p,
p {
  color: #2D3E52;
}

ul {
  list-style-type: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #F38B03;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
}

.bg:before {
  content: '';
  background: #f6f7f9;
  transform: skew(-30deg);
  position: fixed;
  width: 100%;
  height: 100%;
  left: -50%;
  z-index: 0;
}


.center-logo {
  padding-bottom: 32px;
}

.start-project {
  padding-bottom: 24px;
}

.app-content {
  background: #FFFFFF;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px rgba(0, 0, 0, 0.08);
  width: 200px;
  min-height: 188px;
  position: relative;
  transition: all .2s ease-in-out;
}

.btn-orange-with-arrow {
  padding: 6px 10px;
  background: #F38B03;
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FEFEFE;
  margin-bottom: 25px;
  /* margin-top: 25px; */
  border-radius: 0rem;
}

.btn-orange-with-arrow:hover {
  color: #F38B03;
  background-color: transparent;
  border: 1px solid #F38B03;
}


.start-h2 {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: 0.025em;
  color: #2D3E52;
}


.navbar-brand {
  position: fixed;
  left: 0.9375rem;
  top: 0.3125rem;
}


.center-att {
  height: calc(100vh - 0px);
}

.hover-content {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;

}

.app-content:hover {
  transform: scale(1.1);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0.5px 1px rgba(0, 0, 0, 0.05);

}

/* .app-content:hover>.hover-content {
  position: absolute;
  background: #fff;
  width: 200px;
  top: 188px;
  display: block;
  z-index: 100;
  box-shadow: 0px 0.5px 1px rgb(0 0 0 / 8%), 0px 1px 2px rgb(0 0 0 / 8%);
  opacity: 1;
  animation: animate 0.0s;
} */

@keyframes animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.cat-label {
  min-height: 80px;
}

.btn-back {
  border-radius: 0rem;
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #F38B03 !important;
  border: 0.0625rem solid #F38B03 !important;
}

.btn-back:hover {
  background-color: #F38B03 !important;
  color: #ffffff !important;
  z-index: 1;
}

.btn.btn-back {
  position: fixed;
  left: 17px;
  top: 60px;
  z-index: 50;
}

.footer {
  margin-top: 30px;
}

.footer-text {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: #79899B;
}

.footer-text>a {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  color: #2D3E52;
  padding-left: 5px;
}

/* MODAL  */
.modal-content {
  border-radius: 0px !important;
}

.help-form {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1.875rem 1.875rem;
  margin-bottom: 2rem;
}

.help-form .hf-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 0.9rem;
}

.help-form .hf-item input {
  height: 2.7rem;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 0;
  transition: all .2s;
  width: 100%;
  background: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  font-weight: 500;
}

.help-form .hf-label {
  transform-origin: top left;
  position: absolute;
  opacity: .5;
  transition: all .2s;
  white-space: nowrap;
  font-family: Bio Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #79899B;
  transform: translateY(2rem) scale(1);
  top: 0rem;
  left: 0.0rem;
}


.help-form .hf-item input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border-color: #bbb;
  outline: 0;
}

.hf-item.is-active input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=file])~.qf-label {
  color: #f38b03;
  opacity: 1;
  transform: translate(0);
  top: 0;
  left: 0;
  font-style: normal;
  font-size: 80%;
}

.hf-item.is-filled input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=file])~.qf-label {
  transform: translate(0);
  top: 0;
  left: 0;
  font-style: normal;
  font-size: 80%;
}

.help-form .helper-text {
  position: relative;
  display: block;
  font-size: 0.8rem;
  width: 100%;
  transition: all .2s ease-in-out;
  margin-top: .2rem;
  color: #ea5b3a;
  font-weight: 700;
}

.btn-email {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: #F38B03;
  text-transform: uppercase;
  color: #FEFEFE;
  border-radius: 0rem;
  margin-top: 2rem;
}

.btn-summary {
  border-radius: 0rem;
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #F38B03;
  border: 0.0625rem solid #F38B03;
}

.go-go-btn {
  color: #2d3e52 !important;
  border: 0.0625rem solid #2d3e52;
  z-index: 2;
}

a.nav-link {
  /* color: #f38b03 !important; */
  padding: 3px;
}

.go-go-btn {
  position: absolute;
  right: 30px;
  top: 14px;
  width: 230px;
}

a.nav-link:hover {
  color: white !important;
  padding: 3px;
}

.go-go-btn:hover {
  background-color: #2d3e52;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.isDisabled>a {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

a.navbar-brand {
  z-index: 2;
}

@media all and (max-width: 768px) {
  .bg {
    display: none;
  }

  .tou p {
    justify-content: center;
  }



  .priv p {
    justify-content: center;
  }


  #page-container {
    position: relative;
  }

  .content.text-center {
    padding-bottom: 0rem;
  }

  .bc {
    margin-top: 40px;

  }

  a.navbar-brand {
    display: none;
  }

  .center-logo {
    padding-top: 32px;

  }

  .content.text-center {
    margin-bottom: 30px;
  }

  .app-content {
    width: auto;
  }

  .footer-text {
    display: block;
  }

  .footer-text>a {
    display: block;
  }

  .footer-text>a:before {
    content: ' ';
    clear: right;
    display: block;
    margin-bottom: 10px;
  }

  .go-go-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 230px;
  }

  .btn.btn-back {
    position: relative;
    left: auto;
    margin: 0 auto;
    top: auto;
    line-height: 1.2rem;
    height: 32px;
    z-index: 50;
  }

}

@media all and (max-width: 991px) {}

@media all and (max-width: 1200px) {}

@media all and (max-height: 700px) {


  .center-att {
    height: auto;
  }

  .content.text-center {
    margin-bottom: 0px;
  }

}




/* MODAL  */
.quote-form {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1.875rem 1.875rem;
  margin-bottom: 2rem;
}

.modal-content {
  border-radius: 0px !important;
}

.close {
  padding: 10px
}

.custom-modal {
  margin-top: -30px;
}

.modal-icon {
  font-size: 4em;
}

.modal-h3 {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
}

.modal-p {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  padding: 25px;
  text-align: center;
  letter-spacing: 0.025em;
}

.red {
  color: #EA5B3A;
}

.green {
  color: #68CA66;
}

.orange {
  color: #FFD249;
}

.blue {
  color: #56CCF2;
}

.part-number-text {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 148.5%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

