@charset "ISO-8859-1";
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-family: Raleway, arial, sans-serif;
  font-weight: 400;
  line-height: 1.375;
  color: #3C3F44;
background-image: url(http://noraville.com/css/city-background.png) !important;
background-repeat: no-repeat !important;
 }
 div.flex-footer  nav.footer-nav a:hover{
   text-decoration: underline;
   color: white !important;
 }
div.flex-footer div.footer-links a:hover{
  text-decoration: underline;
  color: white !important;
}
span.text-big, span.text-big a{
  color: white;
}
span.text-big a:hover{

  color: white !important;
}

@media screen and (min-width: 1200px) {
  body {
    background-color: #C7CCD2 !important;
    background-image: url(city-background.png);
    background-repeat: no-repeat !important;
    background-position: 50% 200px !important;
    background-size: contain !important;
    background-attachment: fixed !important; } }
h1, h2, h3, h4 {
  font-family: Palatino, Times, serif;
  font-weight: normal;
  margin: 0; }

h1 {
  /* fallback for browsers that don't understand the next line */
  font-size: 38px;
  /* fluid font sizing, from ~ 38 on mobile to 50 on desktop */
  font-size: calc(38px + 12 * ((100vw - 320px) / 1680));
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 2rem; }

h2 {
  /* fallback for browsers that don't understand the next line */
  font-size: 34px;
  /* fluid font sizing, from ~ 34 on mobile to 38 on desktop */
  font-size: calc(34px + 4 * ((100vw - 320px) / 1680));
  line-height: 1.2;
  margin-bottom: 1rem; }

h3, .subhead {
  /* fallback for browsers that don't understand the next line */
  font-size: 24px;
  /* fluid font sizing, from ~ 22 on mobile to 26 on desktop */
  font-size: calc(24px + 4 * ((100vw - 320px) / 1680));
  line-height: 1.2; }

.long-copy {
  font-size: 1.25rem;
  max-width: 60em; }

.long-copy h2 {
  margin-top: 3rem; }

.text-big {
  font-size: 1.375rem; }

.textual-divider {
  font-size: smaller;
  text-align: center;
  margin: 1rem 0 0.6rem 0; }

dt {
  font-weight: bold; }

/* dd {
  margin: 0 0 3rem 0; } */

a {
  color: #6B9CD4;
  font-weight: 600;
  text-decoration: none; }

a[href^="tel:"] span {
  border-bottom: 1px dashed #6B9CD4; }
a[href^="tel:"]:hover {
  text-decoration: none; }

.tel {
  white-space: nowrap; }

.target {
  border-top: 1px solid #FFF; }

@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    color: inherit;
    font-weight: inherit; }

  a[href^="tel:"] span {
    border-bottom: 0; } }
a:visited {
  opacity: 0.8; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: #F4F5F6;
  border-radius: 0.25rem; }

section {

  /* margin-top: 4rem; */ }

.alt-background {
  padding: 4rem 0;
  background: #F4F5F6; }

.page-wrap {
  margin: 0 auto;
  font-size: 1.125rem;
  background: #FFFFFF;
  padding-bottom: 10px;
}

.centered-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.text-center {
  text-align: center; }

.block {
  display: block; }

.content-margin {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #3c3f44;
   }

@media screen and (min-width: 767px) {
  .constrain-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; } }
/* ==========================================================================
   Navigation
   ========================================================================== */
.primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #3C3F44;
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: calc(-1*(9.55vw + .4em)); }

.primary-nav--image {
  display: block;
  margin-top: .2em;
  margin-bottom: .2em;
  text-decoration: none !important; }

.logo {
  display: block;
  width: 78vw;
  max-width: 78vw;
  margin: 0 auto; }

.tagline {
  text-align: center;
  font-weight: 400;
  color: #3C3F44;
  font-size: .875rem; }

.primary-nav--text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #C7CCD2; }

.primary-nav--text a {
  color: #3C3F44;
  font-weight: inherit;
  display: inline-block;
  padding: .2em .4em;
  -webkit-transition: all 500ms;
  transition: all 500ms; }

.primary-nav--text a:hover {
  background-color: #DFE1E3;
  text-decoration: none !important; }

.primary-nav--text .is-active {
  background-color: #F4F5F6; }

#to-book {
  background: #F14349;
  color: #FFF; }

#to-book:hover, #to-book:active {
  background: #d71017;
  color: #FFF; }

#to-about {
  display: none; }

@media screen and (min-width: 767px) {
  .primary-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem;
    position: static;
    top: auto; }

  .primary-nav--image {
    display: block;
    margin-right: auto; }

  .logo {
    width: 16rem;
    height: calc(16rem * .1225);
    max-width: none; }

  .primary-nav--text {
    text-align: right;
    display: block;
    border: 0; }

  .primary-nav--text a {
    padding: .4em .6em;
    margin-right: .2em;
    border-radius: 0.25rem; }

  .primary-nav--text .is-active {
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0 0 0 1px #DFE1E3;
            box-shadow: inset 0 0 0 1px #DFE1E3; }

  .primary-nav--text .is-active:hover {
    background-color: #FFFFFF; }

  #to-book {
    margin-left: .4em;
    display: inline-block;
    padding: 0.4em 0.6em;
    background: #F14349;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #d71017;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: pointer; } }
@media screen and (min-width: 992px) {
  #to-about {
    display: inline-block; }

  .logo {
    width: 20rem;
    height: calc(20rem * .1225);
    max-width: none; }

  .primary-nav {
    padding-left: 2rem;
    padding-right: 2rem; } }
/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  background-image: url("../img/mysedan-background-mobile.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 9rem; }

.hero_faq {
  background-image: url("../img/man-in-car-on-phone-mobile.jpg"); }

.hero_services {
  background-image: url("../img/suitcase-mobile.jpg"); }

@media screen and (min-width: 767px) {
  .hero {
    background-image: url("../img/mysedan-background.jpg");
    padding: 17rem 0 2rem 0; }

  .hero_faq {
    background-image: url("../img/man-in-car-on-phone.jpg"); }

  .hero_services {
    background-image: url("../img/suitcase.jpg"); } }
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 1rem;
  padding-bottom: 1rem; }

.hero-content--header {
  color: #FFF;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .hero-content--header {
    padding-left: 1rem; }

  .hero_home .hero-content--header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
.hero-content--form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (min-width: 767px) {
  .hero-content--header {
    letter-spacing: 0; } }
.simple-cta {
  background: #F4F5F6;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem; }

.cta {
  display: inline-block;
  padding: 0.4em 0.6em;
  background: #F14349;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #d71017;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  cursor: pointer; }

.cta:hover {
  background: #d71017;
  border-color: #900b0f;
  text-decoration: none; }

.cta:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  position: relative;
  top: 1px; }

.cta-big {
  font-size: 1.125rem;
  padding: .3em .5em;
  letter-spacing: .5px; }

/* ==========================================================================
   Lists
   ========================================================================== */
li {
  margin-bottom: .5em; }

.bulleted {
  padding: 0;
  margin: 0;
  list-style: none; }

.bulleted li {
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1680)); }
  .bulleted li:last-child {
    margin-bottom: 0; }

.decorated-header {
  padding-bottom: .25em;
  border-bottom: 3px solid #6B9CD4; }

.services {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.service + .service {
  margin-top: 2rem; }

@media screen and (min-width: 992px) {
  .bulleted {
    margin: 0 0 0 -1rem; }

  .bulleted li {
    padding-left: 1rem;
    text-indent: -1rem; }

  .bulleted li:before {
    content: " ";
    display: inline-block;
    margin-right: 0.5rem;
    border: 0.5rem solid #FFFFFF;
    border-left-color: #6B9CD4;
    border-right-width: 0; }

  .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .service {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-top: 0 !important; }
    .service:first-child {
      margin-left: 0; }
    .service:last-child {
      margin-right: 0; } }
.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.media-object--media img {
  width: 100%;
  max-width: 100%; }

@media screen and (min-width: 992px) {
  .media-object {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .media-object--media {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    padding-left: 1rem; } }
.vehicle-stats {
  text-align: center;
  margin-top: 1rem;
  border-top: 1px solid #C7CCD2; }

.vehicle-stats span {
  display: inline-block;
  padding: 0 1rem; }

.vehicle-stats span:nth-child(2) {
  border-left: 1px solid #C7CCD2; }

.icon {
  display: inline-block;
  width: 50px;
  height: 40px;
  vertical-align: text-bottom; }

.icon-phone {
  width: 1em;
  height: 1em; }

/* ==========================================================================
   Reviews
   ========================================================================== */
.review {
  margin: 0; }

.review + .review {
  margin-top: 2rem; }

.quote {
  border-left: 0.3em solid #6B9CD4;
  padding: 0 0 0 .7em; }

.attribution {
  text-align: right;
  font-size: smaller; }

@media screen and (min-width: 992px) {
  .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .review {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 0 1.5rem 1rem 1.5rem;
    margin-top: 0 !important; }
    .review:first-child {
      margin-left: 0; }
    .review:last-child {
      margin-right: 0; }

  .quote {
    margin-left: 0; } }
/* ==========================================================================
   Forms
   ========================================================================== */
.input-group {
  margin-bottom: 10px;
  position: relative; }

.input-group.pointy:before {
  content: " ";
  display: inline-block;
  border: .9em solid transparent;
  border-left-color: #F14349;
  border-right-width: 0;
  position: absolute;
  left: -1.2em;
  top: .2em; }

input[type="text"] {
  display: inline-block;
  width: 100%;
 
  border: 1px solid #C7CCD2;
  border-radius: 0.25rem;
  }

form button {
  display: inline-block;
  
  
  font-size: 1.25em; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C7CCD2; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #C7CCD2; }

::-ms-input-placeholder {
  /* Firefox 19+ */
  color: #C7CCD2; }

::placeholder {
  /* Firefox 19+ */
  color: #C7CCD2; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #3C3F44;
  color: #FFFFFF; }

footer a[href] span {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important; }

.footer-nav a, .footer-links a {
  display: block;
  padding: .25em 0;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px #3C3F44;
  font-weight: 400; }

.footer-links {
  padding-top: 2rem; }

.flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.parent-co {
  padding-top: 2rem; }

.cta-wrapper {
  text-align: center; }

.cta-wrapper div:last-child {
  margin-top: 1rem; }

@media screen and (min-width: 767px) {
  .flex-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .footer-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%; }

  .footer-links {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    padding-top: 0; }

  .parent-co {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    text-align: right;
    justify-self: flex-end;
    margin-left: auto;
    padding-top: 0; }

  .cta-wrapper {
    text-align: left; }

  .cta-wrapper div:last-child {
    margin-left: auto;
    margin-top: 0; } }
@media screen and (min-width: 992px) {
  footer .content-margin {
    padding-left: 2rem;
    padding-right: 2rem; } }
.sub-footer {
  padding: .5rem 0;
  margin-top: 2rem;
  font-size: smaller;
  text-align: center;
  background: #666B72; }

.sub-footer a {
  color: #8BBEF9; }

#map-container {
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  height: 0; }

@media screen and (min-width: 767px) {
  #map-container {
    padding-bottom: 37%; } }
#map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* ==========================================================================
   My Helper classes
   ========================================================================== */
.present-at-medium {
  display: none; }

@media screen and (min-width: 767px) {
  .present-on-small-only {
    display: none; }

  .present-at-medium {
    display: block; } }
/* ==========================================================================
   Boilerplate helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }


.bootstrap-select.form-control {
    height: auto;
}