/*********************
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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
body {
  margin: 0;
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 155, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 184, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

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

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

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

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

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

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 248, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.wp {
  /*
   * Addresses paddings set differently in IE6/7.
   */
  /*
   * Corrects list images handled incorrectly in IE7.
   */
}
/* line 249, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.wp dl,
.wp menu,
.wp ol,
.wp ul {
  margin: 1em 0;
}
/* line 256, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.wp dd {
  margin: 0;
}
/* line 264, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.wp menu {
  padding: 0 0 0 40px;
}
/* line 268, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.wp ol,
.wp ul {
  padding: 0;
  list-style-type: none;
}
/* line 278, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 324, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

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

/* line 486, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 488, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 489, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

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

Stylesheet: Typography
******************************************************************/
@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;
}
/* line 63, ../scss/common/partials/_typography.scss */
.wp {
  font-family: "Open Sans", sans-serif;
}
/* line 66, ../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: Driving Time Auto
Author: eDealer

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: Driving Time Auto
Author: eDealer

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? */
/*********************
BORDER RADIUS
*********************/
/******************************************************************
Site Name: Driving Time Auto
Author: eDealer

Stylesheet: Grid Stylesheet
******************************************************************/
/* line 19, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

  /* line 59, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  /* line 116, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/common/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 232, ../../../ed-template-4/library/scss/common/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/**************
Common Base
**************/
/*********************
BONES BASE COLORS
*********************/
/*********************
GENERAL STYLES
*********************/
/* line 39, ../../../ed-template-4/library/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 48, ../../../ed-template-4/library/scss/common/_base.scss */
.wp img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 54, ../../../ed-template-4/library/scss/common/_base.scss */
.hide-on-mobile {
  display: none;
}

/* line 58, ../../../ed-template-4/library/scss/common/_base.scss */
.acc-title, .ftr-title {
  display: none;
}

/* line 62, ../../../ed-template-4/library/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 73, ../../../ed-template-4/library/scss/common/_base.scss */
.wp .wrap {
  width: 100%;
  padding: 0 8px;
}

/*********************
LINK STYLES
*********************/
/* line 82, ../../../ed-template-4/library/scss/common/_base.scss */
.wp a {
  color: #008c00;
  text-decoration: none;
}
/* line 86, ../../../ed-template-4/library/scss/common/_base.scss */
.wp a:hover, .wp a:focus {
  color: #00a600;
}
/* line 90, ../../../ed-template-4/library/scss/common/_base.scss */
.wp a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 100, ../../../ed-template-4/library/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;
}
/* line 104, ../../../ed-template-4/library/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 109, ../../../ed-template-4/library/scss/common/_base.scss */
.wp h1, .wp .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
/* line 114, ../../../ed-template-4/library/scss/common/_base.scss */
.wp h2, .wp .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
/* line 120, ../../../ed-template-4/library/scss/common/_base.scss */
.wp h3, .wp .h3 {
  font-size: 1.125em;
}
/* line 124, ../../../ed-template-4/library/scss/common/_base.scss */
.wp h4, .wp .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
/* line 129, ../../../ed-template-4/library/scss/common/_base.scss */
.wp h5, .wp .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
NAV STYLES
*********************/
/* line 142, ../../../ed-template-4/library/scss/common/_base.scss */
.wp .nav {
  border-bottom: 0;
  margin: 0;
}
/* line 148, ../../../ed-template-4/library/scss/common/_base.scss */
.wp .nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
}
/* line 158, ../../../ed-template-4/library/scss/common/_base.scss */
.wp .nav li ul.sub-menu li a,
.wp .nav li ul.children li a {
  padding-left: 30px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 170, ../../../ed-template-4/library/scss/common/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* line 178, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content p {
  margin: 0 0 1.5em;
}
/* line 182, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 187, ../../../ed-template-4/library/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 196, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 199, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #d8d9d1;
}
/* line 204, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 208, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 213, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content th {
  background-color: #d8d9d1;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 218, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 223, ../../../ed-template-4/library/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 231, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 238, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 244, ../../../ed-template-4/library/scss/common/_base.scss */
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 249, ../../../ed-template-4/library/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;
}

/* line 260, ../../../ed-template-4/library/scss/common/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
/* line 265, ../../../ed-template-4/library/scss/common/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 271, ../../../ed-template-4/library/scss/common/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* line 279, ../../../ed-template-4/library/scss/common/_base.scss */
.tags {
  margin: 0;
}

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

/* line 291, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination {
  text-align: center;
}
/* line 294, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 303, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 312, ../../../ed-template-4/library/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 324, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
/* line 330, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination .current {
  cursor: default;
  color: #111;
}
/* line 334, ../../../ed-template-4/library/scss/common/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #111;
}

/* line 343, ../../../ed-template-4/library/scss/common/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 347, ../../../ed-template-4/library/scss/common/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/******************************************************************
Disabled COMMENT STYLES
******************************************************************/
/*Responsive Styles*/
@media all and (min-width: 481px) {
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 363, ../../../ed-template-4/library/scss/common/_base.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 368, ../../../ed-template-4/library/scss/common/_base.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 373, ../../../ed-template-4/library/scss/common/_base.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
@media all and (min-width: 768px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 387, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .wrap {
    max-width: 1170px;
    padding: 0 37px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 395, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav {
    border: 0;
  }
  /* line 397, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav ul {
    margin-top: 0;
  }
  /* line 400, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav li {
    float: left;
    position: relative;
  }
  /* line 404, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav li a {
    border-bottom: 0;
    padding: 10px 18px;
  }
  /* line 408, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav li a:hover, .wp .nav li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  /* line 414, ../../../ed-template-4/library/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 424, ../../../ed-template-4/library/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: auto;
  }
  /* line 433, ../../../ed-template-4/library/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 438, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav li ul.sub-menu li ul,
  .wp .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 445, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 457, ../../../ed-template-4/library/scss/common/_base.scss */
  .sidebar {
    margin-top: 2.2em;
  }

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

  /* line 469, ../../../ed-template-4/library/scss/common/_base.scss */
  .widget ul li {
    margin-bottom: 0.75em;
  }
  /* line 476, ../../../ed-template-4/library/scss/common/_base.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
}
@media all and (min-width: 1030px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 488, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .wrap {
    max-width: 1170px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1240px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 498, ../../../ed-template-4/library/scss/common/_base.scss */
  .wp .wrap {
    padding: 0 10px;
  }
}
/**************************
IMPORTING TEMPLATE PARTS  
**************************/
/*********************
HEADER VARIABLES
*********************/
/*******************
Header Section
*******************/
/* line 5, ../scss/header/option-1/_header-base.scss */
header.wp {
  position: relative;
  background-color: #fff;
  padding: 9px 0;
}
/* line 10, ../scss/header/option-1/_header-base.scss */
header.wp #logo {
  float: left;
  width: 110px;
  margin: 14px 13px 0 0;
}
/* line 16, ../scss/header/option-1/_header-base.scss */
header.wp .contact-links {
  margin: 0 0 5px 0;
}
/* line 19, ../scss/header/option-1/_header-base.scss */
header.wp .contact-links a {
  color: #343940;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
/* line 27, ../scss/header/option-1/_header-base.scss */
header.wp .contact-links a i {
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 18px;
}
/* line 34, ../scss/header/option-1/_header-base.scss */
header.wp .contact-links a:hover {
  color: #008c00;
}
/* line 39, ../scss/header/option-1/_header-base.scss */
header.wp .contact-links .desktop {
  display: none;
}
/* line 44, ../scss/header/option-1/_header-base.scss */
header.wp .apply-button {
  line-height: 12px;
  margin: 0;
}
/* line 48, ../scss/header/option-1/_header-base.scss */
header.wp .apply-button a {
  font-size: 13px;
  line-height: 13x;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #49cb51;
  display: inline-block;
  vertical-align: top;
  padding: 5px 7.5px;
  border-radius: 3px;
}

@media all and (min-width: 481px) {
  /* line 64, ../scss/header/option-1/_header-base.scss */
  header.wp {
    padding: 16px 0;
  }
  /* line 67, ../scss/header/option-1/_header-base.scss */
  header.wp #logo {
    width: 120px;
    margin: 0 25px 0 0;
  }
  /* line 72, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links, header.wp .apply-button {
    float: left;
  }
  /* line 76, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links {
    margin: 0 20px 0 0;
  }
  /* line 80, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button {
    margin: 3px 0 0 0;
  }
  /* line 83, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button a {
    padding: 5px 12.5px;
  }
}
@media all and (min-width: 600px) {
  /* line 92, ../scss/header/option-1/_header-base.scss */
  header.wp #logo {
    width: 180px;
    margin: 0px 30px 0 0;
  }
  /* line 97, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links {
    margin: 12px 25px 0 0;
  }
  /* line 100, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links a {
    font-size: 15px;
  }
  /* line 103, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links a i {
    top: 1px;
    left: -4px;
    font-size: 21px;
  }
  /* line 111, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button {
    margin: 8px 0 0 0;
  }
  /* line 114, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button a {
    font-size: 15px;
    line-height: 15px;
    padding: 7.5px 25px;
  }
}
@media all and (min-width: 768px) {
  /* line 126, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links .mobile {
    display: none;
  }
  /* line 130, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links .desktop {
    display: inline-block;
  }
  /* line 135, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button {
    float: right;
    margin: 10px 0 0 0;
    margin-right: 70px;
  }
}
@media all and (min-width: 1030px) {
  /* line 145, ../scss/header/option-1/_header-base.scss */
  body.logged-in header.wp {
    top: 32px;
  }

  /* line 150, ../scss/header/option-1/_header-base.scss */
  header.wp {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  /* line 159, ../scss/header/option-1/_header-base.scss */
  header.wp > .wrap {
    max-width: 1240px;
  }
  /* line 164, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links a {
    font-size: 14px;
  }
  /* line 167, ../scss/header/option-1/_header-base.scss */
  header.wp .contact-links a i {
    display: none;
  }
  /* line 173, ../scss/header/option-1/_header-base.scss */
  header.wp .apply-button {
    margin-right: 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 181, ../scss/header/option-1/_header-base.scss */
  header.wp #logo {
    width: 220px;
  }
}
/************************
Header Section - Nav
************************/
/* line 6, ../scss/header/option-1/_nav.scss */
header.wp .nav-button {
  background: transparent;
  cursor: pointer;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 10px 8px;
  width: 46px;
  height: 42px;
  position: absolute;
  top: 17px;
  right: 8px;
}
/* line 19, ../scss/header/option-1/_nav.scss */
header.wp .nav-button span {
  border: 1px solid #666666;
  background: #666666;
  border-radius: 3px;
  margin-bottom: 6px;
  height: 3px;
}

@media all and (min-width: 481px) {
  /* line 31, ../scss/header/option-1/_nav.scss */
  header.wp .nav-button {
    top: 10px;
  }
}
@media all and (min-width: 600px) {
  /* line 39, ../scss/header/option-1/_nav.scss */
  header.wp .nav-button {
    top: 20px;
  }
}
@media (min-width: 768px) {
  /* line 47, ../scss/header/option-1/_nav.scss */
  header.wp .nav-button {
    top: 17px;
    right: 29px;
    margin: 0px 0px 0px 20px;
    padding: 12px 8px;
    height: 44px;
  }
}
@media all and (min-width: 1030px) {
  /* line 59, ../scss/header/option-1/_nav.scss */
  header.wp #inner-header {
    display: block;
  }
  /* line 63, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation {
    float: right;
    margin: 0 50px 0 0;
    position: relative;
  }
  /* line 68, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li {
    padding: 10px 20px;
  }
  /* line 71, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li > a {
    color: #343940;
    font-size: 15px;
    font-weight: 600;
    padding: 1px 0px;
  }
  /* line 77, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li > a:focus, header.wp #menu-main-navigation > li > a:hover {
    text-decoration: none;
    color: #008c00;
  }
  /* line 84, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li .sub-menu {
    padding-top: 28px;
  }
  /* line 88, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li .sub-menu > li > a {
    background: #e6e6e6;
    border-top: 1px solid #bbb;
    border-bottom: none;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
    width: 150px;
  }
  /* line 98, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li .sub-menu > li > a:focus, header.wp #menu-main-navigation > li .sub-menu > li > a:hover {
    text-decoration: none;
  }
  /* line 104, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li .sub-menu > li:first-child > a {
    border-top: 0;
  }
  /* line 111, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li:first-child {
    padding-left: 0;
  }
  /* line 115, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li:last-child {
    padding-right: 0;
  }
  /* line 118, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li:last-child > a {
    border-right: 0;
    padding-right: 0;
  }
  /* line 122, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li:last-child .sub-menu {
    margin-left: 0;
    right: 0px;
    left: inherit;
  }
  /* line 128, ../scss/header/option-1/_nav.scss */
  header.wp #menu-main-navigation > li.current-menu-item, header.wp #menu-main-navigation > li.current_page_ancestor {
    font-weight: 600;
  }
}
/* line 139, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #inner-header {
  display: block;
}
/* line 143, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation {
  float: right;
  margin: 0 50px 0 0;
  position: relative;
}
/* line 148, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li {
  padding: 10px 20px;
}
/* line 151, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li > a {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  padding: 1px 0px;
}
/* line 157, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li > a:focus, .lt-ie9 header.wp #menu-main-navigation > li > a:hover {
  text-decoration: none;
  color: #008c00;
}
/* line 164, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li .sub-menu {
  padding-top: 20px;
}
/* line 168, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li .sub-menu > li > a {
  background: #e6e6e6;
  border-top: 1px solid #bbb;
  border-bottom: none;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  width: 150px;
}
/* line 178, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li .sub-menu > li > a:focus, .lt-ie9 header.wp #menu-main-navigation > li .sub-menu > li > a:hover {
  text-decoration: none;
}
/* line 184, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li .sub-menu > li:first-child > a {
  border-top: 0;
}
/* line 191, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li:first-child {
  padding-left: 0;
}
/* line 195, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li:last-child {
  padding-right: 0;
}
/* line 198, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li:last-child > a {
  border-right: 0;
  padding-right: 0;
}
/* line 202, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li:last-child .sub-menu {
  margin-left: 0;
  right: 0px;
  left: inherit;
}
/* line 208, ../scss/header/option-1/_nav.scss */
.lt-ie9 header.wp #menu-main-navigation > li.current-menu-item, .lt-ie9 header.wp #menu-main-navigation > li.current_page_ancestor {
  font-weight: 600;
}

/************************
BANNER SECTION VARIABLES
************************/
/* line 1, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form {
  background: #fff;
  padding: 20px 0 40px;
  position: relative;
  clear: both;
}
/* line 8, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .home-page-modal-content h4 {
  margin: 0 0 10px 0;
}
/* line 28, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .home-page-modal-content.hide {
  display: none;
}
/* line 48, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-info {
  background: #3b3c3c;
  margin: 50px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 20px;
  border-right: 0;
  border-bottom: 15px solid #272828;
  padding: 10px;
  text-align: right;
  font-weight: bold;
  width: 96%;
  margin-left: 1.5%;
  color: #fff;
}
/* line 64, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-info h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
/* line 70, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-info p {
  line-height: 25px;
  font-weight: 400;
  margin: 2px 0 0;
  color: #e6e6e6;
  font-size: 13px;
}
/* line 79, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg {
  background: #fff;
  margin: 0;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 7px;
}
/* line 86, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg h2 {
  color: #025fb2;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
/* line 95, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row {
  width: 100%;
  display: inline-block;
  line-height: 15px;
}
/* line 100, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[name="text-353"] {
  font-weight: 600;
  margin-right: 0;
}
/* line 126, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input#reg-check {
  display: none;
}
/* line 147, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"]:hover {
  background: #e3e3e3;
}
/* line 163, ../../../ed-template-4/library/scss/banner/_banner-static-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: #008c00;
  display: none;
  transition: all .2s linear;
}
/* line 174, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text br {
  display: none;
}
/* line 186, ../../../ed-template-4/library/scss/banner/_banner-static-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, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row a.disclaimer:hover {
  color: #025fb2;
}
/* line 199, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
.wp #approved-form .form-bg .home-page-form .form-row input.submit {
  display: block;
  margin: 25px auto 0 auto;
  position: relative;
  background: #008c00;
  color: #fff;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  outline: none;
  border-top: 1px solid #89b4db;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #1269b7;
  -webkit-box-shadow: 0px 5px 0px 0px #02559f;
  -moz-box-shadow: 0px 5px 0px 0px #02559f;
  box-shadow: 0px 5px 0px 0px #02559f;
}
/* line 217, ../../../ed-template-4/library/scss/banner/_banner-static-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 229, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-info {
    width: 80%;
    margin-left: 10%;
  }
  /* line 235, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48%;
  }
  /* line 239, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
    max-width: 100%;
    padding-top: 8px;
  }
  /* line 244, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) {
  /* line 252, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form {
    padding: 0px;
  }
  /* line 255, ../../../ed-template-4/library/scss/banner/_banner-static-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 264, ../../../ed-template-4/library/scss/banner/_banner-static-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 272, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg h2 {
    font-size: 46px;
    margin: 20px 0;
  }
  /* line 279, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 49%;
  }
  /* line 283, ../../../ed-template-4/library/scss/banner/_banner-static-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 293, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form {
    padding: 30px;
  }
  /* line 296, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-info {
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 115px;
    border-right: 15px solid #272828;
    border-bottom: 0;
    padding-right: 30px;
    text-align: right;
    width: 36%;
    margin-left: 0;
  }
  /* line 309, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg {
    width: 64%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  /* line 317, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48.95%;
  }
  /* line 321, ../../../ed-template-4/library/scss/banner/_banner-static-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 328, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
    padding-top: 2px;
  }
  /* line 331, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text br {
    display: block;
  }
  /* line 336, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
    margin-left: 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 343, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form {
    padding: 60px 0;
  }
  /* line 346, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .wrap {
    padding: 0 50px;
  }
  /* line 350, ../../../ed-template-4/library/scss/banner/_banner-static-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 364, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-info h3 {
    font-size: 32px;
  }
  /* line 368, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-info p {
    font-size: 16px;
  }
  /* line 373, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg {
    width: 55%;
    margin-bottom: 0;
  }

  /* line 380, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
    width: 48.9%;
  }
  /* line 384, ../../../ed-template-4/library/scss/banner/_banner-static-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 391, ../../../ed-template-4/library/scss/banner/_banner-static-form.scss */
  .wp #approved-form .form-bg .home-page-form .form-row input[type="email"] {
    margin-bottom: 30px;
  }
}
/* line 2, ../scss/banner/_banner-base-overrides.scss */
.wp .banner-content img {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* line 1, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form {
  font-family: "Montserrat", sans-serif;
  background: #f7f7f7;
}
/* line 5, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-info {
  background: #49cb51;
  border-bottom: 15px solid #1ba923;
}
/* line 9, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-info p {
  color: #fff;
}
/* line 14, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg {
  background: #3a3a3a;
  border-radius: 4px;
}
/* line 18, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg h2 {
  color: #fff;
}
/* line 24, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"],
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"],
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"] {
  border-radius: 0;
  border: 3px solid #898989;
  color: #343940;
  font-weight: 500;
}
/* line 32, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"]::-webkit-input-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"]::-webkit-input-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343940;
}
/* line 36, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"]::-moz-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"]::-moz-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #343940;
}
/* line 40, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"]:-ms-input-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"]:-ms-input-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #343940;
}
/* line 44, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input[type="text"]:-moz-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="email"]:-moz-placeholder,
.wp #approved-form .form-bg .home-page-form .form-row input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #343940;
}
/* line 49, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text,
.wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
  color: #fff;
}
/* line 54, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row a.disclaimer:hover {
  color: #008c00;
}
/* line 58, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"],
.wp #approved-form .form-bg .home-page-form .form-row label[for*="reg-check"]:hover {
  background: #fff;
  border: 3px solid #898989;
}
/* line 64, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .form-bg .home-page-form .form-row input.submit {
  font-weight: 400;
  border-top: 1px solid #49cb51;
  background: #49cb51;
  border-bottom: 1px solid #1ba923;
  -webkit-box-shadow: 0px 5px 0px 0px #1ba923;
  -moz-box-shadow: 0px 5px 0px 0px #1ba923;
  box-shadow: 0px 5px 0px 0px #1ba923;
}
/* line 77, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 2px solid red;
}

@media all and (min-width: 480px) {
  /* line 86, ../scss/banner/_banner-form-overrides.scss */
  .wp #approved-form .form-info {
    padding: 10px 80px 10px 10px;
  }
}
@media all and (min-width: 767px) {
  /* line 94, ../scss/banner/_banner-form-overrides.scss */
  .wp #approved-form .form-info {
    padding: 10px;
  }
}
@media all and (min-width: 992px) {
  /* line 102, ../scss/banner/_banner-form-overrides.scss */
  .wp #approved-form {
    background: #f7f7f7;
  }
  /* line 105, ../scss/banner/_banner-form-overrides.scss */
  .wp #approved-form .form-info {
    background: #49cb51;
    border-bottom: 0;
    border-right: 15px solid #1ba923;
  }
}
@media (min-width: 1030px) {
  /* line 114, ../scss/banner/_banner-form-overrides.scss */
  .wp #approved-form {
    padding: 60px 0 240px;
  }
}
/* line 120, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form {
  padding: 30px;
}
/* line 123, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-info {
  margin: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 115px;
  border-bottom: 0;
  padding-right: 30px;
  text-align: right;
  width: 36%;
  margin-left: 0;
}
/* line 135, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg {
  width: 64%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 143, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
  width: 48.95%;
}
/* line 147, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row input.submit {
  float: right;
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0;
}
/* line 154, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text {
  padding-top: 2px;
}
/* line 157, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row span.reg-check-text br {
  display: block;
}
/* line 162, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row a.disclaimer {
  margin-left: 0;
}
/* line 167, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form {
  padding: 60px 0;
}
/* line 170, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .wrap {
  padding: 0 50px;
}
/* line 174, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .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 188, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-info h3 {
  font-size: 32px;
}
/* line 192, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-info p {
  font-size: 16px;
}
/* line 197, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg {
  width: 55%;
  margin-bottom: 0;
}
/* line 204, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row input[type="text"] {
  width: 48.9%;
}
/* line 208, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row input.submit {
  float: right;
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0;
}
/* line 215, ../scss/banner/_banner-form-overrides.scss */
.lt-ie9 .wp #approved-form .form-bg .home-page-form .form-row input[type="email"] {
  margin-bottom: 30px;
}

/*Credit Application on Homepage*/
/* line 226, ../scss/banner/_banner-form-overrides.scss */
#approved-form .wrap.cf.home-application-form {
  margin: auto;
}
/* line 228, ../scss/banner/_banner-form-overrides.scss */
#approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
  height: 1030px;
  background: transparent !important;
  position: relative;
  z-index: 1;
}
/* line 234, ../scss/banner/_banner-form-overrides.scss */
#approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info {
  position: relative;
  z-index: 2;
}

/* line 239, ../scss/banner/_banner-form-overrides.scss */
.wp #approved-form {
  background: #fff !important;
}

@media (min-width: 600px) {
  /* line 243, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form {
    max-width: 800px;
  }
  /* line 245, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
    height: 920px;
  }
}
@media (min-width: 992px) {
  /* line 261, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
    width: 100%;
  }
  /* line 264, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info {
    width: 70%;
    margin-left: 15%;
    margin-top: 0px;
  }
}
@media (min-width: 1030px) {
  /* line 273, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form {
    max-width: 1170px;
  }
  /* line 275, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info {
    width: 360px;
    margin-left: 0px;
  }
  /* line 279, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
    width: calc(100% - 360px);
    padding: 0;
  }
}
@media (min-width: 1248px) {
  /* line 289, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form {
    max-width: 1520px;
  }
  /* line 291, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
    width: calc(100% - 420px);
  }
  /* line 295, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info {
    width: 420px;
  }
}
@media (min-width: 1308px) {
  /* line 303, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form:before {
    display: none;
  }

  /* line 306, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 312, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-2of3.form-bg {
    height: 650px;
    float: none;
  }
  /* line 316, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info {
    float: none;
    margin-top: 7%;
    margin-bottom: 7%;
  }
  /* line 321, ../scss/banner/_banner-form-overrides.scss */
  #approved-form .wrap.cf.home-application-form .m-all.t-all.d-1of3.form-info .form-align {
    position: absolute;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}
/**********************
GET APPROVED VARIABLES
***********************/
/**************************************
Get Approved Section
**************************************/
/* line 5, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section {
  padding: 45px 0;
}
/* line 15, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps {
  margin-bottom: 0 0 15px 0;
}
/* line 18, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li {
  position: relative;
  border: 3px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 30px 25px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 370px;
}
/* line 30, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .image-container {
  float: left;
  margin: 0 12px 0 0;
}
/* line 35, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .text-container {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
/* line 39, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .text-container h3 {
  color: #49cb51;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 7.5px 0;
}
/* line 47, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .text-container h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
/* line 56, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .text-container .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -100%;
  transition: 250ms ease all;
  background: #fff;
}
/* line 68, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li .text-container .text-overlay p {
  color: #3a3a3a;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
}
/* line 84, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li:hover .text-container .text-overlay, .wp #get-approved-section .steps .financing-steps li:focus .text-container .text-overlay {
  bottom: 0;
  top: 0;
  transition: 250ms ease all;
}
/* line 91, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .financing-steps li:last-child {
  margin-bottom: 0;
}
/* line 97, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .button {
  text-align: center;
  margin: 45px 0 0 0;
}
/* line 101, ../scss/financing-steps-section/_financing-steps-section.scss */
.wp #get-approved-section .steps .button a {
  display: inline-block;
  color: #fff;
  background: #49cb51;
  border-radius: 2px;
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
}

@media all and (min-width: 481px) {
  /* line 122, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button {
    position: relative;
  }
  /* line 125, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before, .wp #get-approved-section .steps .button:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 20%;
    top: 50%;
    background-color: #bfbfbf;
  }
  /* line 134, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before {
    left: 0;
  }
  /* line 138, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:after {
    right: 0;
  }
}
@media all and (min-width: 600px) {
  /* line 147, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section {
    padding: 75px 0;
  }
  /* line 153, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li .image-container {
    float: left;
    margin: 0 12px 0 0;
  }
  /* line 159, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li .text-container h3 {
    font-size: 24px;
  }
  /* line 163, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li .text-container h5 {
    font-size: 22px;
  }
  /* line 169, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li .text-container .text-overlay p {
    font-size: 14px;
    padding: 0 14px;
  }
  /* line 179, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before, .wp #get-approved-section .steps .button:after {
    width: 25%;
  }
}
@media all and (min-width: 768px) {
  /* line 191, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before, .wp #get-approved-section .steps .button:after {
    width: 27.5%;
  }
}
@media all and (min-width: 1030px) {
  /* line 200, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section {
    padding: 100px 0;
  }
  /* line 205, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  }
  /* line 211, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li .text-container h5 {
    font-size: 17px;
  }
  /* line 216, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li:last-child {
    margin-right: 0;
    padding: 30px 2%;
  }
  /* line 223, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button {
    margin: 70px 0 0 0;
  }
  /* line 226, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before, .wp #get-approved-section .steps .button:after {
    width: 32.5%;
  }
}
@media all and (min-width: 1240px) {
  /* line 235, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section {
    padding: 140px 0;
  }
  /* line 240, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li {
    padding: 30px 5%;
  }
  /* line 243, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .financing-steps li:last-child {
    padding: 30px 3%;
  }
  /* line 249, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button {
    margin: 100px 0 0 0;
  }
  /* line 252, ../scss/financing-steps-section/_financing-steps-section.scss */
  .wp #get-approved-section .steps .button:before, .wp #get-approved-section .steps .button:after {
    width: 37.5%;
  }
}
/* line 261, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section {
  background-image: none !important;
  padding: 100px 0;
}
/* line 267, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section .steps .financing-steps li {
  float: left;
  width: 31%;
  margin: 0 1% 0 0;
}
/* line 273, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section .steps .financing-steps li .text-container h5 {
  font-size: 17px;
}
/* line 278, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section .steps .financing-steps li:last-child {
  margin-right: 0;
  padding: 30px 2%;
}
/* line 285, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section .steps .button {
  margin: 70px 0 0 0;
}
/* line 288, ../scss/financing-steps-section/_financing-steps-section.scss */
.lt-ie9 .wp #get-approved-section .steps .button:before, .lt-ie9 .wp #get-approved-section .steps .button:after {
  width: 32.5%;
}

/*********************
FAQ SECTION VARIABLES
*********************/
/******************************************************************
FAQs Section - Home
******************************************************************/
/*Mobile Styles*/
/* line 6, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs {
  background: #f7f7f7;
  clear: both;
  text-align: center;
  padding: 40px 0;
}
/* line 12, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .wrap.cf {
  display: none;
}
/* line 16, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .wrap.cf.mobile {
  display: block;
}
/* line 20, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs h2 {
  font-size: 24px;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 29, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div {
  border-top: 2px solid #CCC;
  padding: 0;
  text-align: left;
}
/* line 34, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div:last-child {
  border-bottom: 2px solid #CCC;
}
/* line 38, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding-right: 40px;
  cursor: pointer;
  color: #3a3a3a;
}
/* line 47, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 i {
  font-size: 30px;
  position: absolute;
  top: -5px;
  right: 0;
  float: right;
  display: none;
  cursor: pointer;
  z-index: 999;
}
/* line 57, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div h4 i.up {
  display: block;
}
/* line 63, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div p {
  padding: 0;
  margin: 0 0 15px 0;
  display: none;
  text-align: justify;
  font-size: 14px;
}
/* line 70, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
.wp #faqs .mobile-faq-content .mobile-faq-div p.drop {
  display: block;
}

@media all and (min-width: 768px) {
  /* line 81, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs {
    padding: 40px 0;
  }
  /* line 84, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .wrap.cf {
    display: block;
  }
  /* line 88, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .wrap.cf.mobile {
    display: none;
  }
  /* line 92, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
  /* line 97, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .left-faqs {
    padding-right: 0;
    border-right: 2px solid #c4c4c4;
    width: 50%;
    float: left;
  }
  /* line 104, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .right-faqs {
    display: table;
    width: 50%;
    float: left;
  }
  /* line 110, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul {
    text-align: left;
  }
  /* line 113, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list {
    text-align: right;
    padding: 0 20px;
    margin: 25px 0px;
    cursor: pointer;
  }
  /* line 119, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li {
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    margin: 10px 0;
  }
  /* line 125, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li:hover {
    color: #3a3a3a;
  }
  /* line 129, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li.active-faq {
    color: #3a3a3a;
    position: relative;
  }
  /* line 134, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li.active-faq::after {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    background: #008c00;
    width: 6px;
    top: -5px;
    height: 29px;
  }
  /* line 147, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list {
    position: relative;
    margin: 0;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 154, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li {
    display: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #4b4b4f;
    line-height: 22px;
  }
  /* line 163, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    color: #202020;
    text-transform: capitalize;
  }
  /* line 172, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li.active-faq {
    display: block;
  }
  /* line 176, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li a {
    color: #000;
  }
  /* line 179, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li a:hover {
    color: #008c00;
  }
}
@media all and (min-width: 1030px) {
  /* line 192, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs {
    padding: 55px 0;
  }
  /* line 195, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list {
    padding-right: 30px;
  }
  /* line 198, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li {
    margin: 15px 0;
    font-size: 15px;
  }
  /* line 203, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.left-list li.active-faq::after {
    right: -32px;
    width: 8px;
    top: -6px;
    height: 32px;
  }
  /* line 211, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list {
    padding-left: 55px;
  }
  /* line 214, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li {
    font-size: 15px;
    line-height: 26px;
  }
  /* line 218, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs ul.right-list li strong {
    font-size: 18px;
  }
}
@media all and (min-width: 1240px) {
  /* line 231, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .left-faqs {
    width: 45%;
  }
  /* line 235, ../../../ed-template-4/library/scss/faqs/_faqs-home.scss */
  .wp #faqs .right-faqs {
    width: 55%;
  }
}
/* line 248, ../../../ed-template-4/library/scss/faqs/_faqs-home.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 251, ../../../ed-template-4/library/scss/faqs/_faqs-home.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: #008c00;
}

/******************************************************************
FAQs Section - Inner
******************************************************************/
/* line 6, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg #inner-content .hentry .faq-q-list {
  margin: 0;
  padding-left: 0;
}
/* line 10, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg #inner-content .hentry .faq-q-list li {
  list-style-type: none;
}
/* line 15, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q-list {
  font-size: 0;
}
/* line 18, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
}
/* line 25, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q-list a {
  display: block;
  background: #E6E6E6;
  padding: 8px;
  border: 1px solid #d9d9d9;
  color: #3c3c3c;
  font-weight: 300;
  font-size: 14px;
}
/* line 34, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q-list a:hover {
  cursor: pointer;
  background: #008c00;
  transition: all ease-in-out 300ms;
}
/* line 42, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q-block {
  margin-top: 10px;
}
/* line 46, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.inner-pg .faq-q {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media all and (min-width: 1240px) {
  /* line 56, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
  .wp.inner-pg .faq-q-list li {
    width: 50%;
  }
  /* line 59, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
  .wp.inner-pg .faq-q-list li:nth-child(odd) {
    padding-right: 10px;
  }
}
/*FAQ Post page*/
/* line 69, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
.wp.blog-pg.faq-details a.faq-link {
  padding: 7px 15px;
  margin: 3px 0;
  display: block;
  color: #fff;
  background: #008c00;
}

@media all and (min-width: 1030px) {
  /* line 80, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
  .wp.blog-pg.faq-details #main {
    padding-right: 35px;
  }
  /* line 84, ../../../ed-template-4/library/scss/faqs/_faqs-inner.scss */
  .wp.blog-pg.faq-details .faq-post {
    margin-top: 10px;
  }
}
/* line 2, ../scss/faqs/_faq-overrides.scss */
.wp #faqs ul.left-list li.active-faq::after {
  background-color: #49cb51;
}
/* line 6, ../scss/faqs/_faq-overrides.scss */
.wp #faqs ul.left-list li.active-faq {
  font-weight: 600;
}
/* line 10, ../scss/faqs/_faq-overrides.scss */
.wp #faqs ul.right-list li {
  font-weight: 600;
}
/* line 13, ../scss/faqs/_faq-overrides.scss */
.wp #faqs ul.right-list li strong {
  display: none;
}

/* line 19, ../scss/faqs/_faq-overrides.scss */
.wp.inner-pg .faq-q-list a {
  font-weight: 400;
}

/* line 23, ../scss/faqs/_faq-overrides.scss */
.wp.inner-pg .faq-q-list a:hover {
  color: #fff;
}

/*************************
WELCOME SECTION VARIABLES
*************************/
/******************
Welcome Section
******************/
/* line 6, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-section {
  width: 100%;
  margin: 0;
  clear: both;
  background-image: url(../images/welcome-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  padding: 45px 0;
}
/* line 17, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content {
  text-align: center;
}
/* line 20, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-title {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
/* line 24, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-title h2, .wp .welcome-content .welcome-title h1 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}
/* line 34, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text {
  padding: 55px 0 45px 0;
  border-bottom: 2px solid #fff;
  max-width: 430px;
  margin: 0 auto;
}
/* line 40, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text h2 {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 14px 0;
}
/* line 49, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin: 0;
}
/* line 58, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-bullets {
  padding: 40px 0;
  max-width: 430px;
  margin: 0 auto;
}
/* line 63, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-bullets ul {
  margin: 0;
  padding: 0;
}
/* line 67, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-bullets ul li {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 0 60px;
  list-style: none;
}
/* line 73, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-bullets ul li:before {
  content: '';
  width: 20px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 0;
  background-image: url(../images/home-check-mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 87, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-bullets ul li .text-container p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-align: left;
}
/* line 100, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text-bottom {
  margin: 0 auto;
  clear: both;
  max-width: 430px;
}
/* line 105, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text-bottom p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin: 0;
}
/* line 112, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .welcome-text-bottom p:last-child {
  margin-top: 17px;
  font-size: 16px;
  text-decoration: underline;
}
/* line 120, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .logo-sect {
  margin-top: 40px;
  text-align: center;
}
/* line 124, ../scss/welcome/_welcome-opt-1.scss */
.wp .welcome-content .logo-sect img {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
}

@media only screen and (min-width: 600px) {
  /* line 138, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-section {
    padding: 80px 0;
  }
  /* line 143, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title {
    text-align: center;
    padding-bottom: 35px;
  }
  /* line 147, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title h2, .wp .welcome-content .welcome-title h1 {
    display: inline-block;
  }
  /* line 151, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title h2 {
    padding-right: 3px;
  }
  /* line 156, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 166, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title {
    text-align: center;
  }
  /* line 169, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title h2, .wp .welcome-content .welcome-title h1 {
    font-size: 32px;
  }
  /* line 174, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text,
  .wp .welcome-content .welcome-text-bottom {
    max-width: 590px;
  }
  /* line 178, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text h2,
  .wp .welcome-content .welcome-text-bottom h2 {
    font-size: 32px;
    line-height: 32px;
  }
  /* line 183, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text p,
  .wp .welcome-content .welcome-text-bottom p {
    font-size: 16px;
  }
  /* line 190, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text-bottom p:last-child {
    font-size: 18px;
  }
  /* line 196, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets {
    max-width: 590px;
    overflow: hidden;
  }
  /* line 201, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets ul li {
    padding: 0 0 0 50px;
    width: 50%;
    float: left;
  }
  /* line 207, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets ul li .text-container p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1030px) {
  /* line 220, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-section {
    padding: 100px 0 120px 0;
  }
  /* line 225, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title {
    margin-bottom: 60px;
  }
  /* line 228, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title h2, .wp .welcome-content .welcome-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 234, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text, .wp .welcome-content .welcome-bullets {
    max-width: 425px;
    width: 50%;
  }
  /* line 239, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .pseudo-wrap {
    overflow: hidden;
    position: relative;
  }
  /* line 244, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text {
    float: left;
    border-bottom: none;
    padding: 0;
  }
  /* line 249, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text p {
    max-width: 500px;
    font-size: 14px;
  }
  /* line 255, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets {
    margin: 46px 0 0 0;
    padding: 0;
    float: right;
    position: relative;
    overflow: visible;
  }
  /* line 263, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  /* line 269, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets ul li .text-container p {
    font-size: 14px;
  }
  /* line 276, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-bullets:after {
    content: '';
    position: absolute;
    left: -18%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
  }
  /* line 287, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text-bottom {
    max-width: 100%;
    padding-top: 50px;
  }
  /* line 291, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text-bottom p {
    font-size: 14px;
  }
  /* line 298, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text-bottom p:last-child {
    font-size: 16px;
  }
  /* line 304, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .logo-sect img {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1240px) {
  /* line 313, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-section {
    padding: 140px 0 180px 0;
  }
  /* line 319, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-title h2, .wp .welcome-content .welcome-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  /* line 325, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text, .wp .welcome-content .welcome-bullets {
    max-width: 490px;
  }
  /* line 331, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text p,
  .wp .welcome-content .welcome-text-bottom p {
    font-size: 16.5px;
  }
  /* line 338, ../scss/welcome/_welcome-opt-1.scss */
  .wp .welcome-content .welcome-text-bottom p:last-child {
    font-size: 18.5px;
  }
}
/* line 349, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-section {
  padding: 100px 0 120px 0;
}
/* line 354, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-title {
  margin-bottom: 60px;
}
/* line 357, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-title h2, .lt-ie9 .wp .welcome-content .welcome-title h1 {
  font-size: 40px;
  line-height: 40px;
}
/* line 363, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text, .lt-ie9 .wp .welcome-content .welcome-bullets {
  max-width: 425px;
  width: 50%;
}
/* line 368, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .pseudo-wrap {
  overflow: hidden;
  position: relative;
}
/* line 372, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .pseudo-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 42px;
  width: 2px;
  height: 55%;
  background: #fff;
}
/* line 383, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text {
  float: left;
  border-bottom: none;
  padding: 0;
}
/* line 388, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text p {
  max-width: 500px;
  font-size: 14px;
}
/* line 394, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-bullets {
  margin: 46px 0 0 0;
  padding: 0;
  float: right;
}
/* line 400, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-bullets ul li {
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
}
/* line 406, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-bullets ul li .text-container p {
  font-size: 14px;
}
/* line 414, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text-bottom {
  max-width: 100%;
  padding-top: 50px;
}
/* line 418, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text-bottom p {
  font-size: 14px;
}
/* line 426, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-section {
  padding: 140px 0 180px 0;
}
/* line 432, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-title h2, .lt-ie9 .wp .welcome-content .welcome-title h1 {
  font-size: 50px;
  line-height: 50px;
}
/* line 438, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text, .lt-ie9 .wp .welcome-content .welcome-bullets {
  max-width: 490px;
}
/* line 444, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-content .welcome-text p,
.lt-ie9 .wp .welcome-content .welcome-text-bottom p {
  font-size: 16.5px;
}
/* line 451, ../scss/welcome/_welcome-opt-1.scss */
.lt-ie9 .wp .welcome-section {
  background-color: #434343;
  background-image: none !important;
}

/*********************
BASE VARIABLES
*********************/
/******************
Footer Section
******************/
/* line 5, ../scss/footer/option-1/_footer-base.scss */
footer.wp {
  clear: both;
  padding: 0;
}
/* line 9, ../scss/footer/option-1/_footer-base.scss */
footer.wp .top-footer {
  background-color: #49cb51;
  background-image: url(../images/footer-bg-a.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 250px;
}
/* line 17, ../scss/footer/option-1/_footer-base.scss */
footer.wp .top-footer .unit {
  max-width: 275px;
}
/* line 22, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit {
  width: 100%;
  margin-bottom: 45px;
  font-weight: 300;
}
/* line 27, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0 0 35px;
  letter-spacing: 1px;
  font-weight: 500;
}
/* line 37, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact .address {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
/* line 44, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact .address:hover {
  color: #fff;
}
/* line 49, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list {
  margin: 20px auto 0;
}
/* line 52, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li {
  line-height: normal;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: normal;
  position: relative;
  color: #fff;
  clear: both;
  display: block;
  font-family: "Open Sans", sans-serif;
}
/* line 63, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li .label,
footer.wp .unit.contact ul.contact-list li .link-text {
  font-weight: 500;
  float: left;
  white-space: nowrap;
}
/* line 70, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li .label {
  width: 25%;
}
/* line 74, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li .link-text {
  width: 75%;
}
/* line 78, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
/* line 85, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li a:hover {
  color: #fff;
}
/* line 90, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact ul.contact-list li:last-child {
  margin-bottom: 0;
}
/* line 96, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.contact.address {
  margin-bottom: 0;
}
/* line 101, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.hours {
  margin-top: 50px;
}
/* line 105, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright {
  padding: 15px 0 30px 0;
  text-align: center;
  margin-bottom: 0;
}
/* line 110, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright p.source-org.copyright {
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
/* line 119, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright p.source-org.copyright br {
  display: none;
}
/* line 123, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright p.source-org.copyright a {
  color: #fff;
}
/* line 126, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright p.source-org.copyright a:hover {
  color: #fff;
}
/* line 132, ../scss/footer/option-1/_footer-base.scss */
footer.wp .unit.copyright .edealer-logo {
  text-align: center;
  padding: 0;
}
/* line 139, ../scss/footer/option-1/_footer-base.scss */
footer.wp .logo-sect {
  margin: 20px 0;
  text-align: center;
}
/* line 143, ../scss/footer/option-1/_footer-base.scss */
footer.wp .logo-sect img {
  display: inline-block;
  margin: 0 15px 0 0;
  max-width: 50px;
}
/* line 148, ../scss/footer/option-1/_footer-base.scss */
footer.wp .logo-sect img:last-child {
  max-width: 152px;
}
/* line 155, ../scss/footer/option-1/_footer-base.scss */
footer.wp .bottom-footer {
  background-color: #1ba923;
}

@media all and (min-width: 600px) {
  /* line 162, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer {
    background-image: url(../images/footer-bg-b.png);
    padding-bottom: 80px;
  }
  /* line 168, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .unit.hours {
    margin-top: 75px;
  }
}
@media all and (min-width: 768px) {
  /* line 177, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer {
    background-image: url(../images/footer-bg-c.png);
    padding-bottom: 60px;
  }
  /* line 182, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .bottom-footer {
    padding: 23px 0;
  }
  /* line 188, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .unit.copyright p.source-org.copyright {
    float: left;
  }
  /* line 192, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .unit.copyright .edealer-logo {
    float: right;
  }
}
@media all and (min-width: 1030px) {
  /* line 202, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer {
    background-image: url(../images/footer-bg-d.png);
    padding-top: 100px;
    padding-bottom: 80px;
  }
  /* line 207, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit {
    float: left;
    margin-bottom: 0;
    width: auto;
  }
  /* line 212, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit.hours {
    margin-top: 0;
    margin-right: 35px;
  }
  /* line 217, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit.contact {
    max-width: 190px;
    margin-right: 55px;
  }
  /* line 222, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit:last-child {
    max-width: 270px;
    margin-right: 0;
  }
}
@media all and (min-width: 1240px) {
  /* line 235, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit.hours {
    margin-right: 65px;
  }
  /* line 239, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer .unit.contact {
    margin-right: 95px;
  }
}
@media all and (min-width: 1600px) {
  /* line 249, ../scss/footer/option-1/_footer-base.scss */
  footer.wp .top-footer {
    background-image: url(../images/footer-bg-e.png);
  }
}
/* line 257, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer {
  background-image: url(../images/footer-bg-d.png);
  padding-top: 100px;
  padding-bottom: 80px;
}
/* line 262, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer .unit {
  float: left;
  margin-bottom: 0;
  width: auto;
}
/* line 267, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer .unit.hours {
  margin-top: 0;
  margin-right: 35px;
}
/* line 272, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer .unit.contact {
  max-width: 190px;
  margin-right: 55px;
}
/* line 277, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer .unit:last-child {
  max-width: 270px;
  margin-right: 0;
}
/* line 286, ../scss/footer/option-1/_footer-base.scss */
.lt-ie9 footer.wp .top-footer {
  background-image: none !important;
}

/*********************************
Footer Section - Hours - Option 1
*********************************/
/* line 6, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-tool {
  max-width: 275px;
}
/* line 10, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect {
  /*Hours Grid*/
}
/* line 11, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept {
  margin: 0;
  margin-bottom: 15px;
}
/* line 15, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  float: left;
  margin-right: 25px;
  position: relative;
}
/* line 24, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:before {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  font-weight: 300;
}
/* line 32, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:first-child {
  padding-left: 0;
}
/* line 35, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:first-child:before {
  display: none;
}
/* line 41, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li.active {
  position: relative;
  font-weight: 400;
}
/* line 45, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li.active:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}
/* line 56, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:last-child {
  margin-right: 0;
}
/* line 60, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect ul.hours-dept li:hover {
  cursor: pointer;
}
/* line 66, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation {
  display: none;
}
/* line 69, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation.active {
  display: block;
}
/* line 73, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation ul {
  margin-top: 5px;
  margin-bottom: 0px;
}
/* line 78, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation li {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 84, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 2px 0;
  margin: 0;
  float: left;
  color: #fff;
  font-weight: 500;
}
/* line 94, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p.days {
  text-transform: none;
  position: relative;
  width: 55%;
}
/* line 100, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation p.hours {
  text-align: left;
  width: 45%;
}
/* line 105, ../scss/footer/option-1/_hours-tool.scss */
footer.wp .hours-sect .hours-of-operation span.mobile {
  display: none;
}

@media all and (min-width: 1030px) {
  /* line 114, ../scss/footer/option-1/_hours-tool.scss */
  footer.wp .hours-tool {
    max-width: 300px;
    float: none;
  }
}
/* line 9, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg {
  /*Content*/
}
/* line 11, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .sitemap-list ul {
  margin: 0;
}
/* line 15, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #main {
  padding-bottom: 40px;
}
/* line 19, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .titlebar-container {
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 25, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .titlebar-content h1,
.wp.inner-pg .titlebar-content h2 {
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  float: left;
  border-bottom: 1px solid #bebdbd;
  width: 100%;
  position: relative;
  color: #3e3e3e;
}
/* line 39, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .titlebar-content h1:after,
.wp.inner-pg .titlebar-content h2:after {
  content: '';
  width: 50px;
  border-bottom: 2px solid #008c00;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 51, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .breadcrumbs {
  padding: 5px 0 0;
  margin-bottom: 0px;
  float: right;
  font-size: 12px;
  color: #5c5c5c;
}
/* line 58, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .breadcrumbs a,
.wp.inner-pg .breadcrumbs span,
.wp.inner-pg .breadcrumbs span span {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px 0 9px;
  text-transform: capitalize;
}
/* line 68, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .breadcrumbs span:first-child,
.wp.inner-pg .breadcrumbs span:first-child a {
  padding-left: 0;
}
/* line 73, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .breadcrumbs span:last-child,
.wp.inner-pg .breadcrumbs span:last-child a {
  padding-right: 0;
}
/* line 79, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .titlebar {
  height: 75px;
  position: relative;
}
/* line 85, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .titlebar.default-img {
  background-image: url(../images/inner-pg-bg-766.jpg);
  background-size: cover;
  background-position: right;
}
/* line 92, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .inner-banner {
  margin-bottom: 15px;
}
/* line 95, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg .inner-banner img {
  width: 100%;
  height: auto;
}
/* line 102, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content {
  background: #fff;
  /*Page Builder Overides*/
}
/* line 105, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content table {
  width: 100%;
  border: 1px solid #BBB;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: 300;
}
/* line 112, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.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 121, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content tr {
  border-bottom: 1px solid #BBB;
}
/* line 124, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content tr:nth-child(even) {
  background-color: #E6E6E6;
}
/* line 132, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content tr.row-total {
  border-top: 2px solid #777;
}
/* line 137, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content td {
  padding: 7px;
  border-right: 1px solid #BBB;
}
/* line 141, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content td:last-child {
  border-right: 0;
}
/* line 146, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content th {
  background-color: #E6E6E6;
  border-bottom: 1px solid #BBB;
  border-right: 1px solid #BBB;
}
/* line 151, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content th:last-child {
  border-right: 0;
}
/* line 157, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel, .wp.inner-pg #inner-content .hentry {
  margin-bottom: 0px;
}
/* line 160, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel h2, .wp.inner-pg #inner-content .hentry h2 {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
/* line 167, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.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, .wp.inner-pg #inner-content .hentry h2:first-child, .wp.inner-pg #inner-content .hentry h3:first-child, .wp.inner-pg #inner-content .hentry h4:first-child {
  margin-top: 10px;
}
/* line 171, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.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, .wp.inner-pg #inner-content .hentry h2, .wp.inner-pg #inner-content .hentry h3, .wp.inner-pg #inner-content .hentry h4 {
  font-weight: 400;
  color: #3e3e3e;
  margin: 20px 0 7px;
}
/* line 177, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel p, .wp.inner-pg #inner-content .hentry p {
  color: #202020;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin: 7px auto 10px;
  font-weight: 300;
}
/* line 186, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel > p:first-child, .wp.inner-pg #inner-content .hentry > p:first-child {
  margin-top: 5px;
}
/* line 190, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel ul, .wp.inner-pg #inner-content .hentry ul {
  padding-left: 20px;
  font-size: 14px;
}
/* line 194, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel ul li, .wp.inner-pg #inner-content .hentry ul li {
  list-style: disc;
  color: #202020;
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 202, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .so-panel img, .wp.inner-pg #inner-content .hentry img {
  margin: 10px 0;
}
/* line 207, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .panel-grid {
  margin-bottom: 15px;
}
/* line 211, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg #inner-content .panel-grid-cell {
  margin-bottom: 0;
}

/* line 219, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.wp.inner-pg.full-pg #inner-content {
  margin-bottom: 35px;
}

/*Responsive Styles*/
@media all and (min-width: 481px) {
  /* line 226, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg {
    /*Title Bar*/
  }
  /* line 228, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar {
    background-position: right;
  }
}
@media all and (min-width: 768px) {
  /* line 235, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg {
    /*Title Bar*/
  }
  /* line 236, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .breadcrumbs {
    padding: 11px 0 0;
  }
  /* line 240, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg #main {
    padding-top: 20px;
  }
  /* line 245, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar-container {
    margin-bottom: 0;
  }
  /* line 249, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar-content {
    position: relative;
    border-bottom: 1px solid #bebdbd;
  }
  /* line 253, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar-content h1, .wp.inner-pg .titlebar-content h2 {
    font-size: 25px;
    border-bottom: 0;
    width: auto;
    position: static;
    padding-bottom: 12px;
  }
  /* line 263, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar.default-img {
    background-image: url(../images/inner-pg-bg.jpg);
  }
  /* line 268, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .inner-banner {
    margin-bottom: 0px;
  }
  /* line 272, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .with-sidebar #inner-content {
    padding-right: 20px;
  }
}
@media all and (min-width: 1030px) {
  /* line 279, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg {
    /*Title Bar*/
    /*sidebar*/
  }
  /* line 282, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar-content h1, .wp.inner-pg .titlebar-content h2 {
    font-size: 30px;
  }
  /* line 288, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .sidebar.d-2of7 {
    width: 21%;
  }
}
@media all and (min-width: 1030px) {
  /* line 295, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg {
    /*Title Bar*/
  }
  /* line 297, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar {
    height: 110px;
  }
  /* line 301, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar.default-img {
    background-image: url(../images/inner-pg-bg.jpg);
  }
  /* line 305, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .titlebar-content {
    margin-top: 5px;
  }
  /* line 309, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg #content.inner-bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #fff;
    padding-bottom: 40px;
  }
  /* line 317, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
  .wp.inner-pg .with-sidebar #inner-content {
    padding: 0px 30px 0 0;
  }
}
/*IE 8 Styles*/
/* line 327, ../../../ed-template-4/library/scss/inner-pages/standard-pg/_inner-pg-base.scss */
.lt-ie9 .wp.inner-pg .content {
  padding-top: 25px !important;
}

/* line 6, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta > div {
  background-color: #23B743;
  margin-bottom: 15px;
}
/* line 10, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta > div:hover {
  background-color: #1fa23b;
}
/* line 15, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta a.cta-link {
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  display: block;
  height: 90px;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding: 0;
}
/* line 27, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .cta-text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
/* line 36, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .cta-text {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
}
/* line 43, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta span.subt-title {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0px 0;
  font-style: italic;
}
/* line 52, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .cta-icon .cta-text {
  padding-left: 75px;
}
/* line 58, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .arrow a.cta-link:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  right: 15px;
  background-image: url("../images/cta-arrow-white.png");
  top: 35px;
}
/* line 69, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .arrow .cta-text-container {
  text-align: left;
}
/* line 73, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .arrow .cta-text {
  padding-right: 45px;
  padding-left: 15px;
}
/* line 80, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta .arrow.cta-icon .cta-text {
  padding-right: 45px;
  padding-left: 75px;
}
/* line 86, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .cta i {
  margin-right: 10px;
  font-size: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 101, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .sidebar .cta > div {
  margin-bottom: 0px;
}
/* line 111, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.wp.inner-pg .vertical-ctas {
  margin-top: 25px;
  margin-bottom: 0 !important;
}

@media all and (min-width: 767px) {
  /* line 121, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .cta > div {
    margin-bottom: 0;
  }
  /* line 126, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .cta .cta-icon .cta-text-container {
    text-align: left;
  }
  /* line 135, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .sidebar .cta a.cta-link {
    height: 75px;
  }
  /* line 139, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .sidebar .cta .cta-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 146, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .sidebar .cta span.subt-title {
    font-size: 11px;
    line-height: normal;
    font-weight: 300;
  }
  /* line 153, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .sidebar .cta .arrow a.cta-link:after {
    top: 28px;
  }
  /* line 158, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .sidebar .cta:last-child {
    margin-bottom: 0;
  }
  /* line 166, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
  .wp.inner-pg .stacked-ctas .cta > div {
    margin-bottom: 20px;
  }
}
/*IE 8 Styles*/
/* line 176, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.lt-ie9 .wp.inner-pg .cta-text {
  top: 25%;
}
/* line 179, ../../../ed-template-4/library/scss/inner-pages/ctas/_cta-inner-pg-base.scss */
.lt-ie9 .wp.inner-pg .widget_cta-widget i {
  top: -10px;
}

/******************************************************************
Sidebar Section - Theme 1 - Option 2 - Fixed Width (Standard)
******************************************************************/
/*Base*/
/* line 5, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
.wp .sidebar {
  padding: 0px;
}
/* line 8, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
.wp .sidebar h2 {
  font-size: 17px;
  color: #747474;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 19, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
.wp .sidebar .metaslider {
  display: none;
}

/* line 24, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
.wp .sidebar .follow-sidebar > div {
  margin-bottom: 10px;
  clear: both;
}

/*Responsive Styles*/
@media all and (min-width: 768px) {
  /* line 34, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp .sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 38, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp .sidebar h2 {
    margin: 0;
  }
  /* line 43, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp .sidebar .metaslider {
    display: block;
  }

  /* line 49, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  #content #inner-content.with-sidebar.wrap .titlebar-content.wrap {
    padding: 0;
  }

  /* line 55, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar {
    display: table;
    height: 100%;
  }
  /* line 59, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar .content-table {
    display: table;
    width: 100%;
  }
  /* line 64, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar .content-row {
    display: table-row;
    width: 100%;
  }
  /* line 69, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar #main {
    float: none;
    display: table-cell;
    background-color: #fff;
    vertical-align: top;
    width: 100%;
  }
  /* line 77, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar .sidebar {
    float: none;
    display: table-cell;
    position: static;
    vertical-align: top;
    background-color: #fff;
    min-width: 230px;
  }
  /* line 86, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .wp #inner-content.with-sidebar .sidebar-bg {
    padding: 8px;
  }

  /* line 91, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .dupilicate-sidebar-item {
    width: 100%;
    display: block;
  }

  /* line 96, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-base.scss */
  .hide-on-mobile {
    display: block;
  }
}
/******************************************************************
Sidebar Section - Theme 1 - Option 2 - Fixed Width (Standard)
******************************************************************/
/*Base*/
/* line 11, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar {
  /*hours-custom accordion*/
}
/* line 12, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title {
  display: block;
  background: #747474;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  position: relative;
  outline: none;
  border-bottom: 1px solid #676767;
}
/* line 25, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title i {
  position: absolute;
  right: 16px;
  font-size: 14px;
  color: #fff;
  top: 15px;
  cursor: pointer;
}
/* line 34, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title i.icon-minus {
  display: none;
}
/* line 38, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title.ui-state-active {
  background-color: #3c3c3c;
}
/* line 44, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title:hover {
  outline: none;
}
/* line 48, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title.ui-accordion-header-active {
  margin-bottom: 0;
}
/* line 51, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title.ui-accordion-header-active i.icon-plus {
  display: none;
}
/* line 55, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .acc-title.ui-accordion-header-active i.icon-minus {
  display: block;
}
/* line 61, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-tool {
  display: none;
}
/* line 64, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-tool h2 {
  display: none;
}
/* line 67, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-dept {
  display: none;
}
/* line 70, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-of-operation ul {
  background: #ededed;
  padding: 15px;
  margin: 0;
}
/* line 75, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-of-operation ul li {
  margin-bottom: 7px;
  font-size: 13px;
  color: #252525;
}
/* line 80, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-of-operation ul li:last-child {
  margin-bottom: 0;
}
/* line 85, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-of-operation ul p.days {
  font-weight: 500;
  margin: 0;
}
/* line 90, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
.wp .sidebar .hours-of-operation ul p.hours {
  margin: 0;
}

@media all and (min-width: 767px) {
  /* line 98, ../../../ed-template-4/library/scss/inner-pages/sidebar/_sidebar-accordion.scss */
  .wp .sidebar .hours-tool {
    display: block;
  }
}
/******************************************************************
Contact Page - Theme 1 - Option 1
******************************************************************/
/** Variables */
/* line 10, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
.wp .contact-pg h2 {
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  margin: 10px 0;
}
/* line 17, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
.wp .contact-pg .contact-panel {
  display: none;
}
/* line 21, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
.wp .contact-pg .ed-contact-form {
  margin-bottom: 25px;
}
/* line 25, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
.wp .contact-pg .contact-sidebar {
  display: none;
}

@media all and (min-width: 600px) {
  /* line 32, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg h2 {
    font-size: 20px;
  }
}
@media all and (min-width: 767px) {
  /* line 39, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg {
    padding-top: 20px;
  }
  /* line 42, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel {
    display: block;
  }
  /* line 46, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit {
    width: 50%;
    float: left;
  }
  /* line 50, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(1) {
    padding-right: 15px;
  }
  /* line 53, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(2) {
    padding-left: 15px;
  }
  /* line 57, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel {
    background-color: #E6E6E6;
    padding: 20px;
  }
  /* line 61, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel h2 {
    margin: 0 0 10px;
    color: #272727;
  }
  /* line 66, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list {
    margin: 0 0 15px 20px;
  }
  /* line 69, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list li {
    position: relative;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 400;
  }
  /* line 75, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list li label {
    margin-right: 10px;
  }
  /* line 80, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list i {
    position: absolute;
    left: -23px;
    font-size: 20px;
    top: 0px;
  }
  /* line 87, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list i.icon-contact-icons-08 {
    font-size: 23px;
    top: -3px;
    left: -24px;
  }
  /* line 93, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list a {
    color: #3b3c3c;
    font-size: 14px;
    display: inline-block;
  }
  /* line 99, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list .address {
    margin-top: 20px;
  }
  /* line 102, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .contact-list .address a.button {
    display: inline-block;
    background-color: #008c00;
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 9px 0 5px 10px;
  }
  /* line 116, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-panel .iframe-map {
    margin: 0 -19px 20px;
  }
}
@media all and (min-width: 1030px) {
  /* line 124, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg {
    position: relative;
    width: 100%;
  }
  /* line 136, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit {
    width: 100%;
    float: none;
  }
  /* line 141, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(1) {
    padding-right: 0;
  }
  /* line 145, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .sect-group > .unit:nth-child(2) {
    padding-left: 0;
  }
  /* line 149, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .ed-contact-form {
    margin-bottom: 35px;
  }
  /* line 153, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-content .contact-panel {
    display: none;
  }
  /* line 157, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-sidebar {
    display: block;
  }

  /* line 163, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg {
    display: table;
    height: 100%;
  }
  /* line 167, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg .content-table {
    display: table;
    width: 100%;
  }
  /* line 172, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg .content-row {
    display: table-row;
    width: 100%;
  }
  /* line 177, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg .contact-content {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-right: 25px;
  }
  /* line 185, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg .contact-sidebar {
    float: none;
    display: table-cell;
    position: static;
    vertical-align: top;
    min-width: 287px;
    margin-bottom: 15px;
  }
  /* line 194, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .contact-pg .contact-list .address br {
    display: block;
  }
}
@media all and (min-width: 1240px) {
  /* line 202, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_contact-pg-base.scss */
  .wp .contact-pg .contact-sidebar {
    float: none;
    display: table-cell;
    position: static;
    vertical-align: top;
    min-width: 360px;
    margin-bottom: 15px;
  }
}
/* line 2, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
.contact-pg .logo-sect {
  margin: 20px 0;
  text-align: center;
}
/* line 6, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
.contact-pg .logo-sect img {
  display: inline-block;
  margin: 0 15px;
  max-width: 400px;
}

@media all and (min-width: 1030px) {
  /* line 16, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
  .contact-pg .content-container {
    position: relative;
  }
  /* line 20, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
  .contact-pg .content-sect {
    padding-right: 354px;
  }
  /* line 22, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
  .contact-pg .content-sect p {
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    text-align: justify;
  }
  /* line 30, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
  .contact-pg .logo-sect {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 354px;
    text-align: center;
  }
  /* line 38, ../scss/inner-pages/contact-pg/_contact-pg-overides.scss */
  .contact-pg .logo-sect img {
    display: block;
    margin: 0 auto 15px;
  }
}
/******************************************************************
Hours Tool - Theme 1 - Innerpage
******************************************************************/
/* line 8, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg {
  /*2 dept*/
  /*Hours Grid*/
}
/* line 11, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept {
  margin: 0px;
}
/* line 14, ../../../ed-template-4/library/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: 600;
  margin-bottom: 0;
}
/* line 23, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept li:hover {
  cursor: pointer;
}
/* line 27, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg ul.hours-dept li.active {
  background-color: #f7f7f7;
}
/* line 33, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation {
  background-color: #f7f7f7;
  width: 100%;
  display: none;
}
/* line 38, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation.active {
  display: block;
}
/* line 42, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation ul {
  margin: 0;
}
/* line 46, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation li {
  width: 100%;
  padding: 5px 10px;
}
/* line 51, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation li:nth-child(even) {
  background-color: #edeeee;
}
/* line 55, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  color: #323232;
}
/* line 62, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p.days {
  display: inline-block;
  float: left;
}
/* line 67, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_hours-tool.scss */
.wp .contact-pg .hours-of-operation p.hours {
  display: inline-block;
  float: right;
}

@media all and (min-width: 1240px) {
  /* line 77, ../../../ed-template-4/library/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 9, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe {
  position: relative;
  background-color: #008c00;
  padding: 15px 10px;
  margin: -8px;
}
/* line 15, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 0 0;
}
/* line 23, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe p.help-txt {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #fff;
}
/* line 31, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form input {
  height: 30px;
  border-radius: 0px;
  line-height: normal;
  margin: 0 auto 15px;
  background-color: #fff;
}
/* line 39, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_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: 500;
  font-size: 14px;
  background-color: #ededed;
}
/* line 53, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form p {
  margin: 0;
}
/* line 57, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .ajax-loader {
  display: none;
}
/* line 61, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox {
  max-width: 380px;
  margin: 5px auto 10px;
  clear: both;
}
/* line 66, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox input[type="checkbox"] {
  float: left;
  background-color: #fff;
  margin: 0;
}
/* line 72, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox label {
  display: none;
}
/* line 76, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .wpcf7-list-item-label {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 2.45;
}
/* line 83, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .wpcf7-form-control-wrap {
  float: left;
  margin-right: 10px;
}
/* line 88, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe form .checkbox .disclaimer {
  float: left;
  font-size: 12px;
  color: #fff;
  width: auto;
  margin-top: 5px;
  text-decoration: underline;
  font-weight: 300;
}
/* line 101, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
.wp .subscribe span.wpcf7-not-valid-tip {
  color: #000;
}
/* line 104, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_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 112, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe {
    padding: 20px;
    margin: 0;
  }
  /* line 116, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 22px;
    margin-top: 3px;
  }
  /* line 121, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 17px;
  }
  /* line 125, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
  }
  /* line 128, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    padding-right: 118px;
  }
  /* line 134, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form input {
    margin: 0;
    max-width: none;
  }
  /* line 139, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 145, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox {
    margin: 0;
  }
  /* line 148, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox .wpcf7-form-control-wrap {
    width: auto;
    padding-right: 0;
  }
}
@media all and (min-width: 767px) {
  /* line 160, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 18px;
  }
  /* line 164, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 13px;
  }
  /* line 168, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
  }
  /* line 171, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  /* line 177, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: static;
    float: right;
    margin-top: 5px;
  }
}
@media all and (min-width: 1030px) {
  /* line 187, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe {
    padding: 13px;
  }
  /* line 190, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe h2 {
    font-size: 19px;
  }
  /* line 194, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe p.help-txt {
    font-size: 16px;
  }
  /* line 198, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
  }
  /* line 203, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .wpcf7-form-control-wrap {
    width: 100%;
    padding-right: 118px;
  }
  /* line 208, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form input[type="submit"] {
    position: absolute;
    margin-top: 0;
  }
  /* line 213, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_newsletter-subscribe.scss */
  .wp .subscribe form .checkbox {
    margin: 5px auto 10px;
  }
}
/******************************************************************
CTAS Section - Theme 1 - Option 1
******************************************************************/
/*Base Styles CTAs*/
/* line 9, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 13, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .no-content h3 {
  font-weight: 300;
}
/* line 17, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .unit-container {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* line 24, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .date-box {
  background-color: #3b3c3c;
  padding: 10px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 3px;
  z-index: 9;
}
/* line 33, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .date-box .month, .wp .event-feed .date-box .day {
  font-weight: 700;
  color: #fff;
}
/* line 38, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .date-box .month {
  position: absolute;
  top: 2px;
  font-size: 17px;
  left: 13px;
}
/* line 45, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .date-box .day {
  position: absolute;
  bottom: -1px;
  font-size: 27px;
  left: 11px;
}
/* line 52, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .date-box .fb-share-button {
  position: absolute;
  bottom: -24px;
  left: 0;
}
/* line 58, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box {
  width: 100%;
  padding-left: 70px;
  position: relative;
}
/* line 63, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: normal;
}
/* line 69, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box h3 a {
  color: #3b3c3c;
}
/* line 74, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box p {
  font-size: 13px;
  margin: 5px 0;
}
/* line 79, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box a.read-more {
  color: #008c00;
  font-size: 12px;
  font-weight: 700;
}
/* line 85, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
.wp .event-feed .info-box .end-date {
  font-size: 11px;
  padding: 3px 5px;
  color: #3B3C3C;
  background-color: #E7E7E7;
  width: 94px;
  margin-right: 5px;
}

@media all and (min-width: 600px) {
  /* line 99, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit {
    width: 50%;
    float: left;
  }
  /* line 104, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit-container {
    border-bottom: 0px;
    margin-bottom: 15px;
    padding: 10px 20px 0 0;
    min-height: 200px;
  }
  /* line 111, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container {
    padding-left: 10px;
    border-right: 0;
    padding-right: 0;
  }
  /* line 116, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container .info-box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e7e7e7;
    left: -20px;
    top: 0;
  }
  /* line 127, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .date-box {
    top: 14px;
  }
}
@media all and (min-width: 650px) {
  /* line 136, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit-container {
    min-height: 158px;
  }
}
@media all and (min-width: 767px) {
  /* line 144, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit {
    width: 100%;
    float: left;
  }
  /* line 148, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit-container {
    border-bottom: 1px solid #e7e7e7;
    min-height: 0;
    padding: 10px 0px 20px 0;
  }
  /* line 153, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container {
    padding-left: 0px;
  }
  /* line 156, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container .info-box:before {
    display: none;
  }
}
@media all and (min-width: 1030px) {
  /* line 165, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  /* line 172, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit-container {
    border-bottom: 0;
    min-height: 0;
    padding: 10px 0px 20px 0;
  }
  /* line 178, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(odd) {
    padding-right: 15px;
  }
  /* line 182, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container {
    padding-left: 10px;
  }
  /* line 185, ../../../ed-template-4/library/scss/inner-pages/contact-pg/_event-feed.scss */
  .wp .event-feed .unit:nth-child(2n) .unit-container .info-box:before {
    display: block;
  }
}
/******************************************************************
Meet the Team - Option 2
******************************************************************/
/*Page Overides*/
/* line 9, ../scss/team-pg/opt-2/_team-base.scss */
.wp #inner-content #main .meet-the-team ul {
  padding-left: initial;
}
/* line 12, ../scss/team-pg/opt-2/_team-base.scss */
.wp #inner-content #main .meet-the-team ul li {
  list-style: none;
}

/* line 17, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team {
  /*Department Selector*/
  /*Member*/
  /*Member Grid*/
}
/* line 19, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt {
  margin: 0 0 40px;
  border-bottom: 1px solid #777777;
}
/* line 23, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt i {
  display: none !important;
}
/* line 27, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt li {
  display: none;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 36, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt li.active {
  display: block !important;
}
/* line 39, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt li.active a {
  color: #008c00;
}
/* line 44, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt li a {
  padding-right: 5px;
  color: #777777;
}
/* line 48, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt li a:hover, .wp .meet-the-team ul.tab-heads-mtt li a:focus {
  outline: 0;
}
/* line 56, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown li.active:after {
  content: "";
  position: absolute;
  bottom: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #008c00;
}
/* line 68, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team ul.tab-heads-mtt.dropdown.open li.active:after {
  display: none;
}
/* line 78, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box {
  margin-bottom: 40px;
}
/* line 81, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box img {
  width: 100%;
  height: auto;
}
/* line 86, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .description, .wp .meet-the-team .box .info, .wp .meet-the-team .box .contact a {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
/* line 92, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .name {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
/* line 98, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .title {
  font-weight: 400;
  font-size: 20px;
  color: #777777;
}
/* line 104, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .description {
  font-size: 14px;
  margin: 10px 0;
  line-height: normal;
}
/* line 109, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .description .full {
  display: none;
}
/* line 113, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .description .teaser {
  display: inline;
}
/* line 118, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .description .read-more-trigger:hover, .wp .meet-the-team .box .description .read-more-trigger:focus {
  outline: none;
}
/* line 124, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .info {
  border-bottom: 1px solid #777777;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 130, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .contact {
  font-size: 0;
}
/* line 133, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .contact li {
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 14px;
}
/* line 140, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .contact li:last-child {
  margin-right: 0;
}
/* line 145, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .contact a {
  position: relative;
  padding-left: 20px;
}
/* line 150, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .box .contact i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
}
/* line 161, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .tab-content-mtt .mtt-tab {
  display: none;
}
/* line 165, ../scss/team-pg/opt-2/_team-base.scss */
.wp .meet-the-team .tab-content-mtt .mtt-tab.active {
  display: block;
}

@media all and (min-width: 600px) {
  /* line 172, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team {
    /*Member*/
  }
  /* line 174, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  /* line 184, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .img-sect {
    width: 100%;
    max-width: 190px;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
  }
  /* line 191, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .img-sect img {
    margin: 0;
  }
  /* line 196, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .details-sect {
    flex-grow: 2;
    flex-shrink: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    -ms-flex-negative: 2;
    width: 100%;
    padding-left: 30px;
  }
}
@media all and (min-width: 767px) {
  /* line 210, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team {
    /*Department Selector*/
    /*Member*/
  }
  /* line 212, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team ul.tab-heads-mtt {
    margin: 0 0 60px;
  }
  /* line 215, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team ul.tab-heads-mtt li.active, .wp .meet-the-team ul.tab-heads-mtt li {
    display: inline-block !important;
  }
  /* line 220, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team ul.tab-heads-mtt li a {
    padding-right: 30px;
  }
  /* line 227, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box {
    margin-bottom: 60px;
  }
  /* line 230, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box.has-bio {
    align-items: stretch;
  }
  /* line 234, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .img-sect {
    max-width: 255px;
  }
  /* line 238, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .name, .wp .meet-the-team .box .title {
    display: inline-block;
    vertical-align: top;
  }
  /* line 243, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .name {
    padding-right: 3px;
  }
  /* line 247, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .details-sect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  /* line 260, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media all and (min-width: 1800px) {
  /* line 272, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .member-list {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 277, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box-container {
    display: flex;
    width: 50%;
  }
  /* line 281, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box-container:nth-child(even) {
    padding-left: 30px;
  }
  /* line 285, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box-container:nth-child(odd) {
    padding-right: 30px;
  }
  /* line 290, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box-container.set-height .info {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  /* line 299, ../scss/team-pg/opt-2/_team-base.scss */
  .wp .meet-the-team .box {
    width: 100%;
  }
}
/******************************************************************
Blog Post - Theme 2 - Option 1
******************************************************************/
/** Variables */
/* line 12, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details #main {
  padding-bottom: 0;
}
/* line 16, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .entry-content {
  padding: 0;
  clear: both;
}
/* line 20, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .entry-content .content-container {
  background-color: #f7f7f7;
  padding: 10px;
}
/* line 24, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .entry-content .content-container h1 {
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0px 15px;
  font-weight: 400;
  color: #282828;
  text-transform: capitalize;
}
/* line 33, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .entry-content .content-container p {
  color: #282828;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
/* line 40, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .entry-content .content-container ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 13px;
  color: #282828;
  font-weight: 300;
}
/* line 50, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details #inner-content .hentry .feat-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/* line 56, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .post-details {
  border-top: 1px solid #bebdbd;
  padding-top: 5px;
  margin-top: 25px;
}
/* line 62, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-box {
  overflow: hidden;
}
/* line 67, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-box .categories ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
/* line 72, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-box .categories ul li {
  display: inline-block;
  margin: 10px 0 0 0;
  width: auto;
}
/* line 78, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-box .categories ul a {
  display: block;
  text-align: center;
  padding: 6px 10px;
  color: #fff;
  background-color: #bebdbd;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}
/* line 88, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-box .categories ul a:hover {
  background: #008c00;
  transition: ease-in-out 500ms;
  color: #fff;
}
/* line 97, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .date-actual {
  margin: 15px 15px 10px 0 !important;
  padding: 0;
  float: left;
}
/* line 103, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .event-marker {
  float: right;
  margin: 10px 0 0 0;
  background-color: #bebdbd;
  color: #f7f7f7;
  padding: 4px 10px;
}
/* line 111, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .share-bar {
  clear: both;
  margin-bottom: 10px;
  padding: 5px 0px;
}
/* line 116, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .share-bar .sub-title {
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px !important;
}
/* line 124, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation {
  overflow: hidden;
  margin: 40px 0 15px;
}
/* line 128, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation a {
  font-weight: 400;
  color: #0089cf;
  position: relative;
}
/* line 134, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation i {
  position: absolute;
  font-size: 30px;
  top: -2px;
}
/* line 141, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation a[rel="prev"] {
  float: left;
  padding-left: 30px;
}
/* line 145, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation a[rel="prev"] i {
  left: 0;
}
/* line 150, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation a[rel="next"] {
  padding-right: 30px;
  float: right;
}
/* line 154, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
.wp.blog-details .blog-navigation a[rel="next"] i {
  right: 0;
}

@media all and (min-width: 767px) {
  /* line 164, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg #main {
    padding-right: 25px;
  }
  /* line 168, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .title-holder .breadcrumbs {
    position: relative;
    top: auto;
    right: auto;
    font-size: 14px;
  }
  /* line 175, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .blog-navigation {
    margin: 35px 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 184, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg #main {
    padding-right: 65px;
  }
  /* line 189, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .entry-content .content-container {
    overflow: hidden;
  }
  /* line 192, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .entry-content .content-container h1 {
    font-size: 24px;
  }
  /* line 199, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .date-box .categories {
    float: left;
    width: auto;
    clear: none;
  }
  /* line 204, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .date-box .categories ul li {
    clear: none;
    margin-right: 0;
    margin-left: 10px;
  }
  /* line 211, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .event-marker {
    float: left;
    margin-left: 10px;
  }
  /* line 216, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .post-details {
    padding-top: 10px;
    margin-top: 30px;
  }
  /* line 221, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .share-bar {
    float: right;
    clear: none;
    margin-bottom: 0;
    padding: 12px 0 8px 15px;
  }
  /* line 228, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-details.scss */
  .wp.blog-pg .date-box {
    float: left;
  }
}
/******************************************************************
blog Page - Theme 2 - Option 1
******************************************************************/
/** Variables */
/* line 12, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing {
  padding: 0 0px 20px;
  background: #fff;
  clear: both;
}
/* line 17, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing #main {
  padding-bottom: 30px;
}
/* line 21, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing .unit-group {
  padding: 0 10px;
}
/* line 25, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing .post-pull .unit {
  margin-bottom: 50px;
  padding: 0;
}
/* line 29, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing .post-pull .unit .unit-bg {
  background-color: #F7F7F7;
}
/* line 34, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing #blogPaging {
  clear: both;
  float: right;
  font-size: 16px;
}
/* line 39, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing #blogPaging .page-numbers {
  color: #0089CF;
  padding: 5px 10px;
  border: 1px solid #0089CF;
}
/* line 44, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.wp.blog-pg.blog-listing #blogPaging .page-numbers.current {
  background-color: #0089CF;
  color: #fff;
}

@media all and (min-width: 600px) {
  /* line 56, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .unit-container {
    max-width: 467px;
  }
  /* line 60, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .post-title {
    padding: 20px 15px 12.5px 15px;
  }
  /* line 65, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .date,
  .wp.blog-pg.blog-listing .post-pull .unit .category-link {
    margin-top: 30px;
  }
}
@media all and (min-width: 767px) {
  /* line 75, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .unit-container {
    max-width: none;
  }
}
@media all and (min-width: 1030px) {
  /* line 84, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .d5of7 {
    padding-right: 0;
  }
  /* line 88, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .content {
    font-size: 0;
    padding-right: 0;
  }
  /* line 93, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  /* line 98, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit:nth-child(even) .unit-container {
    padding-left: 7px;
  }
  /* line 102, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit:nth-child(odd) .unit-container {
    padding-right: 7px;
  }
  /* line 106, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .title-container {
    height: 75px;
  }
  /* line 110, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
  .wp.blog-pg.blog-listing .post-pull .unit .post-title {
    position: absolute;
    top: 50%;
    line-height: 28px;
    padding: 0 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/*IE 8 Styles*/
/* line 132, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
/* line 137, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .post-excerpt p {
  height: 96px;
}
/* line 142, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit:nth-child(odd) {
  margin-right: 1.35%;
}
/* line 146, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit:nth-child(even) {
  margin-right: 0;
}
/* line 150, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .title-container {
  height: 110px;
}
/* line 154, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .title-container .post-title {
  position: relative;
  transform: none;
  top: auto;
}
/* line 160, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .read-more {
  margin-top: 25px;
  font-weight: 700;
  display: inline-block;
}
/* line 166, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .post-details .category-link {
  padding: 5px 5px;
}
/* line 170, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-listing.scss */
.lt-ie9 .wp.blog-pg.blog-listing .post-pull .unit .unit-container .post-details .date {
  padding-left: 25px;
}

/******************************************************************
Blog Sidebar - Theme 2 - Option 1 - Fixed Width (Standard)
******************************************************************/
/* line 9, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar {
  margin-bottom: 20px;
}
/* line 12, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar h2 {
  padding: 10px 0;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #4b4b4b;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 24, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar .screen-reader-text {
  display: none;
}
/* line 30, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_search .searchform label.screen-reader-text {
  display: inline-block;
  padding: 2.5px  0 20px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #3e3e3e;
}
/* line 39, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_search .searchform input[type="search"] {
  height: 30px;
  line-height: 3px;
}
/* line 45, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar ul {
  margin-top: 0;
}
/* line 49, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar ul li {
  border-bottom: none;
  text-align: left;
  padding: 5px 0;
}
/* line 55, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar ul li a {
  border-bottom: none;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
/* line 63, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar ul li a:hover {
  color: #008c00;
}
/* line 69, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive ul {
  margin: 0;
}
/* line 73, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive ul li {
  padding: 5px 0;
}
/* line 77, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive ul li a {
  border-bottom: none;
  color: #282828;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
/* line 85, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive ul li a:hover {
  color: #008c00;
}
/* line 89, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive select {
  background: #fff;
  border-bottom: 1px solid #bebdbd;
  border-radius: 0;
  background: url("../images/select-arrow-med-dark.png") no-repeat scroll 100% center #fff;
  background-position: right 0px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-user-select: none;
  padding: 0;
}
/* line 102, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_blog-sidebar.scss */
.wp .sidebar .blog-sidebar.widget_archive select::-ms-expand {
  display: none;
}

/* line 8, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit {
  margin-bottom: 30px;
  padding: 0 8px;
}
/* line 12, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .unit-container {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  display: block;
}
/* line 18, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .unit-container .unit-group {
  background-color: #fff;
}
/* line 23, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .title-container {
  position: relative;
}
/* line 28, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .post-title {
  color: #3E3E3E;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding: 15px 15px 8px;
  margin: 0;
  text-transform: uppercase;
}
/* line 39, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .post-image img {
  width: 100%;
  height: auto;
}
/* line 45, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .post-excerpt {
  padding: 0 15px;
}
/* line 48, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .post-excerpt p {
  color: #3E3E3E;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
/* line 58, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .read-more {
  font-size: 13px;
  display: block;
  margin-top: 15px;
}
/* line 63, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .read-more a {
  color: #3e3e3e;
  font-weight: 500;
  text-transform: capitalize;
}
/* line 68, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .read-more a:hover {
  color: #008fd5;
}
/* line 74, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .post-details {
  color: #008fd5;
  padding: 0px 15px 15px;
  font-size: 12px;
  font-weight: 300;
}
/* line 81, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .date {
  float: left;
  position: relative;
  padding: 6px 0 0 30px;
  margin-top: 15px;
}
/* line 87, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .date i {
  position: absolute;
  left: 0;
  font-size: 20px;
}
/* line 94, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .category-link {
  float: right;
  background-color: #008fd5;
  padding: 5px 10px;
  margin-top: 15px;
}
/* line 100, ../../../ed-template-4/library/scss/inner-pages/blog-pg/option-1/_post-unit.scss */
.wp .post-pull .unit .category-link a {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

/* line 1, ../scss/modules/_inner-page-overrides.scss */
.wp .sidebar .acc-title,
.wp .sidebar .hours-of-operation ul li p.days,
.wp .subscribe h2,
.wp .subscribe form input[type="submit"] {
  font-weight: 600;
}

/* line 8, ../scss/modules/_inner-page-overrides.scss */
.wp .subscribe form .checkbox .wpcf7-list-item-label {
  font-weight: 400;
}

/* line 12, ../scss/modules/_inner-page-overrides.scss */
.wp.inner-pg .sidebar .cta > div {
  margin-bottom: 5px;
}

@media all and (min-width: 1030px) {
  /* line 17, ../scss/modules/_inner-page-overrides.scss */
  .wp.inner-pg .titlebar {
    height: 188px;
  }
}
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name: Driving Time Auto
Author: eDealer

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

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

/*********************
BUTTON DEFAULTS
*********************/
/* line 57, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
}
/* line 80, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/modules/_buttons.scss */
.blue-btn {
  background-color: #2980b9;
}
/* line 95, ../../../ed-template-4/library/scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}
/* line 100, ../../../ed-template-4/library/scss/modules/_buttons.scss */
.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name: Driving Time Auto
Author: eDealer

Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
/* line 15, ../../../ed-template-4/library/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: "Roboto", sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 51, ../../../ed-template-4/library/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 58, ../../../ed-template-4/library/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 70, ../../../ed-template-4/library/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 82, ../../../ed-template-4/library/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 88, ../../../ed-template-4/library/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 101, ../../../ed-template-4/library/scss/modules/_forms.scss */
.wp input[type="password"] {
  letter-spacing: 0.3em;
}
/* line 106, ../../../ed-template-4/library/scss/modules/_forms.scss */
.wp #content textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
/* line 113, ../../../ed-template-4/library/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: Driving Time Auto
Author: eDealer

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

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

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

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

/* line 21, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
.fb_iframe_widget {
  overflow: hidden;
}

/* line 24, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
.thumbnail > img {
  max-width: 100%;
}

/* line 28, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
#content.wp {
  padding: 0;
}

/* line 32, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
.maincontent .no-vehicles {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 9%;
  padding-bottom: 9%;
  background: #fff;
}

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

@media all and (min-width: 768px) {
  /* line 47, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .maincontent .modal-dialog {
    width: 600px;
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 1030px) {
  /*Grey BG*/
  /* line 56, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  body .maincontent {
    background-color: #f5f5f5;
  }

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

  /* line 69, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .maincontent .slideshow {
    max-width: 640px;
  }
  /* line 73, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .maincontent .slideshow .controls {
    max-width: 640px;
    top: 240px;
  }
  /* line 78, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .maincontent .slideshow .big img, .maincontent .slideshow .big {
    height: 480px;
  }

  /* line 84, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .maincontent .back-to-top {
    z-index: 9999999;
  }

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

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

  /* line 105, ../../../ed-template-4/library/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 115, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  body #buidlandprice-main .container {
    width: inherit !important;
  }

  /* line 118, ../../../ed-template-4/library/scss/modules/_inv-overides.scss */
  .deskheader .nav > li > a {
    text-align: right;
    padding-left: 20px;
    min-height: 50px;
  }
}
/* line 125, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg {
  padding: 60px 0 40px;
}
/* line 16, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg h1 {
  font-size: 1.5em;
}
/* line 20, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg .pageMissingBannerTop img {
  position: relative;
  left: -79px;
}
/* line 25, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg .pageMissingBannerTop, .wp .missing-pg .pageMissingBannerBottom {
  text-align: center;
}
/* line 29, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg .searchform label {
  display: none;
}
/* line 33, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg .searchform input#s {
  margin: 40px auto 0px;
}
/* line 37, ../../../ed-template-4/library/scss/modules/_404-pg.scss */
.wp .missing-pg .searchform button {
  margin-top: 15px;
}

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

/*Responsive Styles*/
@media all and (min-width: 767px) {
  /* line 77, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/modules/_loader.scss */
.wp .showroom-loader, .wp .feat-vehicles-loader {
  width: 50px;
  margin: 30px auto;
  display: block;
}
/* line 28, ../../../ed-template-4/library/scss/modules/_loader.scss */
.wp .showroom-loader .loader, .wp .feat-vehicles-loader .loader {
  border: 15px solid #008c00;
  border-left: 15px solid #747474;
  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, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
  vertical-align: middle;
}
/* line 20, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list {
  display: inline-block;
  margin: 0;
  margin-left: 0;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 27, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li {
  margin-right: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 34, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li a {
  color: #fff;
  display: block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  color: #3e3e3e;
}
/* line 59, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%;
  font-size: 20px;
}
/* line 68, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i.icon-facebook {
  left: -3px;
  right: 0;
  top: 0;
}
/* line 74, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li i.icon-google-plus {
  font-weight: 400;
}
/* line 78, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li a:hover {
  color: #008c00;
  transition: all ease-in-out 500ms;
}
/* line 84, ../../../ed-template-4/library/scss/modules/_share-bar.scss */
.wp .share-bar ul.share-list li:last-child {
  margin-right: 0;
}

/******************************************************************
Responsive Menu Panel 
******************************************************************/
/*******************************
**Responsive Menu - Nav Button**
********************************/
/* line 16, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header #menu-main-navigation {
  display: none;
}
/* line 20, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header .nav-button {
  float: right;
  height: 36px;
  width: 42px;
  padding: 9px 8px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
/* line 31, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header .nav-button span {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  height: 2px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
/* line 44, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header .nav-button.clicked span.line1 {
  position: relative;
  top: 8px;
  margin-bottom: 0;
  border: 0;
  transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
}
/* line 55, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header .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 66, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
header .nav-button.clicked span.line3 {
  opacity: 0;
}

/*******************************
**Responsive Menu - Menu**
********************************/
/* line 77, ../../../ed-template-4/library/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 92, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav {
  border-bottom: 0;
  margin: 0;
}
/* line 96, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li {
  position: relative;
  float: none;
}
/* line 101, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu {
  display: none;
  margin: 0;
}
/* line 106, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li.current-menu-item > a, .wp .mobile-menu .nav li.current_page_ancestor > a {
  background: #008c00;
  color: #fff;
}
/* line 111, ../../../ed-template-4/library/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 115, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li i {
  display: none;
}
/* line 119, ../../../ed-template-4/library/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 135, ../../../ed-template-4/library/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 144, ../../../ed-template-4/library/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 159, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li:hover > a {
  color: #fff;
  background: #008c00;
  outline: 0;
}
/* line 165, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li:hover > a i {
  color: #fff;
}
/* line 169, ../../../ed-template-4/library/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 175, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu ul.sub-menu {
  background-color: #494949;
}
/* line 180, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .nav li ul.sub-menu.tap {
  display: block;
  visibility: visible;
  position: static;
}
/* line 186, ../../../ed-template-4/library/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 195, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu.active {
  display: block;
  left: 0;
}
/* line 200, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact {
  padding: 20px 0 0 0;
  text-align: center;
}
/* line 204, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact a.logo {
  padding: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  max-width: 80%;
}
/* line 212, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact img {
  max-width: 80%;
}
/* line 217, ../../../ed-template-4/library/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 221, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .sml-scrn-replace.txt {
  display: none;
}
/* line 226, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list li {
  margin-bottom: 10px;
  font-size: 13px;
  max-width: none;
}
/* line 232, ../../../ed-template-4/library/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-height: normal;
}
/* line 238, ../../../ed-template-4/library/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 243, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.wp .mobile-menu .mm-contact .contact-list i {
  display: none;
}

@media all and (min-width: 1030px) {
  /* line 261, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
  header.wp .nav-button, header.wp .nav-button.sect-1, header.wp .nav-button.sect-2 {
    display: none;
  }
  /* line 265, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
  header.wp #menu-main-navigation {
    display: block;
  }

  /* line 270, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
  footer.wp .mobile-menu, footer.wp .mobile-menu.active {
    display: none;
  }
}
/*IE 8 Styles*/
/* line 279, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.lt-ie9 header.wp .nav-button, .lt-ie9 header.wp .nav-button.sect-1, .lt-ie9 header.wp .nav-button.sect-2 {
  display: none;
}
/* line 283, ../../../ed-template-4/library/scss/modules/_responsive-menu.scss */
.lt-ie9 header.wp #menu-main-navigation {
  display: block;
}

/* line 1, ../scss/modules/_responsive-menu-overrides.scss */
.wp .mobile-menu .mm-contact .contact-list span, .wp .mobile-menu .mm-contact .contact-list a {
  font-weight: 400;
}

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

/*Disclaimer Popup Styles*/
/* line 39, ../../../ed-template-4/library/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, ../../../ed-template-4/library/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, ../../../ed-template-4/library/scss/modules/_disclaimer.scss */
.wp .disclaimer-popup h4 {
  margin: 0 0 10px;
  border-bottom: 1px solid #bbb;
}
/* line 74, ../../../ed-template-4/library/scss/modules/_disclaimer.scss */
.wp .disclaimer-popup button {
  background: none;
  border: 0;
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: 5px;
}
/* line 82, ../../../ed-template-4/library/scss/modules/_disclaimer.scss */
.wp .disclaimer-popup .popup-text {
  font-size: 12px;
}

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

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

  /* line 104, ../../../ed-template-4/library/scss/modules/_disclaimer.scss */
  .wp .disclaimer-popup .popup-container {
    max-width: 375px;
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name: Driving Time Auto
  Author: eDealer
  
  Stylesheet: Print Stylesheet
  ******************************************************************/
  /* line 8, ../../../ed-template-4/library/scss/common/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

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

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

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

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

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

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

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

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

  /* line 69, ../../../ed-template-4/library/scss/common/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* refresh financial */
/* line 4, ../scss/header/option-1/_refresh_financial.scss */
header.wp .refresh-financial.desktop-display {
  float: right;
  margin-left: 30px;
}
/* line 8, ../scss/header/option-1/_refresh_financial.scss */
header.wp .refresh-financial.mobile-display {
  display: none;
}

@media all and (max-width: 599px) {
  /* line 15, ../scss/header/option-1/_refresh_financial.scss */
  header.wp #logo {
    margin: 0px;
  }
  /* line 18, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .nav-button {
    top: 53px !important;
  }
  /* line 21, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .apply-button {
    display: none;
  }
  /* line 24, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section {
    display: block;
    height: 33px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  /* line 30, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section .half-section {
    width: 49%;
    display: inline-block;
    text-align: center;
  }
  /* line 36, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section .top-apply-now {
    background-color: #49cb51;
    border-bottom: 0px;
    height: 100%;
    max-height: 100%;
    float: right;
    text-align: center;
  }
  /* line 43, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section .top-apply-now a {
    color: #fff;
  }
  /* line 47, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section .top-apply-now .apply-button {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 54, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section a {
    color: #343940;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
  }
  /* line 61, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .contact-links {
    display: none;
  }
  /* line 64, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: inline-block;
    margin-left: 100px;
    position: relative;
    top: -5px;
  }
  /* line 71, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.desktop-display {
    display: none;
  }
}
@media all and (min-width: 280px) and (max-width: 500px) {
  /* line 80, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: inline-block;
    margin-left: 50px;
  }
}
@media all and (min-width: 600px) and (max-width: 774px) {
  /* line 89, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section {
    display: none;
  }
  /* line 92, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.desktop-display {
    display: none;
  }
  /* line 96, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: -13px;
    margin-right: 9px;
  }
  /* line 104, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .apply-button {
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 10px;
    float: right;
  }
  /* line 109, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .apply-button a {
    padding: 5px;
  }
}
@media all and (min-width: 650px) and (max-width: 774px) {
  /* line 118, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    margin-left: 20px;
  }
}
@media all and (min-width: 700px) and (max-width: 774px) {
  /* line 126, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .apply-button {
    margin-right: 70px;
  }
}
@media all and (min-width: 775px) and (max-width: 850px) {
  /* line 134, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section {
    display: none;
  }
  /* line 137, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .contact-links {
    margin-right: 10px;
  }
  /* line 141, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.desktop-display {
    display: none;
  }
  /* line 145, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: block;
    float: left;
    margin-top: 8px;
  }
  /* line 150, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    margin-right: 15px;
    margin-left: 0px;
  }
}
@media all and (min-width: 851px) and (max-width: 1030px) {
  /* line 159, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section {
    display: none;
  }
  /* line 162, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: none;
  }
  /* line 166, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.desktop-display {
    float: left;
    display: block;
    margin-right: 28px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media all and (min-width: 1030px) {
  /* line 180, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .mobile-top-section {
    display: none;
  }
  /* line 183, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.mobile-display {
    display: none;
  }
  /* line 187, ../scss/header/option-1/_refresh_financial.scss */
  header.wp nav ul#menu-main-navigation {
    margin: 0 24px 0 0;
  }
  /* line 190, ../scss/header/option-1/_refresh_financial.scss */
  header.wp nav ul#menu-main-navigation li {
    padding: 10px 20px 10px 0px;
  }
  /* line 195, ../scss/header/option-1/_refresh_financial.scss */
  header.wp nav ul#menu-main-navigation .sub-menu > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 201, ../scss/header/option-1/_refresh_financial.scss */
  header.wp .refresh-financial.desktop-display {
    margin-left: 27px;
    margin-right: 30px;
  }
}
/* contains style for facebook icon and the bbb image in the footer */
/* line 3, ../scss/header/option-1/_social-icons.scss */
.wp .wrap {
  position: relative;
}

/* line 6, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons {
  position: absolute;
  right: 90px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 17, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons .icon-container {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  line-height: 1;
  background-color: #000;
}
/* line 34, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons .icon-container.Facebook {
  background-color: #3b5998;
}
/* line 37, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons .icon-container.Facebook i {
  position: relative;
  right: 1px;
  bottom: 1px;
}
/* line 44, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons .icon-container:last-child {
  margin-right: 0;
}
/* line 48, ../scss/header/option-1/_social-icons.scss */
header.wp .social-icons .icon-container i {
  font-size: 16px;
  color: #fff;
}

@media all and (max-width: 599px) {
  /* line 57, ../scss/header/option-1/_social-icons.scss */
  header.wp .nav-button {
    top: 42px !important;
  }
}
@media all and (min-width: 600px) {
  /* line 63, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: 194px;
    top: 10px;
  }

  /* line 68, ../scss/header/option-1/_social-icons.scss */
  header.wp #logo {
    margin-right: 15px;
  }

  /* line 72, ../scss/header/option-1/_social-icons.scss */
  header.wp .contact-links {
    margin-right: 14px;
  }

  /* line 76, ../scss/header/option-1/_social-icons.scss */
  header.wp .nav-button {
    top: 4px;
  }
}
@media all and (min-width: 700px) {
  /* line 82, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: 214px;
  }
}
@media all and (min-width: 768px) {
  /* line 88, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: 219px;
  }

  /* line 92, ../scss/header/option-1/_social-icons.scss */
  header.wp .nav-button {
    top: 2px;
  }

  /* line 96, ../scss/header/option-1/_social-icons.scss */
  header.wp .apply-button {
    margin-right: 46px;
  }
}
@media all and (min-width: 775px) {
  /* line 102, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: 259px;
  }
}
@media all and (min-width: 1030px) {
  /* line 108, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: 12px;
  }

  /* line 112, ../scss/header/option-1/_social-icons.scss */
  header.wp nav ul#menu-main-navigation {
    margin: 0 21px 0 0;
  }

  /* line 116, ../scss/header/option-1/_social-icons.scss */
  header.wp .apply-button {
    margin-right: 0px;
  }
}
@media all and (min-width: 1240px) {
  /* line 122, ../scss/header/option-1/_social-icons.scss */
  header.wp .social-icons {
    right: -25px;
  }
}
/* line 127, ../scss/header/option-1/_social-icons.scss */
footer.footer .bottom-footer .unit.bbb-logo {
  text-align: right;
  margin-bottom: 0px;
}

@media all and (max-width: 767px) {
  /* line 133, ../scss/header/option-1/_social-icons.scss */
  footer.footer .bottom-footer .unit.bbb-logo {
    text-align: center;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 500px) {
  /* line 141, ../scss/header/option-1/_social-icons.scss */
  header.wp .refresh-financial.mobile-display {
    margin-left: 14px;
  }
}
/* line 4, ../scss/welcome/_overrides.scss */
.wp .welcome-section .logo-sect .row:after {
  content: '';
  display: table;
  clear: both;
}
/* line 10, ../scss/welcome/_overrides.scss */
.wp .welcome-section .logo-sect .row:last-of-type {
  margin: 40px 0 0 0;
}
/* line 16, ../scss/welcome/_overrides.scss */
.wp .welcome-section .logo-sect .row .col-1-of-2:first-of-type img {
  max-width: 470px;
}
/* line 22, ../scss/welcome/_overrides.scss */
.wp .welcome-section .logo-sect .row .col-1-of-2:last-of-type img {
  max-width: 150px;
}

@media all and (min-width: 768px) {
  /* line 36, ../scss/welcome/_overrides.scss */
  .wp .welcome-section .logo-sect .row:last-of-type {
    max-width: 600px;
    margin: 40px auto 0 auto;
  }
  /* line 41, ../scss/welcome/_overrides.scss */
  .wp .welcome-section .logo-sect .row .col-1-of-2 {
    width: calc(50% - 25px);
    float: left;
  }
  /* line 45, ../scss/welcome/_overrides.scss */
  .wp .welcome-section .logo-sect .row .col-1-of-2:first-of-type {
    margin-right: 50px;
  }
  /* line 49, ../scss/welcome/_overrides.scss */
  .wp .welcome-section .logo-sect .row .col-1-of-2:last-of-type {
    text-align: right;
  }
}
@media all and (min-width: 1240px) {
  /* line 63, ../scss/welcome/_overrides.scss */
  .wp .welcome-section .logo-sect .row:last-of-type {
    max-width: 650px;
  }
}
/* line 1, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form {
  border: 4px solid #fff;
  position: relative;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
}
/* line 8, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .steps {
  position: relative;
  z-index: 6;
  display: none;
}
/* line 14, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .actions {
  display: none;
}
/* line 18, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 23, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .wizard > .steps a, #multi-step-form #mstep-form .wizard > .steps a:hover, #multi-step-form #mstep-form .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 .5em .5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 34, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section {
  display: block;
  box-sizing: border-box;
  display: none;
  text-align: center;
  padding: 0 15px;
}
/* line 41, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section button {
  outline: none;
}
/* line 45, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .one-third {
  width: 26.666%;
}
/* line 49, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section input[type=text],
#multi-step-form #mstep-form section input[type=number] {
  width: 100%;
  display: block;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 600;
  color: #fff;
}
/* line 62, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section input[type=text]::-webkit-input-placeholder,
#multi-step-form #mstep-form section input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
/* line 65, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section input[type=text]::-moz-placeholder,
#multi-step-form #mstep-form section input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 68, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section input[type=text]:-ms-input-placeholder,
#multi-step-form #mstep-form section input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/* line 71, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section input[type=text]:-moz-placeholder,
#multi-step-form #mstep-form section input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* line 75, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .blue-title {
  color: #31708f;
  font-size: 12px;
  text-align: left;
  margin: 0 0 5px;
}
/* line 81, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section select.form-control {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #aaabab;
  color: #aaabab;
  font-weight: 600;
  margin: 0px auto;
}
/* line 93, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .inline-validity.inline-full select.form-control {
  width: 100%;
}
/* line 99, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .dual-selector label {
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  padding: 10px;
  width: 50%;
  background: #d8d8d8;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 111, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .dual-selector label.active {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 117, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .dual-selector label:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 122, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .dual-selector label:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 129, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .dual-selector:after {
  content: '';
  display: table;
  clear: both;
}
/* line 135, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .inline-validity {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
  max-width: 350px;
}
/* line 140, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .inline-validity .error-msg {
  font-size: 12px;
  color: #a94442;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
/* line 149, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .inline-validity.inline-full {
  display: block;
  margin: 20px auto;
}
/* line 154, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .click-button {
  display: block;
  max-width: 350px;
  border: 2px solid #d8d8d8;
  margin: 15px auto;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  transition-duration: 0.5s;
}
/* line 167, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .click-button:hover {
  background: #eee;
}
/* line 171, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .disclaimer {
  max-width: 350px;
  margin: auto;
  font-size: 12px;
  color: #385f71;
}
/* line 176, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .disclaimer span {
  display: block;
  color: #737373;
  margin-top: 10px;
}
/* line 181, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .disclaimer .info-icon {
  position: relative;
}
/* line 184, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .disclaimer .info-icon:before {
  content: 'i';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #337ab7;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  margin-right: 5px;
}
/* line 200, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .progressbar {
  max-width: 500px;
  height: 15px;
  margin: auto;
  position: relative;
  background: #eee;
}
/* line 207, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .progressbar span {
  background: #385f71;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
}
/* line 219, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 10px 0 5px;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 227, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .sub-title {
  font-weight: 300;
  font-size: 20px;
}
/* line 231, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .prompt {
  color: #fff;
  font-weight: 700;
}
/* line 236, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel img {
  display: block;
  margin: auto;
}
/* line 240, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button.slick-prev,
#multi-step-form #mstep-form section .carousel button.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 0px;
  z-index: 10;
  background: none;
  border: none;
}
/* line 254, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button.slick-prev {
  left: 0;
}
/* line 257, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button.slick-next {
  right: 0;
}
/* line 261, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button:before {
  font-size: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 27px;
  text-align: center;
  width: 100%;
  left: 0;
}
/* line 273, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button.slick-prev:before {
  content: "\2039";
}
/* line 276, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel button.slick-next:before {
  content: "\203A";
}
/* line 280, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel .button-vehicle {
  background: transparent;
  border: 2px solid #385f71;
  border-radius: 50px;
  color: #385f71;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 60px;
  padding: 11px 5px;
  transition: all 250ms ease;
}
/* line 293, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .carousel .button-vehicle:active, #multi-step-form #mstep-form section .carousel .button-vehicle:focus, #multi-step-form #mstep-form section .carousel .button-vehicle:hover {
  background: #385f71;
  color: #fff;
}
/* line 302, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .button-cont {
  background: transparent;
  border: 2px solid #385f71;
  border-radius: 50px;
  color: #385f71;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px 40px;
  transition: all 250ms ease;
  text-transform: uppercase;
}
/* line 317, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .button-cont:active, #multi-step-form #mstep-form section .button-cont:focus, #multi-step-form #mstep-form section .button-cont:hover {
  background: #385f71;
  color: #fff;
}
/* line 325, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section .button-cont.searching-button {
  display: none;
}
/* line 332, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .section-search .searching {
  background: #fff;
  max-width: 450px;
  display: block;
  margin: auto;
  padding-bottom: 40px;
  padding-top: 20px;
  border-radius: 5px;
}
/* line 340, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .section-search .searching .large {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
/* line 345, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .section-search .searching .small {
  font-size: 14px;
  color: #000;
  padding: 10px;
}
/* line 351, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .section-search .loader {
  border: 6px solid #ccc;
  border-left: 6px solid #49cb52;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: block;
  margin: 40px auto;
}
/* line 367, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats {
  background: #d9edf7;
  max-width: 450px;
  display: block;
  margin: auto;
  padding: 20px 20px 40px 20px;
  border-radius: 5px;
}
/* line 374, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats i.tick {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3c763d;
  display: inline-block;
  color: #fff;
  position: relative;
}
/* line 383, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats i.tick:before {
  content: "\ea10";
  font-family: 'edealer-icons-v1' !important;
  font-size: 34px;
  position: absolute;
  left: 4px;
}
/* line 390, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats .congrats-main {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin: 10px;
}
/* line 396, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats .preq {
  color: #000;
  font-size: 15px;
  margin: 10px;
}
/* line 401, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats .preq-province {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
/* line 406, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .congrats .preq-confirm-text {
  font-size: 14px;
  color: #000;
}
/* line 413, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form .ty {
  font-size: 22px;
  color: #fff;
}
/* line 418, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form section:after {
  content: '';
  display: table;
  clear: both;
}
/* line 424, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form ul[role=tablist] li {
  display: block;
  vertical-align: middle;
}
/* line 427, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form ul[role=tablist] li .current-info,
#multi-step-form #mstep-form ul[role=tablist] li .number {
  display: none;
}
/* line 432, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form ul[role=tablist] li.current {
  font-weight: 600;
}
/* line 436, ../scss/forms/_multi-step-form.scss */
#multi-step-form #mstep-form h3 {
  display: none;
}

@media all and (min-width: 600px) {
  /* line 446, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form .carousel .button-vehicle,
  body #multi-step-form #mstep-form .carousel .button-cont {
    padding: 15px 80px;
    font-size: 18px;
  }
  /* line 452, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form .inline-validity {
    margin: 0px 10px;
  }
  /* line 457, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form section select.form-control {
    width: 100px;
  }
  /* line 460, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form section .one-third {
    width: auto;
  }
  /* line 464, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form .congrats .congrats-main {
    font-size: 25px;
  }
  /* line 467, ../scss/forms/_multi-step-form.scss */
  body #multi-step-form #mstep-form .congrats .preq-province {
    font-size: 30px;
  }
}
@media all and (min-width: 1030px) {
  /* line 476, ../scss/forms/_multi-step-form.scss */
  #multi-step-form #mstep-form section h2 {
    margin-top: 0;
    font-size: 40px;
  }
  /* line 481, ../scss/forms/_multi-step-form.scss */
  #multi-step-form #mstep-form section .sub-title {
    font-size: 25px;
  }
}
/* line 2, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .buttons-container {
  margin: 60px auto 0;
  max-width: 600px;
}
/* line 6, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .buttons-container .cloud9-item {
  cursor: pointer;
  display: block !important;
  margin-top: 40px;
  position: relative !important;
  transform: none !important;
}
/* line 14, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .buttons-container .cloud9-item .item-info .brand {
  border: 2px solid #49cb52;
  background: #49cb52;
  border-radius: 50px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 30px auto 0;
  padding: 11px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 250ms ease;
  white-space: nowrap;
  width: 100%;
  max-width: 202px;
}
/* line 37, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .buttons-container .cloud9-item:active .item-info .brand, #multi-step-form .buttons-container .cloud9-item:focus .item-info .brand, #multi-step-form .buttons-container .cloud9-item:hover .item-info .brand {
  color: #000;
  background: #fff;
  border-color: #fff;
}
/* line 44, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .buttons-container .cloud9-item:first-child {
  margin-top: 0;
}
/* line 49, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .carousel-container {
  display: none;
}
/* line 52, ../scss/forms/_multi-step-form-carousel.scss */
#multi-step-form .carousel-container.loaded-by-mobile {
  display: none !important;
}

@media all and (min-width: 600px) {
  /* line 59, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container {
    padding: 0 15px !important;
  }
  /* line 63, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container .cloud9-item {
    float: left;
    width: 50%;
  }
  /* line 67, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container .cloud9-item img {
    max-height: 111px;
  }
  /* line 71, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container .cloud9-item:nth-child(2n+1) {
    clear: both;
  }
  /* line 74, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container .cloud9-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media all and (min-width: 1030px) {
  /* line 83, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container {
    display: none;
  }
  /* line 86, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .buttons-container.loaded-by-mobile {
    display: block !important;
  }
  /* line 90, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form .carousel-container {
    display: block;
    position: relative;
    height: 365px;
    opacity: 0;
    transition: opacity 250ms ease;
  }
  /* line 97, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel {
    margin: 0 auto;
    position: relative;
    width: 900px;
    height: 500px;
  }
  /* line 103, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item {
    cursor: pointer;
    margin-left: -50%;
    opacity: 1;
    text-align: center;
    transition: opacity 250ms ease;
    width: 100%;
    max-width: 330px;
  }
  /* line 112, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item .item-info {
    margin: 45px auto 0;
    opacity: 0;
    transition: opacity 500ms ease;
  }
  /* line 117, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item .item-info .brand {
    border: 2px solid #49cb52;
    background: transparent #49cb52;
    border-radius: 50px;
    color: #385f71;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 11px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease;
    white-space: nowrap;
    width: 100%;
    max-width: 202px;
  }
  /* line 136, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item .img-container {
    height: 192px;
  }
  /* line 140, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item img {
    display: inline-block;
  }
  /* line 144, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item.active .item-info {
    display: block;
    opacity: 1;
    position: relative;
  }
  /* line 154, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel .cloud9-item.active:active .item-info .brand, #multi-step-form #carousel .cloud9-item.active:focus .item-info .brand, #multi-step-form #carousel .cloud9-item.active:hover .item-info .brand {
    color: #000;
    background: #fff;
    border-color: #fff;
  }
  /* line 164, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #buttons {
    display: block;
    font-size: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 999;
    transform: translateY(-50%);
    width: 100%;
    max-width: 440px;
    height: 0;
  }
  /* line 178, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #buttons button {
    align-items: center;
    background: #385f71;
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    display: flex;
    float: left;
    justify-content: center;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    height: 35px;
  }
  /* line 193, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #buttons button i {
    font-size: 18px;
    font-weight: 700;
    color: #696969;
  }
  /* line 198, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #buttons button.left {
    padding: 0 0 0 2px;
  }
  /* line 201, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #buttons button.right {
    float: right;
    padding: 0 0 0 2px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1030px) {
  /* line 212, ../scss/forms/_multi-step-form-carousel.scss */
  #multi-step-form #carousel {
    display: flex;
    justify-content: center;
  }
}
/* line 1, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form {
  overflow: hidden;
  padding: 10% 20px;
}
/* line 7, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .progressbar {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 20px auto;
}
/* line 13, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .progressbar span {
  background: #49cb52;
}
/* line 17, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section h2,
body.home #multi-step-form #mstep-form section .sub-title,
body.home #multi-step-form #mstep-form section .blue-title {
  color: #fff;
}
/* line 22, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .button-cont,
body.home #multi-step-form #mstep-form section .click-button {
  border-color: #fff;
  color: #fff;
  font-weight: 800;
  transition: all 250ms ease;
}
/* line 29, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .button-cont:active, body.home #multi-step-form #mstep-form section .button-cont:focus, body.home #multi-step-form #mstep-form section .button-cont:hover,
body.home #multi-step-form #mstep-form section .click-button:active,
body.home #multi-step-form #mstep-form section .click-button:focus,
body.home #multi-step-form #mstep-form section .click-button:hover {
  background: #49cb52;
  border-color: #49cb52;
  color: #fff;
}
/* line 37, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section input[type=text],
body.home #multi-step-form #mstep-form section input[text=number] {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-weight: 800;
}
/* line 44, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section input[type=text]::placeholder,
body.home #multi-step-form #mstep-form section input[text=number]::placeholder {
  color: #fff;
}
/* line 50, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .buttons-container .cloud9-item img {
  max-width: 300px;
  width: 100%;
}
/* line 57, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .button-cont:active, body.home #multi-step-form #mstep-form section .button-cont:focus, body.home #multi-step-form #mstep-form section .button-cont:hover {
  background: #49cb52;
}
/* line 64, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section select.form-control {
  background: transparent;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  transition: all 250ms ease;
}
/* line 72, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section select.form-control:active, body.home #multi-step-form #mstep-form section select.form-control:focus, body.home #multi-step-form #mstep-form section select.form-control:hover {
  border-color: #49cb52;
  background: #49cb52;
  color: #fff;
}
/* line 81, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .congrats {
  background: #fff;
}
/* line 84, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .congrats .button-cont {
  border-color: #000;
  color: #000;
}
/* line 88, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .congrats .button-cont:active, body.home #multi-step-form #mstep-form section .congrats .button-cont:focus, body.home #multi-step-form #mstep-form section .congrats .button-cont:hover {
  background: #000;
  color: #fff;
}
/* line 97, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .inline-validity .error-msg {
  color: #ff5656;
  font-weight: 600;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.25);
}
/* line 103, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .disclaimer {
  color: #fff;
}
/* line 107, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .disclaimer .info-icon:before {
  background: #fff;
  color: #000;
}
/* line 112, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #mstep-form section .disclaimer span {
  color: #fff;
  font-style: italic;
}
/* line 122, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #carousel .cloud9-item .item-info .brand {
  background: #49cb52;
  border-color: #49cb52;
  color: #fff;
}
/* line 132, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #carousel .cloud9-item:active .item-info .brand, body.home #multi-step-form #carousel .cloud9-item:focus .item-info .brand, body.home #multi-step-form #carousel .cloud9-item:hover .item-info .brand {
  color: #000;
  background: #fff;
  border-color: #fff;
}
/* line 142, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #buttons button {
  background: #fff;
  color: #696969;
  position: relative;
  top: 50px;
}
/* line 147, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #buttons button.left {
  right: 50px;
}
/* line 150, ../scss/forms/_multi-step-form-home.scss */
body.home #multi-step-form #buttons button.right {
  left: 50px;
}
@media (min-width: 600px) {
  /* line 1, ../scss/forms/_multi-step-form-home.scss */
  body.home #multi-step-form {
    padding: 8% 20px;
  }
  /* line 163, ../scss/forms/_multi-step-form-home.scss */
  body.home #multi-step-form #mstep-form section .buttons-container .cloud9-item img {
    width: auto;
  }
}
@media (min-width: 1030px) {
  /* line 1, ../scss/forms/_multi-step-form-home.scss */
  body.home #multi-step-form {
    padding: 5% 50px;
  }
  /* line 177, ../scss/forms/_multi-step-form-home.scss */
  body.home #multi-step-form #mstep-form section .progressbar {
    margin: 40px auto;
  }
}
@media (min-width: 1240px) {
  /* line 1, ../scss/forms/_multi-step-form-home.scss */
  body.home #multi-step-form {
    padding: 5% 134px;
  }
}

/* line 1, ../scss/form-and-steps/_form-and-steps-base.scss */
.wp .form-and-steps-container {
  position: relative;
  background: url(../images/welcome-bg.png) center/cover no-repeat;
  background-attachment: fixed;
}

/* line 1, ../scss/ctas/option-cust/_ctas-base.scss */
.ctas-cust {
  text-align: center;
  background: #f7f7f7;
  padding: 40px 0;
}
/* line 5, ../scss/ctas/option-cust/_ctas-base.scss */
.ctas-cust .cta-title {
  color: #414141;
  font-size: 27px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
}
/* line 12, ../scss/ctas/option-cust/_ctas-base.scss */
.ctas-cust img {
  padding-right: 10px;
  padding-left: 10px;
}

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