/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: "Hitch Hike";
  src: url("/vendor/Hitch-hike.otf");
}
/* line 18, ../sass/screen.scss */
html, button, input, select, textarea, label, .pure-g [class*="pure-u"] {
  font-family: sans-serif;
}

/* line 23, ../sass/screen.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 27, ../sass/screen.scss */
html, body {
  height: 100%;
  line-height: 1.5;
}

/* line 32, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../sass/screen.scss */
.recaptcha-wrapper {
  height: 78px;
}

/* line 47, ../sass/screen.scss */
.has-error input, .has-error textarea {
  border: 1px solid #ff0000 !important;
}

/* line 52, ../sass/screen.scss */
.help-block {
  font-style: italic;
  font-size: 90%;
}

/* line 57, ../sass/screen.scss */
.button-success {
  color: #ffffff;
  background-color: #746964;
}

/* line 62, ../sass/screen.scss */
#map {
  width: 100%;
  height: 400px;
}

/* line 67, ../sass/screen.scss */
a.splash-link {
  color: #f3f2f1;
  text-decoration: none;
}

/* line 72, ../sass/screen.scss */
#footer {
  background-color: #09030e;
  text-align: center;
  padding: 10px 0;
}
/* line 77, ../sass/screen.scss */
#footer a {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  opacity: 0.5;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 86, ../sass/screen.scss */
#footer a:hover {
  opacity: 1;
}

/* line 92, ../sass/screen.scss */
#header {
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
  color: #f3f2f1;
  background: #09030e;
  text-transform: uppercase;
}
/* line 95, ../sass/screen.scss */
#header .pure-g {
  width: 80%;
  margin: 0 auto;
}
/* line 109, ../sass/screen.scss */
#header .site-name {
  text-align: left;
  margin: 0.8em 0.5em;
  font-family: "Arial Black", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  /* line 109, ../sass/screen.scss */
  #header .site-name {
    text-align: center;
  }
}
/* line 120, ../sass/screen.scss */
#header .site-name a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 120%;
}
/* line 127, ../sass/screen.scss */
#header .site-name a span.no {
  color: #ff0000;
}
/* line 133, ../sass/screen.scss */
#header .site-info {
  font-family: 'PT Sans', sans-serif;
  text-align: right;
  letter-spacing: 0.08em;
}
@media (max-width: 48em) {
  /* line 133, ../sass/screen.scss */
  #header .site-info {
    text-align: center;
  }
}
/* line 142, ../sass/screen.scss */
#header .site-info .pure-menu-item {
  margin: 1em 0.5em;
}

/* line 148, ../sass/screen.scss */
.wrap {
  padding-top: 50px;
}
/* line 151, ../sass/screen.scss */
.wrap #section-services {
  width: 80%;
  margin: 0 auto;
}
/* line 155, ../sass/screen.scss */
.wrap #section-services .services-card {
  padding: 10px 30px;
}
/* line 158, ../sass/screen.scss */
.wrap #section-services .services-card h4 {
  margin: 0;
  font-size: 16pt;
  font-weight: normal;
}
/* line 164, ../sass/screen.scss */
.wrap #section-services .services-card ul {
  padding: 0;
  list-style-type: none;
}
/* line 170, ../sass/screen.scss */
.wrap #section-services .services-card:hover h4 {
  color: #746964;
}
/* line 177, ../sass/screen.scss */
.wrap #section-contact {
  color: #f3f2f1;
  background-color: #746964;
}
/* line 181, ../sass/screen.scss */
.wrap #section-contact h2 {
  margin: 0.5em 0;
}
/* line 187, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form input, .wrap #section-contact #contact-form-wrapper #contact-form textarea {
  margin: 0;
  border: 1px solid #f3f2f1;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  letter-spacing: 0.1em;
  resize: none;
}
/* line 196, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form input.pure-u-1, .wrap #section-contact #contact-form-wrapper #contact-form textarea.pure-u-1 {
  padding: 10px;
}
/* line 200, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form input:focus, .wrap #section-contact #contact-form-wrapper #contact-form textarea:focus {
  background-color: #80746F;
}
/* line 205, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form fieldset {
  padding-top: 0;
  border: 0;
}
/* line 209, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form fieldset div.pure-g {
  padding: 0 0 10px 0;
}
/* line 212, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form fieldset div.pure-g div.pure-u-1 {
  padding: 0 10px 10px 10px;
}
/* line 214, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form fieldset div.pure-g div.pure-u-1:first-child {
  padding-left: 0;
}
/* line 217, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form fieldset div.pure-g div.pure-u-1:last-child {
  padding-right: 0;
}
/* line 224, ../sass/screen.scss */
.wrap #section-contact #contact-form-wrapper #contact-form button {
  color: #746964;
  background-color: #d9d1ce;
  width: 42%;
}

/* line 239, ../sass/screen.scss */
#section-trust {
  color: #09030e;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 4vh 0;
}
/* line 245, ../sass/screen.scss */
#section-trust .pure-g div[class*="pure-u"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 255, ../sass/screen.scss */
#section-index {
  font-family: 'PT Sans', sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url("../img/common/693FaOV-compressor.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
}
/* line 263, ../sass/screen.scss */
#section-index #next {
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 3em;
  color: #f3f2f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 276, ../sass/screen.scss */
#section-index #next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 281, ../sass/screen.scss */
#section-index .splash {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 293, ../sass/screen.scss */
#section-index .splash .pure-u-1, #section-index .splash .pure-u-md-1-3 {
  color: #f3f2f1;
  letter-spacing: 0.2em;
  opacity: 0.8;
}

/* line 301, ../sass/screen.scss */
.content.title {
  background-color: #746964;
}
/* line 303, ../sass/screen.scss */
.content.title h1 {
  font-size: 100px;
  letter-spacing: 10px;
}

/* line 310, ../sass/screen.scss */
body {
  color: #444444;
}

/* line 315, ../sass/screen.scss */
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

/* line 320, ../sass/screen.scss */
.l-box {
  padding: 0;
}

/* line 325, ../sass/screen.scss */
.l-box-lrg {
  padding: 1.5em;
}

/* line 329, ../sass/screen.scss */
.is-center {
  text-align: center;
}

/* line 333, ../sass/screen.scss */
a.partner-link {
  display: block;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
}

/* line 340, ../sass/screen.scss */
img.partner-logo {
  width: auto;
  height: auto;
  opacity: 0.5;
  max-height: 150px;
  -moz-transition: opacity 1s, filter 1s;
  -o-transition: opacity 1s, filter 1s;
  -webkit-transition: opacity 1s, filter 1s;
  transition: opacity 1s, filter 1s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 352, ../sass/screen.scss */
img.partner-logo:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* This is the main heading that appears on the blue section */
/* line 370, ../sass/screen.scss */
.splash-head {
  font-size: 20px;
  font-weight: bold;
  font-weight: 100;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 1em 1.6em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1em;
}

/* This is the subheading that appears on the blue section */
/* line 382, ../sass/screen.scss */
.splash-subhead {
  color: white;
  letter-spacing: 0.2em;
  opacity: 0.8;
}

/* This is the class used for the main content headers (<h2>) */
/* line 389, ../sass/screen.scss */
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 1em 0 0.5em;
}

/* This is the class used for the content sub-headers (<h3>) */
/* line 397, ../sass/screen.scss */
.content-subhead {
  color: #000000;
}

/* line 401, ../sass/screen.scss */
.content-subhead i {
  margin-right: 7px;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {
  /* We increase the body font size */
  /* line 412, ../sass/screen.scss */
  body {
    font-size: 16px;
  }

  /* We want to give the content area some more padding */
  /* line 417, ../sass/screen.scss */
  .content {
    padding: 1em;
  }

  /* We can align the menu header to the left, but float the
  menu items to the right. */
  /* line 423, ../sass/screen.scss */
  .home-menu {
    text-align: left;
  }

  /* line 427, ../sass/screen.scss */
  .home-menu ul {
    float: right;
  }

  /* We increase the height of the splash-container */
  /*    .splash-container {
          height: 500px;
      }*/
  /* We decrease the width of the .splash, since we have more width
  to work with */
  /* line 437, ../sass/screen.scss */
  .splash {
    width: 50%;
    height: 50%;
  }

  /* line 442, ../sass/screen.scss */
  .splash-head {
    font-size: 250%;
  }

  /* We remove the border-separator assigned to .l-box-lrg */
  /* line 447, ../sass/screen.scss */
  .l-box-lrg {
    border: none;
  }
}
/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
  /* We increase the header font size even more */
  /* line 460, ../sass/screen.scss */
  .splash-head {
    font-size: 300%;
  }
}
