@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  background: #ffffff;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 300;
}

/* line 21, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
}

/* line 26, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
}

/* line 31, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 33, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 36, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 39, ../sass/_common.sass */
.dark-grey {
  color: #252525;
}

/* line 41, ../sass/_common.sass */
.orange {
  color: #ff761a;
}

/* line 44, ../sass/_common.sass */
.bg-orange {
  background: #ff761a;
}

/* line 46, ../sass/_common.sass */
.bg-dark-grey {
  background: #252525;
}

/* line 3, ../sass/partials/_header.sass */
#header {
  padding-top: 40px;
  font-size: 20px;
}
/* line 7, ../sass/partials/_header.sass */
#header .navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: 0;
}
/* line 16, ../sass/partials/_header.sass */
#header .navbar #navbar .nav li a {
  color: #000000;
  padding: 10px 25px;
}
/* line 20, ../sass/partials/_header.sass */
#header .navbar #navbar .nav li.active a {
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 13, ../sass/partials/_header.sass */
  #header .navbar #navbar {
    background: #dbdbdb;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/partials/_header.sass */
  #header .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #000000;
  }
  /* line 30, ../sass/partials/_header.sass */
  #header .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  color: #ffffff;
}
/* line 6, ../sass/partials/_footer.sass */
#footer a {
  color: #ffffff;
}
/* line 9, ../sass/partials/_footer.sass */
#footer a:hover, #footer a:focus {
  color: #ffffff;
}
/* line 11, ../sass/partials/_footer.sass */
#footer .last-column {
  padding-top: 102px;
}
@media (max-width: 767px) {
  /* line 11, ../sass/partials/_footer.sass */
  #footer .last-column {
    padding-top: 55px;
  }
}

/* line 5, ../sass/pages/_contact.sass */
.contact-page #contact-form .input-wrapper {
  position: relative;
  padding: 0 15px 30px;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_contact.sass */
  .contact-page #contact-form .input-wrapper {
    padding-bottom: 45px;
  }
  /* line 15, ../sass/pages/_contact.sass */
  .contact-page #contact-form .input-wrapper.reason-wrapper .input-label.active span {
    top: -25px;
  }
  /* line 17, ../sass/pages/_contact.sass */
  .contact-page #contact-form .input-wrapper.reason-wrapper input[type=text] {
    height: 72px;
  }
}
/* line 19, ../sass/pages/_contact.sass */
.contact-page #contact-form .input-label {
  display: block;
  position: relative;
  margin-bottom: 0;
}
/* line 24, ../sass/pages/_contact.sass */
.contact-page #contact-form .input-label span {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  padding: 0;
  color: #252525;
  font-weight: 400;
  font-size: 22px;
  cursor: text;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
/* line 37, ../sass/pages/_contact.sass */
.contact-page #contact-form .input-label.active span {
  font-size: 16px;
  top: -20px;
  cursor: inherit;
}
/* line 41, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  height: 36px;
  font-weight: 400;
  font-size: 22px;
  color: #959595;
  padding: 0;
  border-bottom: 1px solid #252525;
}
/* line 53, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  width: 133px;
  height: 38px;
  padding: 3px 0 0;
  font-size: 20px;
  color: #ffffff;
  background: #ff761a;
  border: 1px solid #ff761a;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 65, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit]:hover, .contact-page #contact-form input[type=submit]:focus {
  background: #ffffff;
  border-color: #ff761a;
  color: #252525;
}
/* line 69, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  position: absolute;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
  margin-top: 2px;
}
/* line 76, ../sass/pages/_contact.sass */
.contact-page #myModal .btn {
  color: #ffffff;
  background: #ff761a;
  border: #ff761a;
}
