/******************************************************************
Site Name:ed-boilerplate
Author:eDealer

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING COMMON FILES
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/common/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/common/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/common/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/common/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/common/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/common/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/common/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/common/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../scss/common/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/common/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/common/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/common/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 145, ../scss/common/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 155, ../scss/common/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 165, ../scss/common/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 176, ../scss/common/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 184, ../scss/common/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 196, ../scss/common/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 204, ../scss/common/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 211, ../scss/common/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 217, ../scss/common/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 225, ../scss/common/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 233, ../scss/common/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 237, ../scss/common/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 248, ../scss/common/partials/_normalize.scss */
.wp {
  /*
   * Addresses paddings set differently in IE6/7.
   */
  /*
   * Corrects list images handled incorrectly in IE7.
   */
}
/* line 249, ../scss/common/partials/_normalize.scss */
.wp dl,
.wp menu,
.wp ol,
.wp ul {
  margin: 1em 0;
}
/* line 256, ../scss/common/partials/_normalize.scss */
.wp dd {
  margin: 0;
}
/* line 264, ../scss/common/partials/_normalize.scss */
.wp menu {
  padding: 0 0 0 40px;
}
/* line 268, ../scss/common/partials/_normalize.scss */
.wp ol,
.wp ul {
  padding: 0;
  list-style-type: none;
}
/* line 278, ../scss/common/partials/_normalize.scss */
.wp nav ul,
.wp nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 292, ../scss/common/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 300, ../scss/common/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 312, ../scss/common/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 324, ../scss/common/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 335, ../scss/common/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 346, ../scss/common/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 360, ../scss/common/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 372, ../scss/common/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 385, ../scss/common/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 397, ../scss/common/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 407, ../scss/common/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 419, ../scss/common/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 431, ../scss/common/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 440, ../scss/common/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 451, ../scss/common/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 464, ../scss/common/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 471, ../scss/common/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 478, ../scss/common/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 486, ../scss/common/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 488, ../scss/common/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 489, ../scss/common/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 496, ../scss/common/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Variables
******************************************************************/
/*********************
BASE Site COLORS
*********************/
/*********************
WRAPS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Hairline.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-UltraLight.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.otf") format("opentype");
  font-weight: 900;
}
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 70, ../scss/common/partials/_typography.scss */
.wp {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 73, ../scss/common/partials/_typography.scss */
.wp p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Sass Functions
******************************************************************/
/*********************
COLOR FUNCTIONS
quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Grid Stylesheet
******************************************************************/
/* line 19, ../scss/common/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 33, ../scss/common/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 39, ../scss/common/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 44, ../scss/common/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 49, ../scss/common/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 54, ../scss/common/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 59, ../scss/common/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 70, ../scss/common/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 76, ../scss/common/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 81, ../scss/common/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 86, ../scss/common/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 91, ../scss/common/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 96, ../scss/common/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 101, ../scss/common/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 106, ../scss/common/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 111, ../scss/common/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 116, ../scss/common/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 126, ../scss/common/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 132, ../scss/common/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 137, ../scss/common/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 142, ../scss/common/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 147, ../scss/common/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 152, ../scss/common/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 157, ../scss/common/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 162, ../scss/common/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 167, ../scss/common/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 172, ../scss/common/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 177, ../scss/common/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 182, ../scss/common/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 187, ../scss/common/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 192, ../scss/common/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 197, ../scss/common/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 202, ../scss/common/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 207, ../scss/common/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 212, ../scss/common/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 217, ../scss/common/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 222, ../scss/common/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 227, ../scss/common/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 232, ../scss/common/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Common Base - Theme 1 - Option 1
******************************************************************/
/*********************
WP HACKS
*********************/
/*Hide Customize from Admin Menu*/
/* line 8, ../scss/common/_base.scss */
.hide-if-no-customize {
  display: none;
}

/*********************
BONES BASE COLORS
*********************/
/*********************
GENERAL STYLES
*********************/
/* line 56, ../scss/common/_base.scss */
body {
  font-size: 100%;
  line-height: 1.5;
  color: #595a5a;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 65, ../scss/common/_base.scss */
.wp img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 71, ../scss/common/_base.scss */
.hide-on-mobile {
  display: none;
}

/* line 74, ../scss/common/_base.scss */
.home #testimonials {
  font-family: "Montserrat", sans-serif;
}

/* line 78, ../scss/common/_base.scss */
.ed-label {
  display: none;
}

/* line 83, ../scss/common/_base.scss */
.acc-title, .ftr-title {
  display: none;
}

/* line 87, ../scss/common/_base.scss */
.showroom-slider *, .feat-vehicle-slider * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*********************
WRAP STYLES
*********************/
/* line 98, ../scss/common/_base.scss */
.wrap {
  width: 100%;
  padding: 0 8px;
}

/*********************
LINK STYLES
*********************/
/* line 107, ../scss/common/_base.scss */
.wp a {
  color: #109e4a;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 111, ../scss/common/_base.scss */
.wp a:hover, .wp a:focus {
  color: #008336;
}
/* line 121, ../scss/common/_base.scss */
.wp a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 136, ../scss/common/_base.scss */
.wp h1, .wp .h1, .wp h2, .wp .h2, .wp h3, .wp .h3, .wp h4, .wp .h4, .wp h5, .wp .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 145, ../scss/common/_base.scss */
.wp h1 a, .wp .h1 a, .wp h2 a, .wp .h2 a, .wp h3 a, .wp .h3 a, .wp h4 a, .wp .h4 a, .wp h5 a, .wp .h5 a {
  text-decoration: none;
}
/* line 150, ../scss/common/_base.scss */
.wp h1, .wp .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
/* line 155, ../scss/common/_base.scss */
.wp h2, .wp .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
/* line 161, ../scss/common/_base.scss */
.wp h3, .wp .h3 {
  font-size: 1.125em;
}
/* line 165, ../scss/common/_base.scss */
.wp h4, .wp .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
/* line 170, ../scss/common/_base.scss */
.wp h5, .wp .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
NAV STYLES
*********************/
/*Base*/
/* line 183, ../scss/common/_base.scss */
.wp .nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 189, ../scss/common/_base.scss */
.wp .nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
}
/* line 201, ../scss/common/_base.scss */
.wp .nav li ul.sub-menu li a,
.wp .nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 227, ../scss/common/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* entry content */
/* line 252, ../scss/common/_base.scss */
.entry-content {
  /*Base table styles*/
}
/* line 254, ../scss/common/_base.scss */
.entry-content p {
  margin: 0 0 1.5em;
}
/* line 258, ../scss/common/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 263, ../scss/common/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 272, ../scss/common/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 275, ../scss/common/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #d8d9d1;
}
/* line 280, ../scss/common/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 284, ../scss/common/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 289, ../scss/common/_base.scss */
.entry-content th {
  background-color: #d8d9d1;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 294, ../scss/common/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 299, ../scss/common/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
/* line 310, ../scss/common/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 317, ../scss/common/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 323, ../scss/common/_base.scss */
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 328, ../scss/common/_base.scss */
.entry-content pre {
  background: #323944;
  color: #d8d9d1;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 339, ../scss/common/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 345, ../scss/common/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 351, ../scss/common/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* line 359, ../scss/common/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 367, ../scss/common/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 371, ../scss/common/_base.scss */
.pagination {
  text-align: center;
}
/* line 374, ../scss/common/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 383, ../scss/common/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 392, ../scss/common/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
/* line 404, ../scss/common/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
/* line 410, ../scss/common/_base.scss */
.pagination .current {
  cursor: default;
  color: #111;
}
/* line 414, ../scss/common/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #111;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 427, ../scss/common/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 431, ../scss/common/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
Disabled COMMENT STYLES
******************************************************************/
/*Responsive Styles*/
@media all and (min-width: 481px) {
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 448, ../scss/common/_base.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 452, ../scss/common/_base.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 457, ../scss/common/_base.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 462, ../scss/common/_base.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
}
@media all and (min-width: 768px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 476, ../scss/common/_base.scss */
  .wrap {
    max-width: 1170px;
    padding: 0 37px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 484, ../scss/common/_base.scss */
  .wp .nav {
    border: 0;
    /* end .menu ul li */
  }
  /* line 486, ../scss/common/_base.scss */
  .wp .nav ul {
    margin-top: 0;
  }
  /* line 489, ../scss/common/_base.scss */
  .wp .nav li {
    float: left;
    position: relative;
    /* showing sub-menus */
  }
  /* line 493, ../scss/common/_base.scss */
  .wp .nav li a {
    border-bottom: 0;
    padding: 10px 18px;
  }
  /* line 497, ../scss/common/_base.scss */
  .wp .nav li a:hover, .wp .nav li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  /* line 503, ../scss/common/_base.scss */
  .wp .nav li ul.sub-menu,
  .wp .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
  }
  /* line 513, ../scss/common/_base.scss */
  .wp .nav li ul.sub-menu li a,
  .wp .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }
  /* line 522, ../scss/common/_base.scss */
  .wp .nav li ul.sub-menu li:last-child a,
  .wp .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 527, ../scss/common/_base.scss */
  .wp .nav li ul.sub-menu li ul,
  .wp .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 535, ../scss/common/_base.scss */
  .wp .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 548, ../scss/common/_base.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 552, ../scss/common/_base.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 560, ../scss/common/_base.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 568, ../scss/common/_base.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
}
@media all and (min-width: 1030px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 580, ../scss/common/_base.scss */
  .wrap {
    max-width: 1170px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1240px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 590, ../scss/common/_base.scss */
  .wrap {
    padding: 0 10px;
  }
}
/* line 598, ../scss/common/_base.scss */
.ie8 body,
.lt-ie8 body,
.lt-ie9 body {
  overflow-x: hidden;
}

/*********************
IMPORTING TEMPLATE PARTS
*********************/
/******************************************************************
Header Section - Theme 1 - Option 1
******************************************************************/
/* line 7, ../scss/header/option-1/_header-opt-1.scss */
header.wp {
  background-color: #fff;
  padding-top: 0px;
  /*Search*/
}
/* line 11, ../scss/header/option-1/_header-opt-1.scss */
header.wp .stripe {
  width: 100%;
  background-color: #90dea8;
  height: 2px;
  position: absolute;
  z-index: 12;
}
/* line 19, ../scss/header/option-1/_header-opt-1.scss */
header.wp .section-holder {
  position: relative;
  background-color: #fff;
  height: 75px;
}
/* line 25, ../scss/header/option-1/_header-opt-1.scss */
header.wp .l-group {
  position: absolute;
}
/* line 29, ../scss/header/option-1/_header-opt-1.scss */
header.wp #logo {
  max-width: 120px;
  height: auto;
  width: 100%;
  margin: 17px 0 0 0;
  z-index: 99;
  position: relative;
}
/* line 38, ../scss/header/option-1/_header-opt-1.scss */
header.wp .r-group {
  width: 100%;
  padding-left: 87px;
  position: relative;
}
/* line 44, ../scss/header/option-1/_header-opt-1.scss */
header.wp #top-header {
  width: 100%;
  float: right;
  margin-top: 2px;
  position: relative;
}
/* line 51, ../scss/header/option-1/_header-opt-1.scss */
header.wp .dealer-info-button {
  display: none;
  cursor: pointer;
  vertical-align: top;
  font-size: 8px;
  text-transform: uppercase;
  background-color: #109e4a;
  padding: 6px 20px 5px 12px;
  color: #fff;
  vertical-align: top;
}
/* line 62, ../scss/header/option-1/_header-opt-1.scss */
header.wp .dealer-info-button h3 {
  margin: 0;
  position: relative;
  font-size: 11px;
}
/* line 68, ../scss/header/option-1/_header-opt-1.scss */
header.wp .dealer-info-button span.smallscrn-title {
  display: inline;
}
/* line 72, ../scss/header/option-1/_header-opt-1.scss */
header.wp .dealer-info-button span.regscrn-title {
  display: none;
}
/* line 76, ../scss/header/option-1/_header-opt-1.scss */
header.wp .dealer-info-button i {
  position: absolute;
  right: -15px;
  top: 1px;
  font-size: 15px;
}
/* line 84, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-bar {
  position: static;
  width: auto;
  background-color: #109e4a;
  float: right;
}
/* line 91, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list {
  display: block;
  float: left;
  margin: 0;
}
/* line 96, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list li {
  display: none;
  padding: 0 12px;
  float: left;
}
/* line 101, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list li a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 5px 0px 4px 12px;
  display: block;
}
/* line 110, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list li a.no-icon {
  padding: 6px 0px 6px 6px;
}
/* line 114, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list li i {
  position: absolute;
  font-size: 16px;
  top: 6px;
  left: -3px;
}
/* line 122, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list li.address, header.wp .contact-list li.main-num {
  display: block;
}
/* line 126, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list .sml-scrn-replace.txt {
  display: inline;
}
/* line 130, ../scss/header/option-1/_header-opt-1.scss */
header.wp .contact-list .reg-scrn.txt {
  display: none;
}
/* line 136, ../scss/header/option-1/_header-opt-1.scss */
header.wp #inner-header {
  display: none;
}

/*Responsive Styles*/
@media all and (min-width: 481px) {
  /* line 144, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .r-group {
    padding-left: 100px;
  }
  /* line 148, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-bar {
    padding-right: 142px;
  }
  /* line 152, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* line 157, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .social-media {
    display: block;
    position: absolute;
    top: 0;
    right: 27px;
  }
}
@media all and (min-width: 600px) {
  /* line 170, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .main-num .sml-scrn-replace {
    display: none;
  }
  /* line 174, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .main-num .reg-scrn {
    display: inline;
  }
  /* line 178, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .main-num .sml-scrn-replace.txt {
    display: none;
  }
  /* line 182, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .main-num .reg-scrn.txt {
    display: inline;
  }
}
@media all and (min-width: 768px) {
  /* line 192, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .section-holder {
    height: 97px;
  }
  /* line 196, ../scss/header/option-1/_header-opt-1.scss */
  header.wp #logo {
    max-width: 125px;
    margin-top: 25px;
  }
  /* line 201, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .r-group {
    padding-left: 135px;
  }
  /* line 205, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-bar {
    padding-left: 5px;
  }
  /* line 210, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li {
    padding: 0 12.5px;
  }
  /* line 213, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li a {
    font-size: 12px;
    padding: 6px 0px 6px 14px;
  }
  /* line 218, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li i {
    font-size: 15px;
    top: 7px;
  }
  /* line 225, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address br {
    display: none;
  }
  /* line 229, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address .sml-scrn-replace {
    display: none;
  }
  /* line 233, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address .reg-scrn {
    display: inline;
  }
  /* line 237, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address .sml-scrn-replace.txt {
    display: none;
  }
  /* line 241, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address .reg-scrn.txt {
    display: inline;
  }
  /* line 247, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .dealer-info-button {
    padding: 6px 20px 6px 12px;
  }
  /* line 250, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .dealer-info-button h3 {
    font-size: 12px;
  }
  /* line 254, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .dealer-info-button i {
    top: 2px;
  }
  /* line 260, ../scss/header/option-1/_header-opt-1.scss */
  header.wp form.site-search input#search_Text {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  /* line 266, ../scss/header/option-1/_header-opt-1.scss */
  header.wp form.site-search #inv_Search_Submit {
    height: 30px;
    width: 30px;
    background-position: 1px 1px;
  }
}
@media all and (min-width: 1030px) {
  /* line 277, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .section-holder {
    height: 120px;
  }
  /* line 281, ../scss/header/option-1/_header-opt-1.scss */
  header.wp #logo {
    max-width: 170px;
    margin: 27.5px 0 0 0;
  }
  /* line 286, ../scss/header/option-1/_header-opt-1.scss */
  header.wp #top-header {
    max-width: none;
  }
  /* line 290, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .top-header-container {
    float: right;
  }
  /* line 296, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li {
    display: block;
  }
  /* line 299, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li a {
    padding: 9px 0px 9px 14px;
  }
  /* line 303, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li a.no-icon {
    padding: 9px 0px 9px 0px;
  }
  /* line 307, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li i.icon-contact-icons-08 {
    top: 7.5px;
    font-size: 20px;
    left: -5px;
  }
  /* line 313, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li i.icon-phone-dark {
    font-size: 18px;
    top: 10px;
  }
  /* line 319, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .address br {
    display: none;
  }
  /* line 323, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .sml-scrn-replace {
    display: none;
  }
  /* line 327, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .reg-scrn {
    display: inline;
  }
  /* line 331, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .sml-scrn-replace.txt {
    display: none;
  }
  /* line 335, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .reg-scrn.txt {
    display: inline;
  }
  /* line 340, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .dealer-info-button {
    font-size: 9px;
    padding: 9px 25px 9px 15px;
  }
  /* line 344, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .dealer-info-button i {
    top: 1px;
  }
}
@media all and (min-width: 1240px) {
  /* line 354, ../scss/header/option-1/_header-opt-1.scss */
  header.wp #logo {
    max-width: 230px;
    margin: 17.5px 0 0 0;
  }
  /* line 360, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li {
    display: block;
    padding: 0px 10px;
  }
  /* line 364, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list li i {
    top: 10px;
  }
  /* line 369, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .sml-scrn-replace {
    display: none;
  }
  /* line 373, ../scss/header/option-1/_header-opt-1.scss */
  header.wp .contact-list .reg-scrn {
    display: inline;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 382, ../scss/header/option-1/_header-opt-1.scss */
  header.wp #menu-main-navigation > li > a {
    padding: 13px 22px;
  }
}
/* line 391, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp,
.lt-ie8 header.wp,
.lt-ie9 header.wp {
  /*Contact Info*/
}
/* line 392, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .section-holder,
.lt-ie8 header.wp .section-holder,
.lt-ie9 header.wp .section-holder {
  height: 120px;
}
/* line 396, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp #logo,
.lt-ie8 header.wp #logo,
.lt-ie9 header.wp #logo {
  max-width: 150px;
  margin: 32.5px 0 0 0;
}
/* line 401, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp #top-header,
.lt-ie8 header.wp #top-header,
.lt-ie9 header.wp #top-header {
  max-width: none;
  position: relative;
}
/* line 406, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .top-header-container,
.lt-ie8 header.wp .top-header-container,
.lt-ie9 header.wp .top-header-container {
  float: right;
}
/* line 410, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-bar,
.lt-ie8 header.wp .contact-bar,
.lt-ie9 header.wp .contact-bar {
  padding-right: 142px;
}
/* line 415, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list,
.lt-ie8 header.wp .contact-list,
.lt-ie9 header.wp .contact-list {
  padding-right: 10px;
}
/* line 418, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list li,
.lt-ie8 header.wp .contact-list li,
.lt-ie9 header.wp .contact-list li {
  display: block;
}
/* line 421, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list li a,
.lt-ie8 header.wp .contact-list li a,
.lt-ie9 header.wp .contact-list li a {
  padding: 9px 0px 9px 14px;
}
/* line 425, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list li a.no-icon,
.lt-ie8 header.wp .contact-list li a.no-icon,
.lt-ie9 header.wp .contact-list li a.no-icon {
  padding: 9px 0px 9px 0px;
}
/* line 429, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list li i,
.lt-ie8 header.wp .contact-list li i,
.lt-ie9 header.wp .contact-list li i {
  top: 10px;
}
/* line 434, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list li.sub-num,
.lt-ie8 header.wp .contact-list li.sub-num,
.lt-ie9 header.wp .contact-list li.sub-num {
  display: none !important;
}
/* line 438, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list .address br,
.lt-ie8 header.wp .contact-list .address br,
.lt-ie9 header.wp .contact-list .address br {
  display: none;
}
/* line 442, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list .sml-scrn-replace,
.lt-ie8 header.wp .contact-list .sml-scrn-replace,
.lt-ie9 header.wp .contact-list .sml-scrn-replace {
  display: none;
}
/* line 446, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list .reg-scrn,
.lt-ie8 header.wp .contact-list .reg-scrn,
.lt-ie9 header.wp .contact-list .reg-scrn {
  display: inline;
}
/* line 450, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list .sml-scrn-replace.txt,
.lt-ie8 header.wp .contact-list .sml-scrn-replace.txt,
.lt-ie9 header.wp .contact-list .sml-scrn-replace.txt {
  display: none;
}
/* line 454, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .contact-list .reg-scrn.txt,
.lt-ie8 header.wp .contact-list .reg-scrn.txt,
.lt-ie9 header.wp .contact-list .reg-scrn.txt {
  display: inline;
}
/* line 459, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .dealer-info-button,
.lt-ie8 header.wp .dealer-info-button,
.lt-ie9 header.wp .dealer-info-button {
  font-size: 9px;
  padding: 9px 25px 9px 15px;
}
/* line 463, ../scss/header/option-1/_header-opt-1.scss */
.ie8 header.wp .dealer-info-button i,
.lt-ie8 header.wp .dealer-info-button i,
.lt-ie9 header.wp .dealer-info-button i {
  top: 1px;
}

/******************************************************************
Header Section - Nav - Theme 1 - Option 1
******************************************************************/
@media all and (min-width: 1030px) {
  /* line 8, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp {
    /*sub menu*/
    /*State Changes*/
    /*sub menu*/
  }
  /* line 9, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #inner-header {
    display: block;
  }
  /* line 12, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation {
    float: right;
    position: relative;
    margin-top: 18px;
  }
  /* line 18, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation > li {
    padding: 0 25px;
  }
  /* line 22, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding: 13px 1.5px 2.5px 1.5px;
    color: #3b3c3c;
    font-weight: 500;
  }
  /* line 30, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation > li:last-child {
    padding-right: 0;
  }
  /* line 34, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation > li:last-child > a {
    border-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 40, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation ul.sub-menu {
    padding-top: 25px;
  }
  /* line 43, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation ul.sub-menu a {
    width: 150px;
  }
  /* line 48, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation li:last-child ul.sub-menu {
    left: inherit;
    right: -10px;
    margin-left: 0;
  }
  /* line 53, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation ul > li > a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 5px;
    border: 1px solid #D0D0D0;
    color: #595a5a;
    border-top: none;
    background: #dedede;
  }
  /* line 63, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation ul > li > a:hover {
    background-color: #dedede;
    color: #fff;
    transition: all ease-in-out .5s;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  /* line 75, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp ul#menu-main-navigation > li:focus a, header.wp ul#menu-main-navigation > li:hover > a {
    text-decoration: none;
    position: relative;
  }
  /* line 79, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp ul#menu-main-navigation > li:focus a:before, header.wp ul#menu-main-navigation > li:hover > a:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 130%;
    left: -12.5%;
    bottom: -2px;
    background-color: #90dea8;
  }
  /* line 91, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp ul#menu-main-navigation > li.current-menu-item >, header.wp ul#menu-main-navigation > li.current_page_ancestor > {
    position: relative;
  }
  /* line 94, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp ul#menu-main-navigation > li.current-menu-item > a, header.wp ul#menu-main-navigation > li.current_page_ancestor > a {
    position: relative;
  }
  /* line 97, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp ul#menu-main-navigation > li.current-menu-item > a:before, header.wp ul#menu-main-navigation > li.current_page_ancestor > a:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 130%;
    left: -12.5%;
    bottom: -2px;
    background-color: #90dea8;
  }
  /* line 112, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation ul.sub-menu li > a:focus, header.wp #menu-main-navigation ul.sub-menu li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #109e4a;
  }
}
@media all and (min-width: 1240px) {
  /* line 123, ../scss/header/option-1/_nav-opt-1.scss */
  header.wp #menu-main-navigation > li {
    padding: 0 40px;
  }
}
/* line 132, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp,
.lt-ie8 header.wp,
.lt-ie9 header.wp {
  /*sub menu*/
  /*State Changes*/
  /*sub menu*/
}
/* line 133, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #inner-header,
.lt-ie8 header.wp #inner-header,
.lt-ie9 header.wp #inner-header {
  display: block;
}
/* line 136, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation,
.lt-ie8 header.wp #menu-main-navigation,
.lt-ie9 header.wp #menu-main-navigation {
  float: right;
  position: relative;
  margin-top: 18px;
}
/* line 142, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation > li,
.lt-ie8 header.wp #menu-main-navigation > li,
.lt-ie9 header.wp #menu-main-navigation > li {
  padding: 0 25px;
}
/* line 146, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation > li > a,
.lt-ie8 header.wp #menu-main-navigation > li > a,
.lt-ie9 header.wp #menu-main-navigation > li > a {
  font-size: 14px;
  padding: 13px 1.5px 2.5px 1.5px;
  color: #3b3c3c;
  font-weight: 700;
}
/* line 153, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation > li:last-child,
.lt-ie8 header.wp #menu-main-navigation > li:last-child,
.lt-ie9 header.wp #menu-main-navigation > li:last-child {
  padding-right: 0;
}
/* line 157, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation > li:last-child > a,
.lt-ie8 header.wp #menu-main-navigation > li:last-child > a,
.lt-ie9 header.wp #menu-main-navigation > li:last-child > a {
  border-right: 0;
  padding-right: 0;
  padding-left: 0;
}
/* line 163, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation ul.sub-menu,
.lt-ie8 header.wp #menu-main-navigation ul.sub-menu,
.lt-ie9 header.wp #menu-main-navigation ul.sub-menu {
  padding-top: 21px;
}
/* line 166, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation ul.sub-menu a,
.lt-ie8 header.wp #menu-main-navigation ul.sub-menu a,
.lt-ie9 header.wp #menu-main-navigation ul.sub-menu a {
  width: 150px;
}
/* line 171, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation li:last-child ul.sub-menu,
.lt-ie8 header.wp #menu-main-navigation li:last-child ul.sub-menu,
.lt-ie9 header.wp #menu-main-navigation li:last-child ul.sub-menu {
  left: inherit;
  right: -10px;
  margin-left: 0;
}
/* line 176, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation ul > li > a,
.lt-ie8 header.wp #menu-main-navigation ul > li > a,
.lt-ie9 header.wp #menu-main-navigation ul > li > a {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 5px;
  border: 1px solid #D0D0D0;
  color: #595a5a;
  border-top: none;
  background: #dedede;
}
/* line 186, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation ul > li > a:hover,
.lt-ie8 header.wp #menu-main-navigation ul > li > a:hover,
.lt-ie9 header.wp #menu-main-navigation ul > li > a:hover {
  background-color: #dedede;
  color: #fff;
  transition: all ease-in-out .5s;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
/* line 198, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp ul#menu-main-navigation > li:focus a, .ie8 header.wp ul#menu-main-navigation > li:hover > a,
.lt-ie8 header.wp ul#menu-main-navigation > li:focus a,
.lt-ie8 header.wp ul#menu-main-navigation > li:hover > a,
.lt-ie9 header.wp ul#menu-main-navigation > li:focus a,
.lt-ie9 header.wp ul#menu-main-navigation > li:hover > a {
  text-decoration: none;
  border-bottom: 2px solid #025fb2;
}
/* line 204, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp ul#menu-main-navigation > li.current-menu-item >, .ie8 header.wp ul#menu-main-navigation > li.current_page_ancestor >,
.lt-ie8 header.wp ul#menu-main-navigation > li.current-menu-item >,
.lt-ie8 header.wp ul#menu-main-navigation > li.current_page_ancestor >,
.lt-ie9 header.wp ul#menu-main-navigation > li.current-menu-item >,
.lt-ie9 header.wp ul#menu-main-navigation > li.current_page_ancestor > {
  position: relative;
}
/* line 207, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp ul#menu-main-navigation > li.current-menu-item > a, .ie8 header.wp ul#menu-main-navigation > li.current_page_ancestor > a,
.lt-ie8 header.wp ul#menu-main-navigation > li.current-menu-item > a,
.lt-ie8 header.wp ul#menu-main-navigation > li.current_page_ancestor > a,
.lt-ie9 header.wp ul#menu-main-navigation > li.current-menu-item > a,
.lt-ie9 header.wp ul#menu-main-navigation > li.current_page_ancestor > a {
  border-bottom: 2px solid #025fb2;
}
/* line 215, ../scss/header/option-1/_nav-opt-1.scss */
.ie8 header.wp #menu-main-navigation ul.sub-menu li > a:focus, .ie8 header.wp #menu-main-navigation ul.sub-menu li > a:hover,
.lt-ie8 header.wp #menu-main-navigation ul.sub-menu li > a:focus,
.lt-ie8 header.wp #menu-main-navigation ul.sub-menu li > a:hover,
.lt-ie9 header.wp #menu-main-navigation ul.sub-menu li > a:focus,
.lt-ie9 header.wp #menu-main-navigation ul.sub-menu li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #109e4a;
}

/******************************************************************
Header Section - Theme 1 - Option 1
******************************************************************/
/*Base Styles - Popup*/
/*General Popup*/
/* line 7, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup.closed {
  opacity: 0;
  display: none;
}
/* line 12, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup.open {
  opacity: 1;
  display: block;
  transition: all .3s ease .15s;
}
/* line 18, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup {
  /*Contact Info*/
  /*Hours Tool List - styles found in header/hours-tool*/
  /*Social List*/
}
/* line 19, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .bubble {
  width: 289px;
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 99999;
  background-color: #c00629;
  color: #fff;
}
/* line 28, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .bubble .close-button {
  position: absolute;
  font-size: 22px;
  right: 7px;
  top: -5px;
  cursor: pointer;
}
/* line 36, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .bubble h2 {
  font-size: 14px;
  background-color: #01427c;
  margin: 0;
  padding: 6px;
}
/* line 45, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list {
  display: block;
  margin: 5px 0;
}
/* line 49, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list li {
  padding: 0 6px;
  float: left;
}
/* line 53, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list li a {
  font-size: 11px;
  color: #fff;
  position: relative;
  padding: 6px 0px 6px 12px;
  display: block;
}
/* line 61, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list li a.no-icon {
  padding: 6px 0px 6px 6px;
}
/* line 65, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list li i {
  position: absolute;
  font-size: 13px;
  top: 7px;
  left: 0px;
}
/* line 73, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list li.address {
  padding-right: 25px;
  width: 100%;
}
/* line 78, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list .sml-scrn-replace {
  display: none;
}
/* line 82, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup .contact-list .reg-scrn {
  display: inline;
}
/* line 90, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup ul.social-list {
  margin: 10px 0;
}
/* line 93, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup ul.social-list li {
  float: left;
  margin-left: 10px;
}
/* line 97, ../scss/header/option-1/_dealer-info-popup.scss */
header.wp .bubble-popup ul.social-list li img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  width: 27px;
  height: auto;
}

/*Responsive Styles*/
@media all and (min-width: 480px) {
  /* line 112, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup {
    /*Contact Info*/
    /*Hours Tool List - styles found in header/hours-tool*/
  }
  /* line 113, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble {
    max-width: 190px;
    right: -101px;
    left: inherit;
  }
  /* line 118, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble .close-button {
    right: 7px;
    top: inherit;
    bottom: 0px;
  }
  /* line 124, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble h2 {
    display: none;
  }
  /* line 130, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .contact-list, header.wp .bubble-popup .social-list {
    display: none;
  }
}
@media all and (min-width: 768px) {
  /* line 142, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble {
    right: 30px;
    top: 30px;
  }
}
@media all and (min-width: 1030px) {
  /* line 153, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble {
    right: 36px;
    top: 36px;
  }
}
@media all and (min-width: 1240px) {
  /* line 164, ../scss/header/option-1/_dealer-info-popup.scss */
  header.wp .bubble-popup .bubble {
    right: 154px;
  }
}
/******************************************************************
Header Section - Theme 1 - Option 1
******************************************************************/
/* line 5, ../scss/header/option-1/_hours-tool.scss */
header.wp {
  /*2 dept*/
  /*Hours Grid*/
}
/* line 7, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-tool {
  background-color: #01427c;
}
/* line 12, ../scss/header/option-1/_hours-tool.scss */
header.wp ul.hours-dept {
  margin: 0px;
  padding-top: 5px;
  background-color: #109e4a;
}
/* line 18, ../scss/header/option-1/_hours-tool.scss */
header.wp ul.hours-dept li {
  float: left;
  padding: 12px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  background-color: #01427c;
}
/* line 27, ../scss/header/option-1/_hours-tool.scss */
header.wp ul.hours-dept li:first-child {
  margin-left: 5px;
}
/* line 30, ../scss/header/option-1/_hours-tool.scss */
header.wp ul.hours-dept li:hover {
  cursor: pointer;
}
/* line 33, ../scss/header/option-1/_hours-tool.scss */
header.wp ul.hours-dept li.active {
  background-color: #960420;
}
/* line 39, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation {
  background-color: #960420;
  float: left;
  width: 100%;
  padding: 10px;
  display: none;
}
/* line 46, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation.active {
  display: block;
}
/* line 50, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation ul {
  margin: 0;
}
/* line 54, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation li {
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
}
/* line 60, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: fff;
}
/* line 67, ../scss/header/option-1/_hours-tool.scss */
header.wp .hours-of-operation p.hours {
  font-weight: 400;
}

@media all and (min-width: 480px) {
  /* line 75, ../scss/header/option-1/_hours-tool.scss */
  header.wp ul.hours-dept {
    background-color: #01427c;
    padding-top: 0;
    border-top: 1px solid #109e4a;
  }
}
/*IE8 Styles*/
/* line 86, ../scss/header/option-1/_hours-tool.scss */
.lt-ie9 header.wp ul.hours-dept li {
  font-size: 11px;
}

/******************************************************************
Header Section - Theme 1 - Social Media - Option 3
******************************************************************/
/* line 6, ../scss/header/option-1/_social-media.scss */
header.wp .social-media {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 3px;
  border-bottom: 1px solid #fff;
}
/* line 15, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list {
  float: none;
  margin: 0;
  padding: 3px 10px;
}
/* line 20, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #109e4a;
  margin-right: 5px;
  text-align: center;
  position: relative;
}
/* line 30, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li a {
  color: #fff;
}
/* line 34, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li i {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  font-size: 12px;
}
/* line 43, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li i.icon-twitter {
  font-size: 14px;
  top: 22%;
}
/* line 48, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li i.icon-facebook {
  font-size: 18px;
  top: 9%;
  left: -3px;
}
/* line 54, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li i.icon-google-plus {
  font-size: 15px;
  left: 3px;
}
/* line 60, ../scss/header/option-1/_social-media.scss */
header.wp ul.social-list li:last-child {
  margin-right: 0;
}

@media all and (min-width: 481px) {
  /* line 68, ../scss/header/option-1/_social-media.scss */
  header.wp .social-media {
    display: block;
  }
}
@media all and (min-width: 768px) {
  /* line 76, ../scss/header/option-1/_social-media.scss */
  header.wp ul.social-list {
    padding: 4.25px 10px;
  }
}
@media all and (min-width: 1030px) {
  /* line 84, ../scss/header/option-1/_social-media.scss */
  header.wp ul.social-list {
    padding: 7.25px 10px;
  }
}
/* line 94, ../scss/header/option-1/_social-media.scss */
.ie8 header.wp .social-media,
.lt-ie8 header.wp .social-media,
.lt-ie9 header.wp .social-media {
  right: 3px;
}
/* line 98, ../scss/header/option-1/_social-media.scss */
.ie8 header.wp ul.social-list,
.lt-ie8 header.wp ul.social-list,
.lt-ie9 header.wp ul.social-list {
  padding: 7.5px 10px 7.25px 10px;
}

/******************************************************************
Header Section - Search Tool w Filter - Theme 1 - Option 3
******************************************************************/
/*Base Styles*/
/* line 8, ../scss/header/option-1/_search-tool.scss */
header.wp .search-area {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  /*closed*/
}
/* line 16, ../scss/header/option-1/_search-tool.scss */
header.wp .search-area .search-button-slide {
  position: absolute;
  right: 0;
  width: 27px;
  height: 27px;
  background: url("../images/search-icon-small.png") #444545 no-repeat;
}
/* line 24, ../scss/header/option-1/_search-tool.scss */
header.wp .search-area .search-tool {
  width: 100%;
  float: left;
  padding-right: 0px;
}
/* line 30, ../scss/header/option-1/_search-tool.scss */
header.wp .search-area #inv_Search {
  display: none;
  position: relative;
  right: 0;
}
/* line 37, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search {
  background: #dedede;
  box-sizing: border-box;
  position: relative;
}
/* line 42, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search input#search_Text {
  max-width: 100%;
  float: left;
  margin: 0;
  border-radius: 0;
  font-style: italic;
  color: #3b3c3c;
  padding-right: 40px;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
  width: 176px;
  background-color: #e6e8e8;
}
/* line 56, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search input#search_Text:active, header.wp form.site-search input#search_Text:focus {
  background-color: #e6e8e8;
}
/* line 61, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search #inv_Search_Submit {
  background: url("../images/search-icon-small.png") #333333 no-repeat;
  border: none;
  font-size: 0px;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 27px;
  height: 27px;
}
/* line 74, ../scss/header/option-1/_search-tool.scss */
header.wp .search-button-slide {
  position: relative;
}
/* line 76, ../scss/header/option-1/_search-tool.scss */
header.wp .search-button-slide i {
  font-size: 22px;
  color: #fff;
}
/* line 82, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search {
  /*placeholder text color*/
}
/* line 84, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search ::-webkit-input-placeholder {
  color: #3b3c3c;
  font-style: normal;
}
/* line 88, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search :-moz-placeholder {
  /* Firefox 18- */
  color: #3b3c3c;
  font-style: normal;
}
/* line 92, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b3c3c;
  font-style: normal;
}
/* line 96, ../scss/header/option-1/_search-tool.scss */
header.wp form.site-search :-ms-input-placeholder {
  color: #3b3c3c;
  font-style: normal;
}

@media all and (min-width: 481px) {
  /* line 105, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area .search-button-slide {
    background-position: center;
    width: 31px;
    height: 31px;
  }
  /* line 112, ../scss/header/option-1/_search-tool.scss */
  header.wp form.site-search input#search_Text {
    width: 140px;
  }
  /* line 117, ../scss/header/option-1/_search-tool.scss */
  header.wp form.site-search {
    box-sizing: border-box;
    position: relative;
  }
  /* line 121, ../scss/header/option-1/_search-tool.scss */
  header.wp form.site-search input#search_Text {
    width: 166px;
    height: 31px;
    line-height: 31px;
  }
  /* line 127, ../scss/header/option-1/_search-tool.scss */
  header.wp form.site-search #inv_Search_Submit {
    background-position: center;
    width: 31px;
    height: 31px;
  }
}
@media all and (min-width: 768px) {
  /* line 139, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area .search-button-slide {
    height: 34px;
    width: 34px;
  }
  /* line 143, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area .search-button-slide i.icon-cross {
    top: 1px;
  }
  /* line 148, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area.close .search-button-slide {
    height: 34px;
  }
  /* line 153, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area form.site-search input#search_Text {
    width: 169px;
    height: 34px;
    line-height: 34px;
  }
  /* line 159, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area form.site-search #inv_Search_Submit {
    height: 34px;
    width: 34px;
  }
}
@media all and (min-width: 1030px) {
  /* line 171, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area .search-button-slide {
    height: 40px;
    width: 40px;
  }
  /* line 176, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area.close .search-button-slide {
    height: 40px;
    width: 40px;
  }
  /* line 180, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area.close .search-button-slide i.icon-cross {
    top: 3px;
  }
  /* line 186, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area form.site-search input#search_Text {
    width: 175px;
    height: 40px;
    line-height: 40px;
  }
  /* line 192, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area form.site-search #inv_Search_Submit {
    height: 40px;
    width: 40px;
  }
}
@media all and (min-width: 1240px) {
  /* line 204, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area .search-button-slide {
    display: none;
  }
  /* line 208, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area #inv_Search {
    display: block !important;
  }
  /* line 213, ../scss/header/option-1/_search-tool.scss */
  header.wp .search-area form.site-search input#search_Text {
    width: 215px;
  }
}
/* line 225, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area,
.lt-ie8 header.wp .search-area,
.lt-ie9 header.wp .search-area {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
/* line 232, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area .search-tool,
.lt-ie8 header.wp .search-area .search-tool,
.lt-ie9 header.wp .search-area .search-tool {
  width: 215px;
}
/* line 236, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area .search-button-slide,
.lt-ie8 header.wp .search-area .search-button-slide,
.lt-ie9 header.wp .search-area .search-button-slide {
  display: none;
}
/* line 240, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area #inv_Search,
.lt-ie8 header.wp .search-area #inv_Search,
.lt-ie9 header.wp .search-area #inv_Search {
  display: block !important;
  position: relative;
  right: 0;
}
/* line 247, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area form.site-search input#search_Text,
.lt-ie8 header.wp .search-area form.site-search input#search_Text,
.lt-ie9 header.wp .search-area form.site-search input#search_Text {
  width: 215px;
  height: 40px;
  line-height: 40px;
}
/* line 253, ../scss/header/option-1/_search-tool.scss */
.ie8 header.wp .search-area form.site-search #inv_Search_Submit,
.lt-ie8 header.wp .search-area form.site-search #inv_Search_Submit,
.lt-ie9 header.wp .search-area form.site-search #inv_Search_Submit {
  height: 40px;
  width: 40px;
  background-position: center;
}

/******************************************************************
Banner Section - Pager - Option 1
******************************************************************/
/* line 8, ../scss/banner/_pager.scss */
.wp .banner {
  position: relative;
  clear: both;
}
/* line 12, ../scss/banner/_pager.scss */
.wp .banner .metaslider {
  overflow: hidden;
  display: block;
}
/* line 17, ../scss/banner/_pager.scss */
.wp .banner ol.flex-control-nav.flex-control-paging {
  z-index: 1000;
  bottom: -5px;
}
/* line 22, ../scss/banner/_pager.scss */
.wp .banner .metaslider .flexslider {
  margin: 0;
}
/* line 26, ../scss/banner/_pager.scss */
.wp .banner ol.flex-control-nav.flex-control-paging {
  bottom: -2px;
}
/* line 30, ../scss/banner/_pager.scss */
.wp .banner .flex-control-paging li a {
  background: rgba(87, 88, 87, 0.8);
  border-radius: 0;
}
/* line 34, ../scss/banner/_pager.scss */
.wp .banner .flex-control-paging li a.flex-active {
  background: rgba(63, 64, 64, 0.8);
}
/* line 39, ../scss/banner/_pager.scss */
.wp .banner .flex-control-paging li a:hover {
  background: #109e4a;
}

/*Responsive Styles*/
@media all and (min-width: 600px) {
  /* line 49, ../scss/banner/_pager.scss */
  .wp .banner ol.flex-control-nav.flex-control-paging {
    bottom: inherit;
    top: 10px;
    right: 5px;
    width: auto;
  }
}
/******************************************************************
Banner Section - Arrows - Option 1
******************************************************************/
/*Banner Variables*/
/* line 10, ../scss/banner/_arrows-opt-1.scss */
.wp .banner .flex-direction-nav a {
  height: 45px;
  width: 35px;
  opacity: .7;
}
/* line 16, ../scss/banner/_arrows-opt-1.scss */
.wp .banner .flex-direction-nav a.flex-next {
  right: 0px;
  background: url("../images/next-arrow-small.png") no-repeat scroll center center rgba(63, 63, 63, 0.8);
}
/* line 21, ../scss/banner/_arrows-opt-1.scss */
.wp .banner .flex-direction-nav a.flex-prev {
  left: 0px;
  background: url("../images/prev-arrow-small.png") no-repeat scroll center center rgba(63, 63, 63, 0.8);
}

/*Responsive Styles*/
@media all and (min-width: 600px) {
  /* line 34, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner .flex-direction-nav a {
    margin: -35px 0 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 46, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner .flex-direction-nav a {
    margin: -35px 0 0;
  }
  /* line 50, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner .flex-direction-nav a.flex-next {
    right: -35px;
  }
  /* line 54, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner .flex-direction-nav a.flex-prev {
    left: -35px;
  }
  /* line 61, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner:hover a.flex-next {
    right: 0;
  }
  /* line 64, ../scss/banner/_arrows-opt-1.scss */
  .wp .banner:hover a.flex-prev {
    left: 0;
  }
}
/*IE 8 Styles*/
/* line 74, ../scss/banner/_arrows-opt-1.scss */
.lt-ie9 .wp .banner .flex-direction-nav a {
  width: 30px !important;
}

/* line 1, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form {
  font-family: "Montserrat", sans-serif;
  background: #e3e3e3;
  padding: 20px 0 40px;
  position: relative;
  clear: both;
}
/* line 8, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .home-page-modal-content {
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 5px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 999;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
/* line 24, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .home-page-modal-content h4 {
  margin: 0 0 10px 0;
}
/* line 28, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .home-page-modal-content .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
/* line 44, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .home-page-modal-content.hide {
  display: none;
}
/* line 48, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-info {
  background: #109e4a;
  margin: 50px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 20px;
  border-right: 0;
  border-bottom: 15px solid #008336;
  padding: 10px;
  text-align: right;
  font-weight: bold;
  width: 96%;
  margin-left: 1.5%;
  color: #fff;
}
/* line 64, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-info h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
/* line 70, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-info p {
  line-height: 25px;
  font-weight: 400;
  margin: 2px 0 0;
  color: #fff;
  font-size: 13px;
}
/* line 79, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg {
  background: #fff;
  margin: 0;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 7px;
}
/* line 86, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg h2 {
  color: #109e4a;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
/* line 95, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row {
  width: 100%;
  display: inline-block;
  line-height: 15px;
}
/* line 100, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row .regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
/* line 110, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
  width: 99%;
  margin: 10px 0;
  margin-right: 10px;
  float: left;
  background: #fff;
  border: 2px solid #ebebeb;
  font-weight: 600;
  color: #ababab;
}
/* line 121, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[name="text-353"] {
  font-weight: 600;
  margin-right: 0;
}
/* line 126, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"],
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"] {
  width: 100%;
  font-weight: 600;
  margin: 10px 0;
  max-width: 812px;
  background: #fff;
  border: 2px solid #ebebeb;
  color: #ababab;
}
/* line 138, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none;
}
/* line 143, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input#reg-check {
  display: none;
}
/* line 147, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border: 3px solid #dddee3;
  margin-top: 5px;
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
/* line 159, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"]:hover {
  background: #e3e3e3;
}
/* line 163, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"] i {
  font-size: 50px;
  position: absolute;
  left: -9px;
  top: -13px;
  color: #109e4a;
  display: none;
  transition: all .2s linear;
}
/* line 174, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
  display: inline-block;
  color: #1a1a1a;
  font-weight: 400;
  max-width: 160px;
  font-size: 11px;
}
/* line 181, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text br {
  display: none;
}
/* line 186, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  font-size: 11px;
  color: #1a1a1a;
  font-weight: 400;
}
/* line 194, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row a.disclaimer:hover {
  color: #109e4a;
}
/* line 199, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input.submit {
  display: block;
  margin: 25px auto 0 auto;
  position: relative;
  background: #109e4a;
  color: #fff;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 5px 0px 0px #008336;
  -moz-box-shadow: 0px 5px 0px 0px #008336;
  box-shadow: 0px 5px 0px 0px #008336;
}
/* line 214, ../scss/auto-loans/_contact-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input.submit:focus, .wp #approved-form .form-bg .home-page-form .form-row input.submit:active {
  outline: none;
}

@media all and (min-width: 480px) {
  /* line 226, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info {
    width: 80%;
    margin-left: 10%;
  }
  /* line 232, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48%;
  }
  /* line 236, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
    max-width: 100%;
    padding-top: 8px;
  }
  /* line 241, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) {
  /* line 249, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form {
    padding: 0px;
  }
  /* line 252, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info {
    margin-right: 0;
    margin-bottom: 0px;
    width: 70%;
    margin-left: 15%;
    border-right: 0;
    padding-right: 40px;
  }
  /* line 261, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 269, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg h2 {
    font-size: 46px;
    margin: 20px 0;
  }
  /* line 276, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 49%;
  }
  /* line 280, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[name="text-353"] {
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 290, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form {
    padding: 30px;
  }
  /* line 293, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info {
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 115px;
    border-right: 15px solid #008336;
    border-bottom: 0;
    padding-right: 30px;
    text-align: right;
    width: 36%;
    margin-left: 0;
  }
  /* line 306, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg {
    width: 64%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  /* line 314, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48.95%;
  }
  /* line 318, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input.submit {
    float: right;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0;
  }
  /* line 325, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
    padding-top: 2px;
  }
  /* line 328, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text br {
    display: block;
  }
  /* line 333, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
    margin-left: 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 340, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form {
    padding: 60px 0;
  }
  /* line 343, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .wrap {
    padding: 0 50px;
  }
  /* line 347, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info {
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 35px;
    border-bottom: 0;
    padding-right: 30px;
    text-align: right;
    width: 45%;
    margin-left: 0;
    min-height: 200px;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  /* line 361, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info h3 {
    font-size: 32px;
  }
  /* line 365, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-info p {
    font-size: 16px;
  }
  /* line 370, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg {
    width: 55%;
    margin-bottom: 0;
  }

  /* line 377, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48.9%;
  }
  /* line 381, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input.submit {
    float: right;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0;
  }
  /* line 388, ../scss/auto-loans/_contact-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="email"] {
    margin-bottom: 30px;
  }
}
/* line 1, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider {
  width: 100%;
  float: left;
  background: #fff;
}

/* line 6, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider h2.section-title {
  background: transparent;
  color: #000;
}

/* line 10, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .price-field p.internet {
  padding: 3px 5px;
  background: #01427c;
  color: #000;
}

/* line 15, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .featured-vehicles .feat-vehicle:hover div.more-detail {
  background: #0466a5;
  font-weight: normal;
}

/* line 19, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .featured-vehicles .feat-vehicle {
  background: #e4e4e4;
}

/* line 22, ../scss/auto-loans/_feat-override.scss */
.wp .fv-disclaimer-div {
  width: 100%;
  float: left;
}

/* line 26, ../scss/auto-loans/_feat-override.scss */
.wp .fv-disclaimer br {
  display: none;
}

/* line 29, ../scss/auto-loans/_feat-override.scss */
.wp .line-through {
  text-decoration: none;
}

/* line 33, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .details .more-detail {
  background: #109e4a;
  border: 0;
  border-color: #109e4a;
}

/* line 38, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider a.view-all {
  background-image: linear-gradient(to bottom, #353536 50%, #eeeeee 50%);
  padding: 10px 20px;
  margin-top: 0;
}
/* line 42, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider a.view-all:hover {
  color: #353536;
}

/* line 47, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .img-bottom-field {
  min-height: 62px;
}
/* line 50, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .img-bottom-field .mileage-text:first-child, .wp .feat-vehicle-slider .img-bottom-field .payment-text:nth-child(2) {
  margin-top: 21px;
}

/* line 54, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .price-field {
  top: 8px;
}

/* line 57, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .price-field p {
  font-style: normal;
}

/* line 60, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .img-top-field {
  border-bottom: 1.5px solid #cdcdcd;
}

/* line 63, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .img-bottom-field p:last-child {
  text-transform: uppercase;
  font-style: normal;
  color: #49494a;
  letter-spacing: 1px;
}

/* line 69, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .img-bottom-field p {
  font-size: 15px;
}

/* line 72, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .feat-container {
  margin: 40px 0;
  float: left;
  width: 100%;
}

@media (min-width: 392px) {
  /* line 78, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider .featured-vehicles .feat-vehicle {
    max-width: 80%;
    margin: 0 auto;
  }

  /* line 82, ../scss/auto-loans/_feat-override.scss */
  .wp .arrows {
    background: none;
  }
  /* line 84, ../scss/auto-loans/_feat-override.scss */
  .wp .arrows i {
    color: #464747;
  }

  /* line 88, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider a.view-all {
    margin-right: 60px;
  }
}
@media (min-width: 481px) {
  /* line 93, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider .featured-vehicles .feat-vehicle {
    max-width: 100%;
    margin: 0 10px 0 0;
  }

  /* line 98, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider a.view-all {
    margin-right: 40px;
  }
}
@media all and (min-width: 768px) {
  /* line 105, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider a.view-all {
    margin-right: 10px;
  }
}
@media all and (min-width: 992px) {
  /* line 110, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider {
    padding: 100px 40px;
  }
}
@media all and (min-width: 1030px) {
  /* line 115, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider .feat-container {
    margin: 55px 0;
  }

  /* line 118, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider a.view-all {
    margin-right: 20px;
  }
}
@media all and (min-width: 1240px) {
  /* line 124, ../scss/auto-loans/_feat-override.scss */
  .wp .feat-vehicle-slider a.view-all {
    margin-right: 10px;
  }
}
/* line 128, ../scss/auto-loans/_feat-override.scss */
.wp .feat-vehicle-slider .owl-wrapper-outer:after {
  content: '';
  height: 100%;
  position: absolute;
  right: -8px;
  width: 10px;
  background-color: #fff;
  top: 0;
}

/* line 2, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 2em;
}
/* line 8, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .top-content {
  padding: 10px 0;
}
/* line 12, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .top-content .inner-left h5 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #acacac;
  letter-spacing: 0;
}
/* line 23, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .top-content .inner-left h3 {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  color: #109e4a;
  border-bottom: 2px solid #90dea8;
  padding-bottom: 25px;
}
/* line 37, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .top-content .inner-right h5 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 35px;
  color: #90dea8;
  letter-spacing: 0;
}
/* line 49, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .top-content .inner-right h3 {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  font-weight: 500;
  color: #109e4a;
}
/* line 61, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}
/* line 67, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div {
  padding-right: 0;
  position: relative;
  margin-right: 0;
}
/* line 72, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(2) img {
  max-width: 61px;
}
/* line 79, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(1)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::after {
  content: "";
  height: 3px;
  background: #90dea8;
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 9;
}
/* line 93, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(1)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::before {
  content: "";
  height: 3px;
  background: #90dea8;
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 9;
}
/* line 105, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(1)::after {
  width: 33%;
}
/* line 109, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(1)::before {
  width: 32%;
}
/* line 115, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(2)::after {
  width: 36%;
}
/* line 119, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(2)::before {
  width: 36%;
}
/* line 125, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(3)::after {
  width: 34%;
}
/* line 129, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div:nth-child(3)::before {
  width: 35%;
}
/* line 134, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div img {
  width: 100%;
  max-width: 84px;
  z-index: 99;
  margin: 15px 0;
}
/* line 141, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div .welcome {
  background: #f5f5f5;
  padding: 10px 20px 20px 20px;
  margin: 20px 3px 20px 0;
  min-height: auto;
}
/* line 147, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div .welcome h6 {
  color: #2faa61;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  margin: 10px 0;
}
/* line 155, ../scss/auto-loans/_welcome-section.scss */
.wp #welcome .bottom-content div.welcome-div .welcome p {
  font-size: 12px;
  margin: 0;
  color: #272828;
  font-weight: 300;
  line-height: 20px;
}

@media all and (min-width: 481px) {
  /* line 173, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h3 {
    font-size: 36px;
  }
  /* line 184, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::after {
    width: 40%;
    top: 40px;
  }
  /* line 193, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::before {
    width: 40%;
    top: 40px;
  }
}
@media all and (min-width: 768px) {
  /* line 206, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome {
    padding: 75px 0 0;
  }
  /* line 209, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 213, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left {
    float: left;
    width: 47.5%;
    padding-right: 20px;
    border-right: 3px solid #90dea8;
  }
  /* line 219, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left h5 {
    text-align: right;
    font-size: 22px;
    line-height: 22px;
  }
  /* line 225, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left h3 {
    text-align: right;
    font-size: 32px;
    line-height: 32px;
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 235, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right {
    float: left;
    width: 52.5%;
    padding-left: 20px;
    padding-top: 5px;
  }
  /* line 241, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h5 {
    text-align: left;
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
  }
  /* line 248, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h3 {
    text-align: left;
    margin-top: 0;
    font-size: 25px;
    line-height: 26px;
  }
  /* line 257, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
  }
  /* line 262, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div {
    padding-right: 0;
    position: relative;
    margin-right: 0;
  }
  /* line 268, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(3)::after {
    display: none;
  }
  /* line 274, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::before {
    display: none;
  }
  /* line 281, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::after {
    width: 31%;
    height: 3px;
    top: 44px;
  }
  /* line 289, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::after {
    width: 29%;
  }
  /* line 296, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(2)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::before {
    width: 32%;
    top: 44px;
  }
  /* line 302, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div img {
    width: 100%;
    max-width: 84px;
    z-index: 99;
  }
  /* line 308, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome {
    padding: 10px 20px;
    margin: 0;
    margin-top: 10px;
    margin-right: 3px;
    min-height: 270px;
  }
  /* line 315, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome h6 {
    font-size: 18px;
    margin: 10px 0;
    min-height: 32.5px;
  }
  /* line 321, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome p {
    margin: 0;
    line-height: 20px;
  }
}
@media all and (min-width: 992px) {
  /* line 335, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content {
    padding: 0px 0;
  }
  /* line 338, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .left {
    padding: 0 40px;
    border-right: 3px solid #64AAF2;
    text-align: right;
  }
  /* line 344, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .right {
    padding: 25px 40px;
    text-align: left;
  }
  /* line 348, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .right h5 {
    color: #62AAF2;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
  }
  /* line 356, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .right h3 {
    color: #4985C1;
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 0;
  }
  /* line 367, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content {
    display: inline-block;
    text-align: center;
    margin: 50px 0 10px;
  }
  /* line 372, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div {
    padding-right: 0;
    position: relative;
    margin-right: 0;
  }
  /* line 377, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div img {
    width: 100%;
    max-width: 84px;
    z-index: 99;
  }
  /* line 383, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome {
    padding: 10px 20px;
    margin: 0;
    margin-top: 10px;
    margin-right: 3px;
    min-height: 190px;
  }
  /* line 390, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome h6 {
    font-size: 15px;
    margin: 10px 0;
    min-height: 30px;
  }
}
@media all and (min-width: 1030px) {
  /* line 406, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
  /* line 411, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left h5 {
    font-size: 36px;
    line-height: 44px;
  }
  /* line 416, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-left h3 {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1.5px;
  }
  /* line 423, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right {
    padding-top: 35px;
    padding-left: 40px;
  }
  /* line 427, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h5 {
    font-size: 25px;
    line-height: 32px;
  }
  /* line 432, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h3 {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 1.75px;
  }
  /* line 440, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content {
    display: inline-block;
    text-align: center;
    margin: 50px 0 10px;
  }
  /* line 445, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div {
    padding-right: 0;
    position: relative;
    margin-right: 0;
  }
  /* line 452, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(1)::after, .wp #welcome .bottom-content div.welcome-div:nth-child(2)::after {
    width: 38%;
    height: 2px;
    top: 60px;
  }
  /* line 460, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(2)::after {
    width: 39%;
  }
  /* line 467, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div:nth-child(2)::before, .wp #welcome .bottom-content div.welcome-div:nth-child(3)::before {
    width: 39%;
    height: 2px;
    top: 60px;
  }
  /* line 474, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div img {
    width: 100%;
    max-width: 84px;
    z-index: 99;
    margin: 30px 0;
  }
  /* line 481, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome {
    padding: 10px 20px;
    margin: 0;
    margin-top: 10px;
    margin-right: 3px;
  }
}
@media all and (min-width: 1240px) {
  /* line 498, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .top-content .inner-right h3 {
    font-size: 36px;
  }
  /* line 506, ../scss/auto-loans/_welcome-section.scss */
  .wp #welcome .bottom-content div.welcome-div .welcome {
    min-height: 160px;
  }
}
/* line 521, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-left,
.lt-ie8 .wp #welcome .top-content .inner-left,
.lt-ie9 .wp #welcome .top-content .inner-left {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}
/* line 526, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-left h5,
.lt-ie8 .wp #welcome .top-content .inner-left h5,
.lt-ie9 .wp #welcome .top-content .inner-left h5 {
  font-size: 44px;
  line-height: 44px;
}
/* line 531, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-left h3,
.lt-ie8 .wp #welcome .top-content .inner-left h3,
.lt-ie9 .wp #welcome .top-content .inner-left h3 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 1.5px;
}
/* line 538, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-right,
.lt-ie8 .wp #welcome .top-content .inner-right,
.lt-ie9 .wp #welcome .top-content .inner-right {
  padding-top: 5px;
  padding-left: 40px;
}
/* line 542, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-right h5,
.lt-ie8 .wp #welcome .top-content .inner-right h5,
.lt-ie9 .wp #welcome .top-content .inner-right h5 {
  font-size: 28px;
  line-height: 32px;
}
/* line 547, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .top-content .inner-right h3,
.lt-ie8 .wp #welcome .top-content .inner-right h3,
.lt-ie9 .wp #welcome .top-content .inner-right h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1.75px;
}
/* line 557, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .bottom-content div.welcome-div img,
.lt-ie8 .wp #welcome .bottom-content div.welcome-div img,
.lt-ie9 .wp #welcome .bottom-content div.welcome-div img {
  height: auto !important;
  width: auto !important;
}
/* line 562, ../scss/auto-loans/_welcome-section.scss */
.ie8 .wp #welcome .bottom-content div.welcome-div .welcome,
.lt-ie8 .wp #welcome .bottom-content div.welcome-div .welcome,
.lt-ie9 .wp #welcome .bottom-content div.welcome-div .welcome {
  min-height: 150px;
}

/* line 2, ../scss/auto-loans/_faq.scss */
.wp #faqs {
  background: #f0f1f1;
  text-align: center;
  padding: 40px 0;
}
/* line 7, ../scss/auto-loans/_faq.scss */
.wp #faqs .left-faqs {
  padding-right: 0;
  border-right: 3px solid #cacaca;
}
/* line 12, ../scss/auto-loans/_faq.scss */
.wp #faqs h2 {
  font-size: 32px;
  font-weight: 900;
  color: #109e4a;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 20, ../scss/auto-loans/_faq.scss */
.wp #faqs ul {
  text-align: left;
}
/* line 23, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.left-list {
  text-align: right;
  padding: 0 20px;
  cursor: pointer;
}
/* line 28, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.left-list li {
  font-size: 14px;
  font-weight: bold;
  color: #3a3a3a;
  margin: 5px 0;
}
/* line 34, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.left-list li:hover {
  color: #109e4a;
}
/* line 38, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.left-list li.active-faq {
  font-weight: 900;
  position: relative;
}
/* line 43, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.left-list li.active-faq::after {
  content: "";
  display: block;
  position: absolute;
  right: -23px;
  background: #90dea8;
  width: 9px;
  top: -5px;
  height: 32px;
}
/* line 56, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.right-list {
  position: relative;
  margin: 0;
  padding: 0 20px;
}
/* line 61, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.right-list li {
  display: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #161616;
}
/* line 69, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.right-list li strong {
  display: none;
}
/* line 73, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.right-list li.active-faq {
  display: block;
}
/* line 77, ../scss/auto-loans/_faq.scss */
.wp #faqs ul.right-list li p {
  font-weight: 300;
}
/* line 86, ../scss/auto-loans/_faq.scss */
.wp #faqs .wrap.cf {
  display: none;
}
/* line 90, ../scss/auto-loans/_faq.scss */
.wp #faqs .wrap.cf.mobile {
  display: block;
}
/* line 97, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div {
  border-top: 3px solid #cccccc;
  padding: 0;
  text-align: left;
}
/* line 102, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div:last-child {
  border-bottom: 3px solid #cccccc;
}
/* line 106, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  width: 90%;
}
/* line 112, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 i {
  font-size: 30px;
  position: absolute;
  top: -5px;
  right: -25px;
  float: right;
  display: none;
  cursor: pointer;
  z-index: 999;
}
/* line 122, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 i.up {
  display: block;
}
/* line 128, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div p {
  padding: 5px 0;
  margin: 0 0 5px 0;
  display: none;
  text-align: justify;
  font-size: 15px;
}
/* line 135, ../scss/auto-loans/_faq.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div p.drop {
  display: block;
}

@media all and (min-width: 481px) {
  /* line 146, ../scss/auto-loans/_faq.scss */
  .wp #faqs .mobile-faq-content .mobile-faq-div h4 i {
    right: -15px;
  }
  /* line 150, ../scss/auto-loans/_faq.scss */
  .wp #faqs .mobile-faq-content .mobile-faq-div h4 {
    width: 95%;
  }
}
@media all and (min-width: 768px) {
  /* line 158, ../scss/auto-loans/_faq.scss */
  .wp #faqs {
    padding: 75px 0;
  }
  /* line 161, ../scss/auto-loans/_faq.scss */
  .wp #faqs .wrap.cf {
    display: block;
  }
  /* line 165, ../scss/auto-loans/_faq.scss */
  .wp #faqs .wrap.cf.mobile {
    display: none;
  }
  /* line 169, ../scss/auto-loans/_faq.scss */
  .wp #faqs .right-faqs {
    display: table;
  }
  /* line 173, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.right-list {
    display: table-cell;
    vertical-align: middle;
  }
}
@media all and (min-width: 1030px) {
  /* line 184, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.left-list {
    padding-right: 40px;
  }
  /* line 187, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.left-list li {
    margin: 15px 0;
  }
  /* line 191, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.left-list li.active-faq::after {
    right: -43px;
  }
  /* line 196, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.right-list {
    padding-left: 40px;
  }
  /* line 199, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.right-list li {
    font-size: 16px;
    line-height: 28px;
  }
  /* line 203, ../scss/auto-loans/_faq.scss */
  .wp #faqs ul.right-list li strong {
    font-size: 17px;
  }
}
/* line 218, ../scss/auto-loans/_faq.scss */
.ie8 #faqs ul.left-list li,
.lt-ie8 #faqs ul.left-list li,
.lt-ie9 #faqs ul.left-list li {
  font-weight: 300;
}
/* line 221, ../scss/auto-loans/_faq.scss */
.ie8 #faqs ul.left-list li.active-faq,
.lt-ie8 #faqs ul.left-list li.active-faq,
.lt-ie9 #faqs ul.left-list li.active-faq {
  font-weight: 900;
  position: relative;
  color: #109e4a;
}

/* line 1, ../scss/modules/_testimonials-overrides.scss */
.wp #main #testimonials {
  background-color: #109e4a;
}

/* line 5, ../scss/modules/_testimonials-overrides.scss */
.wp #main #testimonials .quotes li q:before,
.wp #main #testimonials .quotes li q:after {
  color: #008336;
}

/* line 10, ../scss/modules/_testimonials-overrides.scss */
.wp #main #testimonials .quotes li p.cust-name {
  color: #b8e2c9;
  font-weight: 300;
}

/* line 14, ../scss/modules/_testimonials-overrides.scss */
.wp #main .testimonials-section .owl-pagination .owl-page.active span {
  background-color: #008336;
}

/* line 21, ../scss/modules/_testimonials-overrides.scss */
.ie8 .wp #testimonials,
.lt-ie8 .wp #testimonials,
.lt-ie9 .wp #testimonials {
  background-color: #109e4a !important;
}
/* line 25, ../scss/modules/_testimonials-overrides.scss */
.ie8 .wp #testimonials .quotes li q:before,
.ie8 .wp #testimonials .quotes li q:after,
.lt-ie8 .wp #testimonials .quotes li q:before,
.lt-ie8 .wp #testimonials .quotes li q:after,
.lt-ie9 .wp #testimonials .quotes li q:before,
.lt-ie9 .wp #testimonials .quotes li q:after {
  color: #008336 !important;
}
/* line 30, ../scss/modules/_testimonials-overrides.scss */
.ie8 .wp #testimonials .quotes li p.cust-name,
.lt-ie8 .wp #testimonials .quotes li p.cust-name,
.lt-ie9 .wp #testimonials .quotes li p.cust-name {
  color: #b8e2c9 !important;
  font-weight: 300 !important;
}
/* line 34, ../scss/modules/_testimonials-overrides.scss */
.ie8 .wp .testimonials-section .owl-pagination .owl-page.active span,
.lt-ie8 .wp .testimonials-section .owl-pagination .owl-page.active span,
.lt-ie9 .wp .testimonials-section .owl-pagination .owl-page.active span {
  background-color: #008336 !important;
}

/******************************************************************
Stylesheet: Disclaimer Styles
******************************************************************/
/*Disclaimer Checkbox*/
/* line 8, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox input[type="checkbox"] {
  margin-right: 7px;
}
/* line 12, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox label {
  display: none;
}
/* line 16, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox span.wpcf7-list-item {
  margin-left: 0;
}
/* line 20, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox .wpcf7-list-item-label {
  font-size: 12px;
}
/* line 24, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox .wpcf7-form-control-wrap {
  float: left;
  margin-right: 10px;
}
/* line 29, ../scss/auto-loans/_disclaimer.scss */
.wp form .checkbox .disclaimer {
  font-size: 12px;
  width: auto;
  text-decoration: underline;
  white-space: nowrap;
}

/*Disclaimer Popup Styles*/
/* line 39, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
}
/* line 50, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup .popup-container {
  background: #fff;
  max-width: 280px;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 69, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup h4 {
  margin: 0 0 10px;
  border-bottom: 1px solid #bbb;
}
/* line 74, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup button {
  background: none;
  border: 0;
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: 5px;
}
/* line 82, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup .popup-text {
  font-size: 12px;
}

/* line 87, ../scss/auto-loans/_disclaimer.scss */
.wp .disclaimer-popup.hide {
  display: none;
}

@media all and (min-width: 600px) {
  /* line 94, ../scss/auto-loans/_disclaimer.scss */
  .wp form .checkbox .wpcf7-list-item-label {
    font-size: 14px;
  }
  /* line 98, ../scss/auto-loans/_disclaimer.scss */
  .wp form .checkbox .disclaimer {
    font-size: 14px;
  }

  /* line 104, ../scss/auto-loans/_disclaimer.scss */
  .wp .disclaimer-popup .popup-container {
    max-width: 375px;
  }
}
/* line 113, ../scss/auto-loans/_disclaimer.scss */
.ie8 .wp .home-page-modal-content,
.lt-ie8 .wp .home-page-modal-content,
.lt-ie9 .wp .home-page-modal-content {
  left: 100px !important;
  border: 2px solid #acacac !important;
  padding-bottom: 30px !important;
}

/******************************************************************
CTAS Section - Theme 1 - Option 1
******************************************************************/
/*Base Styles CTAs*/
/* line 6, ../scss/ctas/_ctas-opt-1.scss */
.wp {
  /*CTA - 1*/
  /*CTA - 2*/
  /*CTA - 3*/
  /*CTA - 4*/
  /*Sidebar CTA Styles*/
}
/* line 7, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-holder {
  width: 100%;
  background-color: #dedede;
  padding: 30px 0;
}
/* line 13, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-list {
  margin: 0;
}
/* line 17, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-list {
  width: 100%;
  float: left;
  clear: both;
}
/* line 23, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta {
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}
/* line 28, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta .cta-text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
  width: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 46, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta a {
  position: relative;
  background-color: #d9170c;
  display: block;
  padding: 10px 40px;
  height: 70px;
}
/* line 54, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta:last-child {
  margin-bottom: 0;
}
/* line 61, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-1 a {
  background: linear-gradient(rgba(174, 0, 32, 0.8), rgba(174, 0, 32, 0.8)), url("../images/cta-img-a-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 65, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-1 a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cta-img-a-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 73, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-2 a {
  background: linear-gradient(rgba(174, 0, 32, 0.8), rgba(174, 0, 32, 0.8)), url("../images/cta-img-b-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 77, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-2 a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cta-img-b-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 86, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-3 a {
  background: linear-gradient(rgba(174, 0, 32, 0.8), rgba(174, 0, 32, 0.8)), url("../images/cta-img-c-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 90, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-3 a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cta-img-c-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 98, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-4 a {
  background: linear-gradient(rgba(174, 0, 32, 0.8), rgba(174, 0, 32, 0.8)), url("../images/cta-img-d-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 102, ../scss/ctas/_ctas-opt-1.scss */
.wp .cta-4 a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cta-img-d-opt-1.html") no-repeat center;
  background-size: cover;
}
/* line 109, ../scss/ctas/_ctas-opt-1.scss */
.wp .sidebar .cta {
  margin-bottom: 0;
}

@media all and (min-width: 481px) {
  /* line 118, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack {
    /*CTA - 1 & 3*/
    /*CTA - 2 & 4*/
    /*CTA - 3 & 4*/
  }
  /* line 120, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta {
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  /* line 127, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(1), .wp .cta-list .four-pack .cta:nth-child(3) {
    padding: 0 6px 0 0;
  }
  /* line 132, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(2), .wp .cta-list .four-pack .cta:nth-child(4) {
    padding: 0 0 0 6px;
  }
  /* line 137, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(3), .wp .cta-list .four-pack .cta:nth-child(4) {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 144, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack {
    /*CTA - 1*/
    /*CTA - 2*/
    /*CTA - 3*/
    /*CTA - 4*/
  }
  /* line 145, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta {
    width: 25%;
    margin-bottom: 0;
  }
  /* line 151, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(1) {
    padding: 0 9px 0 0;
  }
  /* line 156, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(2) {
    padding: 0 6px 0 3px;
  }
  /* line 161, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(3) {
    padding: 0 3px 0 6px;
  }
  /* line 166, ../scss/ctas/_ctas-opt-1.scss */
  .wp .cta-list .four-pack .cta:nth-child(4) {
    padding: 0 0 0 9px;
  }
}
/*IE 8 Styles*/
/* line 174, ../scss/ctas/_ctas-opt-1.scss */
.lt-ie9 .wp .cta-list .four-pack .cta {
  width: 24%;
  margin-right: 1%;
}
/* line 177, ../scss/ctas/_ctas-opt-1.scss */
.lt-ie9 .wp .cta-list .four-pack .cta a {
  padding: 0;
}
/* line 180, ../scss/ctas/_ctas-opt-1.scss */
.lt-ie9 .wp .cta-list .four-pack .cta a .cta-text {
  top: 33%;
}

/******************************************************************
Footer Section - Theme 1 - Option 2
******************************************************************/
/* line 15, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp {
  clear: both;
  font-size: 12px;
}
/* line 19, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .custom-wrap-1, footer.wp .custom-wrap-2 {
  padding: 0 8px;
}
/* line 23, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .custom-wrap-3 {
  padding: 0;
}
/* line 27, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  margin: 0 0 5px 0;
  font-weight: 700;
}
/* line 36, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #top-footer {
  background-color: #3b3c3c;
}
/* line 39, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #top-footer .unit {
  margin-bottom: 15px;
}
/* line 44, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #top-footer .unit:nth-child(1) .unit-container {
  border-bottom: 1px solid #595a5a;
}
/* line 49, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #top-footer .unit:nth-child(2) {
  margin-bottom: 0;
}
/* line 52, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #top-footer .unit:nth-child(2) .unit-container {
  margin: 15px 0;
}
/* line 58, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .quick-links {
  font-size: 12px;
  padding: 20px 0 5px;
  position: relative;
  background-color: #3b3c3c;
}
/* line 64, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .quick-links .nav li {
  width: 50%;
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 15px;
  text-align: left;
}
/* line 73, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .quick-links .nav li a {
  padding: 0;
  display: inline;
  color: #e0e0e0;
  font-weight: 800;
}
/* line 81, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .quick-links .nav li:last-child {
  margin-bottom: 0;
}
/* line 86, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact-map {
  position: relative;
}
/* line 89, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact-map .contact-bg {
  background: rgba(59, 60, 60, 0.78);
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000;
  position: relative;
  z-index: 99;
}
/* line 98, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact-map .map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 105, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact-map .map-holder #google-map {
  height: 100%;
}
/* line 111, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact {
  text-align: center;
}
/* line 114, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .sect-1 {
  width: auto;
  display: block;
  vertical-align: top;
  padding: 0 0;
  text-align: left;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
/* line 124, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .sect-1 h2 {
  text-align: center;
}
/* line 129, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .sect-2 {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  text-align: left;
}
/* line 137, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list {
  margin-top: 0;
  max-width: 100%;
}
/* line 141, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list li {
  line-height: normal;
  margin-bottom: 10px;
}
/* line 146, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list li:last-child {
  margin-bottom: 0;
}
/* line 150, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list span:first-child {
  float: left;
}
/* line 153, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list span:last-child {
  float: right;
}
/* line 157, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact ul.contact-list span.secondary-nums {
  line-height: normal;
}
/* line 162, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact span {
  font-weight: 400;
  line-height: normal;
  position: relative;
  color: #e0e0e0;
  position: relative;
}
/* line 169, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact span a {
  color: #e0e0e0;
}
/* line 173, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact span a:hover {
  color: #109e4a;
}
/* line 178, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .address {
  line-height: 19px;
}
/* line 182, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .address br {
  display: none;
}
/* line 186, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .button {
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 1px 0px;
  background-color: transparent;
  color: #f6f7f7;
  font-weight: 900;
  display: block;
  margin-top: 15px;
  text-align: center;
  max-width: 125px;
  font-size: 10px;
}
/* line 200, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .contact .button:hover {
  background-color: #109e4a;
  border: 2px solid #109e4a;
  color: #fff;
  transition: all ease-in-out 500ms;
}
/* line 208, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp #bottom-footer {
  background-color: #272828;
  text-align: center;
}
/* line 213, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .bottom-sect {
  border-top: 1px solid #595a5a;
  padding: 20px 0 27px;
}
/* line 218, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list {
  display: inline-block;
  margin: 0px auto 15px;
}
/* line 222, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li {
  margin-right: 12px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 229, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li a {
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 236, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li i {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  font-size: 17px;
}
/* line 245, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li i.icon-facebook {
  left: -3px;
  right: 0;
  top: 20%;
}
/* line 251, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li i.icon-google-plus {
  font-weight: 600;
}
/* line 255, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li a:hover {
  color: #109e4a;
  transition: all ease-in-out 500ms;
}
/* line 261, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp ul.social-list li:last-child {
  margin-right: 0;
}
/* line 266, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp p.source-org.copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 0;
  clear: both;
}
/* line 274, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp p.source-org.copyright br {
  display: none;
}
/* line 278, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp p.source-org.copyright a {
  padding: 0;
}
/* line 283, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .edealer-logo {
  display: none;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 289, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .edealer-logo a {
  height: auto;
  line-height: auto;
}
/* line 294, ../scss/footer/option-4/_footer-opt-4.scss */
footer.wp .edealer-logo img {
  vertical-align: middle;
}

@media only screen and (min-width: 600px) {
  /* line 302, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp unit-wrap
  .custom-wrap-1 {
    padding: 0;
    padding-left: 8px;
  }
  /* line 308, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .custom-wrap-2 {
    padding: 0;
    padding-right: 8px;
  }
  /* line 313, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp h2 {
    margin: 0 0 7px 0;
  }
  /* line 317, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer {
    position: relative;
    padding-top: 0;
  }
  /* line 321, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit {
    float: left;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /* line 328, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit .unit-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 333, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit .unit-container.hours {
    border-bottom: 0px;
  }
  /* line 338, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(1) {
    width: 50%;
    margin-bottom: 0px;
  }
  /* line 342, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(1) .unit-container {
    border-bottom: 0;
  }
  /* line 347, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) {
    width: 50%;
  }
  /* line 350, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) .unit-container {
    position: relative;
    border-left: 1px solid #595a5a;
    padding-left: 25px;
    margin: 0;
  }
  /* line 359, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .quick-links {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 285px;
  }
  /* line 364, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .quick-links .nav {
    width: 100%;
  }
  /* line 367, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .quick-links .nav li {
    margin-bottom: 20px;
  }
  /* line 374, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact .sect-1 {
    padding: 0 15px 0 0;
    width: 50%;
    float: left;
    max-width: 50%;
  }
  /* line 380, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact .sect-1 ul.contact-list {
    max-width: 230px;
    margin: 0 auto;
  }
  /* line 386, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact .sect-2 {
    padding: 0;
    width: 50%;
    float: left;
    max-width: 50%;
  }
  /* line 392, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact .sect-2 .click-getdirections-sent {
    font-weight: 700;
  }
  /* line 398, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact ul.contact-list li {
    margin-bottom: 7px;
  }
  /* line 402, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact ul.contact-list li span {
    line-height: 16px;
  }
  /* line 408, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .map-holder {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
  }
  /* line 415, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .map-holder #google-map {
    height: 100%;
  }
  /* line 420, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .sect-container {
    margin: 0 auto;
  }
  /* line 423, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .sect-container a {
    line-height: 16px;
  }
  /* line 428, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp ul.social-list {
    float: left;
    margin: 0;
    padding: 5px 0 0;
  }
  /* line 433, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp ul.social-list li {
    margin-right: 25px;
  }
  /* line 436, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp ul.social-list li i {
    font-size: 20px;
    font-weight: 100;
    top: 15%;
  }
  /* line 442, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp ul.social-list li i.icon-facebook {
    top: 10%;
  }
  /* line 448, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #bottom-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 453, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .bottom-sect {
    padding: 15px 0;
  }
  /* line 457, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .edealer-logo {
    margin: 0px;
    float: right;
  }
  /* line 461, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .edealer-logo img {
    vertical-align: top;
    display: block;
    margin-bottom: 1px;
  }
  /* line 468, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .copyright-group {
    float: right;
    margin-top: 15px;
  }
  /* line 473, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp p.source-org.copyright {
    float: right;
    clear: both;
    margin: 0;
    font-size: 11px;
  }

  div#iConactForm {display: none;}
  .so-widget-sow-image.so-widget-sow-image-base img {margin-top: 0px !important;}
  .homepage-vehicle-slideshow {display: none;}
  .ed-custom-form {display: none;}

}
@media only screen and (min-width: 767px) {
  /* line 486, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .custom-wrap-1 {
    padding-left: 37px;
  }
  /* line 490, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .custom-wrap-2 {
    padding: 0;
  }
  /* line 494, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .unit-wrap {
    width: 70%;
    float: left;
    box-shadow: 5px 0 10px -4px #000;
    -webkit-box-shadow: 5px 0 10px -4px #000;
  }
  /* line 502, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(1) {
    width: 35%;
  }
  /* line 505, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(1) .unit-container {
    border-right: 1px solid #595a5a;
  }
  /* line 510, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) {
    width: 65%;
  }
  /* line 513, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) .unit-container {
    padding-top: 35px;
    border-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 523, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .quick-links .nav li {
    width: 100%;
  }
  /* line 528, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map {
    width: 30%;
    float: left;
    position: absolute;
    right: 0;
    height: 100%;
  }
  /* line 536, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact-bg {
    padding-top: 55px;
    padding-bottom: 0px;
    border-top: 0;
    border-left: 1px solid #000;
    height: 100%;
  }
  /* line 546, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact.wrap {
    padding: 0 20px;
  }
  /* line 550, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact .sect-1 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 556, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact .sect-1 h2 {
    text-align: left;
  }
  /* line 561, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact .sect-2 {
    width: 100%;
    max-width: 100%;
  }
  /* line 568, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .bottom-sect {
    border-top: 2px solid #595a5a;
  }
}
@media only screen and (min-width: 1030px) {
  /* line 575, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp {
    font-size: 13px;
  }
  /* line 578, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .custom-wrap-1 {
    padding-left: 0;
  }
  /* line 582, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .unit-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 50px;
    float: none;
    box-shadow: none;
  }
  /* line 592, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  /* line 596, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit .unit-container {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  /* line 601, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(1) {
    width: 30%;
  }
  /* line 605, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) {
    width: 70%;
  }
  /* line 608, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) .unit-container {
    padding-top: 10px;
    max-width: none;
    padding-right: 52%;
  }
  /* line 617, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .quick-links .nav li {
    width: 50%;
    margin-bottom: 15px;
  }
  /* line 623, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map {
    top: 0;
    width: 35%;
  }
  /* line 627, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact.wrap {
    padding: 0 10px;
  }
  /* line 631, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map .contact-bg {
    padding-top: 46px;
    padding-bottom: 0px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 1240px) {
  /* line 646, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) .unit-container {
    padding-right: 50%;
  }
  /* line 651, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .unit-wrap {
    padding: 0 10px;
  }
  /* line 654, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map {
    width: 35%;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 666, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp #top-footer .unit:nth-child(2) .unit-container {
    padding-right: 54%;
  }
  /* line 671, ../scss/footer/option-4/_footer-opt-4.scss */
  footer.wp .contact-map {
    width: 40%;
  }
}
/* line 678, ../scss/footer/option-4/_footer-opt-4.scss */
.lt-ie9 footer.wp #top-footer .unit {
  width: 33%;
}
/* line 681, ../scss/footer/option-4/_footer-opt-4.scss */
.lt-ie9 footer.wp .contact-map .contact-bg {
  background: #bbb;
}

/* line 689, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp,
.lt-ie8 footer.wp,
.lt-ie9 footer.wp {
  font-size: 13px;
}
/* line 692, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp .custom-wrap-1,
.lt-ie8 footer.wp .custom-wrap-1,
.lt-ie9 footer.wp .custom-wrap-1 {
  padding-left: 0;
}
/* line 696, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp .unit-wrap,
.lt-ie8 footer.wp .unit-wrap,
.lt-ie9 footer.wp .unit-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 50px;
  float: none;
  box-shadow: none;
}
/* line 706, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp #top-footer .unit,
.lt-ie8 footer.wp #top-footer .unit,
.lt-ie9 footer.wp #top-footer .unit {
  padding-top: 35px;
  padding-bottom: 50px;
}
/* line 710, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp #top-footer .unit .unit-container,
.lt-ie8 footer.wp #top-footer .unit .unit-container,
.lt-ie9 footer.wp #top-footer .unit .unit-container {
  padding-top: 10px;
  padding-bottom: 40px;
}
/* line 715, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp #top-footer .unit:first-child,
.lt-ie8 footer.wp #top-footer .unit:first-child,
.lt-ie9 footer.wp #top-footer .unit:first-child {
  width: 30%;
}
/* line 719, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp #top-footer .unit:first-child + .unit,
.lt-ie8 footer.wp #top-footer .unit:first-child + .unit,
.lt-ie9 footer.wp #top-footer .unit:first-child + .unit {
  width: 70%;
}
/* line 722, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp #top-footer .unit:first-child + .unit .unit-container,
.lt-ie8 footer.wp #top-footer .unit:first-child + .unit .unit-container,
.lt-ie9 footer.wp #top-footer .unit:first-child + .unit .unit-container {
  padding-top: 10px;
  max-width: none;
  padding-right: 52%;
}
/* line 731, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp .quick-links .nav li,
.lt-ie8 footer.wp .quick-links .nav li,
.lt-ie9 footer.wp .quick-links .nav li {
  width: 50%;
  margin-bottom: 15px;
}
/* line 736, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp .contact-map,
.lt-ie8 footer.wp .contact-map,
.lt-ie9 footer.wp .contact-map {
  top: 0;
  width: 35%;
}
/* line 740, ../scss/footer/option-4/_footer-opt-4.scss */
.ie8 footer.wp .contact-map .contact-bg,
.lt-ie8 footer.wp .contact-map .contact-bg,
.lt-ie9 footer.wp .contact-map .contact-bg {
  padding-top: 46px;
  padding-bottom: 0px;
  max-width: 230px;
}

/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Hours Tool Styles
******************************************************************/
/*Footer Styles*/
/* line 10, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-tool {
  max-width: 275px;
  margin-bottom: 20px;
}
/* line 14, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect {
  /*Hours Grid*/
}
/* line 16, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept {
  display: none;
  margin: 0;
}
/* line 20, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li {
  color: #b5b6b6;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  padding: 5px 10px 2px;
  margin: 0px 10px 0 0;
  font-weight: 900;
}
/* line 30, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li.active {
  background-color: #353636;
}
/* line 34, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:last-child {
  margin-right: 0;
}
/* line 38, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:hover {
  cursor: pointer;
}
/* line 42, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li[data-target="service"],
footer.wp .hours-sect ul.hours-dept li[data-target="parts"] {
  display: none;
}
/* line 49, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation {
  display: none;
}
/* line 52, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation.active {
  display: block;
}
/* line 56, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation ul {
  margin: 0px;
  background-color: #353636;
  padding: 5px 7px;
}
/* line 62, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation li {
  float: left;
  width: 100%;
}
/* line 67, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p {
  font-size: 13px;
  padding: 2px 0;
  margin: 0;
  float: left;
  width: 50%;
}
/* line 75, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p.days, footer.wp .hours-sect .hours-of-operation p.hours {
  float: left;
  font-weight: normal;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}
/* line 83, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p.days {
  float: left;
  text-transform: none;
  position: relative;
  background-color: #2d2e2e;
  border-radius: 2px 0 0 2px;
  margin-bottom: 5px;
  padding: 2px 0 2px 10px;
  width: 50%;
}
/* line 94, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p.hours {
  float: left;
  text-align: right;
  background-color: #313232;
  border-radius: 0px 2px 2px 0px;
  padding: 2px 0px 2px 10px;
  width: 50%;
  text-align: left;
}
/* line 104, ../scss/footer/option-4/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation span.mobile {
  display: none;
}

@media all and (min-width: 767px) {
  /* line 114, ../scss/footer/option-4/_hours-tool.scss */
  footer.wp .hours-tool {
    margin: 0 auto;
  }
}
@media all and (min-width: 1030px) {
  /* line 122, ../scss/footer/option-4/_hours-tool.scss */
  footer.wp .hours-tool {
    max-width: 300px;
  }
  /* line 125, ../scss/footer/option-4/_hours-tool.scss */
  footer.wp .hours-sect {
    /*Hours Grid*/
  }
  /* line 127, ../scss/footer/option-4/_hours-tool.scss */
  footer.wp .hours-sect ul.hours-dept li {
    font-size: 12px;
  }
  /* line 134, ../scss/footer/option-4/_hours-tool.scss */
  footer.wp .hours-sect .hours-of-operation p.days, footer.wp .hours-sect .hours-of-operation p.hours {
    font-size: 12px;
  }
}
/* line 148, ../scss/footer/option-4/_hours-tool.scss */
.ie8 footer.wp .hours-sect .hours-of-operation p.days, .ie8 footer.wp .hours-sect .hours-of-operation p.hours,
.lt-ie8 footer.wp .hours-sect .hours-of-operation p.days,
.lt-ie8 footer.wp .hours-sect .hours-of-operation p.hours,
.lt-ie9 footer.wp .hours-sect .hours-of-operation p.days,
.lt-ie9 footer.wp .hours-sect .hours-of-operation p.hours {
  font-size: 12px;
}

/* line 7, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .metaslider .flex-viewport {
  position: relative;
  margin-left: -20px;
}
/* line 11, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .metaslider .flex-viewport:before {
  position: absolute;
  height: 100%;
  content: '';
  width: 20px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 99999;
}
/* line 23, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .flex-direction-nav .flex-prev {
  left: 20px;
}
/* line 27, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .testimonials-section .owl-pagination .owl-page span {
  height: 10px;
  width: 10px;
}
/* line 32, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .titlebar-container {
  margin: 15px 0 10px;
}
/* line 36, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .titlebar {
  height: 75px;
  position: relative;
}
/* line 41, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .titlebar-content {
  width: 100%;
}
/* line 44, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .titlebar-content h1 {
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  color: #252525;
  border-bottom: 1px solid #b2b4b5;
  padding: 7px 0 3px;
}
/* line 55, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .titlebar.default-img {
  background-image: url(../images/inner-pg-bg-766.jpg);
  background-size: cover;
  background-position: right;
}
/* line 62, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .inner-banner {
  margin-bottom: 15px;
}
/* line 65, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .inner-banner img {
  width: 100%;
  height: auto;
}
/* line 71, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .breadcrumbs {
  margin-bottom: 0px;
  float: right;
}
/* line 76, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .breadcrumbs a, .wp.inner-pg .breadcrumbs > span > span {
  color: #252525;
  font-size: 12px;
  padding-bottom: 2px;
  margin: 0 8px;
}
/* line 83, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .breadcrumbs span:first-child a, .wp.inner-pg .breadcrumbs > span:first-child {
  margin-left: 0;
}
/* line 87, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg .breadcrumbs > span:last-child > span {
  margin-right: 0;
}
/* line 91, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content {
  background: #fff;
}
/* line 94, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content table {
  width: 100%;
  border: 1px solid #109e4a;
  margin-bottom: 1.5em;
}
/* line 99, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #595a5a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 108, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content tr {
  border-bottom: 1px solid #109e4a;
}
/* line 111, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content tr:nth-child(even) {
  background-color: #dedede;
}
/* line 116, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content td {
  padding: 7px;
  border-right: 1px solid #109e4a;
}
/* line 120, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content td:last-child {
  border-right: 0;
}
/* line 125, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content th {
  background-color: #dedede;
  border-bottom: 1px solid #109e4a;
  border-right: 1px solid #109e4a;
}
/* line 130, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content th:last-child {
  border-right: 0;
}
/* line 135, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel {
  margin-bottom: 0px;
}
/* line 138, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel #bank {
  background: #008336;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
/* line 144, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel #bank img {
  margin: 10px;
}
/* line 149, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel #bank .title p {
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
/* line 160, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel h2 {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
/* line 167, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel h2:first-child, .wp.inner-pg #inner-content .so-panel h3:first-child, .wp.inner-pg #inner-content .so-panel h4:first-child {
  margin-top: 10px;
}
/* line 171, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel h2, .wp.inner-pg #inner-content .so-panel h3, .wp.inner-pg #inner-content .so-panel h4 {
  font-weight: 700;
  color: #252525;
  margin: 20px 0 7px;
}
/* line 177, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel p {
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin: 7px auto 10px;
  font-weight: 400;
}
/* line 186, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel ul {
  padding-left: 20px;
  font-size: 14px;
}
/* line 190, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel ul li {
  list-style: disc;
  color: #252525;
}
/* line 196, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .so-panel img {
  margin: 10px 0;
}
/* line 201, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .panel-grid {
  margin-bottom: 15px;
}
/* line 205, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg #inner-content .panel-grid-cell {
  margin-bottom: 0;
}

/* line 212, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.wp.inner-pg.full-pg #inner-content {
  margin-bottom: 35px;
}

@media all and (min-width: 481px) {
  /* line 219, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar {
    background-position: right;
  }
  /* line 224, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content h1 {
    font-size: 22px;
  }
}
@media all and (min-width: 768px) {
  /* line 233, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content {
    position: relative;
  }
  /* line 236, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content h1 {
    font-size: 25px;
  }
  /* line 241, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .breadcrumbs {
    margin-bottom: 0px;
    float: right;
    position: absolute;
    right: 0;
    top: 19px;
    font-size: 11px;
    color: #000;
  }
  /* line 251, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar.default-img {
    background-image: url(../images/inner-pg-bg.jpg);
  }
  /* line 255, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .inner-banner {
    margin-bottom: 0px;
  }
  /* line 259, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #main {
    padding-bottom: 40px;
  }
  /* line 263, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .with-sidebar #inner-content {
    padding-right: 20px;
  }
}
@media all and (min-width: 1030px) {
  /* line 272, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content h1 {
    font-size: 30px;
  }
  /* line 276, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content .breadcrumbs {
    top: 24px;
  }
  /* line 281, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .sidebar.d-2of7 {
    width: 21%;
  }
}
@media all and (min-width: 1030px) {
  /* line 289, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar {
    height: 110px;
  }
  /* line 293, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar.default-img {
    background-image: url(../images/inner-pg-bg.jpg);
  }
  /* line 297, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .titlebar-content {
    margin-top: 5px;
  }
  /* line 301, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #content.inner-bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #fff;
    padding-bottom: 40px;
  }
  /* line 308, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg .with-sidebar #inner-content {
    padding: 0px 30px 0 0;
  }
  /* line 313, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #inner-content .so-panel #bank {
    padding: 10px 0;
  }
  /* line 316, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #inner-content .so-panel #bank .title {
    margin: 0;
  }
  /* line 319, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #inner-content .so-panel #bank .title p {
    margin: 17px auto;
    padding-left: 10px;
    float: left;
    text-align: left;
    font-size: 17px;
  }
  /* line 328, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
  .wp.inner-pg #inner-content .so-panel #bank .logos {
    width: 65%;
    margin-top: 10px;
    padding-right: 10px;
  }
}
/* line 342, ../scss/inner-pages/standard-pg/_inner-pg-1.scss */
.ie8 .wp.inner-pg .content,
.lt-ie8 .wp.inner-pg .content,
.lt-ie9 .wp.inner-pg .content {
  padding-right: 20px !important;
}

/* line 4, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp #inner-content #main .meet-the-team ul {
  padding-left: inherit;
}
/* line 7, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp #inner-content #main .meet-the-team ul li {
  list-style: none;
}

/* line 12, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team {
  box-sizing: border-box;
  text-align: center;
  /*Tabs*/
  /* Clearfix */
  /*if Not Tabbed*/
  /*Tab Content*/
  /*Popup bubble*/
}
/* line 17, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt {
  width: 100%;
  margin: 0;
}
/* line 21, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li {
  background: #F7F7F7;
  color: #6D6D6D;
  margin-top: 3px;
  width: auto;
  float: left;
  padding: 0;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  outline: none;
  text-transform: uppercase;
  margin-left: 0;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
/* line 38, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li.selector {
  display: none;
}
/* line 43, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li.active, .wp .meet-the-team ul.tab-heads-mtt li.active:hover, .wp .meet-the-team ul.tab-heads-mtt li:focus {
  background: #ECECEC;
  color: #4c4c4c;
  border-top: 4px solid #c00629;
  margin-top: 0;
  border-left: 0px solid #ECECEC;
  border-right: 0px solid #ECECEC;
  padding: 0 1px;
}
/* line 53, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li:hover {
  background-color: #f9f9f9;
}
/* line 57, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li:first-child {
  margin-left: 0;
}
/* line 61, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt li:last-child {
  margin-right: 0;
}
/* line 65, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt a {
  font-size: 12px;
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  font-weight: 600;
  color: #6D6D6D;
  outline: 0;
  transition: all linear 0.15s;
  box-sizing: border-box;
}
/* line 77, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
  border-top: 4px solid #c00629;
}
/* line 85, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown + .tab-content-mtt {
  margin-top: 0px;
}
/* line 89, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown i {
  font-size: 44px;
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
/* line 97, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown i.icon-navigation-icons-10 {
  display: block;
}
/* line 102, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown li {
  display: none;
  width: 100%;
  clear: both;
  cursor: pointer;
  padding: 5px 0;
  border-top: 0px;
  margin: 0 0 4px 0;
}
/* line 111, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown li:hover {
  padding: 5px 0;
  background: #ECECEC;
  border-top: 0px;
}
/* line 117, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown li.active {
  display: block !important;
  position: relative;
  border-top: 0px;
}
/* line 124, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown li:first-child {
  border-top: 0px;
}
/* line 128, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown a {
  font-size: 17px;
  text-transform: capitalize;
}
/* line 136, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .tab-heads-mtt:after {
  display: block;
  clear: both;
  content: '';
}
/* line 143, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .no-dept {
  padding: 15px 10px;
  background: #E7E7E7;
  width: 100%;
  box-sizing: border-box;
}
/* line 151, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .tab-content-mtt {
  padding: 10px;
  background: #E7E7E7;
  width: 100%;
}
/* line 156, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .tab-content-mtt .mtt-tab {
  display: none;
}
/* line 160, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .tab-content-mtt .mtt-tab.active {
  display: block;
}
/* line 164, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .tab-content-mtt h3 {
  font-size: 18px;
  font-weight: 700;
  display: none;
}
/* line 171, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .member-list {
  text-align: left;
}
/* line 175, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box-container {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  box-sizing: border-box;
}
/* line 183, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box-container:nth-child(odd) {
  padding-right: 5px;
}
/* line 187, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box-container:nth-child(even) {
  padding-left: 5px;
}
/* line 191, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box {
  margin: 0 auto 10px;
  background-color: #ffffff;
}
/* line 195, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .top-box {
  position: relative;
  margin-bottom: 15px;
}
/* line 200, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box img {
  width: 100%;
  display: block;
}
/* line 205, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .name-container {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  bottom: -15px;
  box-sizing: border-box;
}
/* line 212, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .name-container .name-bg {
  background-color: #c00629;
  height: 30px;
}
/* line 217, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .name-container .name {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 231, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .title {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: left;
  padding: 7px 5px;
  color: #333;
  min-height: 51px;
  box-sizing: border-box;
}
/* line 242, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .contact-info, .wp .meet-the-team .box .bio {
  display: inline-block;
  color: #6D6D6D;
  padding: 10px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  line-height: 19.5px;
}
/* line 252, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .contact-info a:hover, .wp .meet-the-team .box .bio a:hover {
  color: #c00629;
}
/* line 257, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .contact-info {
  border-left: 1px solid #E7E7E7;
  float: right;
  width: 60%;
  position: relative;
  background-color: #f6f7f7;
}
/* line 265, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .bio {
  float: left;
  width: 40%;
  background-color: #fff;
}
/* line 271, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .contact-info.no-contact {
  font-size: 10px;
  min-height: 38px;
}
/* line 276, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box .contact-info.no-contact, .wp .meet-the-team .box .contact-info.single-field {
  width: 100%;
  border-left: 0;
}
/* line 283, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .popup-tool .closed {
  display: none;
}
/* line 287, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .popup-tool .active {
  display: block;
}
/* line 291, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #CCC;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  z-index: 8;
}
/* line 306, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
/* line 321, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup .bubble {
  width: 220px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 100;
  text-align: left;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  min-height: 48px;
  font-weight: 700;
  box-sizing: border-box;
}
/* line 338, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup .bubble a {
  color: #333;
  display: block;
}
/* line 343, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup .bubble .close-button.open {
  top: 0;
  right: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #EEE;
  border-radius: 0 10px 0 0;
}
/* line 352, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .contact-popup .bubble .close-button.open i {
  position: relative;
  left: 5px;
  top: 0px;
  font-size: 10px;
}
/* line 361, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .box-container:nth-child(2n) .contact-popup .bubble {
  left: inherit;
  right: 0;
}
/* line 366, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.wp .meet-the-team .pop-up-bio {
  display: none;
}

/*Popup Big*/
/* line 372, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  max-width: 350px;
}
/* line 378, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .pop-up-bio {
  display: block;
}
/* line 382, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
/* line 388, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .text-top {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 10px 0;
  font-weight: 700;
}
/* line 395, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .text-top .name {
  float: left;
}
/* line 399, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .text-top .title {
  float: right;
}
/* line 404, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .description {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  padding-bottom: 7px;
  line-height: 24px;
  font-size: 16px;
}
/* line 413, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .contact-list {
  padding: 0;
  margin: 0;
}
/* line 417, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .contact-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  float: left;
  clear: both;
  line-height: 24px;
  font-size: 16px;
}
/* line 428, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .contact-list i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #c00629;
}
/* line 436, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.mfp-content .contact-list a {
  color: #c00629;
  text-decoration: none;
  font-weight: 400;
}

@media (min-width: 480px) {
  /* line 446, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .contact-info {
    width: 50%;
    font-weight: 700;
  }
  /* line 451, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .bio {
    width: 50%;
    font-weight: 700;
  }
}
@media (min-width: 600px) {
  /* line 461, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team {
    /*Tab Content*/
  }
  /* line 462, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .tab-content-mtt {
    padding: 7px;
  }
  /* line 466, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container {
    width: 33.33%;
  }
  /* line 470, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(odd) {
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 475, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(even) {
    padding-left: 7px;
    padding-right: 7px;
  }
  /* line 481, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt a {
    font-size: 13px;
    padding: 9px 30px;
  }
  /* line 489, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .tab-content-mtt h3 {
    font-size: 24px;
    margin: 15px 7px;
  }
  /* line 495, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(2n) .contact-popup .bubble {
    left: 0;
    right: inherit;
  }
  /* line 500, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(3n) .contact-popup .bubble {
    left: inherit;
    right: 0;
  }
  /* line 506, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container {
    padding: 0 10px;
  }
  /* line 509, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name-bg {
    height: 38px;
  }
  /* line 513, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name {
    font-size: 14px;
    line-height: 14px;
  }
  /* line 519, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .title {
    font-size: 13px;
    min-height: 50px;
    font-weight: 700;
    padding: 5px 10px;
  }
  /* line 526, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .contact-info, .wp .meet-the-team .box .bio {
    background-color: #f6f7f7;
  }
  /* line 530, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .contact-info:hover, .wp .meet-the-team .box .bio:hover {
    background-color: #eeeeee;
    transition: ease-in-out 250ms;
  }
}
@media (min-width: 767px) {
  /* line 542, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt {
    width: 20%;
    float: right;
  }
  /* line 546, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt li {
    width: 100%;
    border: 1px solid #eeeeee;
    margin-top: 0;
    background-color: #fcfcfc;
    margin-bottom: 0;
  }
  /* line 554, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt li.active, .wp .meet-the-team ul.tab-heads-mtt li.active:hover {
    border-top: 0px solid #eeeeee;
    border-bottom: 0px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 5px solid #c00629;
    padding: 0;
  }
  /* line 562, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt li:first-child {
    margin-left: 0;
  }
  /* line 566, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt li:last-child {
    margin-right: 0;
  }
  /* line 570, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt a {
    width: 100%;
    font-size: 12px;
    padding: 14px 9px;
    display: inline-block;
    font-weight: 600;
    color: #6D6D6D;
    transition: all linear 0.15s;
    text-align: left;
  }
  /* line 584, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name-bg {
    height: 30px;
  }
  /* line 588, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name {
    font-size: 12px;
    line-height: 12px;
  }
  /* line 593, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .title {
    font-size: 12px;
    min-height: 45px;
    padding: 4px 10px;
  }
  /* line 600, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .tab-content-mtt {
    width: 80%;
    float: left;
    box-sizing: border-box;
  }
  /* line 605, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .tab-content-mtt h3 {
    margin: 7px 7px 14px;
    display: block;
    text-align: left;
  }
  /* line 613, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .contact-info, .wp .meet-the-team .box .bio {
    font-size: 11px;
    font-weight: 400;
    min-height: 38px;
    padding: 10px 0;
  }
}
@media (min-width: 1030px) {
  /* line 625, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container {
    width: 25%;
  }
  /* line 629, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(3n) .contact-popup .bubble {
    left: 0;
    right: inherit;
  }
  /* line 634, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box-container:nth-child(4n) .contact-popup .bubble {
    left: inherit;
    right: 0;
  }
  /* line 638, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt a {
    font-size: 14px;
  }
}
@media (min-width: 1240px) {
  /* line 646, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team ul.tab-heads-mtt a {
    font-size: 16px;
  }
  /* line 650, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container {
    padding: 0 10px;
  }
  /* line 653, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name-bg {
    height: 30px;
  }
  /* line 657, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .name-container .name {
    font-size: 15px;
    line-height: 15px;
  }
  /* line 663, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .title {
    font-size: 14px;
    min-height: 45px;
    padding: 10px;
  }
  /* line 669, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .box .contact-info, .wp .meet-the-team .box .bio {
    font-size: 13px;
    font-weight: 700;
    min-height: 38px;
  }
  /* line 676, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .contact-popup .bubble a {
    font-size: 13px;
    font-weight: 700;
  }
  /* line 681, ../scss/inner-pages/team-pg/_team-opt-1.scss */
  .wp .meet-the-team .contact-popup .bubble a:first-child {
    margin-bottom: 5px;
  }
}
/*ie-fixes*/
/* line 691, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.lt-ie9 .wp .meet-the-team .box-container {
  padding: 0 7px !important;
}
/* line 694, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.lt-ie9 .wp .meet-the-team .box-container .top-box .name-container .name {
  top: 30% !important;
}
/* line 699, ../scss/inner-pages/team-pg/_team-opt-1.scss */
.lt-ie9 .wp .meet-the-team .box-container .box .contact-info .contact-button.close-button {
  margin-top: 0px;
}

/*Old Site Hacks*/
/******************************************************************
Contact Page - Theme 1 - Option 1
******************************************************************/
/** Variables */
/* line 10, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.wp .contact-pg h2 {
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  margin: 10px 0;
}
/* line 17, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.wp .contact-pg .contact-panel {
  display: none;
}
/* line 21, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.wp .contact-pg .ed-contact-form {
  margin-bottom: 25px;
}
/* line 25, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.wp .contact-pg .contact-sidebar {
  display: none;
}
/* line 29, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.wp .contact-pg .sect-group {
  margin-bottom: 20px;
}

@media all and (min-width: 600px) {
  /* line 36, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg h2 {
    font-size: 20px;
  }
}
@media all and (min-width: 767px) {
  /* line 43, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg {
    padding-top: 20px;
  }
  /* line 46, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel {
    display: block;
  }
  /* line 50, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit {
    width: 50%;
    float: left;
  }
  /* line 54, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(1) {
    padding-right: 15px;
  }
  /* line 57, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(2) {
    padding-left: 15px;
  }
  /* line 61, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel {
    background-color: #dedede;
  }
  /* line 64, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel h2 {
    margin: 0 0 10px;
    color: #272727;
  }
  /* line 69, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-panel-top {
    padding: 20px 20px 0 20px;
    background: #109e4a;
  }
  /* line 73, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-panel-top h2,
  .wp .contact-pg .contact-panel .contact-panel-top .contact-list a {
    color: #fff;
  }
  /* line 79, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-panel-bottom {
    padding: 20px;
  }
  /* line 83, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list {
    margin: 0 0 15px 20px;
  }
  /* line 86, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list li {
    position: relative;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
  }
  /* line 92, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list li label {
    margin-right: 10px;
  }
  /* line 97, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list i {
    position: absolute;
    left: -23px;
    font-size: 20px;
    top: 0px;
  }
  /* line 104, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list i.icon-contact-icons-08 {
    font-size: 23px;
    top: -3px;
    left: -24px;
  }
  /* line 110, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list a {
    color: #333333;
    font-size: 14px;
  }
  /* line 115, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list .address {
    margin-top: 20px;
  }
  /* line 118, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list .address br {
    display: none;
  }
  /* line 122, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list .address a.button {
    display: block;
    background-color: #fff;
    float: right;
    padding: 3px 15px;
    font-size: 11px;
    color: #109e4a;
    text-transform: uppercase;
    font-weight: 900;
    margin: 15px 0 5px;
  }
  /* line 136, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .iframe-map {
    margin: 0 -20px 20px;
  }
}
@media all and (min-width: 1030px) {
  /* line 144, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg {
    position: relative;
    width: 100%;
  }
  /* line 156, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit {
    width: 100%;
    float: none;
  }
  /* line 161, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(1) {
    padding-right: 0;
  }
  /* line 165, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(2) {
    padding-left: 0;
  }
  /* line 169, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .ed-contact-form {
    margin-bottom: 35px;
  }
  /* line 173, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-content .contact-panel {
    display: none;
  }
  /* line 177, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-sidebar {
    display: block;
  }

  /* line 183, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg {
    display: table;
    height: 100%;
  }
  /* line 187, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .content-table {
    display: table;
    width: 100%;
  }
  /* line 192, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .content-row {
    display: table-row;
    width: 100%;
  }
  /* line 197, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-content {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-right: 25px;
  }
  /* line 205, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-sidebar {
    float: none;
    display: table-cell;
    position: static;
    vertical-align: top;
    min-width: 287px;
    margin-bottom: 15px;
  }
  /* line 214, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list .address br {
    display: block;
  }
}
@media all and (min-width: 1240px) {
  /* line 222, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-sidebar {
    min-width: 360px;
  }
  /* line 225, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
  .wp .contact-pg .contact-panel .contact-list .address br {
    display: none;
  }
}
/* line 234, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg,
.lt-ie8 .wp .contact-pg,
.lt-ie9 .wp .contact-pg {
  position: relative;
  width: 100%;
}
/* line 246, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .sect-group > .unit,
.lt-ie8 .wp .contact-pg .sect-group > .unit,
.lt-ie9 .wp .contact-pg .sect-group > .unit {
  width: 100%;
  float: none;
}
/* line 251, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .sect-group > .unit:nth-child(1),
.lt-ie8 .wp .contact-pg .sect-group > .unit:nth-child(1),
.lt-ie9 .wp .contact-pg .sect-group > .unit:nth-child(1) {
  padding-right: 0;
}
/* line 255, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .sect-group > .unit:nth-child(2),
.lt-ie8 .wp .contact-pg .sect-group > .unit:nth-child(2),
.lt-ie9 .wp .contact-pg .sect-group > .unit:nth-child(2) {
  padding-left: 0;
}
/* line 259, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .ed-contact-form,
.lt-ie8 .wp .contact-pg .ed-contact-form,
.lt-ie9 .wp .contact-pg .ed-contact-form {
  margin-bottom: 35px;
}
/* line 263, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .contact-content .contact-panel,
.lt-ie8 .wp .contact-pg .contact-content .contact-panel,
.lt-ie9 .wp .contact-pg .contact-content .contact-panel {
  display: none;
}
/* line 267, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .contact-sidebar,
.lt-ie8 .wp .contact-pg .contact-sidebar,
.lt-ie9 .wp .contact-pg .contact-sidebar {
  display: block;
}
/* line 273, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg,
.lt-ie8 .wp .contact-pg,
.lt-ie9 .wp .contact-pg {
  display: table;
  height: 100%;
}
/* line 277, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .content-table,
.lt-ie8 .wp .contact-pg .content-table,
.lt-ie9 .wp .contact-pg .content-table {
  display: table;
  width: 100%;
}
/* line 282, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .content-row,
.lt-ie8 .wp .contact-pg .content-row,
.lt-ie9 .wp .contact-pg .content-row {
  display: table-row;
  width: 100%;
}
/* line 287, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .contact-content,
.lt-ie8 .wp .contact-pg .contact-content,
.lt-ie9 .wp .contact-pg .contact-content {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 25px;
}
/* line 295, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .contact-sidebar,
.lt-ie8 .wp .contact-pg .contact-sidebar,
.lt-ie9 .wp .contact-pg .contact-sidebar {
  float: none;
  display: table-cell;
  position: static;
  vertical-align: top;
  min-width: 287px;
  margin-bottom: 15px;
}
/* line 304, ../scss/inner-pages/contact-pg/_contact-pg-opt-1.scss */
.ie8 .wp .contact-pg .contact-panel .contact-list .address br,
.lt-ie8 .wp .contact-pg .contact-panel .contact-list .address br,
.lt-ie9 .wp .contact-pg .contact-panel .contact-list .address br {
  display: block;
}

/******************************************************************
Hours Tool - Theme 1 - Innerpage
******************************************************************/
/* line 8, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg {
  /*2 dept*/
  /*Hours Grid*/
}
/* line 11, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept {
  display: none;
  margin: 0px;
}
/* line 15, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept li {
  float: left;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}
/* line 24, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept li:hover {
  cursor: pointer;
}
/* line 28, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept li.active {
  background-color: #f7f7f7;
}
/* line 34, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation {
  background-color: #f7f7f7;
  width: 100%;
  display: none;
}
/* line 39, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation.active {
  display: block;
}
/* line 43, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation ul {
  margin: 0;
}
/* line 47, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation li {
  width: 100%;
  padding: 5px 10px;
}
/* line 52, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation li:nth-child(even) {
  background-color: #edeeee;
}
/* line 56, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: #323232;
}
/* line 63, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p.days {
  width: 45%;
  display: inline-block;
}
/* line 68, ../scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p.hours {
  width: 53%;
  display: inline-block;
}

@media all and (min-width: 1030px) {
  /* line 78, ../scss/inner-pages/contact-pg/_hours-tool.scss */
  .wp .contact-pg .hours-of-operation li {
    padding: 5px 7.5px;
  }
  /* line 82, ../scss/inner-pages/contact-pg/_hours-tool.scss */
  .wp .contact-pg .hours-of-operation p {
    font-size: 12px;
  }
}
@media all and (min-width: 1240px) {
  /* line 92, ../scss/inner-pages/contact-pg/_hours-tool.scss */
  .wp .contact-pg .hours-of-operation li {
    padding: 5px 10px;
  }
  /* line 96, ../scss/inner-pages/contact-pg/_hours-tool.scss */
  .wp .contact-pg .hours-of-operation p {
    font-size: 14px;
  }
}
/******************************************************************
Subscribe Mod - Theme 1 - Common
******************************************************************/
/** Variables */
/* line 8, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe {
  position: relative;
  background-color: #109e4a;
  padding: 15px 10px;
  margin: -8px;
}
/* line 14, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 0 0;
}
/* line 22, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe p.help-txt {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #fff;
}
/* line 30, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form input {
  height: 30px;
  border-radius: 0px;
  line-height: normal;
  margin: 0 auto 15px;
  background-color: #fff;
}
/* line 38, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form input[type="submit"] {
  max-width: 110px;
  margin: 0 auto;
  padding: 7px 30px;
  border: 0;
  float: none;
  display: block;
  border-radius: 0;
  color: #272727;
  font-weight: 900;
  font-size: 14px;
  background-color: #ededed;
}
/* line 52, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form p {
  margin: 0;
}
/* line 56, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .ajax-loader {
  display: none;
}
/* line 60, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox {
  max-width: 345px;
  margin: 5px auto 10px;
  clear: both;
}
/* line 65, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox input[type="checkbox"] {
  float: left;
  background-color: #fff;
  margin: 0;
}
/* line 71, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox label {
  display: none;
}
/* line 75, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .wpcf7-list-item-label {
  font-size: 12px;
  color: #fff;
}
/* line 80, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .wpcf7-form-control-wrap {
  float: left;
  margin-right: 10px;
}
/* line 85, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .disclaimer {
  float: left;
  font-size: 12px;
  color: #fff;
  width: auto;
  margin-top: 5px;
  text-decoration: underline;
}
/* line 97, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe span.wpcf7-not-valid-tip {
  color: #000;
}
/* line 100, ../scss/modules/_newsletter-subscribe.scss */
.wp .subscribe div.wpcf7-validation-errors {
  border: 2px solid #000;
  color: #000;
  margin: 10px 0;
}

@media all and (min-width: 600px) {
  /* line 108, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe {
    padding: 20px;
    margin: 0;
  }
  /* line 112, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 22px;
    margin-top: 3px;
  }
  /* line 117, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 17px;
  }
  /* line 121, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
  }
  /* line 124, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    padding-right: 118px;
  }
  /* line 130, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form input {
    margin: 0;
    max-width: none;
  }
  /* line 135, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 141, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox {
    margin: 0;
  }
  /* line 144, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox .wpcf7-form-control-wrap {
    width: auto;
    padding-right: 0;
  }
}
@media all and (min-width: 767px) {
  /* line 156, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 18px;
  }
  /* line 160, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 13px;
  }
  /* line 164, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
  }
  /* line 167, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  /* line 173, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: static;
    float: right;
    margin-top: 5px;
  }
}
@media all and (min-width: 1030px) {
  /* line 183, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe {
    padding: 13px;
  }
  /* line 186, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 19px;
  }
  /* line 190, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 16px;
  }
  /* line 194, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
  }
  /* line 199, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    width: 100%;
    padding-right: 118px;
  }
  /* line 204, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: absolute;
    margin-top: 0;
  }
  /* line 209, ../scss/modules/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox {
    margin: 5px auto 10px;
  }
}
/******************************************************************
blog Page - Theme 1 - Option 1
******************************************************************/
/** Variables */
/* line 11, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .post-top {
  margin: 20px 0;
}
/* line 15, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .title-holder {
  position: relative;
}
/* line 19, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60px;
  top: 0;
  background: #3b3c3c;
  border-right: 5px solid #109e4a;
  color: #fff;
  padding: 5px 10px;
}
/* line 30, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box .date-box-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 38, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box .month, .wp.blog-pg .date-box .day, .wp.blog-pg .date-box .year {
  position: relative;
  text-align: center;
}
/* line 43, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box .month {
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  left: 1px;
}
/* line 51, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box .day {
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: -2px;
}
/* line 59, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .date-box .year {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  left: 1px;
}
/* line 70, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg h1 {
  padding-left: 90px;
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #3b3c3c;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}
/* line 83, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .byline {
  color: #b7b7b7;
  font-style: italic;
  margin: 0;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 3px solid #dedede;
}
/* line 92, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg .byline a {
  color: #109e4a;
  font-weight: 700;
}
/* line 97, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg span.event-date {
  background-color: #dedede;
  padding: 3px 6px;
  margin: 0 5px;
  color: #109e4a;
  font-weight: 700;
}
/* line 106, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg section p {
  color: #3b3c3c;
}
/* line 110, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg section h2, .wp.blog-pg section h3, .wp.blog-pg section h4 {
  margin: 0 0 1em 0;
  font-weight: 700;
  color: #252525;
}
/* line 118, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer .sub-title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #707070;
  margin: 0;
}
/* line 126, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer div {
  border-bottom: 2px solid #dedede;
  padding: 25px 0;
}
/* line 131, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer div:first-child {
  border-top: 2px solid #dedede;
}
/* line 135, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer ul {
  margin: 0;
}
/* line 138, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer ul a {
  color: #109e4a;
}
/* line 142, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer ul li {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 150, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.wp.blog-pg footer ul li:last-child {
  margin-right: 0;
}

@media all and (min-width: 600px) {
  /* line 159, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .post-top {
    position: relative;
  }
  /* line 163, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .title-holder {
    position: static;
  }
  /* line 167, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .date-box {
    width: 70px;
    padding: 5px 12px;
  }
  /* line 171, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .date-box .month {
    font-size: 20px;
    line-height: 19px;
  }
  /* line 176, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .date-box .day {
    font-size: 34px;
    line-height: 33px;
  }
  /* line 181, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .date-box .year {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 187, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg h1 {
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
  }
  /* line 195, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .byline {
    font-size: 14px;
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
    padding-left: 90px;
  }
  /* line 204, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg footer .categories ul, .wp.blog-pg footer .tag-list ul {
    margin-top: 7px;
  }
}
@media all and (min-width: 767px) {
  /* line 213, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .post-top {
    margin: 0 0 20px 0;
  }
  /* line 217, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .with-sidebar #main {
    padding-right: 35px;
  }
  /* line 221, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg .content-table {
    margin: 25px 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 229, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
  .wp.blog-pg #inner-content.with-sidebar .sidebar {
    min-width: 330px;
  }
}
/* line 236, ../scss/inner-pages/blog-pg/_blog-details-pg-opt-1.scss */
.lt-ie9 .blog-pg.wp .date-box .date-box-container {
  top: 10%;
}

/******************************************************************
blog Page - Theme 1 - Option 1
******************************************************************/
/** Variables */
/* line 7, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-top {
  margin: 0 0 0 0;
}
/* line 10, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-top h2 {
  padding-left: 90px;
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 0;
}
/* line 22, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-top h2 a {
  color: #3b3c3c;
}
/* line 25, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-top h2 a:hover {
  color: #109e4a;
  transition: all ease-in-out 500ms;
}
/* line 32, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-content {
  margin: 0 0 30px;
  padding: 10px 10px;
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  border-top: 0;
}
/* line 39, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-content p {
  margin: 0;
}
/* line 43, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-content .post-featured-image {
  float: left;
  width: 120px;
  margin-right: 10px;
}
/* line 49, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing .post-content .excerpt-read-more {
  color: #109e4a;
}
/* line 54, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
.wp.blog-pg.blog-listing #main {
  margin-top: 20px;
}

@media all and (min-width: 600px) {
  /* line 62, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
  .wp.blog-pg .post-top h2 {
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
  }
}
@media all and (min-width: 767px) {
  /* line 75, ../scss/inner-pages/blog-pg/_blog-listing-pg-opt-1.scss */
  .wp.blog-pg.blog-listing #main {
    margin-top: 0px;
  }
}
/* line 15, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg {
  /*CTAs*/
}
/* line 17, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-landing-ctas {
  display: none;
  /*Less padding between cells - overiding pagebuilder*/
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 0;
}
/* line 24, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-landing-ctas .panel-grid-cell {
  /*Less padding between cells - overiding pagebuilder*/
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* line 32, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder {
  padding: 0;
  margin: 15px 0;
}
/* line 36, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder p {
  font-size: 14px;
  clear: both;
  border-top: #ccc thin solid;
  padding: 10px 0 0 0;
}
/* line 44, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder .stats-holder {
  font-weight: bold;
  text-align: center;
}
/* line 48, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder .stats-holder span.big-txt {
  font-size: 3em;
  margin: 0 18px;
}
/* line 53, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder .stats-holder .float-text {
  float: none;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px auto;
  color: #595a5a;
}
/* line 63, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder .stats-holder span.small-txt {
  margin-top: 30px;
  display: block;
  font-size: 1.3em;
}
/* line 69, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .car-model-info .car-info-holder .stats-holder span.grey-big-txt {
  color: #9D9D9D;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  font-size: 19px;
}
/* line 84, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:first-child {
  /* FORM - Less padding between cells - overiding pagebuilder*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 90, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:last-child {
  /* CTA -Less padding between cells - overiding pagebuilder*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 96, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form {
  background-color: #E7E7E7;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 101, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form ::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}
/* line 107, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form ::-moz-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1 !important;
}
/* line 113, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form :-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}
/* line 119, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input {
  margin-bottom: 10px;
}
/* line 123, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input:-moz-placeholder, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="number"]:-moz-placeholder {
  color: #fff;
  font-size: 13px;
  opacity: 1 !important;
}
/* line 129, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input[type="text"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="password"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="datetime"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="datetime-local"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="date"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="month"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="time"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="week"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="number"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="email"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="url"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="search"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="tel"], .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="color"], .wp.inner-pg .landing-car-form-wrapper .contact-form select, .wp.inner-pg .landing-car-form-wrapper .contact-form textarea, .wp.inner-pg .landing-car-form-wrapper .contact-form .field {
  background-color: #E7E7E7;
  width: 100%;
  max-width: none;
  display: block;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 13px;
}
/* line 138, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input[type="text"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="password"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="datetime"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="datetime-local"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="date"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="month"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="time"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="week"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="number"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="email"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="url"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="search"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="tel"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form input[type="color"]:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form select:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form textarea:focus, .wp.inner-pg .landing-car-form-wrapper .contact-form .field:focus {
  background-color: #f7f7f7;
  transition: all ease-in-out 300ms;
}
/* line 144, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input[type="submit"], .wp.inner-pg .landing-car-form-wrapper .contact-form input.wpcf7-form-control.wpcf7-submit {
  background-color: #109e4a;
  color: #fff;
  border-radius: 0;
  padding: 7px 30px;
  border: 0;
  float: right;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 156, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form input[type="submit"]:hover, .wp.inner-pg .landing-car-form-wrapper .contact-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #1EC418;
}
/* line 160, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form textarea {
  height: initial;
  max-height: 110px;
}
/* line 165, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form label {
  opacity: 0;
  font-size: 0;
  display: none;
}
/* line 171, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form div.wpcf7-validation-errors {
  border: 1px solid #A22D3E;
  background-color: #AD6872;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
/* line 180, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form span.wpcf7-not-valid-tip {
  font-size: 0.75em;
}
/* line 184, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form div.wpcf7-mail-sent-ok {
  border: 1px solid #7EDA57;
  background-color: #B7E6B7;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
/* line 193, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .contact-form .ajax-loader {
  margin: 0;
}
/* line 198, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .landing-car-form-wrapper .widget_cta-widget {
  /* CTA -Less padding between cells - overiding pagebuilder*/
  margin-bottom: 23px !important;
}
/* line 206, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta a.cta-link {
  border-radius: 8px;
  font-size: 19px;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  display: block;
  height: 90px;
  color: #fff;
  position: relative;
  font-weight: 700;
}
/* line 219, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta a.cta-link:after {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  right: 25px;
  background-image: url("../images/cta-arrow-white.png");
  top: 34px;
}
/* line 229, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta span.subt-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 0px 0;
  font-style: italic;
}
/* line 237, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .cta-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 90px;
  padding-right: 60px;
}
/* line 249, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget i {
  margin-right: 10px;
  font-size: 65px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 260, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-1 a {
  background-color: #f86b1c;
}
/* line 262, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-1 a:hover {
  background-color: #D65309;
  transition: all ease-in-out 500ms;
}
/* line 268, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-2 a {
  background-color: #14c4ff;
}
/* line 270, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-2 a:hover {
  background-color: #0C7ABB;
  transition: all ease-in-out 500ms;
}
/* line 276, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-3 a {
  background-color: #8bb803;
}
/* line 278, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-3 a:hover {
  background-color: #618005;
  transition: all ease-in-out 500ms;
}
/* line 284, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-4 a {
  background-color: #EDCE28;
}
/* line 286, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .widget_cta-widget .cta-4 a:hover {
  background-color: #EAC709;
  transition: all ease-in-out 500ms;
}
/* line 293, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg .promo-cta .vertical-ctas {
  margin-top: 25px;
  margin-bottom: 0 !important;
}

/* line 304, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg #inner-content .landing-car-form-wrapper h3, .wp.inner-pg #inner-content .landing-car-form-wrapper h3:first-child {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 20px;
  color: #595a5a;
}
/* line 314, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.wp.inner-pg #inner-content .car-model-info img {
  margin: 0;
}

@media all and (min-width: 600px) {
  /* line 325, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.big-txt {
    font-size: 4em;
  }
  /* line 329, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.small-txt {
    font-size: 1.5em;
  }
  /* line 333, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.grey-big-txt {
    font-size: 23px;
  }
}
@media all and (min-width: 768px) {
  /* line 342, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg {
    /*CTAs*/
  }
  /* line 344, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-landing-ctas {
    display: block;
  }
  /* line 348, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info {
    margin: 0;
  }
  /* line 351, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder {
    margin: 0;
  }
  /* line 355, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.big-txt {
    font-size: 2em;
  }
  /* line 359, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.small-txt {
    font-size: 1em;
  }
  /* line 363, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.grey-big-txt {
    font-size: 12px;
  }
  /* line 367, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder .float-text {
    margin: 0;
    vertical-align: top;
  }
  /* line 376, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:first-child {
    /* FORM - Less padding between cells - overiding pagebuilder*/
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 382, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:last-child {
    /* CTA -Less padding between cells - overiding pagebuilder*/
    padding-left: 10px !important;
    padding-right: 15px !important;
  }
  /* line 391, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta a.cta-link {
    font-size: 18px;
    height: 70px;
  }
  /* line 396, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta a.cta-link:after {
    top: 25px;
    background-size: 20px;
    background-repeat: no-repeat;
    right: 2px;
  }
  /* line 403, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta span.subt-title {
    font-size: 13px;
  }
  /* line 407, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta .cta-text {
    padding-left: 65px;
    padding-right: 30px;
  }
  /* line 414, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta .widget_cta-widget i {
    font-size: 50px;
    left: 7px;
  }
}
@media all and (min-width: 1024px) {
  /* line 428, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder {
    margin-bottom: 30px;
  }
  /* line 431, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.big-txt {
    font-size: 4em;
  }
  /* line 435, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.small-txt {
    font-size: 1.5em;
  }
  /* line 439, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.grey-big-txt {
    font-size: 23px;
  }
  /* line 443, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder .float-text {
    vertical-align: middle;
  }
  /* line 450, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .landing-car-form-wrapper {
    padding: 15px;
  }
  /* line 453, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:first-child {
    /* FORM - Less padding between cells - overiding pagebuilder*/
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  /* line 459, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .landing-car-form-wrapper .panel-grid-cell:last-child {
    /* CTA -Less padding between cells - overiding pagebuilder*/
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  /* line 467, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta a.cta-link {
    font-size: 26px;
    height: 90px;
  }
  /* line 471, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta a.cta-link:hover:after {
    right: 15px;
    transition: all ease-in-out 300ms;
  }
  /* line 477, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta a.cta-link:after {
    top: 34px;
    background-size: initial;
    right: 25px;
  }
  /* line 483, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta span.subt-title {
    font-size: 15px;
  }
  /* line 487, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta .cta-text {
    padding-left: 90px;
    padding-right: 60px;
  }
  /* line 494, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .promo-cta .widget_cta-widget i {
    font-size: 65px;
    left: 10px;
  }

  /* line 505, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg #inner-content .landing-car-form-wrapper h3, .wp.inner-pg #inner-content .landing-car-form-wrapper h3:first-child {
    font-size: 25px;
  }
}
@media all and (min-width: 1240px) {
  /* line 519, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.big-txt {
    font-size: 5em;
  }
  /* line 523, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.small-txt {
    margin-top: 60px;
  }
  /* line 527, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
  .wp.inner-pg .car-model-info .car-info-holder .stats-holder span.grey-big-txt {
    font-size: 23px;
  }
}
/*IE 8 Styles*/
/* line 538, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.lt-ie9 .wp.inner-pg .promo-cta .cta-text {
  top: 25%;
}
/* line 541, ../scss/inner-pages/vehicle-promo-pg/_vehicle-promo-opt-1.scss */
.lt-ie9 .wp.inner-pg .promo-cta .widget_cta-widget i {
  top: -10px;
}

/* line 5, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form,
.wp.inner-pg #inner-content .so-panel .ed-custom-form {
  margin-top: 20px;
}
/* line 8, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form textarea,
.wp.inner-pg #inner-content .ed-custom-form .ed-form-section,
.wp.inner-pg #inner-content .ed-custom-form input[type="tel"],
.wp.inner-pg #inner-content .ed-custom-form input[type="text"],
.wp.inner-pg #inner-content .ed-custom-form input[type="email"],
.wp.inner-pg #inner-content .ed-custom-form .ed-form-sub-section,
.wp.inner-pg #inner-content .so-panel .ed-custom-form textarea,
.wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-section,
.wp.inner-pg #inner-content .so-panel .ed-custom-form input[type="tel"],
.wp.inner-pg #inner-content .so-panel .ed-custom-form input[type="text"],
.wp.inner-pg #inner-content .so-panel .ed-custom-form input[type="email"],
.wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-sub-section {
  width: 100%;
  max-width: 100%;
}
/* line 18, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form h3,
.wp.inner-pg #inner-content .so-panel .ed-custom-form h3 {
  margin: 16px 0 0 0;
  font-weight: 600;
}
/* line 23, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form input:last-of-type,
.wp.inner-pg #inner-content .so-panel .ed-custom-form input:last-of-type {
  margin-bottom: 25px;
}
/* line 27, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form .required-field,
.wp.inner-pg #inner-content .so-panel .ed-custom-form .required-field {
  color: red;
  font-weight: 800;
  display: inline-block;
  padding: 0 5px;
}
/* line 34, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form .ed-form-section,
.wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-section {
  border-top: 1px solid #eaedf2;
  overflow: hidden;
}
/* line 39, ../scss/inner-pages/_ed-custom-forms.scss */
.wp.inner-pg #inner-content .ed-custom-form .ed-form-section.submit,
.wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-section.submit {
  border-top: none;
  text-align: center;
}

@media all and (min-width: 600px) {
  /* line 52, ../scss/inner-pages/_ed-custom-forms.scss */
  .wp.inner-pg #inner-content .ed-custom-form .ed-form-sub-section,
  .wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-sub-section {
    float: left;
    width: 50%;
    max-width: 50%;
  }
  /* line 57, ../scss/inner-pages/_ed-custom-forms.scss */
  .wp.inner-pg #inner-content .ed-custom-form .ed-form-sub-section:first-of-type,
  .wp.inner-pg #inner-content .so-panel .ed-custom-form .ed-form-sub-section:first-of-type {
    padding-right: 15px;
  }
}
/******************************************************************
Sidebar Section - Theme 1 - Option 2 - Fixed Width (Standard)
******************************************************************/
/*Base*/
/* line 5, ../scss/sidebar/_sidebar-opt-1.scss */
.wp .sidebar {
  padding: 0px;
}
/* line 8, ../scss/sidebar/_sidebar-opt-1.scss */
.wp .sidebar h2 {
  font-size: 17px;
  color: #333333;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 18, ../scss/sidebar/_sidebar-opt-1.scss */
.wp .sidebar .metaslider {
  display: none;
}

/* line 23, ../scss/sidebar/_sidebar-opt-1.scss */
.wp .sidebar .follow-sidebar > div {
  margin-bottom: 10px;
}

/*Responsive Styles*/
@media all and (min-width: 768px) {
  /* line 32, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp .sidebar {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  /* line 36, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp .sidebar h2 {
    margin: 0;
  }
  /* line 41, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp .sidebar .metaslider {
    display: block;
  }

  /* line 47, ../scss/sidebar/_sidebar-opt-1.scss */
  #content #inner-content.with-sidebar.wrap .titlebar-content.wrap {
    padding: 0;
  }

  /* line 53, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar {
    display: table;
    height: 100%;
  }
  /* line 57, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar .content-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  /* line 63, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar .content-row {
    display: table-row;
    width: 100%;
  }
  /* line 68, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar #main {
    float: none;
    display: table-cell;
    background-color: #fff;
    vertical-align: top;
    width: 100%;
  }
  /* line 76, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar .sidebar {
    float: none;
    display: table-cell;
    position: static;
    vertical-align: top;
    background-color: #fff;
    width: 230px;
  }
  /* line 85, ../scss/sidebar/_sidebar-opt-1.scss */
  .wp #inner-content.with-sidebar .sidebar-bg {
    padding: 8px;
  }

  /* line 90, ../scss/sidebar/_sidebar-opt-1.scss */
  .dupilicate-sidebar-item {
    width: 100%;
    display: block;
  }

  /* line 95, ../scss/sidebar/_sidebar-opt-1.scss */
  .hide-on-mobile {
    display: block;
  }
}
/******************************************************************
Sidebar Section - Theme 1 - Option 2 - Fixed Width (Standard)
******************************************************************/
/*Base*/
/* line 8, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar {
  /*hours-custom accordion*/
}
/* line 9, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title {
  display: block;
  background: #333333;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 3px;
  position: relative;
  outline: none;
  text-align: center;
}
/* line 22, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title i {
  display: none;
}
/* line 32, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title i.icon-minus {
  display: none;
}
/* line 36, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title.service, .wp .sidebar .acc-title.parts {
  display: none;
}
/* line 41, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title:hover {
  outline: none;
}
/* line 45, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title.ui-accordion-header-active {
  margin-bottom: 0;
}
/* line 48, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title.ui-accordion-header-active i.icon-plus {
  display: none;
}
/* line 52, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .acc-title.ui-accordion-header-active i.icon-minus {
  display: block;
}
/* line 58, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-tool {
  display: none;
}
/* line 61, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-tool h2 {
  display: none;
}
/* line 64, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-dept {
  display: none;
}
/* line 68, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation[data-tab="service"],
.wp .sidebar .hours-of-operation[data-tab="parts"] {
  display: none;
}
/* line 73, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation ul {
  background: #ededed;
  padding: 15px;
  margin: 0 0 3px;
}
/* line 78, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation ul li {
  margin-bottom: 7px;
  font-size: 13px;
  color: #252525;
}
/* line 83, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation ul li:last-child {
  margin-bottom: 0;
}
/* line 87, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation ul p.days {
  font-weight: 700;
  margin: 0;
}
/* line 92, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
.wp .sidebar .hours-of-operation ul p.hours {
  margin: 0;
}

@media all and (min-width: 767px) {
  /* line 100, ../scss/sidebar/_sidebar-accordion-opt-1.scss */
  .wp .sidebar .hours-tool {
    display: block;
  }
}
/******************************************************************
Blog Sidebar - Theme 1 - Option 2 - Fixed Width (Standard)
******************************************************************/
/*Base*/
/* line 10, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar {
  margin-bottom: 20px;
}
/* line 13, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 0px 0;
  padding: 0;
  color: #000;
}
/* line 23, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_recent_entries ul, .wp .sidebar .blog-sidebar.widget_categories ul {
  margin: 0;
}
/* line 26, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_recent_entries ul li, .wp .sidebar .blog-sidebar.widget_categories ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
}
/* line 32, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_recent_entries ul li a, .wp .sidebar .blog-sidebar.widget_categories ul li a {
  color: #960420;
  font-weight: 700;
}
/* line 37, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_recent_entries ul li span.post-date, .wp .sidebar .blog-sidebar.widget_categories ul li span.post-date {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 48, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_categories ul li a {
  color: #c5c5c5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
/* line 55, ../scss/sidebar/_blog-sidebar-opt-1.scss */
.wp .sidebar .blog-sidebar.widget_categories ul li a:hover {
  color: #3b3c3c;
  transition: all ease-in-out 500ms;
}

@media all and (min-width: 600px) {
  /* line 65, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp .sidebar .blog-sidebar {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
  }
  /* line 71, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp .sidebar .blog-sidebar:nth-child(odd) {
    padding-right: 15px;
  }
  /* line 75, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp .sidebar .blog-sidebar:nth-child(even) {
    padding-left: 15px;
  }
  /* line 79, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp .sidebar .blog-sidebar h2 {
    text-align: left;
  }
  /* line 84, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp .sidebar .blog-sidebar.widget_recent_entries ul li, .wp .sidebar .blog-sidebar.widget_categories ul li {
    text-align: left;
  }
}
@media all and (min-width: 767px) {
  /* line 92, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar {
    border-left: 2px solid #dedede;
    border-right: 2px solid #dedede;
    margin-top: 15px;
    padding: 0 10px;
  }
  /* line 98, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar div:first-child {
    margin-top: 0;
  }
  /* line 102, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar div:last-child {
    margin-bottom: 0;
  }
  /* line 106, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar {
    width: 100%;
    margin-top: 15px;
  }
  /* line 110, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar h2 {
    margin-top: 0;
    margin-bottom: 7px;
    color: #3b3c3c;
  }
  /* line 116, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar:nth-child(odd) {
    padding-right: 0px;
  }
  /* line 120, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar:nth-child(even) {
    padding-left: 0px;
  }
  /* line 124, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar.widget_recent_entries ul {
    margin: 0;
  }
  /* line 129, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar.widget_recent_entries ul li a {
    margin-bottom: 7px;
    display: block;
  }
  /* line 134, ../scss/sidebar/_blog-sidebar-opt-1.scss */
  .wp.blog-pg .sidebar .blog-sidebar.widget_recent_entries ul li span.post-date {
    color: #3b3c3c;
  }
}
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Button Styles
******************************************************************/
/*********************
SITE BUTTONS
*********************/
/* line 12, ../scss/modules/_buttons.scss */
.wp .btn {
  background-color: #109e4a;
  color: white;
  border-left: 3px solid #109e4a;
  border-right: 3px solid #960420;
  border-bottom: 3px solid #960420;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
  margin: 0;
  width: 100%;
}
/* line 24, ../scss/modules/_buttons.scss */
.wp .btn a {
  color: #fff;
}
/* line 29, ../scss/modules/_buttons.scss */
.wp .btn:focus {
  outline: none;
}
/* line 33, ../scss/modules/_buttons.scss */
.wp .btn:hover {
  background-color: #960420;
  border-right: 3px solid #960420;
  border-left: 3px solid #109e4a;
  border-bottom: 3px solid #109e4a;
  transition: all ease-in-out 500ms;
}

/* line 42, ../scss/modules/_buttons.scss */
.wp {
  /*state changes*/
}
/* line 44, ../scss/modules/_buttons.scss */
.wp .m-button:hover {
  background-color: #01427c;
  transition: background-color 500ms ease-in-out;
}
/* line 47, ../scss/modules/_buttons.scss */
.wp .m-button:hover a {
  color: #fff;
}

/*********************
BUTTON DEFAULTS
*********************/
/* line 57, ../scss/modules/_buttons.scss */
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 74, ../scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
}
/* line 80, ../scss/modules/_buttons.scss */
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 91, ../scss/modules/_buttons.scss */
.blue-btn {
  background-color: #2980b9;
}
/* line 95, ../scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}
/* line 100, ../scss/modules/_buttons.scss */
.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
/* line 15, ../scss/modules/_forms.scss */
.wp input[type="text"] {
  border-radius: 0;
}
/* line 19, ../scss/modules/_forms.scss */
.wp input[type="text"],
.wp input[type="password"],
.wp input[type="datetime"],
.wp input[type="datetime-local"],
.wp input[type="date"],
.wp input[type="month"],
.wp input[type="time"],
.wp input[type="week"],
.wp input[type="number"],
.wp input[type="email"],
.wp input[type="url"],
.wp input[type="search"],
.wp input[type="tel"],
.wp input[type="color"],
.wp select,
.wp textarea,
.wp .field {
  display: block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #111;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 55, ../scss/modules/_forms.scss */
.wp input[type="text"]:focus, .wp input[type="text"]:active,
.wp input[type="password"]:focus,
.wp input[type="password"]:active,
.wp input[type="datetime"]:focus,
.wp input[type="datetime"]:active,
.wp input[type="datetime-local"]:focus,
.wp input[type="datetime-local"]:active,
.wp input[type="date"]:focus,
.wp input[type="date"]:active,
.wp input[type="month"]:focus,
.wp input[type="month"]:active,
.wp input[type="time"]:focus,
.wp input[type="time"]:active,
.wp input[type="week"]:focus,
.wp input[type="week"]:active,
.wp input[type="number"]:focus,
.wp input[type="number"]:active,
.wp input[type="email"]:focus,
.wp input[type="email"]:active,
.wp input[type="url"]:focus,
.wp input[type="url"]:active,
.wp input[type="search"]:focus,
.wp input[type="search"]:active,
.wp input[type="tel"]:focus,
.wp input[type="tel"]:active,
.wp input[type="color"]:focus,
.wp input[type="color"]:active,
.wp select:focus,
.wp select:active,
.wp textarea:focus,
.wp textarea:active,
.wp .field:focus,
.wp .field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 62, ../scss/modules/_forms.scss */
.wp input[type="text"].error, .wp input[type="text"].is-invalid,
.wp input[type="password"].error,
.wp input[type="password"].is-invalid,
.wp input[type="datetime"].error,
.wp input[type="datetime"].is-invalid,
.wp input[type="datetime-local"].error,
.wp input[type="datetime-local"].is-invalid,
.wp input[type="date"].error,
.wp input[type="date"].is-invalid,
.wp input[type="month"].error,
.wp input[type="month"].is-invalid,
.wp input[type="time"].error,
.wp input[type="time"].is-invalid,
.wp input[type="week"].error,
.wp input[type="week"].is-invalid,
.wp input[type="number"].error,
.wp input[type="number"].is-invalid,
.wp input[type="email"].error,
.wp input[type="email"].is-invalid,
.wp input[type="url"].error,
.wp input[type="url"].is-invalid,
.wp input[type="search"].error,
.wp input[type="search"].is-invalid,
.wp input[type="tel"].error,
.wp input[type="tel"].is-invalid,
.wp input[type="color"].error,
.wp input[type="color"].is-invalid,
.wp select.error,
.wp select.is-invalid,
.wp textarea.error,
.wp textarea.is-invalid,
.wp .field.error,
.wp .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 74, ../scss/modules/_forms.scss */
.wp input[type="text"].success, .wp input[type="text"].is-valid,
.wp input[type="password"].success,
.wp input[type="password"].is-valid,
.wp input[type="datetime"].success,
.wp input[type="datetime"].is-valid,
.wp input[type="datetime-local"].success,
.wp input[type="datetime-local"].is-valid,
.wp input[type="date"].success,
.wp input[type="date"].is-valid,
.wp input[type="month"].success,
.wp input[type="month"].is-valid,
.wp input[type="time"].success,
.wp input[type="time"].is-valid,
.wp input[type="week"].success,
.wp input[type="week"].is-valid,
.wp input[type="number"].success,
.wp input[type="number"].is-valid,
.wp input[type="email"].success,
.wp input[type="email"].is-valid,
.wp input[type="url"].success,
.wp input[type="url"].is-valid,
.wp input[type="search"].success,
.wp input[type="search"].is-valid,
.wp input[type="tel"].success,
.wp input[type="tel"].is-valid,
.wp input[type="color"].success,
.wp input[type="color"].is-valid,
.wp select.success,
.wp select.is-valid,
.wp textarea.success,
.wp textarea.is-valid,
.wp .field.success,
.wp .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 86, ../scss/modules/_forms.scss */
.wp input[type="text"][disabled], .wp input[type="text"].is-disabled,
.wp input[type="password"][disabled],
.wp input[type="password"].is-disabled,
.wp input[type="datetime"][disabled],
.wp input[type="datetime"].is-disabled,
.wp input[type="datetime-local"][disabled],
.wp input[type="datetime-local"].is-disabled,
.wp input[type="date"][disabled],
.wp input[type="date"].is-disabled,
.wp input[type="month"][disabled],
.wp input[type="month"].is-disabled,
.wp input[type="time"][disabled],
.wp input[type="time"].is-disabled,
.wp input[type="week"][disabled],
.wp input[type="week"].is-disabled,
.wp input[type="number"][disabled],
.wp input[type="number"].is-disabled,
.wp input[type="email"][disabled],
.wp input[type="email"].is-disabled,
.wp input[type="url"][disabled],
.wp input[type="url"].is-disabled,
.wp input[type="search"][disabled],
.wp input[type="search"].is-disabled,
.wp input[type="tel"][disabled],
.wp input[type="tel"].is-disabled,
.wp input[type="color"][disabled],
.wp input[type="color"].is-disabled,
.wp select[disabled],
.wp select.is-disabled,
.wp textarea[disabled],
.wp textarea.is-disabled,
.wp .field[disabled],
.wp .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 92, ../scss/modules/_forms.scss */
.wp input[type="text"][disabled]:focus, .wp input[type="text"][disabled]:active, .wp input[type="text"].is-disabled:focus, .wp input[type="text"].is-disabled:active,
.wp input[type="password"][disabled]:focus,
.wp input[type="password"][disabled]:active,
.wp input[type="password"].is-disabled:focus,
.wp input[type="password"].is-disabled:active,
.wp input[type="datetime"][disabled]:focus,
.wp input[type="datetime"][disabled]:active,
.wp input[type="datetime"].is-disabled:focus,
.wp input[type="datetime"].is-disabled:active,
.wp input[type="datetime-local"][disabled]:focus,
.wp input[type="datetime-local"][disabled]:active,
.wp input[type="datetime-local"].is-disabled:focus,
.wp input[type="datetime-local"].is-disabled:active,
.wp input[type="date"][disabled]:focus,
.wp input[type="date"][disabled]:active,
.wp input[type="date"].is-disabled:focus,
.wp input[type="date"].is-disabled:active,
.wp input[type="month"][disabled]:focus,
.wp input[type="month"][disabled]:active,
.wp input[type="month"].is-disabled:focus,
.wp input[type="month"].is-disabled:active,
.wp input[type="time"][disabled]:focus,
.wp input[type="time"][disabled]:active,
.wp input[type="time"].is-disabled:focus,
.wp input[type="time"].is-disabled:active,
.wp input[type="week"][disabled]:focus,
.wp input[type="week"][disabled]:active,
.wp input[type="week"].is-disabled:focus,
.wp input[type="week"].is-disabled:active,
.wp input[type="number"][disabled]:focus,
.wp input[type="number"][disabled]:active,
.wp input[type="number"].is-disabled:focus,
.wp input[type="number"].is-disabled:active,
.wp input[type="email"][disabled]:focus,
.wp input[type="email"][disabled]:active,
.wp input[type="email"].is-disabled:focus,
.wp input[type="email"].is-disabled:active,
.wp input[type="url"][disabled]:focus,
.wp input[type="url"][disabled]:active,
.wp input[type="url"].is-disabled:focus,
.wp input[type="url"].is-disabled:active,
.wp input[type="search"][disabled]:focus,
.wp input[type="search"][disabled]:active,
.wp input[type="search"].is-disabled:focus,
.wp input[type="search"].is-disabled:active,
.wp input[type="tel"][disabled]:focus,
.wp input[type="tel"][disabled]:active,
.wp input[type="tel"].is-disabled:focus,
.wp input[type="tel"].is-disabled:active,
.wp input[type="color"][disabled]:focus,
.wp input[type="color"][disabled]:active,
.wp input[type="color"].is-disabled:focus,
.wp input[type="color"].is-disabled:active,
.wp select[disabled]:focus,
.wp select[disabled]:active,
.wp select.is-disabled:focus,
.wp select.is-disabled:active,
.wp textarea[disabled]:focus,
.wp textarea[disabled]:active,
.wp textarea.is-disabled:focus,
.wp textarea.is-disabled:active,
.wp .field[disabled]:focus,
.wp .field[disabled]:active,
.wp .field.is-disabled:focus,
.wp .field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 105, ../scss/modules/_forms.scss */
.wp input[type="password"] {
  letter-spacing: 0.3em;
}
/* line 110, ../scss/modules/_forms.scss */
.wp #content textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
/* line 117, ../scss/modules/_forms.scss */
.wp #content select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/******************************************************************
Site Name:Proto e-dealer Theme
Author:e-dealer

Stylesheet: Inventory Specific Styles
******************************************************************/
/*Inventory*/
/* line 9, ../scss/modules/_inv-overides.scss */
.maincontent {
  font-size: 14px;
}

/* line 12, ../scss/modules/_inv-overides.scss */
.maincontent .address {
  background: none;
}

/* line 15, ../scss/modules/_inv-overides.scss */
.maincontent .search-btn-img {
  z-index: 10;
}

/* line 18, ../scss/modules/_inv-overides.scss */
.maincontent .inventory-wrapper {
  padding-top: 10px;
}

/* line 22, ../scss/modules/_inv-overides.scss */
.maincontent .btn-build-price-new {
  display: none !important;
}

/* line 26, ../scss/modules/_inv-overides.scss */
.fb_iframe_widget {
  overflow: hidden;
}

/* line 29, ../scss/modules/_inv-overides.scss */
.thumbnail > img {
  max-width: 100%;
}

/*Showroom*/
/* line 34, ../scss/modules/_inv-overides.scss */
.maincontent .container.models {
  padding-top: 10px !important;
}

@media all and (min-width: 1030px) {
  /*Grey BG*/
  /* line 40, ../scss/modules/_inv-overides.scss */
  body .maincontent {
    background-color: #f5f5f5;
  }

  /* line 44, ../scss/modules/_inv-overides.scss */
  .maincontent li {
    margin-left: 0 !important;
    list-style: none !important;
  }

  /* line 49, ../scss/modules/_inv-overides.scss */
  .maincontent .container {
    width: auto;
    max-width: 1150px;
    margin-top: 0px;
    padding: 0 15px !important;
    background-color: #fff;
  }

  /* line 58, ../scss/modules/_inv-overides.scss */
  .maincontent .slideshow {
    max-width: 640px;
  }
  /* line 62, ../scss/modules/_inv-overides.scss */
  .maincontent .slideshow .controls {
    max-width: 640px;
    top: 240px;
  }
  /* line 67, ../scss/modules/_inv-overides.scss */
  .maincontent .slideshow .big img, .maincontent .slideshow .big {
    height: 480px;
  }

  /* line 72, ../scss/modules/_inv-overides.scss */
  .maincontent .inventory-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
/*Build & Price*/
/* line 79, ../scss/modules/_inv-overides.scss */
body #buidlandprice-main .deskheader {
  padding-top: 15px;
}

@media all and (min-width: 1030px) {
  /* line 84, ../scss/modules/_inv-overides.scss */
  .bnp-bg {
    background-color: #f5f5f5;
  }

  /* line 88, ../scss/modules/_inv-overides.scss */
  body #buidlandprice-main {
    width: auto;
    max-width: 1150px;
    margin: 0px auto;
    padding: 0 15px !important;
    background-color: #fff;
  }
}
/*Fixes BNP responsive issue*/
@media all and (max-width: 1020px) {
  /* line 98, ../scss/modules/_inv-overides.scss */
  body #buidlandprice-main .container {
    width: inherit !important;
  }

  /* line 101, ../scss/modules/_inv-overides.scss */
  .deskheader .nav > li > a {
    text-align: right;
    padding-left: 20px;
    min-height: 50px;
  }
}
/* line 108, ../scss/modules/_inv-overides.scss */
.wp .nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

/******************************************************************
Site Name:
Author:

Stylesheet: 404 Page

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/*404 Styles*/
/* line 13, ../scss/modules/_404-pg.scss */
.wp .missing-pg {
  padding: 60px 0 40px;
}
/* line 16, ../scss/modules/_404-pg.scss */
.wp .missing-pg h1 {
  font-size: 1.5em;
}
/* line 20, ../scss/modules/_404-pg.scss */
.wp .missing-pg .pageMissingBannerTop img {
  position: relative;
  left: -79px;
}
/* line 25, ../scss/modules/_404-pg.scss */
.wp .missing-pg .pageMissingBannerTop, .wp .missing-pg .pageMissingBannerBottom {
  text-align: center;
}
/* line 29, ../scss/modules/_404-pg.scss */
.wp .missing-pg .searchform label {
  display: none;
}
/* line 33, ../scss/modules/_404-pg.scss */
.wp .missing-pg .searchform input#s {
  margin: 40px auto 0px;
}
/* line 37, ../scss/modules/_404-pg.scss */
.wp .missing-pg .searchform button {
  margin-top: 15px;
}

/*404 Search Page*/
/* line 43, ../scss/modules/_404-pg.scss */
.wp .search-pg {
  padding: 15px 0;
}
/* line 46, ../scss/modules/_404-pg.scss */
.wp .search-pg h1 {
  font-size: 1.5em;
}
/* line 50, ../scss/modules/_404-pg.scss */
.wp .search-pg article {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #bbb;
}
/* line 56, ../scss/modules/_404-pg.scss */
.wp .search-pg .hentry header, .wp .search-pg footer {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 62, ../scss/modules/_404-pg.scss */
.wp .search-pg .article-footer {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 68, ../scss/modules/_404-pg.scss */
.wp .search-pg section.entry-content {
  padding-left: 0;
}

/*Responsive Styles*/
@media all and (min-width: 767px) {
  /* line 77, ../scss/modules/_404-pg.scss */
  .wp .missing-pg h1, .wp .search-pg h1 {
    font-size: 2.5em;
  }
}
/******************************************************************
Stylesheet: Loader Styles
******************************************************************/
/*
Slider class or id - SCSS Styles
*/
/* line 9, ../scss/modules/_loader.scss */
.wp #here, .wp .feat-container {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 23, ../scss/modules/_loader.scss */
.wp .showroom-loader, .wp .feat-vehicles-loader {
  width: 50px;
  margin: 30px auto;
  display: block;
}
/* line 28, ../scss/modules/_loader.scss */
.wp .showroom-loader .loader, .wp .feat-vehicles-loader .loader {
  border: 15px solid #109e4a;
  border-left: 15px solid #333333;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/******************************************************************
Stylesheet: Share Bar Styles
******************************************************************/
/*
Slider class or id - SCSS Styles
*/
/* line 10, ../scss/modules/_share-bar.scss */
.wp .share-bar .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
  vertical-align: middle;
}
/* line 20, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}
/* line 25, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li {
  margin-right: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 32, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li a {
  color: #fff;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #fff;
}
/* line 40, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li .twitter {
  background-color: #78cdf0;
}
/* line 43, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li .facebook {
  background-color: #537bbd;
}
/* line 46, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li .pinterest {
  background-color: #eb5755;
}
/* line 49, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li .google-plus {
  background-color: #4c4c4b;
}
/* line 52, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li .linked-in {
  background-color: #2085c7;
}
/* line 56, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  font-size: 13px;
}
/* line 65, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i.icon-facebook {
  left: -3px;
  right: 0;
  top: 20%;
}
/* line 71, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i.icon-google-plus {
  font-weight: 400;
}
/* line 75, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li a:hover {
  background-color: #109e4a;
  color: #fff;
  transition: all ease-in-out 500ms;
}
/* line 82, ../scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li:last-child {
  margin-right: 0;
}

@media all and (min-width: 600px) {
  /* line 90, ../scss/modules/_share-bar.scss */
  .wp .share-bar ul.share-list {
    margin-left: 20px;
  }
  /* line 93, ../scss/modules/_share-bar.scss */
  .wp .share-bar ul.share-list li {
    margin-right: 14px;
  }
  /* line 96, ../scss/modules/_share-bar.scss */
  .wp .share-bar ul.share-list li a {
    width: 30px;
    height: 30px;
  }
  /* line 101, ../scss/modules/_share-bar.scss */
  .wp .share-bar ul.share-list li i {
    font-size: 16px;
  }
}
/******************************************************************
Responsive Menu Panel
******************************************************************/
/*******************************
**Responsive Menu - Nav Button**
********************************/
/* line 14, ../scss/modules/_responsive-menu.scss */
header.wp #menu-main-navigation {
  display: none;
}
/* line 18, ../scss/modules/_responsive-menu.scss */
header.wp .nav-button {
  position: absolute;
  z-index: 9;
  right: 8px;
  top: 39px;
  height: 36px;
  width: 42px;
  margin: 0;
  padding: 10px 8px;
  line-height: 40px;
  cursor: pointer;
  background-color: #DEDEDE;
  overflow: hidden;
}
/* line 32, ../scss/modules/_responsive-menu.scss */
header.wp .nav-button span {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  height: 2px;
  background: #000;
  border: 1px solid #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
/* line 47, ../scss/modules/_responsive-menu.scss */
header.wp .nav-button.clicked span.line1 {
  position: relative;
  top: 9px;
  margin-bottom: 0;
  border: 0;
  transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
}
/* line 58, ../scss/modules/_responsive-menu.scss */
header.wp .nav-button.clicked span.line2 {
  position: relative;
  top: 6px;
  margin-bottom: 0;
  border: 0;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
/* line 69, ../scss/modules/_responsive-menu.scss */
header.wp .nav-button.clicked span.line3 {
  opacity: 0;
}

/*******************************
**Responsive Menu - Menu**
********************************/
/* line 80, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu {
  display: none;
  position: absolute;
  display: block;
  top: 0px;
  left: -78%;
  z-index: 999999;
  background: #2F2F2F;
  border-right: 1px solid black;
  width: 75%;
  height: 100%;
  transition: left 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}
/* line 95, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav {
  border-bottom: 0;
  margin: 0;
}
/* line 99, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li {
  position: relative;
  float: none;
}
/* line 104, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu {
  display: none;
  margin: 0;
}
/* line 109, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li.current-menu-item > a, .wp .mobile-menu .nav li.current_page_ancestor > a {
  background: #109e4a;
  color: #fff;
}
/* line 114, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li.current-menu-item i, .wp .mobile-menu .nav li.current_page_ancestor i {
  color: #fff;
}
/* line 118, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li i {
  display: none;
}
/* line 122, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li.menu-item-has-children > i {
  color: #fff;
  font-size: 40px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 43px;
  z-index: 999;
  line-height: 125%;
  cursor: pointer;
  outline: 0;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
/* line 138, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li.menu-item-has-children i.up, .wp .mobile-menu .nav li ul.sub-menu li.menu-item-has-children a i.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: 0;
}
/* line 147, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li a {
  display: block;
  background: transparent;
  transition: all 0.4s ease-in;
  color: #fff;
  border-bottom: 1px solid #3c3c3c;
  text-decoration: none;
  padding: 0.75em;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 162, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li:hover > a {
  color: #fff;
  background: #109e4a;
  outline: 0;
}
/* line 168, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li:hover > a i {
  color: #fff;
}
/* line 172, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu {
  display: none;
  -webkit-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
  background-color: #3c3c3c;
}
/* line 178, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu ul.sub-menu {
  background-color: #494949;
}
/* line 183, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu.tap {
  display: block;
  visibility: visible;
  position: static;
}
/* line 189, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu li a,
.wp .mobile-menu .nav li ul.children li a {
  font-weight: 300;
  padding-left: 30px;
  border-bottom: 0;
  width: 100%;
}
/* line 198, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu.active {
  display: block;
  left: 0;
}
/* line 203, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact {
  padding: 20px 0 0 0;
  text-align: center;
}
/* line 207, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact img {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  max-width: 180px;
  margin-bottom: 10px;
}
/* line 215, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .sub-num, .wp .mobile-menu .mm-contact label, .wp .mobile-menu .mm-contact .reg-scrn.txt {
  display: inline;
}
/* line 219, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .sml-scrn-replace.txt {
  display: none;
}
/* line 224, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list li {
  margin-bottom: 10px;
  font-size: 13px;
}
/* line 229, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list span, .wp .mobile-menu .mm-contact .contact-list a {
  color: #fff;
  font-weight: 300;
  padding: 0;
}
/* line 234, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list span br, .wp .mobile-menu .mm-contact .contact-list a br {
  display: block;
}
/* line 239, ../scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list i {
  display: none;
}

@media all and (min-width: 481px) {
  /* line 248, ../scss/modules/_responsive-menu.scss */
  header.wp .nav-button {
    top: 38px;
    height: 37px;
  }
}
@media all and (min-width: 768px) {
  /* line 257, ../scss/modules/_responsive-menu.scss */
  header.wp .nav-button {
    top: 50px;
    right: 37px;
  }
}
@media all and (min-width: 1030px) {
  /* line 266, ../scss/modules/_responsive-menu.scss */
  header.wp .nav-button {
    display: none;
  }
  /* line 270, ../scss/modules/_responsive-menu.scss */
  header.wp #menu-main-navigation {
    display: block;
  }

  /* line 275, ../scss/modules/_responsive-menu.scss */
  footer.wp .mobile-menu, footer.wp .mobile-menu.active {
    display: none;
  }
}
/* line 284, ../scss/modules/_responsive-menu.scss */
.ie8 header.wp .nav-button,
.lt-ie8 header.wp .nav-button,
.lt-ie9 header.wp .nav-button {
  display: none;
}
/* line 288, ../scss/modules/_responsive-menu.scss */
.ie8 header.wp #menu-main-navigation,
.lt-ie8 header.wp #menu-main-navigation,
.lt-ie9 header.wp #menu-main-navigation {
  display: block;
}
/* line 293, ../scss/modules/_responsive-menu.scss */
.ie8 footer.wp .mobile-menu, .ie8 footer.wp .mobile-menu.active,
.lt-ie8 footer.wp .mobile-menu,
.lt-ie8 footer.wp .mobile-menu.active,
.lt-ie9 footer.wp .mobile-menu,
.lt-ie9 footer.wp .mobile-menu.active {
  display: none;
}

/******************************************************************
Stylesheet: Disclaimer Styles
******************************************************************/
/*Disclaimer Checkbox*/
/* line 8, ../scss/modules/_disclaimer.scss */
.wp form .checkbox input[type="checkbox"] {
  margin-right: 7px;
}
/* line 12, ../scss/modules/_disclaimer.scss */
.wp form .checkbox label {
  display: none;
}
/* line 16, ../scss/modules/_disclaimer.scss */
.wp form .checkbox span.wpcf7-list-item {
  margin-left: 0;
}
/* line 20, ../scss/modules/_disclaimer.scss */
.wp form .checkbox .wpcf7-list-item-label {
  font-size: 12px;
}
/* line 24, ../scss/modules/_disclaimer.scss */
.wp form .checkbox .wpcf7-form-control-wrap {
  float: left;
  margin-right: 10px;
}
/* line 29, ../scss/modules/_disclaimer.scss */
.wp form .checkbox .disclaimer {
  font-size: 12px;
  width: auto;
  text-decoration: underline;
  white-space: nowrap;
}

/*Disclaimer Popup Styles*/
/* line 39, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
}
/* line 50, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup .popup-container {
  background: #fff;
  max-width: 280px;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 69, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup h4 {
  margin: 0 0 10px;
  border-bottom: 1px solid #bbb;
}
/* line 74, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup button {
  background: none;
  border: 0;
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: 5px;
}
/* line 82, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup .popup-text {
  font-size: 12px;
}

/* line 87, ../scss/modules/_disclaimer.scss */
.wp .disclaimer-popup.hide {
  display: none;
}

@media all and (min-width: 600px) {
  /* line 94, ../scss/modules/_disclaimer.scss */
  .wp form .checkbox .wpcf7-list-item-label {
    font-size: 14px;
  }
  /* line 98, ../scss/modules/_disclaimer.scss */
  .wp form .checkbox .disclaimer {
    font-size: 14px;
  }

  /* line 104, ../scss/modules/_disclaimer.scss */
  .wp .disclaimer-popup .popup-container {
    max-width: 375px;
  }
}
/******************************************************************
Sitemap Mod
******************************************************************/
/* line 5, ../scss/modules/_sitemap.scss */
.wp ul ul,
.wp ul.children {
  margin: 0;
  padding-left: 0;
}
/* line 11, ../scss/modules/_sitemap.scss */
.wp ul ul li {
  list-style: none;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:Proto e-dealer Theme
  Author:e-dealer

  Stylesheet: Print Stylesheet
  ******************************************************************/
  /* line 8, ../scss/common/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 16, ../scss/common/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 21, ../scss/common/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 26, ../scss/common/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 31, ../scss/common/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 37, ../scss/common/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../scss/common/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 46, ../scss/common/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 50, ../scss/common/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 58, ../scss/common/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, ../scss/common/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 69, ../scss/common/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

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