/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Containers
------------------------------------*/
.container {
  margin: 0 auto;
  width: 960px;
}
/* `Grid >> Global
------------------------------------*/
.grid {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
/* `Grid
------------------------------------*/
.grid_1 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
}
.grid_2 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
}
.grid_3 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
.grid_4 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
.grid_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 380px;
}
.grid_6 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
}
.grid_7 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 540px;
}
.grid_8 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
}
.grid_9 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
.grid_10 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 780px;
}
.grid_11 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 860px;
}
.grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
/* `Prefix
------------------------------------*/
.prefix_1 {
  padding-left: 80px;
}
.prefix_2 {
  padding-left: 160px;
}
.prefix_3 {
  padding-left: 240px;
}
.prefix_4 {
  padding-left: 320px;
}
.prefix_5 {
  padding-left: 400px;
}
.prefix_6 {
  padding-left: 480px;
}
.prefix_7 {
  padding-left: 560px;
}
.prefix_8 {
  padding-left: 640px;
}
.prefix_9 {
  padding-left: 720px;
}
.prefix_10 {
  padding-left: 800px;
}
.prefix_11 {
  padding-left: 880px;
}
/* `Suffix
------------------------------------*/
.suffix_1 {
  padding-right: 80px;
}
.suffix_2 {
  padding-right: 160px;
}
.suffix_3 {
  padding-right: 240px;
}
.suffix_4 {
  padding-right: 320px;
}
.suffix_5 {
  padding-right: 400px;
}
.suffix_6 {
  padding-right: 480px;
}
.suffix_7 {
  padding-right: 560px;
}
.suffix_8 {
  padding-right: 640px;
}
.suffix_9 {
  padding-right: 720px;
}
.suffix_10 {
  padding-right: 800px;
}
.suffix_11 {
  padding-right: 880px;
}
/* `Push
------------------------------------*/
.push_1 {
  left: 80px;
}
.push_2 {
  left: 160px;
}
.push_3 {
  left: 240px;
}
.push_4 {
  left: 320px;
}
.push_5 {
  left: 400px;
}
.push_6 {
  left: 480px;
}
.push_7 {
  left: 560px;
}
.push_8 {
  left: 640px;
}
.push_9 {
  left: 720px;
}
.push_10 {
  left: 800px;
}
.push_11 {
  left: 880px;
}
/* `Pull
------------------------------------*/
.pull_1 {
  left: -80px;
}
.pull_2 {
  left: -160px;
}
.pull_3 {
  left: -240px;
}
.pull_4 {
  left: -320px;
}
.pull_5 {
  left: -400px;
}
.pull_6 {
  left: -480px;
}
.pull_7 {
  left: -560px;
}
.pull_8 {
  left: -640px;
}
.pull_9 {
  left: -720px;
}
.pull_10 {
  left: -800px;
}
.pull_11 {
  left: -880px;
}
/* `Clear
------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* `Children
------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* utilities.less */
/* http://github.com/nathancarnes/utilities.less */
/* version v0.1 */
.flow-start {
  float: left;
}
.flow-end {
  float: right;
}
[dir=rtl] .flow-start {
  float: right;
}
[dir=rtl] .flow-end {
  float: left;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
ul.menu {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu li,
ul.menu ol,
ul.menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#activity {
  height: 50px;
  width: 50px;
  background: #333333 no-repeat center center url('../images/loading.gif');
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
html {
  background: #4d4d4d;
}
body {
  color: #000000;
  font-family: 'Titillium Web', sans-serif;
  background: #fdfdfe url(../images/background.png);
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
/* Typography */
a {
  color: #ff9500;
  text-decoration: none;
}
a:hover {
  color: #cc7700;
}
h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
h1 {
  font-size: 28px;
  margin: 0 0 20px;
  line-height: .8;
}
h2,
h3 {
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 10px;
}
p,
li {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: 200;
  margin: 0 0 10px;
}
.the_content a {
  color: #cc7700;
  font-weight: bold;
  text-decoration: underline;
}
.the_content a:hover {
  color: #ff9500;
}
.the_content p:first-child,
.the_content ol:first-child,
.the_content ul:first-child {
  margin-top: 2.75em;
}
/* Header */
#account,
#search {
  background: #4d4d4d;
  color: #fff;
  overflow: hidden;
}
#account ul,
#search ul {
  float: right;
}
#account ul li,
#search ul li {
  float: left;
  font-size: 10.5px;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0 .75em;
  border-left: 1px solid #fff;
  line-height: 1;
}
#account ul li:first-child,
#search ul li:first-child {
  border-left: none;
}
#account ul li a,
#search ul li a {
  color: #fff;
  display: block;
}
#account ul li a:hover,
#search ul li a:hover {
  text-decoration: underline;
}
header {
  background: #ff9500 repeat-x url('../images/nav.png');
  height: 60px;
}
header #logo {
  float: left;
  margin: 14px 0;
}
header #logo a {
  background: 0 0 no-repeat url("../images/logo.png");
  display: block;
  height: 31px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  width: 265px;
}
header ul.menu {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 20;
  float: right;
}
header ul.menu:after {
  clear: both;
  content: " ";
  display: block;
}
header ul.menu li,
header ul.menu ol,
header ul.menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header ul.menu li {
  float: left;
  position: relative;
}
header ul.menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
}
header ul.menu li ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 8em;
  z-index: 20;
}
header ul.menu li ul li {
  float: none;
}
header ul.menu li ul li ul {
  display: none;
  left: 8em;
  top: 0;
}
header ul.menu li:hover > ul {
  display: block;
}
header ul.menu > li > a {
  color: #fff;
  padding: 0 25px;
  background: no-repeat left center url(../images/nav_divider.png);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
header ul.menu li:first-child a {
  background-image: none;
}
header ul.menu ul {
  background: #fdaa42;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  padding-bottom: 5px;
}
header ul.menu ul a {
  height: 25px;
  line-height: 25px;
  padding: 0 25px;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}
header ul.menu ul a:hover {
  text-decoration: underline;
}
header ul.menu ul a:hover {
  background: #fd9f29;
}
#search {
  background: #4d4d4d;
  color: #fff;
  overflow: hidden;
}
#search nav li {
  font-size: 12px;
  margin: 0;
  text-transform: none;
  margin: 24px 0 0;
}
#search form {
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
  margin-left: 10px;
}
#search form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  height: 58px;
  line-height: 58px;
}
#search form input,
#search form button {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 4px;
}
#search form input {
  border: none;
  background: #fff;
  padding: 1px 3px;
  width: 180px;
}
#search form button {
  border: 1px solid #fff;
  background: #4d4d4d;
  padding: 1px 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#search form button:hover {
  background: #ff9500;
}
/* Wrapper */
#wrapper {
  min-height: 350px;
  position: relative;
}
#wrapper #wrapper_inner {
  padding: 40px 0 50px;
}
#wrapper #wrapper_inner:after {
  clear: both;
  content: " ";
  display: block;
}
#wrapper .the_content.alpha {
  margin-right: 30px;
}
/* Pages */
.wp-post-image {
  border: 5px solid #fff;
  max-width: 950px;
  display: block;
  margin: 0 auto 20px;
}
/* Footer */
footer {
  background: #e6e6e6;
  padding: 0 35px;
  overflow: hidden;
}
footer .widget h4 {
  font-size: 18px;
  color: #666666;
  font-weight: 200;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 10px;
}
footer .widget > div,
footer .widget > ul {
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin-top: 0;
}
footer .widget h5 {
  font-weight: normal;
  color: #666666;
  font-size: 16px;
  margin: 0;
}
footer .widget h5.twitter {
  padding-top: 50px;
  background: no-repeat top center url(../images/twitter.png);
}
footer .widget h5.twitter a {
  color: #00a9e1;
}
footer .widget h5.twitter a:hover {
  text-decoration: underline;
}
footer .widget p,
footer .widget li {
  font-size: 12.5px;
  clear: both;
}
footer .widget p a,
footer .widget li a {
  font-style: italic;
}
footer .widget img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}
#sub-footer {
  color: #fff;
  background: #4d4d4d;
  text-align: center;
  font-size: 12px;
  padding: 10px 0 10px;
}
#sub-footer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  padding-left: .75em;
}
#sub-footer ul li,
#sub-footer ul ol,
#sub-footer ul ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sub-footer ul li {
  display: inline;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0 .75em;
  border-left: 1px solid #fff;
  line-height: 1;
}
#sub-footer ul li a {
  color: #fff;
}
#sub-footer ul li a:hover {
  text-decoration: underline;
}
/* Home Page */
.box {
  margin-top: 540px;
}
.box .inner {
  padding: 15px;
  height: 140px;
  background: #ff8e00;
  background: rgba(255, 142, 0, 0.75);
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  overflow: hidden;
}
.box .inner h3 {
  margin-bottom: 0;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 20px;
}
.box .inner .teaser_copy {
  font-size: 14px;
}
.box .inner a {
  color: #fff;
}
.box .inner:hover {
  background: rgba(255, 142, 0, 0.85);
  cursor: pointer;
}
@media only screen and (max-height: 900px) {
  .box {
    margin-top: 480px;
  }
}
@media only screen and (max-height: 800px) {
  .box {
    margin-top: 360px;
  }
}
@media only screen and (max-height: 700px) {
  .box {
    margin-top: 300px;
  }
}
#dealer_boxes h3,
#dealer_map h3 {
  padding: 3px 15px;
  color: #fff;
  background: #ff9500;
  margin: 0;
  overflow: hidden;
}
#dealer_boxes {
  margin-bottom: 40px;
}
#dealer_boxes:after {
  clear: both;
  content: " ";
  display: block;
}
#dealer_boxes ul {
  background: #e6e6e6;
  background: rgba(0, 0, 0, 0.05);
  min-height: 16em;
  border: 0;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  list-style-position: inside;
  list-style-type: square;
}
#dealer_boxes ul:after {
  clear: both;
  content: " ";
  display: block;
}
#dealer_boxes ul li {
  float: left;
  padding-left: 20px;
  width: 210px;
  font-size: 14px;
}
#dealer_boxes ul li a {
  font-weight: normal;
  color: #000000;
}
#dealer_boxes ul li a:hover {
  color: #ff9500;
}
#dealer_boxes .omega li {
  float: none;
  width: 100%;
}
#dealer_map {
  position: relative;
}
#dealer_map .inner {
  background: #e6e6e6;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
#dealer_map .inner:after {
  clear: both;
  content: " ";
  display: block;
}
#dealer_map #map #map_wrapper {
  border: 3px solid #d3d6d5;
}
#dealer_map #map #map_wrapper embed,
#dealer_map #map #map_wrapper img,
#dealer_map #map #map_wrapper iframe {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
#dealer_map form {
  margin: 0 0 30px;
  padding: 0 20px;
}
#dealer_map form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#dealer_map form label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
#dealer_map form input[type=text] {
  font-family: 'Titillium Web', sans-serif;
  background: #fff;
  border: 0;
  display: block;
  margin-bottom: 10px;
  padding: 4px 5px;
  width: 250px;
}
#dealer_map form select {
  font-family: 'Titillium Web', sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#dealer_map form button {
  font-family: 'Titillium Web', sans-serif;
  border: 1px solid #818285;
  background: #ff9500;
  padding: 1px 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
#dealer_map form button:hover {
  background: #e68600;
}
#dealer_map form .buttons {
  text-align: center;
}
#dealer_map #results ul {
  list-style-type: square;
  padding-top: 20px;
  border-top: 2px dotted #cccccc;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
}
#dealer_map #results ul li {
  font-weight: 400;
  color: #666666;
}
#dealer_map #results ul li:hover {
  cursor: pointer;
  color: #cc7700;
}
#dealer_map #results ul li:hover a {
  color: #cc7700;
}
#dealer_map #results ul a {
  display: inline-block;
  margin-right: 5px;
  color: #666666;
}
#dealer_map .dealer_popup h3 {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000000;
}
#dealer_map .dealer_popup dl dt {
  display: none;
}
#dealer_map .dealer_popup dl dd {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  font-weight: 200;
  border: 0;
  margin: 0;
  padding: 0;
}
#dealer_map .dealer_popup p a {
  font-weight: bold;
}
.blog .posts .post {
  margin-bottom: 40px;
}
.blog .posts .post:after {
  clear: both;
  content: " ";
  display: block;
}
.blog .posts .post h3 {
  border-bottom: 1px solid #cccccc;
  color: #666666;
  margin-bottom: 20px;
}
.blog .posts .post p:first-child {
  margin-top: 0;
}
.blog .posts .post img {
  max-width: 100%;
}
.blog .posts .post img.alignleft {
  margin-right: 20px;
}
.blog .pagination {
  font-size: 13.5px;
  color: #666666;
}
.blog .pagination span,
.blog .pagination a {
  display: inline-block;
  margin-right: .5em;
}
.blog .pagination .next {
  margin-left: 1em;
}
.blog .pagination .prev {
  margin-right: 1em;
}
.lt-ie8 #dealer_boxes,
.lt-ie8 #dealer_map {
  overflow: hidden;
}
.lt-ie8 #dealer_boxes ul,
.lt-ie8 #dealer_map ul {
  overflow: hidden;
}
.lt-ie8 #dealer_map .inner {
  overflow: hidden;
}
.lt-ie8 #sub-footer ul,
.lt-ie8 #sub-footer li,
.lt-ie8 #sub-footer a {
  display: inline !important;
}
/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------

	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.

*/
/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls {
  overflow: hidden;
}
body .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
div.mc-image {
  /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.mc-old-browser .mc-image {
  overflow: hidden;
}
