@import "../app/fonts.css";
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
body,
input,
select,
label,
optgroup,
textarea {
  --bs-font-sans-serif: 'museo-sans';
  font-family: 'museo-sans' !important;
}
button,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'museo-slab' !important;
  color: #5d5c54;
  margin: 0;
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #aeab9f;
}
textarea {
  padding: 10px;
  border: 1px solid #aeab9f;
  resize: vertical;
}
p {
  font-family: 'museo-sans';
  color: #5d5c54;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
hr {
  opacity: 1 !important;
  background: #eee;
  width: 100%;
  height: 3px;
  display: inline-block;
  border: none;
}
a {
  text-decoration: none;
  color: #005090;
}
a:hover {
  color: #5597c2;
}
button {
  border: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hide,
.hidden {
  display: none;
}
.clickable:hover {
  cursor: pointer;
}
.orange,
.orange:hover {
  color: #f2894f;
}
/* this is the recommended way to hide the google recaptcha badge, which we're showing inline instead*/

/* https://cloud.google.com/recaptcha-enterprise/docs/faq#id_like_to_hide_the_badge_what_is_allowed */

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}
.gm-style button {
  min-width: unset;
  padding: unset;
}
.screen-size-tracker {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #F00;
  color: #FFF;
  font-weight: bold;
  z-index: 99999;
}
@media print {
  @page {
    size: letter portrait;
    margin: 0.25in;
  }
  .no-print {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  /*XL*/
  
  h1,
  h2.page-title {
    font-size: 30px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
  h3 {
    font-size: 19px;
    line-height: 22px;
  }
  h4 {
    font-size: 17px;
    line-height: 20px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  h6 {
    font-size: 14px;
    line-height: 15px;
  }
  p {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 1365px) and (min-width: 800px) {
  /*LG and LG2*/
  
  h1,
  h2.page-title {
    font-size: 30px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
  h3 {
    font-size: 19px;
    line-height: 22px;
  }
  h4 {
    font-size: 17px;
    line-height: 20px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  h6 {
    font-size: 14px;
    line-height: 15px;
  }
  p {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  /*MD*/
  
  h1,
  h2.page-title {
    font-size: 30px;
    line-height: 30px;
  }
  h2 {
    font-size: 19px;
    line-height: 25px;
  }
  h3 {
    font-size: 17px;
    line-height: 22px;
  }
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  h6 {
    font-size: 14px;
    line-height: 15px;
  }
  p {
    font-weight: 300;
    font-size: 15 p;
    line-height: 22px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  /*SM*/
  
  h1,
  h2.page-title {
    font-size: 19px;
    line-height: 25px;
  }
  h2 {
    font-size: 17px;
    line-height: 25px;
  }
  h3 {
    font-size: 15px;
    line-height: 18px;
  }
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  h6 {
    font-size: 14px;
    line-height: 15px;
  }
  p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  /*XS*/
  
  h1,
  h2.page-title {
    font-size: 19px;
    line-height: 25px;
  }
  h2 {
    font-size: 17px;
    line-height: 25px;
  }
  h3 {
    font-size: 15px;
    line-height: 18px;
  }
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  h6 {
    font-size: 14px;
    line-height: 15px;
  }
  p {
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 1366px) {
  .no-xl {
    display: none !important;
  }
}
@media (max-width: 1365px) and (min-width: 800px) {
  .no-lg {
    display: none !important;
  }
}
@media (max-width: 1149px) and (min-width: 800px) {
  .no-lg1 {
    display: none !important;
  }
}
@media (max-width: 1365px) and (min-width: 1150px) {
  .no-lg2 {
    display: none !important;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .no-md {
    display: none !important;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  .no-sm {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .no-xs {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .only-lg2 {
    display: none !important;
  }
  .only-lg {
    display: none !important;
  }
  .only-md {
    display: none !important;
  }
  .only-sm {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
@media (max-width: 1149px) and (min-width: 800px) {
  .only-xl {
    display: none !important;
  }
  .only-lg2 {
    display: none !important;
  }
  .only-md {
    display: none !important;
  }
  .only-sm {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
@media (max-width: 1365px) and (min-width: 1150px) {
  .only-xl {
    display: none !important;
  }
  .only-lg {
    display: none !important;
  }
  .only-md {
    display: none !important;
  }
  .only-sm {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .only-xl {
    display: none !important;
  }
  .only-lg2 {
    display: none !important;
  }
  .only-lg {
    display: none !important;
  }
  .only-sm {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  .only-xl {
    display: none !important;
  }
  .only-lg2 {
    display: none !important;
  }
  .only-lg {
    display: none !important;
  }
  .only-md {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .only-xl {
    display: none !important;
  }
  .only-lg2 {
    display: none !important;
  }
  .only-lg {
    display: none !important;
  }
  .only-md {
    display: none !important;
  }
  .only-sm {
    display: none !important;
  }
}
#global-contact-us {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#global-contact-us .inner {
  display: inline-block;
}
#global-contact-us .inner .button-like {
  display: inline-block;
}
#global-contact-us h3 {
  float: left;
  line-height: 50px;
  margin-right: 20px;
  font-size: 1rem;
}
@media (max-width: 599px) {
  #global-contact-us h3 {
    float: none;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}
.button-like {
  min-width: 160px;
  height: 50px;
}
.button-like a {
  line-height: 50px;
}
button a,
.button-like a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
button.orange,
.button-like.orange {
  background: #f2894f;
}
button.orange a,
.button-like.orange a {
  color: #fff;
}
button.orange:hover:not(.disabled),
.button-like.orange:hover:not(.disabled) {
  background: #ff7c33;
}
button.orange[disabled] {
  opacity: 0.5;
}
/* Override Bootstrap defaults */

:root {
  --bs-body-line-height: 1;
}
.nav-underline {
  --bs-nav-underline-gap: 2rem !important;
  border-bottom: 1px solid #EAECF0 !important;
}
.nav-underline .nav-link {
  --bs-nav-link-color: #3d3c37 !important;
  --bs-nav-link-hover-color: #3d3c37 !important;
  --bs-nav-underline-link-active-color: #f2894f !important;
}
.modal {
  --bs-modal-zindex: 30010;
}
.modal-backdrop {
  --bs-backdrop-zindex: 30005;
}
p[class^="cf"],
p[class*=" cf"] {
  margin: 0;
  font-size: 15px;
}
button[class^="cf"],
button[class*=" cf"] {
  min-width: 160px;
}
[class^="cf"] p,
[class*=" cf"] p {
  margin: 0;
  line-height: 17px;
  font-size: 15px;
}
[class^="cf"] button,
[class*=" cf"] button {
  min-width: 160px;
}
