@charset "UTF-8";
#header-container {
  background-color: #fff;
  border-bottom: 1px solid #8b8b8b;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #header-container {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #header-container {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  #header-container header {
    max-width: 1160px;
    margin: auto;
  }
}
#header-container header .navbar {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  #header-container header .navbar {
    padding: 0.2rem 1rem;
  }
}
#header-container header .navbar .navbar-brand img {
  transition: 0.3s;
  max-width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  #header-container header .navbar .navbar-brand img {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  #header-container header .navbar .navbar-brand img {
    max-width: 430px;
  }
}
#header-container #menuToggle {
  display: block;
  position: absolute;
  top: 17px;
  right: 26px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  #header-container #menuToggle {
    top: 22px;
  }
}
@media (min-width: 1200px) {
  #header-container #menuToggle {
    top: 29px;
    left: calc(50% + 530px);
  }
}
#header-container #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#header-container #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 1.5px);
  background: #268bcc;
}
@media (min-width: 768px) {
  #header-container #menuToggle input:checked ~ span {
    transform: rotate(45deg) translate(-2px, 1px);
  }
}
#header-container #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#header-container #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#header-container #menuToggle input:checked ~ #menu {
  transform: translate(-100%, 0);
}
#header-container #menuToggle input:checked ~ ul {
  transform: none;
}
#header-container #menuToggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #268bcc;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#header-container #menuToggle span:first-child {
  transform-origin: 0 0;
}
#header-container #menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
@media (min-width: 768px) {
  #header-container #menuToggle span {
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #header-container #menuToggle span {
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
  }
}
#header-container #menuToggle #menu {
  margin: 10px 0 0 -50px;
  padding: 100px 50px 50px 50px;
  background: #3c3c3c;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  position: fixed;
  height: calc(100% + 200px);
  right: -100%;
  width: 100%;
  transform: none;
  z-index: 9999;
}
@media (min-width: 768px) {
  #header-container #menuToggle #menu {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  #header-container #menuToggle #menu {
    margin-top: 22px;
  }
}
#header-container #menuToggle #menu li {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 768px) {
  #header-container #menuToggle #menu li {
    font-size: 22px;
  }
}
#header-container #menuToggle #menu li a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.mb-4-5 {
  margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .px-xs-5p {
    padding: 0 5% !important;
  }
}

.clearable {
  position: relative;
  display: block;
  width: 100%;
}
.clearable input[type=text] {
  padding-right: 35px;
  width: 100%;
  box-sizing: border-box;
}
.clearable input::-ms-clear {
  /* Remove IE default X */
  display: none;
}
.clearable .clearable-clear {
  position: absolute;
  right: 0;
  top: 11px;
  padding: 0 8px;
  font-style: normal;
  font-size: 1rem;
  user-select: none;
  cursor: pointer;
  color: #6c757d;
}
@media (min-width: 768px) {
  .clearable .clearable-clear {
    top: 15px;
    right: 6px;
    font-size: 1.1rem;
  }
}

.inner .container {
  max-width: 100%;
  padding: 0 5%;
}
@media (min-width: 576px) {
  .inner .container {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .inner .container {
    max-width: 100%;
    padding: 0 10%;
  }
}
@media (min-width: 992px) {
  .inner .container {
    max-width: 100%;
    padding: 0 17%;
  }
}
@media (min-width: 1200px) {
  .inner .container {
    max-width: 100%;
    padding: 0 24%;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #1a1a1a;
  color: #fff;
  margin-bottom: 120px;
}
@media (max-width: 400px) {
  body {
    margin-bottom: 135px;
  }
}

strong {
  font-weight: 700;
}

.form-control.is-invalid {
  border-width: 2px;
  background-image: none;
}

main {
  text-align: center;
}
main h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  main h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  main h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
main p {
  font-size: 15px;
}
@media (max-width: 767px) {
  main p {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  main p {
    font-size: 24px;
  }
}
main p.light {
  font-weight: 200;
}
@media (min-width: 768px) {
  main p.smaller, main p .smaller {
    font-size: 18px;
  }
}
main p.bigger {
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 768px) {
  main p.bigger {
    font-size: 27px;
    line-height: 37px;
  }
}
main .blue-text {
  color: #47acea;
}
main a.blue-with-underline {
  border-bottom: 2px solid #47acea;
  color: #47acea;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  background-size: 100% 200%;
  white-space: nowrap;
  background-image: linear-gradient(to top, transparent 0%, transparent 50%, #47acea 50%, #47acea 100%);
  background-position: 0 100%;
  will-change: background-position;
}
main a.blue-with-underline:hover {
  animation: backgroundAnimateIn 0.3s;
  animation-fill-mode: forwards;
}
@keyframes backgroundAnimateIn {
  0% {
    background-position: 0 -100%;
  }
  63% {
    background-position: 0 -95%;
  }
  86% {
    background-position: 0 2.5%;
  }
  100% {
    color: white;
    background-position: 0 0%;
  }
}
main a.cta {
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background-color: #077ac5;
  text-transform: uppercase;
  width: 100%;
  margin: 0 !important;
  text-align: center;
  padding: 1.1rem 0;
  letter-spacing: 0.06em;
}
main a.cta:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
}
main a.cta:hover {
  background-color: #148cda;
  text-decoration: none;
}
@media (min-width: 768px) {
  main a.cta {
    font-size: 22px;
    display: inline-block;
    width: auto;
    padding: 1.1rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  main a.cta {
    font-size: 16px;
    padding: 1.3rem 6rem;
  }
}
main a.cta.submitting {
  opacity: 0.9;
  pointer-events: none;
}
main a.cta.submitting:after {
  content: "";
  animation: fa-spin 2s infinite linear;
  display: inline-block;
}
main .form-group label {
  font-weight: 200;
}
@media (min-width: 768px) {
  main .form-group label {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  main .form-group label {
    font-size: 1.1rem;
    font-weight: 400;
  }
}
main .dotted-border:after {
  content: "";
  bottom: 150px;
  margin: auto;
  display: flex;
  position: absolute;
  height: 4px;
  background-image: url(/images/dotted-border.png);
  background-repeat: repeat-x;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media (min-width: 768px) {
  main .dotted-border:after {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  main .dotted-border:after {
    width: 30%;
  }
}
main .search-wrapper {
  position: relative;
}
main .search-wrapper:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  color: #6c757d;
  position: absolute;
  top: 9px;
  left: 12px;
}
@media (min-width: 768px) {
  main .search-wrapper:before {
    font-size: 1.3rem;
  }
}
main .search-wrapper input {
  padding-left: 40px;
}
@media (min-width: 768px) {
  main .search-wrapper input {
    font-size: 1.5rem;
    padding-left: 45px;
  }
}

footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 400px) {
  footer {
    font-size: 13.5px;
  }
}

@media (min-width: 1200px) {
  html.inner #header-container {
    margin-bottom: 80px;
  }
}

/**
 *  Page: Home
 */
@media (min-width: 1200px) {
  html.page-home main {
    text-align: left;
  }
}
html.page-home h1 {
  padding-bottom: 25px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html.page-home h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
html.page-home input::placeholder {
  color: #999;
}
@media (min-width: 470px) {
  html.page-home .dotted-border:after {
    bottom: 130px;
  }
}
@media (min-width: 535px) {
  html.page-home .dotted-border:after {
    bottom: 110px;
  }
}
@media (min-width: 768px) {
  html.page-home .dotted-border:after {
    bottom: 205px;
  }
}
@media (min-width: 1010px) {
  html.page-home .dotted-border:after {
    bottom: 172px;
  }
}
@media (min-width: 1200px) {
  html.page-home .dotted-border:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  html.page-home .desktop-bottom-border {
    border-bottom: 1px solid #424242;
    padding-bottom: 30px;
  }
}
html.page-home #map-container img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  html.page-home #map-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
}
html.page-home #map-container .cta {
  position: absolute;
  padding: 0.6rem;
  box-shadow: rgba(100, 100, 111, 0.85) 0 7px 29px 0;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -30%);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  background-color: #077ac5;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
  margin: 0 !important;
  text-align: center;
  letter-spacing: 0.06em;
}
html.page-home #map-container .cta:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
}
html.page-home #map-container .cta:hover {
  background-color: #148cda;
  text-decoration: none;
}
@media (min-width: 768px) {
  html.page-home #map-container .cta {
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 1rem 1.6rem;
    transform: translate(-54%, -35%);
  }
}
@media (min-width: 1200px) {
  html.page-home #map-container .cta {
    font-size: 16px;
    padding: 1.2rem 1.8rem;
  }
}

/**
 * Page: About
 */
html.page-about .dotted-border {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
html.page-about .dotted-border:after {
  bottom: 0;
}
@media (min-width: 1200px) {
  html.page-about .help-us {
    max-width: 80%;
    margin: auto auto 1rem auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.page-about main p.bigger {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

/**
 * Page: Contact
 */
html.page-contact main > .container h1 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  html.page-contact main > .container h1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.page-contact main .form-group {
    text-align: left;
  }
}
html.page-contact .grecaptcha-badge {
  display: none !important;
}

/**
 * Page: Start
 */
html.page-start {
  height: 100%;
}
html.page-start body, html.page-start body {
  height: 100%;
}
@media (min-width: 1200px) {
  html.page-start h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
html.page-start .step-2 {
  display: none;
}
html.page-start main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: calc(100% - 46px);
}
@media (min-width: 768px) {
  html.page-start main {
    height: calc(100% - 63px);
  }
}
@media (min-width: 1200px) {
  html.page-start main {
    height: calc(100% - 74px);
    flex-direction: row;
  }
}
@media (min-width: 550px) {
  html.page-start main:not(.step-1):not(.step-2) #map {
    min-height: 300px;
  }
}
@media (max-height: 849px) {
  html.page-start main.step-2 #map {
    display: none !important;
  }
  html.page-start main.step-2 #form-box {
    position: relative;
  }
}
html.page-start #header-container {
  margin-bottom: 0;
}
html.page-start #header-container header {
  max-width: none;
}
html.page-start #header-container #menuToggle {
  left: initial;
  right: 30px;
}
html.page-start body.menu-open main aside, html.page-start body.menu-open main #step2, html.page-start body.menu-open main #form-box {
  z-index: 0;
}
html.page-start #map {
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.page-start #map {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  html.page-start #map {
    position: absolute !important;
    top: 195px;
    height: calc(100% - 195px) !important;
  }
}
html.page-start aside {
  top: 0;
  z-index: 5;
  background-color: #1a1a1a;
  width: 100%;
}
@media (min-width: 1200px) {
  html.page-start aside {
    position: initial;
    min-width: 400px;
    max-width: 400px;
    left: 0;
    height: 100%;
  }
}
html.page-start aside .step-1 {
  min-height: 82px;
}
@media (min-width: 768px) {
  html.page-start aside .step-1 {
    min-height: 103px;
  }
}
html.page-start aside span {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  html.page-start aside span {
    font-size: 1.6rem;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  html.page-start aside span {
    font-size: 1.1rem;
    vertical-align: baseline;
  }
}
html.page-start aside p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  html.page-start aside p {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  html.page-start aside p {
    font-size: 18px;
  }
}
html.page-start aside .clearable {
  position: relative;
}
html.page-start aside .clearable:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  color: #6c757d;
  position: absolute;
  top: 8px;
  left: 16px;
}
@media (min-width: 768px) {
  html.page-start aside .clearable:before {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  html.page-start aside .clearable:before {
    font-size: 1.2rem;
  }
}
html.page-start aside input {
  padding-left: 40px;
}
@media (min-width: 768px) {
  html.page-start aside input {
    font-size: 1.5rem;
    padding-left: 45px;
  }
}
@media (min-width: 1200px) {
  html.page-start aside input {
    font-size: 1.3rem;
  }
}
html.page-start aside input::placeholder {
  color: #999;
}
html.page-start aside .step-2 #back {
  cursor: pointer;
}
html.page-start aside .step-2 #back:hover {
  opacity: 0.85;
}
html.page-start #form-box {
  position: relative;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  color: #000;
  text-align: left;
}
html.page-start #form-box[data-step="2"] {
  background-color: #1a1a1a;
  color: #fff;
}
@media (min-width: 1200px) {
  html.page-start #form-box[data-step="2"] {
    top: 146px;
  }
}
@media (min-height: 530px) {
  html.page-start #form-box {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  html.page-start #form-box {
    bottom: initial;
    left: 26px;
    width: 347px;
    z-index: 5;
    top: 210px;
    background-color: #1a1a1a;
    color: #fff;
    border-top: 2px solid #303031;
  }
}
html.page-start #form-box .step-1 h6 {
  letter-spacing: 0.02em;
  color: #000032;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  html.page-start #form-box .step-1 h6 {
    font-size: 1.55rem;
  }
}
@media (min-width: 1200px) {
  html.page-start #form-box .step-1 h6 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.3rem !important;
  }
}
html.page-start #form-box .step-1 .location {
  display: flex;
  letter-spacing: 0.02em;
  color: #000032;
}
@media (min-width: 768px) {
  html.page-start #form-box .step-1 .location {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  html.page-start #form-box .step-1 .location {
    justify-content: space-between;
    color: #fff;
    font-size: 1.1rem;
  }
}
html.page-start #form-box .step-1 .location .icon-container {
  display: inline-block;
  background-color: #fff;
  border-radius: 890px;
  height: 13px;
  width: 13px;
}
@media (min-width: 1200px) {
  html.page-start #form-box .step-1 .location .icon-container {
    margin-top: 4px;
  }
}
html.page-start #form-box .step-1 .location .icon-container .fa-times-circle {
  color: #47acea;
  cursor: pointer;
  margin-top: 4px;
  margin-left: 15px;
  margin-right: 15px;
}
html.page-start #form-box .step-1 .location .icon-container .fa-times-circle:hover {
  color: #1e98f1;
}
@media (min-width: 1200px) {
  html.page-start #form-box .step-1 .location .icon-container .fa-times-circle {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -5px;
    left: -2px;
  }
}
html.page-start #form-box .step-2 {
  max-width: 500px;
  margin: auto;
}
@media (min-width: 768px) {
  html.page-start #form-box .step-2 h5 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  html.page-start #form-box .step-2 h5 {
    font-size: 1.3rem;
  }
}
html.page-start #form-box .step-2 select:required:invalid {
  color: #999;
}
html.page-start #form-box .step-2 option[value=""][disabled] {
  display: none;
}
html.page-start #form-box .step-2 option {
  color: #495057;
}
@media (min-width: 768px) {
  html.page-start #form-box .cta {
    padding: 1.1rem 0 !important;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  html.page-start #form-box .cta {
    margin-top: 30px !important;
  }
}
html.page-start footer {
  display: none;
}

/**
 * Page: Thank You
 */
@media (min-width: 768px) {
  html.page-thank-you h5 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1000px) {
  html.page-thank-you .form-group input {
    max-width: 335px;
    margin: auto;
  }
}
html.page-thank-you .cta-band {
  background-color: #033d62;
  width: 100%;
}
@media (min-width: 1200px) {
  html.page-thank-you .cta-band {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html.page-thank-you .cta-band > * {
    margin: 0 15px !important;
  }
}
@media (min-width: 768px) {
  html.page-thank-you .cta-band h6 {
    font-size: 1.4rem;
  }
}
html.page-thank-you .cta-band .cta {
  display: inline-block;
  width: auto;
  padding: 1.1rem 0.8rem;
}
@media (min-width: 768px) {
  html.page-thank-you .cta-band .cta {
    padding: 1.1rem 2rem;
  }
}
@media (min-width: 768px) {
  html.page-thank-you #submit {
    display: block;
  }
}
@media (min-width: 992px) {
  html.page-thank-you #submit {
    display: inline-block;
    margin-top: 30px !important;
  }
}

.legal-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 60vh;
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
}
.legal-container p {
  font-size: 15px;
}

.clear-state {
  position: absolute;
  right: 25px;
  top: 11px;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
