/* Update time */



/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
/* I think we won't use the border here.
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/img/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/img/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  /* font-family: Arial; No thanks */
  display: block;
  font-size: .85em;
  line-height: 1.5em;
  padding: 10px; }

/* 

Typography
----------------------------------------------------

*/
/* Defaults */
body {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #111;
  background: #fff; }

/*
* + * {
	margin-top: 1.5em; // add space (same as line-height) between modules
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* Landing page header (currently in the right sidebar) */
.landing-info {
  /* No styles to the main div */ }
  .landing-info .page-title {
    margin: 0.5em 0 0;
    line-height: 1.25em; }
  .landing-info .secondary-title {
    margin: 0.5em 0 1em;
    font-size: 1.125em;
    /* 18px */
    line-height: 1.5em;
    font-style: italic;
    color: #444; }

/* Styles for links */
a {
  text-decoration: none; }
  a:link, a:visited { 
color: #23478F;
    }
  a:hover, a:focus {
    color: #6f93dc;
    text-decoration: underline; }
  .article-content a {
    text-decoration: underline; }
    .article-content a:hover, .article-content a:focus {
      text-decoration: none; }
  .pagination a {
    display: block;
    margin: 2em auto 0;
    padding: 3px 0;
    width: 50%;
    color: #fff;
    background: #aaa;
    text-align: center;
    text-transform: uppercase; }
  a.download-tm {
    display: inline-block;
    padding: 0.25em 8px;
    color: #fff;
    background: #CA010F;
    line-height: 1.2em;
    font-size: 18px;
    text-transform: uppercase; }
    a.download-tm:hover, a.download-tm:focus {
      background: #fe1a2a;
      text-decoration: underline; }

/* Paragraph styles */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/* Typogrpahic styles for elements in a standout-box */
.standout-box .location {
  color: #474747;
  font-weight: 700; }

/* Styles for the events landing page */
.article-content ol.upcoming-events {
  padding: 0;
  list-style: none; }
  .article-content ol.upcoming-events .event .event-meta {
    font-size: 0.941176470588235em;
    line-height: 1.5em; }
  .article-content ol.upcoming-events .event .event-meta time {
    color: #CA010F; }
  .article-content ol.upcoming-events .event .event-meta .location {
    color: #333; }
  .article-content ol.upcoming-events .event .article-title {
    font-weight: 700; }

/* Link with coloured background */
section[role="main"] article.full header li a {
  opacity: 1; }

.no-touch section[role="main"] article.full header li a:hover,
.no-touch section[role="main"] article.full header li a:focus {
  opacity: 0.75; }

/* 
   Hide meta data.
   Some meta data for Facebook or something needs to 
   be in the body tag for some reason. So I am using
   this to hide it.
*/
.metadata {
  display: none; }

/* Force border box on all elemtents */
*, *:before, *:after {
  box-sizing: border-box; }

/* Responsive blocks */
img,
embed,
object,
video,
iframe {
  display: block;
  max-width: 100%; }

.wrapper {
  overflow: hidden;
  margin: 58px 0 0;
  /* Add space for fixed banner. */
  padding: 0 8px;
  max-width: 986px;
  /* Make space for padding with border box sizing */
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* 	@include outer-container; */ }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 900px) {
    .wrapper {
      margin: 78px auto 0;
      width: auto; } }

.landing-main,
.article-main {
  margin: 0 0 2em;
  /* @include span-columns(8); */ }
  @media (min-width: 620px) {
    .landing-main,
    .article-main {
      float: left;
      width: 66%;
      padding-right: 8px; } }

.landing-sidebar,
.article-sidebar {
  /* @include span-columns(4); */ }
  @media (min-width: 620px) {
    .landing-sidebar,
    .article-sidebar {
      float: right;
      width: 34%;
      padding-left: 8px; } }

/* Styles specific for landing pages */
article.entry {
  margin: 0;
  padding: 0.81em 0; }
  article.entry::after {
    clear: both;
    content: "";
    display: table; }
  article.entry + article.entry {
    margin-top: 1.5em; }
  article.entry.promoted {
    background-color: #eee; }

.excerpt-thumb {
  float: left;
  width: 34%;
  padding-right: 0.5em; }
  @media (min-width: 620px) {
    .excerpt-thumb {
      width: 30%; } }

.excerpt-text {
  float: right;
  width: 66%;
  padding-left: 0.5em; }
  @media (min-width: 620px) {
    .excerpt-text {
      padding-top: 0.25em;
      width: 70%; } }
  .brag .excerpt-text {
    float: none;
    padding-left: 0;
    width: auto; }
  .promoted .excerpt-text .tags {
    display: inline-block;
    padding-right: 1.63em;
    background: url("/assets/img/off-site-icon.png") no-repeat right center;
    background-size: 1.25em 1.25em; }
  .excerpt-text a:link, .excerpt-text a:visited {
    color: #111; }
  .excerpt-text a:hover, .excerpt-text a:focus, .excerpt-text a:active {
    color: inherit; }
  .excerpt-text h1 {
    margin: 0.5em 0 0;
    font-size: 1.125em;
    line-height: 1.2em;
    font-weight: 400; }
    @media (min-width: 620px) {
      .excerpt-text h1 {
        font-size: 1.5em;
        line-height: 1.2em; } }
  .excerpt-text p {
    display: none; }
    @media (min-width: 900px) {
      .excerpt-text p {
        display: block;
        margin: 0.5em 0 0; } }
  .read .excerpt-text h1 a {
    color: #23478F; }
  .ride .excerpt-text h1 a {
    color: #CA010F; }
  .gear .excerpt-text h1 a {
    color: #E28000; }
  .brag .excerpt-text h1 a {
    color: #109919; }
  .promoted .excerpt-text h1 a {
    color: #680894; }
  .excerpt-text footer {
    margin-top: 0.5em;
    color: #666666; }

.tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Pagination */
.paginate a {
  display: block;
  padding: 15px;
  background: #f5f5f5;
  text-align: center;
  text-transform: uppercase; }

/* Right sidebar */
.landing-sidebar a.share-photos {
  display: block;
  border-right: solid 8px transparent;
  padding: 5px 8px;
  color: #fff;
  background-color: #12C2F7;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight:bold;
}

.landing-sidebar a.share-photos {
  padding-right: 1.8em;
  /* 36 / 20 */
  background: url("/assets/img/camera.svg") no-repeat right 5px #12C2F7;
  /* 1 / 20 */
  background-size: 1.2em 1.2em;
  /* 24 / 20 */ }

.no-svg .landing-sidebar a.share-photos {
  background: url("/assets/img/camera.png") no-repeat right 0.05em #109919;
  /* 1 / 20 */ }

.subscribe ul.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  margin: 1em 0; }
  .subscribe ul.social li {
    width: 3em; }
    .subscribe ul.social li a {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      height: 3em;
      background-size: cover; }
      .subscribe ul.social li a.twitter {
        background-image: url("/assets/img/twitter.png"); }
        .svg .subscribe ul.social li a.twitter {
          background-image: url("/assets/img/twitter.svg"); }
      .subscribe ul.social li a.facebook {
        background-image: url("/assets/img/facebook.png"); }
        .svg .subscribe ul.social li a.facebook {
          background-image: url("/assets/img/facebook.svg"); }
      .subscribe ul.social li a.gplus {
        background-image: url("/assets/img/g+.png"); }
        .svg .subscribe ul.social li a.gplus {
          background-image: url("/assets/img/g+.svg"); }
      .subscribe ul.social li a.rss {
        background-image: url("rss.png"); }
        .svg .subscribe ul.social li a.rss {
          background-image: url("rss.svg"); }

/* Article page layout */
@media (min-width: 900px) {
  .article-glance {
    /* Float the box to the right */
    float: right;
    margin: 0 0 1em 8px;
    width: 30.2521008403361%;
    /* 180 / 595 */ } }

/* Add a class of "standout-box" to add contrast and emphasis
	to a box of content */
.standout-box {
  margin: 0.5em 0;
  padding: 0 0.5em 0.625em 0.5em;
  background: #f5f5f5; }
  @media (min-width: 620px) {
    .standout-box {
      margin: 8px 0; } }
  @media (min-width: 900px) {
    .standout-box.sidebar {
      float: right;
      margin: 0 0 16px 16px;
      width: 200px; } }
  .standout-box:last-child {
    margin-bottom: 0; }
  .standout-box h3,
  .standout-box h3 a {
    margin: 0.25em -8px;
    padding: 0.25em 8px;
    color: #fff;
    font-weight: 400;
    background: #680894;
    text-transform: uppercase; }
  .standout-box.read h3, .standout-box.read h3 a {
    background: #23478F; }
  .standout-box.ride h3, .standout-box.ride h3 a {
    background: #CA010F; }
  .standout-box.gear h3, .standout-box.gear h3 a {
    background: #E28000; }
  .standout-box.brag h3, .standout-box.brag h3 a {
    background: #109919; }
  .standout-box h4,
  .standout-box h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase; }
  .standout-box p,
  .standout-box dl {
    margin: 0 0 0.5em; }
    .standout-box p:last-child,
    .standout-box dl:last-child {
      margin-bottom: 0; }
  .standout-box ul {
    margin: 0 0 0.5em 8px;
    padding: 0;
    list-style: none; }
    .standout-box ul:last-child {
      margin-bottom: 0; }
  .standout-box dt {
    margin: 0.5em 0 0;
    font-weight: 700;
    text-transform: uppercase; }
    .standout-box dt:first-child {
      margin-top: 0; }
  .standout-box dd {
    margin: 0; }
  .standout-box.map {
    padding: 0; }
    .standout-box.map h3 {
      margin: 0; }
  .standout-box p img {
    /* Float inserted images to the right at large size */ }
    @media (min-width: 900px) {
      .standout-box p img {
        float: right;
        margin: 0 0 3px 10px; } }

/* Float riderswest reader's choice logo */
img.riderschoice-logo {
  float: left;
  margin: 0 15px 15px 0; }

/* Special styles for the events landing page */
.article-content ol.upcoming-events .event {
  margin: 1em 0; }
  .article-content ol.upcoming-events .event::after {
    clear: both;
    content: "";
    display: table; }
  .article-content ol.upcoming-events .event .event-calendar-icon {
    float: left;
    margin-top: 5px;
    width: 70px;
    height: 80px;
    padding: 1px;
    background: black;
    border-radius: 5px; }
    .article-content ol.upcoming-events .event .event-calendar-icon .month {
      border-radius: 3px 3px 0 0;
      color: white;
      background: #CA010F;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center; }
    .article-content ol.upcoming-events .event .event-calendar-icon .day {
      border-radius: 0 0 3px 3px;
      background: #fff;
      line-height: 54px;
      font-size: 24px;
      text-align: center; }
  .article-content ol.upcoming-events .event .event-blurb {
    float: right;
    width: calc(100% - 90px); }

/* 

	These styles are based on the idea that the sidebar will 
	be hidden and slide in if a button is selected. I am 
	not sure that this will work out.

section[role="main"] {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background: $white;
	@include transition (all 0.2s ease);
}

.landing-sidebar {
	float: left;
	margin-right: -100%;
	width: 90%;
	background: url("/assets/img/lightGrey.jpg");
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.active-sidebar .landing-sidebar {
	margin-right: 0;
}

Medium width styles

section[role="main"], 
.js section[role="main"] {
	float: left;
	position: relative;
	z-index: 2;
	width: 67%;
	width: -webkit-calc(200% / 3);
	width: -calc(200% / 3);
	box-shadow: 0 0.35714em 1.42857em 0 rgba(0, 0, 0, 0.75);
	-webkit-backface-visibility: hidden;
}
.wrapper .landing-sidebar, 
.js .wrapper .landing-sidebar {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 2.5em;
	padding: 0 0 2.25em;
	width: 33%;
	width: -webkit-calc(100% / 3);
	width: -calc(100% / 3);
}

*/
@media (min-width: 900px) {
  header[role="banner"] {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    background: #111; } }

.site-header .container {
  position: fixed;
  z-index: 99999;
  top: -210px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 986px;
  /* Make space for padding with border box sizing */
  height: 260px;
  background: #111; }
  .site-header .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 620px) {
    .site-header .container {
      top: 0;
      height: 50px;
      -webkit-transition: top 0s ease;
      -moz-transition: top 0s ease;
      transition: top 0s ease; } }
  @media (min-width: 900px) {
    .site-header .container {
      padding: 0 8px;
      height: 52px;
      position: static;
      height: inherit;
      background: none; } }
  .active-search .site-header .container {
    top: -168px; }
    @media (min-width: 620px) {
      .active-search .site-header .container {
        top: 0; } }
  .active-nav .site-header .container {
    top: 0; }
  @media (min-width: 900px) {
    .flexbox .site-header .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .flexbox .site-header .container:before, .flexbox .site-header .container:after {
        content: none;
        display: none; }
      .flexbox .site-header .container:after {
        clear: none; } }

@media (min-width: 620px) {
  .mobile-main-nav {
    display: none; } }
.mobile-main-nav ul {
  margin: 0;
  padding: 0; }
  .mobile-main-nav ul li {
    list-style: none; }
    .mobile-main-nav ul li a {
      display: block;
      padding: 9px 8px;
      color: #ffffff;
      font-size: 21px;
      text-decoration: none;
      text-transform: uppercase; }
    .mobile-main-nav ul li.read a {
      background: #23478F; }
    .mobile-main-nav ul li.ride a {
      background: #CA010F; }
    .mobile-main-nav ul li.gear a {
      background: #E28000; }
    .mobile-main-nav ul li.brag a {
      background: #109919; }

.mobile-nav-search {
  height: 42px; }
  @media (min-width: 620px) {
    .mobile-nav-search {
      display: none; } }

.mobile-nav-search-field {
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: none;
  border: none;
  width: 100%;
  height: 42px;
  line-height: 1.428em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 620px) {
    .mobile-nav-search-field {
      display: none; } }

.site-header a.brand {
  display: block;
  float: left;
  width: 190px;
  height: 50px;
  background: url("/assets/img/logo.svg") no-repeat;
  background-position: 0.5em center;
  background-size: 172px, 45px;
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .site-header a.brand:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }
  @media (min-width: 900px) {
    .site-header a.brand {
      width: 195px;
      height: 68px;
      background-position: left;
      background-size: 12.14286em 1.78571em; } }

.main-nav {
  display: none;
  float: left; }
  @media (min-width: 620px) {
    .main-nav {
      display: block; } }
  .main-nav ul {
    margin: 0;
    padding: 0 10px;
    list-style: none; }
    .main-nav ul li {
      float: left; }
      .main-nav ul li a {
        display: inline-block;
        margin: 0 5px;
        padding: 15px 0.1em 4px;
        border-bottom: #23478F 7px solid;
        color: #ffffff;
        background: none;
        font-size: 16px;
        line-height: 1em;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        @media (min-width: 900px) {
          .main-nav ul li a {
            border-bottom-width: 12px;
            padding: 25px 0.1em 7px; } }
      .main-nav ul li.read a:hover, .main-nav ul li.read a:focus {
        background: #23478F; }
      .main-nav ul li.ride a {
        border-bottom-color: #CA010F;
        padding-left: 0.1em; }
        .main-nav ul li.ride a:hover, .main-nav ul li.ride a:focus {
          background: #CA010F; }
      .main-nav ul li.gear a {
        border-bottom-color: #E28000;
        padding-left: 0.1em; }
        .main-nav ul li.gear a:hover, .main-nav ul li.gear a:focus {
          background: #E28000; }
      .main-nav ul li.brag a {
        border-bottom-color: #109919;
        padding-left: 0.1em; }
        .main-nav ul li.brag a:hover, .main-nav ul li.brag a:focus {
          background: #109919; }

input[type="search"].nav-search-field {
  display: none; }
  @media (min-width: 620px) {
    input[type="search"].nav-search-field {
      display: block;
      position: absolute;
      z-index: 2;
      width: 224px;
      height: 50px;
      right: -178px;
      border: 5px solid black;
      border-radius: 7px;
      padding: 7px 10px;
      background: #ffffff;
      font-size: 16px; }
      .active-search input[type="search"].nav-search-field {
        right: 50px; } }
  @media (min-width: 900px) {
    input[type="search"].nav-search-field {
      position: static;
      float: right;
      margin: 14px 0;
      border: none;
      height: 40px; } }
  input[type="search"].nav-search-field:focus {
    outline: none; }

.search-btn {
  display: none;
  position: relative;
  z-index: 3;
  float: right;
  width: 50px;
  height: 50px;
  background: url("/assets/img/search.png") no-repeat;
  background-position: center center;
  background-color: #111;
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .search-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }
  @media (min-width: 620px) {
    .search-btn {
      display: block; } }
  @media (min-width: 900px) {
    .search-btn {
      display: none; } }
  .svg .search-btn {
    background: url("/assets/img/search.svg") no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    background-color: #111; }

.site-header a.nav-btn {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url("/assets/img/nav.png") no-repeat;
  background-position: center center;
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .site-header a.nav-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }
  @media (min-width: 620px) {
    .site-header a.nav-btn {
      display: none; } }
  .svg .site-header a.nav-btn {
    background: url("/assets/img/nav.svg") no-repeat;
    background-size: 24px 24px;
    background-position: center center; }

.extra-btn, .main-btn {
  display: none; }

/* Not sure if this will workout. */
/* Footer */
footer[role="contentinfo"],
.site-footer {
  margin: 8px 0 0;
  padding: 1em 0.75em 54px;
  color: #ddd;
  background: #444;
  position: relative; }
  footer[role="contentinfo"]::after,
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 620px) {
    footer[role="contentinfo"],
    .site-footer {
      padding: 0 0.75em 1em; } }
  footer[role="contentinfo"] .footer-wrap,
  .site-footer .footer-wrap {
    float: none;
    margin: 0 auto;
    max-width: 970px; }
    footer[role="contentinfo"] .footer-wrap::after,
    .site-footer .footer-wrap::after {
      clear: both;
      content: "";
      display: table; }
    footer[role="contentinfo"] .footer-wrap .logo,
    .site-footer .footer-wrap .logo {
      width: 100%;
      float: left; }
      footer[role="contentinfo"] .footer-wrap .logo::after,
      .site-footer .footer-wrap .logo::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 620px) {
        footer[role="contentinfo"] .footer-wrap .logo,
        .site-footer .footer-wrap .logo {
          width: 33.3333%; } }
      footer[role="contentinfo"] .footer-wrap .logo > a.brand,
      .site-footer .footer-wrap .logo > a.brand {
        display: none; }
        @media (min-width: 620px) {
          footer[role="contentinfo"] .footer-wrap .logo > a.brand,
          .site-footer .footer-wrap .logo > a.brand {
            display: block;
            margin: 0 auto;
            width: 190px;
            height: 50px;
            background: url("/assets/img/logo.svg") no-repeat;
            background-position: 0.5em center;
            background-size: 172px, 45px;
            background-color: transparent;
            border: 0;
            overflow: hidden; }
            footer[role="contentinfo"] .footer-wrap .logo > a.brand:before,
            .site-footer .footer-wrap .logo > a.brand:before {
              content: "";
              display: block;
              width: 0;
              height: 150%; } }
        @media (min-width: 900px) {
          footer[role="contentinfo"] .footer-wrap .logo > a.brand,
          .site-footer .footer-wrap .logo > a.brand {
            width: 195px;
            height: 68px;
            background-position: left;
            background-size: 12.14286em 1.78571em; } }
      footer[role="contentinfo"] .footer-wrap .logo .footer-search,
      .site-footer .footer-wrap .logo .footer-search {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        color: black; }
      footer[role="contentinfo"] .footer-wrap .logo .social,
      .site-footer .footer-wrap .logo .social {
        text-align: center;
        margin: 15px 0 0; }
    footer[role="contentinfo"] .footer-wrap .link-col,
    .site-footer .footer-wrap .link-col {
      width: 33.3333%;
      margin: 0 0 1em;
      padding: 0 2%;
      float: left; }
      footer[role="contentinfo"] .footer-wrap .link-col::after,
      .site-footer .footer-wrap .link-col::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 620px) {
        footer[role="contentinfo"] .footer-wrap .link-col,
        .site-footer .footer-wrap .link-col {
          width: 22.2222%;
          margin: 1em 0; } }
      footer[role="contentinfo"] .footer-wrap .link-col > a,
      .site-footer .footer-wrap .link-col > a {
        display: block;
        color: #ddd;
        font-size: 12px; }
        footer[role="contentinfo"] .footer-wrap .link-col > a:hover,
        .site-footer .footer-wrap .link-col > a:hover {
          color: #fff; }
      footer[role="contentinfo"] .footer-wrap .link-col > h3,
      .site-footer .footer-wrap .link-col > h3 {
        font-size: 16px;
        margin: 0.5em 0; }
  footer[role="contentinfo"] .copyright,
  .site-footer .copyright {
    position: absolute;
    bottom: 16px;
    font-size: 12px; }
    footer[role="contentinfo"] .copyright::after,
    .site-footer .copyright::after {
      clear: both;
      content: "";
      display: table; }
    footer[role="contentinfo"] .copyright > p,
    .site-footer .copyright > p {
      margin: 0; }

/* Styles for images 
	---------------------------------------------------- 
*/
.map {
  float: left;
  margin: 0 0.625em 0.125em 0; }

/* 
	These styles control the forms for the site. Most of it is copied from bootstrap
	http://getbootstrap.com/css/#forms-example 
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

input {
  line-height: normal; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input[type="search"] {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type=radio],
input[type=checkbox] {
  margin: 5px 0 0;
  line-height: normal;
  padding: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn:last-child > .btn {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.form-group {
  margin-bottom: 15px; }

/* Wrap the input and text in a label and then a div with class of .radio or .checkbox */
.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px; }

table.new_riderschoice {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.new_riderschoice tr.header > td {
  text-align: center;
  padding: 0.25em;
  font-weight: bold;
  background: #788443;
  color: white;
  border-top: 1px solid white; }

table.new_riderschoice tr.listing > td {
  border-bottom: 1px dashed #B3B3B3;
  padding: 0.33em 0.75em; }

table.new_riderschoice tr.listing > td:first-child {
  width: 20%;
  border-right: 1px dashed #B3B3B3;
  color: #8C6919;
  font-weight: bold;
  padding-left: 0; }

/* Articles */
.article .extra-btn,
.article .main-btn {
  display: none; }

.full-article::after {
  clear: both;
  content: "";
  display: table; }
.full-article header::after {
  clear: both;
  content: "";
  display: table; }
@media (min-width: 900px) {
  .full-article header {
    margin: 1em 0; } }
.full-article header nav::after {
  clear: both;
  content: "";
  display: table; }
.full-article header ul {
  display: none;
  margin: 0 0 0.5em;
  /* 5 / 16 */
  padding: 0; }
  .full-article header ul::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 620px) {
    .full-article header ul {
      display: block; } }
  .full-article header ul li {
    list-style: none; }
  .full-article header ul a {
    float: left;
    margin-right: 8px;
    padding: 4px 8px;
    color: #fff;
    text-transform: uppercase; }
    .full-article header ul a.read {
      background: #23478F; }
    .full-article header ul a.ride {
      background: #CA010F; }
    .full-article header ul a.gear {
      background: #E28000; }
    .full-article header ul a.brag {
      background: #109919; }
    .full-article header ul a.promoted {
      background: #680894; }

.full-article header h1,
.subscribe h1,
.share h1,
.full article .page-title {
  margin: 10px 0;
  color: #474747;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px; }
  @media (min-width: 620px) {
    .full-article header h1,
    .subscribe h1,
    .share h1,
    .full article .page-title {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (min-width: 900px) {
    .full-article header h1,
    .subscribe h1,
    .share h1,
    .full article .page-title {
      font-size: 3em;
      /* 48 / 16 */
      line-height: 1.2em;
      letter-spacing: -2px; } }

.full-article header p.subheadline {
  margin: 0.25em 0 0.75em;
  color: #474747;
  font-size: 18px;
  line-height: 1.2em; }

.full-article footer {
  display: block; }

.full-article footer p {
  display: block;
  margin: 0 0 2em;
  color: #868686;
  text-transform: capitalize; }

.full-article footer p a {
  color: #868686;
  text-decoration: underline;
  text-transform: uppercase; }

.no-touch .full-article footer p a:hover,
.no-touch .full-article footer p a:focus {
  text-decoration: none; }

.article-photo {
  margin: 0.5em 0 0; }
  @media (min-width: 620px) {
    .article-photo {
      margin: 0.5em 0; } }

.article-photo p {
  margin: 0.5em 0 1em;
  /* padding: 0.75em 3.169014084507%; /* 9 / 284 */
  color: #333333;
  /* background: rgb(115, 115, 115); */ }

.article-photo p span {
  display: block; }

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

.article-content {
  margin: 0.5em 0; }
  .article-content h4 {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 700; }
  .article-content p {
    margin: 0 0 0.75em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

.article-content h3,
.promotion h3,
.comments h3,
.full-article + .more-in-section h2.more-in-section-heading {
  display: block;
  margin: 2em 0 1em;
  line-height: 1.2em;
  font-size: 1.25em;
  /* 20 / 16 */
  font-weight: 700;
  text-transform: uppercase; }

.article-content ul,
.article-content ol {
  margin: 0 0 0.5em;
  padding-left: 2.352941176470588em;
  /* 40 / 17 */
  line-height: 1.5em; }

.article-content ul p,
.article-content ol p {
  font-size: 1em; }

.article-video {
  margin: 0.5em 0; }

.related-articles::after {
  clear: both;
  content: "";
  display: table; }
.related-articles h3 {
  margin: 1.5em 0 0;
  border-bottom: 3px solid #23478F;
  padding: 0.25em 0;
  color: #23478F;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 620px) {
    .related-articles h3 {
      padding: 0.25em 0; } }

.article-content ol.newsletters {
  padding-left: 0;
  list-style: none; }

.article-content ol.newsletters li {
  margin: 2em 0; }

.article-content ol.newsletters img {
  display: none; }

.article-content ol.newsletters p {
  margin: 0; }

.article-content ol.newsletters .kicker {
  font-size: 0.823529411764706em;
  /* 14 / 17 */
  line-height: 1.5em;
  color: #ca010f; }

.article-content ol.newsletters h3 {
  margin: 0;
  font-size: 1.058823529411765em;
  /* 18 / 17 */
  line-height: 1.5em;
  text-transform: none; }

.share-twitter,
.share-facebook,
.share-google {
  float: left;
  width: 33%;
  text-align: center; }

.comments {
  clear: left;
  overflow: scroll; }

.article-sidebar .sidekick,
.article-sidebar .bigbox {
  margin: 1em auto;
  max-width: 300px; }

.article-sidebar .sidekick:first-child,
.article-sidebar .bigbox:first-child {
  margin-top: 0.823529411764706em;
  /* 14 / 17 */ }

/* ---------------------------------------------------- */
/* Business profiles */
.profile-awards h3 {
  background: #680894; }

.profile-map h3 {
  background: #e28000; }

.promotion h3 {
  background: #cb2127; }

.article-glance h4 {
  margin: 0.5em 0 0.125em;
  padding: 0 0.5em;
  font-weight: 700;
  text-transform: uppercase; }

.article-glance ul {
  margin: 0;
  padding: 0 0.5em;}

.profile-awards .sr-awards::after, .profile-awards .rw-awards::after {
  clear: both;
  content: "";
  display: table; }

.profile-awards .sr-awards + .rw-awards {
  margin-top: 1em; }

.profile-awards img {
  float: right;
  margin: 0 3.169014084507% 0.25em 1em;
  /* 18 / 284 */
  width: 25%; }

.profile-awards h4 {
  margin: 0 0.5em; }

.profile-awards ul {
  margin: 0 0 1em 0.5em;
  list-style: none; }

.profile-contact .photo {
  margin: 0 0 5px; }

.profile-contact .fn {
  font-weight: 700; }

.profile-contact .email,
.profile-contact .url {
  display: block; }

.promotion-main {
  padding: 0.25em 0.5em; }

.promotion-main h4,
.promotion-main h5 {
  margin: .5em 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.promotion-main h4 {
  color: #cb2127; }

.promotion-main p {
  margin: 1em 0 1em 1em; }

.trip-advisor {
  width: 240px;
  margin: 1em auto; }

/* Styles for ads
   ---------------------------------------------------- */
.billboard {
   }
  @media (min-width: 620px) {
    .billboard {
      display: block;
      margin: 0 auto 8px;
      margin-bottom: 39px;
      margin-top: 15px; } }

.mobile-banner {
  margin: 0 auto 0.5em;
  max-width: 500px; }
  @media (min-width: 620px) {
    .mobile-banner {
      display: none; } }

.bigbox {
  margin: 1em auto;
  max-width: 300px; }
  @media (min-width: 900px) {
    .landing-main .bigbox {
      margin: 0 auto; } }

.sidekick {
  margin: 1em auto;
  max-width: 300px; }
  @media (max-width: 620px) {
    .sidekick {
      display: none; } }

.ad-wrap {
  margin: 1em 0; }
  @media (min-width: 900px) {
    .ad-wrap::after {
      clear: both;
      content: "";
      display: table; } }

.quicklinks h3 span {
  display: inline-block;
  padding-right: 25px;
  background: url("/assets/img/off-site-icon.png") no-repeat right 2px;
  background-size: 18px 18px; }
.quicklinks ul {
  margin: 1em 0 0;
  padding: 0; }
.quicklinks li {
  margin: 0;
  padding: 0;
  list-style: none; }
  .quicklinks li + li {
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding-top: 0.5em; }
  .quicklinks li .quicklink-title {
    display: block;
    margin: 0;
    font-weight: 700; }
  .quicklinks li .quicklink-promotedby {
    display: block;
    margin: 0.25em 0 0;
    color: #666; }

@media screen {
  .landing-sidebar dl {
    margin: 1em 0; }
    .landing-sidebar dl:last-child {
      margin-bottom: 0; }

  .landing-sidebar dt {
    margin: 1em 0 0;
    font-weight: 700;
    text-transform: uppercase; }
    .landing-sidebar dt:first-child {
      margin-top: 0; }

  .landing-sidebar dd {
    margin: 0; }

  .landing-sidebar .city-info dt {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 1em;
    font-weight: bold;
    text-transform: none; }

  .landing-sidebar .event p {
    margin: 0; }

  .landing-sidebar .article-title {
    font-weight: 700; }

  /* =Landing pages */
  header.landing-head {
    padding: 1em 1.214285714285714em 0; }

  header.landing-head h1 {
    color: #23478F;
    line-height: 1.5em;
    font-size: 1.5em;
    /* 24 / 16 */
    text-transform: uppercase; }

  header.landing-head h1 span {
    text-transform: none; }

  header.landing-head .subheadline {
    color: #23478F;
    line-height: 1.5em;
    font-size: 1.125em;
    /* 18 / 16 */ }

  .landing-info p {
    margin: 1em 0; }

  .landing-info p.caption {
    margin-top: 0;
    font-style: italic; }

  .landing-info h3 {
    font-size: 1.125em;
    /* 18 / 16 */ }

  .landing-info h3 + p {
    margin-top: 0.5em; }

  /* =Ride */
  .landing-sidebar h1.dest-title {
    margin: 0 1.111111111111111em 0.5em;
    /* 20 / 18 */
    font-size: 1.125em;
    /* 18 / 16 */
    line-height: 1.2em; }

  /* Rider's Choice */
  section[role="main"] article.full.riders-choice img.riderschoice-logo {
    float: right; }

  section[role="main"] article.full.riders-choice h2 {
    font-size: 1.125em;
    /* 18 / 16 */
    font-weight: bold; }

  section[role="main"] article.full.riders-choice table {
    margin-top: 1em;
    font-size: 1.0625em;
    /* 17 / 16 */ }

  section[role="main"] article.full.riders-choice table tr.header td {
    padding: 1em 0 0.5em; }

  section[role="main"] article.full.riders-choice table tr.listing td:first-child {
    padding-right: 2em;
    font-weight: bold; }

  /* =Subscribe and share pages */
  section[role="main"].subscribe,
  section[role="main"].share {
    padding: 4.375%;
    /* 14 / 320 */
    width: 91.25%; }

  section[role="main"].subscribe h1,
  section[role="main"].share h1 {
    margin: 0 0 0.25em;
    line-height: 1.2em;
    font-size: 1.71429em; }

  section[role="main"].subscribe header,
  section[role="main"].share header {
    margin: 1.5em 0 3em; }

  section[role="main"].subscribe p,
  section[role="main"].share p {
    margin: 1em 0;
    max-width: 45em; }

  section[role="main"].subscribe small,
  section[role="main"].share small {
    font-weight: 700; }

  section[role="main"].subscribe form,
  section[role="main"].share form {
    margin-top: 2em; }

  section[role="main"].subscribe div,
  section[role="main"].share div {
    margin: 1.1875em 0;
    /* 19 / 16 */ }

  section[role="main"].subscribe div.explanation,
  section[role="main"].share div.explanation {
    margin: 0.3125em 0 0;
    /* 5 / 16 */
    padding-top: 0.6875em;
    /* 11 / 16 */
    background: url("/assets/img/yellow-arrow-up.svg") left top no-repeat; }

  .no-svg section[role="main"].subscribe div.explanation,
  .no-svg section[role="main"].share div.explanation {
    background: url("/assets/img/yellow-arrow-up.png") left top no-repeat; }

  section[role="main"].subscribe .explanation p,
  section[role="main"].subscribe .explanation p {
    margin: 1px 0 0;
    padding: 0.375em 0.6875em;
    /* 6 / 16, 11 / 14 */
    color: #fff;
    background: #E28000; }

  section[role="main"].subscribe label,
  section[role="main"].share label {
    display: block;
    text-transform: uppercase; }

  section[role="main"].subscribe [type="text"],
  section[role="main"].subscribe [type="email"],
  section[role="main"].share [type="text"],
  section[role="main"].share [type="email"],
  section[role="main"].share textarea {
    display: block;
    margin-top: 0.1875em;
    /* 3 / 16 */
    border-radius: 0;
    padding: 0.1875em;
    /* 3 / 16 */
    width: -webkit-calc(100% - 10px); }

  section[role="main"].subscribe textarea,
  section[role="main"].share textarea {
    height: 8em; }

  section[role="main"].subscribe select,
  section[role="main"].share select {
    display: block;
    margin-top: 0.272727272727273em;
    /* 3 / 11 */
    width: 100%; }

  section[role="main"].subscribe label.checkbox,
  section[role="main"].share label.checkbox {
    display: block;
    padding-left: 1.125em;
    /* 18 / 16 */
    text-indent: -1.125em;
    /* 18 / 16 */
    text-transform: none; }

  section[role="main"].subscribe .checkbox [type="checkbox"],
  section[role="main"].share .checkbox [type="checkbox"] {
    position: relative;
    top: -0.25em;
    /* 4 / 16 */
    margin: 0 0.1875em 0 0;
    /* 3 / 16 */
    padding: 0;
    width: 0.875em;
    /* 14 / 16 */
    height: 0.875em;
    /* 14 / 16 */
    font-size: 0.875em;
    /* 14 / 16 */
    vertical-align: bottom; }

  section[role="main"].subscribe [type="submit"],
  section[role="main"].share [type="submit"] {
    margin-top: 1.176470588235294em;
    /* 20 / 17 */
    border: none;
    border-radius: 0;
    padding: 0.588235294117647em 1.352941176470588em;
    /* 10 / 17, 23 / 17 */
    color: #fff;
    background: #109919;
    font-size: 1.0625em;
    /* 17 / 16 */
    text-transform: uppercase; }

  /* Writers profile */
  .writer-avatar {
    float: right;
    margin: 1em 0 1em 1em;
    width: 33%; }

  .writer-avatar + p {
    margin: 1em 0; }

  .landing-head h2 {
    margin: 0.5em 0;
    font-size: 1.125em;
    /* 18px / 16px */ }

  .landing-head ul {
    margin: 1em 0 1em 1.875em;
    /* 30 / 16 */ } }
@media screen and (min-width: 620px) {
  /* =Streams */
  h1.stream-title {
    border-bottom-width: 0.375em;
    /* 9 / 24 */
    padding: 0.375em;
    font-size: 1.5em;
    /* 24 / 16 */ }

  section[role="main"] .mobile-banner + article.entry {
    margin-top: 0; }

  /* =Ride */
  section[role="main"] .dest-select label,
  section[role="main"] .dest-list .label {
    width: 15%; }

  section[role="main"] .dest-select select,
  section[role="main"] .dest-list .select {
    width: 77%; }

  .article-photo,
  .article-content,
  .profile-awards,
  .profile-ataglance,
  .profile-map {
    margin-right: 0;
    margin-left: 0; }

  /* Profiles */
  .map-profile iframe {
    display: none; }

  /* =Subscribe and share pages */
  .wrapper section[role="main"].subscribe,
  .js .wrapper section[role="main"].subscribe,
  .wrapper section[role="main"].share,
  .js .wrapper section[role="main"].share {
    width: 91.25%;
    background: none;
    box-shadow: none; }

  section[role="main"].subscribe div.with-explanation,
  section[role="main"].share div.with-explanation {
    position: relative;
    /* min-height:  */ }

  section[role="main"].subscribe label,
  section[role="main"].subscribe select,
  section[role="main"].share label,
  section[role="main"].share select {
    width: 62.3639191290824%;
    /* 401 / 643 */ }

  section[role="main"].subscribe [type="text"],
  section[role="main"].subscribe [type="email"],
  section[role="main"].share [type="text"],
  section[role="main"].share [type="email"],
  section[role="main"].share textarea {
    width: -webkit-calc(62.3639191290824% - 10px);
    /* 401 / 643 */ }

  section[role="main"].subscribe div.explanation,
  section[role="main"].share div.explanation {
    position: absolute;
    top: 1.5625em;
    /* 25 / 16 */
    left: 65.9409020217729%;
    /* 424 / 643 */
    margin-top: 0;
    padding: 0 0 0 0.6875em;
    /* 11 / 16 */
    background: url("/assets/img/yellow-arrow-left.svg") left top no-repeat; }

  .no-svg section[role="main"].subscribe div.explanation,
  .no-svg section[role="main"].share div.explanation {
    background: url("/assets/img/yellow-arrow-left.png") left top no-repeat; }

  section[role="main"].subscribe .explanation p,
  section[role="main"].share .explanation p {
    margin: 0 0 0 -0.0625em;
    /* 1 / 16 */ } }
@media screen and (min-width: 900px) {
  /* =Streams */
  h1.stream-title {
    padding: 0.416666666666667em;
    /* 10 / 24 */ }

  article.full + h1 {
    margin: 0;
    padding: 2em 0.85em 1em;
    background: #fff; }

  /* =Ride */
  section[role="main"] .dest-select,
  section[role="main"] .dest-list {
    margin: 0;
    padding: 0.625em;
    /* 10 / 16 */
    padding-left: 1.25em;
    /* 20 / 16 */
    border-bottom: 5px solid #23478F;
    background: #fff; }

  section[role="main"] .dest-select label,
  section[role="main"] .dest-list .label {
    margin: 0;
    padding: .5em 20px .5em 0;
    width: auto;
    font-size: 1.4em; }

  section[role="main"] .dest-select select {
    float: left;
    margin: 0;
    padding: .5em 10px;
    width: auto;
    font-size: 1.4em; }

  section[role="main"] .dest-list.active .select {
    top: 48px;
    right: 10px;
    width: 66.7%;
    background: #f5f5f5;
    font-size: 1.4em;
    line-height: 1.5em; }

  section[role="main"] .dest-list h2 {
    font-size: 1.4em; }

  /* Articles */
  section[role="main"] article.full .article-content ol.newsletters li {
    margin-left: 11.5em; }

  section[role="main"] article.full .article-content ol.newsletters img {
    display: block;
    float: left;
    margin-left: -11.5em; }

  /* =Subscribe pages */
  section[role="main"].subscribe,
  section[role="main"].share {
    padding: 0 0 2em;
    width: 100%; }

  section[role="main"].subscribe > h1:first-child,
  section[role="main"].share > h1:first-child {
    margin: 1.25em 0; } }
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important; }

  html {
    background-color: #fff; }

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

  a[href] {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
    border: none; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

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

  figure {
    margin-bottom: 1em;
    overflow: hidden; }

  figure img {
    border: 1px solid #000; }

  header.site-header {
    position: static;
    margin-bottom: -200px;
    visibility: hidden; }

  .article-main {
    width: 100%; }

  .article-main div.article-content, .article-main div.landing-photo {
    display: block; }

  .article-main .landing-photo {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px; }

  article h1 {
    font-size: 38px !important;
    letter-spacing: -0.03em !important;
    line-height: 1.1em !important;
    margin: 0.5em 0 !important; }

  nav,
  billboard,
  footer.site-footer,
  .billboard,
  .article-sidebar,
  .article-main .share,
  .article-main .globallanding,
  .article-main .comments {
    display: none; } }



/* Evan's override styles */

/* ====================
	 Navigation
	 ====================
*/

.main-nav ul li a {
	min-width: 90px;
	text-align: center;
	font-size: 20px !important;
}

.mobile-main-nav ul li {
	height: 42px;
}

.mobile-main-nav ul li a span {
	text-transform: none;
	font-size: 16px;
	padding-left: 10px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	position: relative;
	top: -2px;
}

span.menu {
	color: #fff;
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 13px;
	margin-right: 3px;
	display: none;
	cursor: pointer;
}

input[type="search"].nav-search-field {
	border-radius: 5px;
}

/* ====================
	 Ads
	 ====================
*/



div.billboard img {
	margin: 0 auto;	
}

div.mobile-banner {
	margin-bottom: 20px;	
}

div.mobile-banner img, div.billboard img, div.leaderboard img, div.bigbox img, div.sidekick img {
	height: auto !important;	
	width: auto !important;
}

.key-product-block {
    display: table;
    padding-bottom: 13px;
    padding-top: 13px;
    width: 100%;
    background-color: #eee;
    margin-bottom: 13px;
}

.key-product-block img.key-product-img {
    display: table-cell;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 200px;
    height: 200px;
    max-width: 200px;
}

.key-product-block .key-product-text {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.key-product-block .key-product-text .key-product-promoted {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 8px;
    background-color: #999;
    margin-bottom: 10px;
    display: inline-block;
}

.key-product-block img.key-product-offsiteicon {
  height: 20px;
  width: 20px;
  margin-left: 8px;
	display: inline-block;
	margin-bottom: -4px;
}

.key-product-block .key-product-text a.key-product-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-weight: bold;
  display: block;
	color: #680894;
}

.key-product-block .key-product-text p.key-product-p {
    font-size: 18px;
    line-height: 1.4em;
    hyphens: none;
    -webkit-hyphens: none;
    margin: 0.75em 0;
}

.key-product-block span.key-product-promotedby {
    font-size: 14px;
    color: #777
}

.key-product-block span.key-product-promotedby a {	
	color: #680894;
}

article .sidekick {
	display: block !important;
}

/* ====================
	 Custom Search
	 ====================
*/

.gsc-control-cse {
	padding: 0 !important;
}

.gcsc-branding {
	display: none;
}

.gsc-above-wrapper-area {
	border-bottom: none !important;
	padding: 0 !important;
}

.gsc-result-info {
	padding: 0 !important;
}

.gsc-result a.gs-title:hover {
	opacity: 0.5;	
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0 !important;
} 

/* ====================
	 Cross-style
	 ====================
*/

* {
	-webkit-font-smoothing: antialiased;
}

.landing-photo {
	margin-bottom: 15px;
}

.landing-photo img {
	width: 100%;
}

.landing-photo div.caption {
	margin-bottom: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.6em;
	border: 2px solid #ddd;
	border-top: none;
	font-weight: 500;
	padding: 15px 15px;
	background: #f2f2f2;
}

.landing-photo div.caption span.credit, .landing-photo div.caption span.cutline {
	display: block;	
}

.landing-photo div.caption h4 {
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 18px;
	font-weight: bold;
}

.landing-photo div.caption div.info {
	display: inline-block;
	background-color: #ddd;
	padding: 2px 10px 2px 0;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.landing-photo div.caption div.info span {
	background-color: #bbb;
	padding: 6px 11px;
	margin-right: 10px;
}

.landing-photo div.caption span.credit {
	font-style: italic;
	margin-top: 5px;	
}

.landing-photo div.caption span.credit::before {
	content: "";	
}

.landing-photo.hotshot div.caption span.cutline {
	margin-top: 10px;
	font-size: 18px;
}

.landing-photo div.caption div.hsaction {
	margin-top: 15px;
}

.landing-photo.portrait {
	float: right;
	width: 34%;
	padding-left: 16px;
}

section.landing-head {
	margin-top: 15px;
}

div.headline {
	border-bottom: 2px solid #eee;
	margin-bottom: 18px;
	padding-top: 0;
}

div.headline h1.page-title {
	font-weight: bold;
	font-size: 38px;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

div.headline h2 {
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	font-size: 22px;
}

.landing-info {
	margin-bottom: 15px;
}

.landing-info p.description {
	margin-top: 0;
}

.landing-info p.description strong.head {
	display: block;
	margin-bottom: 0.8em;
}

.landing-info p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none; 
}

.landing-info p .landing-map {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.landing-info h1.landing-title {
	line-height: 1.3em;
	font-weight: bold;
	
    	 
	margin-top: -2px;
}

.landing-info h1.landing-title span.byline {
	display: block;
	font-size: 18px;
	color: #999;
	margin-top: -7px;
	}

.landing-info img.columnist-photo {
	max-width: 125px;
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
}

a.blocklink {
	display: inline-block;
	background-color: #666;
	color: #fff;
	padding: 2px 10px;
	font-size: 14px;
	margin-right: 3px;
	margin-top: 6px;
}

a.blocklink.bold, a.outblocklink.bold {
	font-weight: bold;	
}

a.blocklink.blue, .blue a.blocklink {
	background-color: #23478F !important;
}

a.blocklink.red, .red a.blocklink {
	background-color: #ca010f !important;
}

a.blocklink.orange, .orange a.blocklink {
	background-color: #E28000 !important;
}

a.blocklink.green, .green a.blocklink {
	background-color: #109919 !important;
}

a.blocklink.blue.toned, .blue.toned a.blocklink {
	background-color: #4F6BA5 !important;
}

a.blocklink.red.toned, .red.toned a.blocklink {
	background-color: #D5343F !important;
}

a.blocklink.orange.toned, .orange.toned a.blocklink {
	background-color: #E89933 !important;
}

a.blocklink.green.toned, .green.toned a.blocklink {
	background-color: #40AD47 !important;
}

.backgroundblue {
	background-color: #23478F !important;
}

.colorblue {
	color: #23478F !important;
}

.backgroundred {
	background-color: #ca010f !important;
}

.colorred {
	color: #ca010f;
}

.backgroundorange {
	background-color: #E28000 !important;
}

.colororange {
	color: #E28000;
}

.backgroundgreen {
	background-color: #109919 !important;
}

.colorgreen {
	color: #109919;
}

a.blocklink:hover, a.outblocklink:hover {
	text-decoration: none;
	opacity: 0.7;	
}

a.outblocklink {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-right: 3px;
	margin-top: 6px;
	font-size: 14px;
	margin-right: 15px;
}

a.outblocklink.blue, .blue a.outblocklink {
	color: #23478F;
}

a.outblocklink.red, .red a.outblocklink {
	color: #ca010f;
}

a.outblocklink.green, .green a.outblocklink {
	color: #109919;
}

a.outblocklink.bold {
	font-weight: bold;
}

.breadcrumb {
	margin-bottom: 1em;
}

.breadcrumb a.blocklink {
	position: relative;
	padding-left: 25px;
}

.breadcrumb a.blocklink:after {
	content: "";  
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #ca010f;
	position: absolute; right: -14px; top: 0;
}

.breadcrumb a.blocklink:before {
	content: "";  
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.breadcrumb > span:first-child a.blocklink:before {
	border: 0;
}

.breadcrumb > span:first-child a.blocklink {
	padding-left: 10px;
}

.breadcrumb > span:last-child a.blocklink:after {
	border: 0;
}

.breadcrumb > span:last-child a.blocklink {
	padding-right: 10px;
}

.breadcrumb > span:nth-child(1) a.blocklink {
	z-index: 10;
}

.breadcrumb > span:nth-child(2) a.blocklink {
	z-index: 9;
}

.breadcrumb > span:nth-child(3) a.blocklink {
	z-index: 8;
}

.breadcrumb > span:nth-child(4) a.blocklink {
	z-index: 7;
}

.breadcrumb > span:nth-child(5) a.blocklink {
	z-index: 6;
}

.breadcrumb > span:nth-child(6) a.blocklink {
	z-index: 5;
}

span.sub-pages-head {
	font-weight: bold;
	display: block;
}

span.sub-pages-head.spacetop {
	padding-top: 10px;
}

span.sub-pages-head.spacebot {
	padding-bottom: 15px;
}

ul.sub-pages {
	margin-top: 5px;
	padding-left: 0px;
	border-bottom: 2px solid #eee;
}

ul.sub-pages.promoted {
	margin-bottom: 7px;	
}

ul.sub-pages.nested {
	border-bottom: 2px solid #eee;
}

ul.sub-pages li a {
	display: block;
	border-top: 2px solid #eee;
	padding: 2px 0;
}

ul.sub-pages.nested li a {
	border-color: #ccc;
}

ul.sub-pages li a:hover {
	color: #23478f;
	text-decoration: none;
	background-color: #eee;
}

ul.sub-pages li ul {
	padding-left: 0;
}

ul.sub-pages > li a {
	padding-left: 10px;
}

ul.sub-pages.nested li ul li a {
	padding-left: 20px;	
	border-top: 2px solid #eee;
}

ul.sub-pages li ul li:first-child a {
	border-top: 2px solid #ccc;
}


/* I am commenting this out because it is over riding my styles

div.paginate {
	font-size: 14px;
	line-height: 1.45em;
	color: #333;
	margin: 10px 0;
}

div.paginate::after {
	clear: both;
	content: "";
	display: table;
}

div.paginate span, div.paginate strong, div.paginate a {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: block;
	float: left;
	padding: 6px 12px;
}

div.paginate :last-child {
	border-right: 1px solid #ddd;
}

div.paginate span.current_page {
	font-weight: bold;
	font-size: 11px;
}

div.paginate strong {
	font-weight: normal;
	background-color: #ddd;
}

div.paginate a:hover {
	background-color: #e9ecf3;
	text-decoration: none;
	color: #23478F;
}

 */

section.landing-main > p:first-child {
	margin-top: 0;
}

section.landing-main a, .globallanding a {
	font-weight: bold;
}

section.landing-main .item, .globallanding .item {
	display: table;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
}

section.landing-main div.item:last-of-type, .globallanding div.item:last-oftype {
	border-bottom: none;
}

section.landing-main .item.lined, .globallanding .item.lined {
	border-bottom: 1px solid #ddd;
}

section.landing-main .item.lined:last-child, .globallanding {
	border: none;	
}

section.landing-main .item.noline, .globallanding .item.noline {
	border: none;
}

section.landing-main .item.promoted, .globallanding .item.promoted {
	background-color: #eee;	
	margin-top: 7px;
}

section.landing-main .item .graphic, .globallanding .item .graphic {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

section.landing-main .item .graphic img, .globallanding .item .graphic img {
	width: 200px;
	height: 200px;
	max-width: 200px;
}

section.landing-main .item .graphic img.customsize, .globallanding .item .graphic img.customsize {
	height: inherit;
	width: inherit;
	max-width: inherit;	
}

section.landing-main .item .text, .globallanding .item .text {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

section.landing-main .item .text .promoted, .globallanding .item .text .promoted {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	padding: 3px 8px;
	background-color: #999;
	margin-bottom: 10px;
	display: inline-block;
}

section.landing-main .item .text span.categories, .globallanding .item .text span.categories {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

section.landing-main .item .text span.categories a, .globallanding .item .text span.categories a {
	font-weight: bold;
	color: #444;
}

section.landing-main .item .text a.title, section.landing-main .item .text span.title, .globallanding .item .text a.title, globallanding .item .text span.title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
}

section.landing-main .item.read .text a.title, section.landing-main .item.read .text span.title, .globallanding .item.read .text a.title, .globallanding .item.read .text span.title {
	color: #23478f;	
}

section.landing-main .item.ride .text a.title, section.landing-main .item.ride .text span.title, .globallanding .item.ride .text a.title, .globallanding .item.ride .text span.title {
	color: #ca010f;
}

section.landing-main .item.gear .text a.title, section.landing-main .item.gear .text span.title, .globallanding .item.gear .text a.title, .globallanding .item.gear .text span.title {
	color: #e28000;
}

section.landing-main .item.brag .text a.title, section.landing-main .item.brag .text span.title, .globallanding .item.brag .text a.title, .globallanding .item.brag .text span.title {
	color: #109919;
}

section.landing-main .item.promoted .text a.title, section.landing-main .item.promoted .text span.title, .globallanding .item.promoted .text a.title, .globallanding .item.brag .text span.title {
	color: #680894;
}

section.landing-main .item .text p, .globallanding .item .text p {
	font-size: 18px;
	line-height: 1.4em;	
	hyphens: none;
	-webkit-hyphens: none;
	margin: 0.75em 0;
}

section.landing-main .item .text .pub-info, .globallanding .item .text .pub-info {
	color: #777;
	font-size: 14px;
}

section.landing-main .item.read .text .pub-info a, .globallanding .item.read .text .pub-info a {
	color: #23478f;
}

section.landing-main .item.ride .text .pub-info a, .globallanding .item.ride .text .pub-info a {
	color: #ca010f;
}

section.landing-main .item.gear .text .pub-info a, .globallanding .item.gear .text .pub-info a {
	color: #e28000;
}

section.landing-main .item.brag .text .pub-info a, .globallanding .item.brag .text .pub-info a {
	color: #109919;
}

section.landing-main .item.promoted .text .pub-info a, .globallanding .item.promoted .text .pub-info a {
	color: #680894;
}

.globallanding h3, .landing-main .globallanding h3 {
	font-weight: bold;
	margin-bottom: 0.3em;
	border-bottom: 2px solid #eee;
	padding-bottom: 0.2em;
	color: #474747;
	font-size: 19px;
}

section.landing-main h3.nospacetop, .globallanding h3.nospacetop, .landing-main .globallanding h3.nospacetop {
	margin-top: 0;	
}

.landing-main h3 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 1.5em;	
}

.landing-main h4 {
	margin-top: 1.5em;
	margin-bottom: -0.5em;
	font-weight: bold;
}

.landing-main h4:first-child {
	margin-top: 0;	
}

.standout-box {
	padding: 0.5em 0.7em 0.625em 0.7em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background-color: #f1f1f1;
}

.standout-box p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
} 

.standout-box h3 {
	font-size: 17px;
	font-weight: 600;
	padding: 0.3em 0.55em;
	margin: -8px -11px 0.7em -11px;
	background-color: #666;
}

.standout-box h3.a {
	padding: 0;
	background-color: #fff !important;
}

.standout-box h3 a {
	background-color: #666;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
}

.standout-box h3 a:hover {
	text-decoration: none;
	opacity: 0.7;	
}

.standout-box img.standout-image {
	float: left;
	margin-right: 15px;
	width: 100px;
}

.standout-box div.body {
	margin-bottom: 5px;
}

.standout-box strong.head {
	display: block;
	margin-bottom: 0.4em;
}

.standout-box.bluebox h3, .standout-box.bluebox h3 a {
	background-color: #23478F;
}

.standout-box.redbox h3, .standout-box.redbox h3 a {
	background-color: #ca010f;
}

.standout-box.greenbox h3, .standout-box.greenbox h3 a {
	background-color: #109919;
}

.standout-box.promoted h3, .standout-box.promoted h3 a {
	background-color: #680894;
}

.comments {
	overflow: auto;
}

.landing-sidebar a.share-photos {
	font-size: 17px;
	font-weight: 600;
	padding: 0.4em 0.55em;
	background-image: url("/assets/img/camera.svg");
	background-size: 20px 15px;
	background-position-y: 8px;
}

.no-svg .landing-sidebar a.share-photos {
	background-image: url("/assets/img/camera.png");
	background-size: 20px 15px;
	background-position-y: 8px;
}

.landing-sidebar a.share-photos:hover {
	text-decoration: none;
	opacity: 0.7;	
}

.landing-sidebar .off-site h3 {
	background-image: url("/assets/img/off-site-icon-white.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
	border-right: solid 8px transparent;
}

.no-svg .landing-sidebar .off-site h3 {
	background-image: url("/assets/img/off-site-icon-white.png");
}

/* ====================
	 Travel
	 ====================
*/

.openweather {
	background-color: #ddd;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 10px;
}

.openweather span.title {
	font-size: 18px;
	display: block;
	margin-bottom: 22px;
	text-align: center; 
}

.openweather span.temp {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	font-weight: 300;
	text-align: right;
	margin-right: 30px;
	margin-left: 70px;
}

.openweather span.temp span.far {
	font-size: 16px;
	font-weight: 600;
}

.openweather img.icon {
	display: inline-block;
	vertical-align: top;
	width: 50px;
}

/* ====================
	 Hotshots
	 ====================
*/

.filter {
	background-color: #eee;
	padding: 15px 15px;
	margin-bottom: 15px;
}

.filter span {
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
}

.filter select {
	width: inherit;
	margin: 0 5px;
}

.filter select.city {
	width: 80px;
}

.filter select.region {
	width: 90px;
}

.filter select.province {
	width: 100px;
}

.filter select.manufacturer {
	width: 135px;
}

.filter select:focus {
    outline: none;
}

.backrow {
	margin: 20px 0;
}

.backrow h3 {
	font-weight: bold;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.backrow .blocklink {
	float: right;
	margin: 0;
}

.backrow::after {
	clear: both;
	content: "";
	display: table;
}

div.hsshare {
	margin-top: 10px;
}

div.hsshare span {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding: 5px 0;
	color: #333;
}

div.hsshare a {
	display: inline-block;
	margin: 0;
	width: 41px;
	height: 41px;
	background: url("/images/uploads/hsshare-sprite@2x.png") left center no-repeat;
	background-size: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 2px;
}

div.hsshare a.twitter {
	background-position: 0 0;	
}

div.hsshare a.facebook {
	background-position: 0 -41px;	
}

div.hsshare a.googleplus {
	background-position: 0 -82px;	
}

div.hsshare a.pinterest {
	background-position: 0 -124px;	
}

div.hsshare a.email {
	background-position: 0 -165px;	
}

.form {
	margin-bottom: 35px;
}

.form h3 {
	font-weight: 400;
	font-size: 18px;
	border-bottom: 2px solid #adadad;
	color: #333;
	padding-bottom: 0.1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.form.blue h3 {
	color: #23478F; 
	border-bottom-color: #91A3C7;
}

.form.red h3 {
	color: #CA010F; 
	border-bottom-color: #E48087;
}

.form.orange h3 {
	color: #E28000; 
	border-bottom-color: #F0BF7F;
}

.form.green h3 {
	color: #109919; 
	border-bottom-color: #70C275;
}

.form label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.form label span.description {
	display: block;
	font-weight: normal;
	color: #666;
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0.6em;
}

.form input, .form textarea {
	margin-bottom: 15px;
}

.form input[type="text"], .form input[type="search"], .form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	background-color: #fafafa;
	border: 1px solid #ccc;
	color: #333;
	-webkit-appearance: none;
	border-radius: 0;
}

.form input[type="text"], .form input[type="search"] {
	height: 37px;
	padding: 0 8px;
}

.form textarea {
	height: 100px;
	padding: 5px 8px;
}

.form input[type="text"]:focus, .form input[type="search"]:focus, .form textarea:focus {
	background-color: #fff;
	border-color: #777;
	outline: none;
}

.form div.captcha {
	display: inline-block;
	padding-top: 3px;
}

.form input.captcha {
	width: 200px;
	margin-left: 7px;
	display: inline-block;
	vertical-align: top;
}

.form button[type="submit"], .form input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #333;
	border: 2px solid #1a1a1a;
	color: #fff;
	padding: 6px 25px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.form.blue button[type="submit"], .form.blue input[type="submit"] {
	background-color: #23478F;
	border-color: #1A356B;
}

.form.blue button[type="submit"]:hover, .form.blue input[type="submit"]:hover {
	background-color: #4F6CA5;	
}

.form.red button[type="submit"], .form.red input[type="submit"] {
	background-color: #CA010F;
	border-color: #97000B;
}

.form.red button[type="submit"]:hover, .form.red input[type="submit"]:hover {
	background-color: #D5343F;	
}

.form.orange button[type="submit"], .form.orange input[type="submit"] {
	background-color: #E28000;
	border-color: #A95F00;
}

.form.orange button[type="submit"]:hover, .form.orange input[type="submit"]:orange {
	background-color: #E89933;	
}

.form.green button[type="submit"], .form.green input[type="submit"] {
	background-color: #109919;
	border-color: #0B7112;
}

.form.green button[type="submit"]:hover, .form.green input[type="submit"]:hover {
	background-color: #40AD47;	
}

.form button[type="submit"]:hover, .form input[type="submit"]:hover {
	background-color: #4f4f4f;
}

.form .required {
	color: #c43b1d;
}

html body .form .screenreader {
	display: none !important;
}

footer .form input[type="search"] {
	border: 0;
}

#sr-enews.form, footer .form {
	margin-bottom: 0;
}

#sr-enews.form input {
	margin-bottom: 5px;
	display: inline-block;
	height: 32px;
}

#sr-enews.form input.fname {
	width: 64%;	
	margin-right: 2px;
}

#sr-enews.form button[type="submit"] {
	display: inline-block;
	margin: 0;
	width: 34%;
	height: 32px;
	padding: 0;
	vertical-align: top;
}

/* ====================
	 Article
	 ====================
*/

.full-article header {
	border-bottom: 2px solid #eee;
	margin-bottom: 0.7em;
}

.full-article header .categories {
	margin-top: 15px;
}

.full-article header p.subheadline {
	font-size: 22px;
	line-height: 1.2em;	
}

.full-article header .pub-info {
	font-weight: bold;
	color: #888;
	margin-bottom: 0.6em;
}

.article-main {
	margin-top: 0.5em;
}

.full-article .article-main p + div.landing-photo {
	margin-top: 20px;
}

.full-article .article-main .article-content {
	margin-bottom: 2.5em;
}

.article-content h3 {
	text-transform: none;	
}

article .article-content li {
	margin-bottom: 1em;
}

/* ====================
	 Subscribe
	 ====================
*/

ul.social {
	padding: 0;
	margin: 15px 0;
}

ul.social li {
	display: inline-block;
}

ul.social li a {
	display: block;
	background: url("/assets/img/sr-round-icons.svg") no-repeat;
	height: 36px;
	width: 36px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	margin-right: 1px;
	margin-bottom: 2px;
}

.no-svg ul.social li a {
	background: url("/assets/img/sr-round-icons.png") no-repeat;
}

ul.social.grey li a {
	background-image: url("/assets/img/sr-round-icons-grey.svg");
}

.no-svg ul.social.grey li a {
	background-image: url("/assets/img/sr-round-icons-grey.png");
}

ul.social li a.rss {
	background-position: 0 0;	
}

ul.social li a.twitter {
	background-position: 0 -36px;	
}

ul.social li a.facebook {
	background-position: 0 -72px;	
}

ul.social li a.linkedin {
	background-position: 0 -108px;	
}

ul.social li a.flickr {
	background-position: 0 -144px;	
}

ul.social li a.gplus {
	background-position: 0 99999px;	
}

ul.social li a.rss:hover {
	background-position: 0 -217px;	
}

ul.social li a.twitter:hover {
	background-position: 0 -254px;	
}

ul.social li a.facebook:hover {
	background-position: 0 -291px;	
}

ul.social li a.linkedin:hover {
	background-position: 0 -327px;	
}

ul.social li a.flickr:hover {
	background-position: 0 -364px;	
}

ul.social li a.gplus:hover {
	background-position: 0 99999px;	
}

/* ====================
	 Quicklinks
	 ====================
*/

.standout-box p.subscribe {
	margin-top: 15px;
}

.standout-box p.subscribe a {
	font-weight: bold;
	display: block;
	font-size: 14px;
}

.standout-box.promoted.off-site {
	margin-top: 12px;
}

.standout-box.promoted.off-site h3 {
	margin-bottom: 0;
}

.standout-box.promoted.off-site hr {
	display: none;
}

.standout-box.promoted .quicklink-block {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.standout-box.promoted .quicklink-block .quicklink-title {
	font-weight: bold;
	display: block;
}

.standout-box.promoted .quicklink-block .quicklink-p {
	display: none;
}

.standout-box.promoted .quicklink-block .quicklink-promotedby {
	color: #666;	
}

/* ====================
	 eMagazine
	 ====================
*/

.emag-icons {
	margin-bottom: 10px;
}

.emag-icons a.blocklink {
	margin-top: 0;
}

/* ====================
	 Trail Maps
	 ====================
*/

.trailmaps h3 {
	border-bottom: 2px solid #eee;
	padding-bottom: 2px;
	margin-bottom: 1em;
}

.trailmaps h4 {
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: -0.8em;
	font-weight: 900;
}

.trailmaps span.city {
	display: block;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #111;
}

.trailmaps a.download {
	background: url("/assets/img/pdf.svg") no-repeat;
	background-size: 15px 18px;
	padding-left: 27px;
}

.trailmaps ul {
	margin-top: 0.3em;
	padding-left: 2em;
	font-size: 14px;
}

/* ====================
	 SledTown ShowDown
	 ====================
*/

h1.stsd img {
	max-width: 100%;
}

h1.stsd a {
	text-indent: -999em;
	height: 0;
	padding-top: 18.55%;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	background-size: contain;
}

.sledtown .info {
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
	border-radius: .25em;
	padding: 20px;
	margin-bottom: 0.5em;
}

.sledtown .info h2 {
	margin-top: 0.2em;
}

.sledtown .info p.head {
	margin-top: 0;
}

.sledtown h2 {
	font-weight: bold;
	font-size: 27px;
	line-height: 1.3em;
}

.sledtown .info h2, .sledtown .sledtown-head {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 0.2em;
}

.sledtown .sledtown-dates {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	font-weight: 900;
	white-space: nowrap;
}

.sledtown p {
	font-size: 18px;
	line-height: 1.5em;
}

.sledtownpoll {
	
}

.sledtown .voteblock {
	margin-bottom: 2em;
}

.sledtown .voteblock .towns {
	margin-bottom: -3px;
	border: 1px solid #dbdbdb;
	background-color: #f9f9f9;
}

.sledtown .voteblock .left, .sledtown .voteblock .right {
	display: inline-block;
	width: 49.99%;
	padding: 15px 15px 20px 15px;
	vertical-align: top;
} 

.sledtown .voteblock .left {
	border-right: 1px solid #dbdbdb;
	margin-right: -1px;
}

.sledtown .voteblock .right {
	text-align: right;	
	margin-left: -3px;
	border-left: none;
	border-left: 1px solid #dbdbdb;
}

.sledtown .voteblock .left h3 , .sledtown .voteblock .right h3 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;	
}

.sledtown .voteblock .left h3 span, .sledtown .voteblock .right h3 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}

.sledtown .voteblock a.outblocklink {
	margin: 0;
}

.sledtown .voteblock iframe {
	height: 375px;
}

.stsd-widget {
	/*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;*/
	margin-bottom: 15px;
}

.stsd-box {
	background-color: #f1f1f1;
	margin: auto;
	max-width: 322px;
}

.stsd-widget .blocklink {
	width: 49.47%;
	margin-right: -1px;
	text-align: center;
	margin-top: 2px;
}

.stsd-widget .finalfour {
	width: 100%;
}

.stsd-widget img {
	height: auto !important;
	width: 100%;
}

@media (max-width: 899px) {
	
	.stsd-widget .blocklink {
		width: 100%;
		max-width: 322px;
		margin-left: auto;
		margin-right: auto;
		display: block;	
	}
}

@media (max-width: 619px) {
	
	.sledtown h2 span {
		display: block;
		padding-left: 0;
		margin-top: 10px;	
	}
	
	.sledtown p {
		font-size: 16px;	
	}
	
	.sledtown .voteblock .left, .sledtown .voteblock .right {
		padding: 15px;	
	}
	
	.sledtown .voteblock a.outblocklink {
		line-height: 1.2em;
		margin-bottom: 0.8em;
	} 
	
	.sledtown .voteblock iframe {
		height: 500px;
	}
	
	h1.stsd a {
		padding-top: 44.86%;
	}
	
}

a.sledtownblocklink {
	font-size: 1em !important;
	height: 32px;
	margin: .8px -.5px !important;
	padding: 3px !important;
	text-align: center; 
	width: 49%;
	background: #c8d7ea;
	color: #444;
	font-weight: 600;
}

.subscribe_box {
	height: 1%;
	margin: 40px auto -25px;
	padding: 14px 20px !important;
	width: 468px;
}

.subscribe_box h3 {
	font-weight: normal;
	margin: auto;
}

.subscribe_box p {
	font-size: .9em;
	line-height: 16px;
	margin-top: 9px;
	width: 100%;
}

.subscribe_box a {
	text-decoration: none;
	
}

.subscribe_box .subscribe_button {
    	background-color: #3f96ca;
	border: none;
	border-radius: .25em;
	padding: 7px;
	margin: 15px auto 10px;
    	width: 50%;   	
}

.subscribe_box .subscribe_button:hover {
	box-shadow: inset 0 -.2em 0 0 rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,.1),0 .2em 0 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.1),0 0 0 0 rgba(0,0,0,.2);
}

.subscribe_box .subscribe_button h4 {
	color: #fff;
    	font-size: 1.2em;
    	font-weight: normal;
    	margin: auto;
    	text-align: center;
}

@media (max-width: 735px) {
	
	.subscribe_box {
		width: 100% !important;
	}

}

@media (max-width: 619px) {

	.subscribe_box {
		width: 468px !important;
	}

}

@media (max-width: 486px) {

	.subscribe_box {
		width: 100% !important;
	}

	.subscribe_box .subscribe_button {
		width: 214px !important;
	}	

}

/* ====================
	 Footer
	 ====================
*/

footer[role="contentinfo"] .footer-wrap .link-col > h3, .site-footer .footer-wrap .link-col > h3 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}

footer[role="contentinfo"] .footer-wrap .link-col > h3.below, .site-footer .footer-wrap .link-col > h3.below {
	margin-top: 12px;
}

footer h3 a, footer h3 a:link, footer h3 a:visited {
	color: #fff;
}

footer .link-col > a {
	line-height: 1.4em;
	padding: 0.33em 0;
}

footer[role="contentinfo"] .footer-wrap .link-col, .site-footer .footer-wrap .link-col {
	margin-bottom: 0;
}

footer[role="contentinfo"] .copyright, .site-footer .copyright {
	bottom: 20px;
	line-height: 1.5em;
}

footer ul.social li a {
	margin-bottom: 5px;
}

footer[role="contentinfo"] .footer-wrap .logo, .site-footer .footer-wrap .logo {
	margin-top: 3px;
}

footer[role="contentinfo"] .footer-wrap .logo > a.brand, .site-footer .footer-wrap .logo > a.brand {
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 50px;
	background: url("/assets/img/logo.svg") no-repeat;
	background-position: 0.5em center;
	background-size: 172px, 45px;
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

footer[role="contentinfo"] .footer-wrap .logo > a.brand:before, .site-footer .footer-wrap .logo > a.brand:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/* ====================
	 Queries
	 ====================
*/

@media (max-width: 619px) {
	
	section.landing-main .item .graphic img, .globallanding .item .graphic img, .key-product-block img.key-product-img {
		width: 100px;
		height: 100px;
	}
	
	section.landing-main .item .graphic img.customsize, .globallanding .item .graphic img.customsize {
		height: inherit;
		width: 100px;	
	}
	
	section.landing-main .item .graphic, .globallanding .item .graphic {
		padding-right: 10px;
	}
	
	.key-product-block img.key-product-img {
		margin-right: 10px;
	}
	
	section.landing-main .item .text a.title, .globallanding .item .text a.title, .key-product-block .key-product-text a.key-product-title {
		font-size: 0.85em;	
		line-height: 1.35em;
		margin-bottom: 10px;
	}
	
	section.landing-main .item .text span.categories, .globallanding .item .text span.categories {
		font-size: 0.75em;	
		margin-bottom: 5px;
	}
	
	section.landing-main .item.promoted, .globallanding .item.promoted {
		margin-top: 0;
	}
	
	section.landing-main .item .text .promoted, .globallanding .item .text .promoted, .key-product-block .key-product-text .key-product-promoted {
		font-size: 0.85em;
		padding: 1px 6px
	}
	
	section.landing-main .item .text p, .globallanding .item .text p, .key-product-block .key-product-text p.key-product-p {
		font-size: 16px;
		display: none;	
	}
	
	section.landing-main .item .text.show-phone p, .globallanding .item .text.show-phone p {
		display: block;
	}
	
	section.landing-main .item, .globallanding .item, .key-product-block {
		border-bottom: 1px solid #ddd;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	section.landing-main .item .text .pub-info, .globallanding .item .text .pub-info, .key-product-block .key-product-text span.key-product-promotedby {
		font-size: 13px;
	}
	
	section#main .key-product-block a.key-product-title {
		font-size: 1.2em;	
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
	.site-header .container.mobile {
		transition: top 0.3s ease;
	}
	
	.site-header .container.mobile.mn-open {
		top: 0;
	}
	
	div.headline h1.page-title {
		font-size: 28px;
		line-height: 1.2em;
	}
	
	div.headline h2 {
		font-size: 18px;
	}
	
	footer[role="contentinfo"] .footer-wrap .logo, .site-footer .footer-wrap .logo {
		margin-top: 0;	
		margin-bottom: 30px;
	}
	
	footer[role="contentinfo"] .footer-wrap .logo > a.brand, .site-footer .footer-wrap .logo > a.brand {
		margin-bottom: 15px;
	}
	
	footer[role="contentinfo"] .footer-wrap .link-col, .site-footer .footer-wrap .link-col {
		width: auto;
		max-width: 50%;
		float: left;
	}
	
	footer[role="contentinfo"] .copyright, .site-footer .copyright {
		margin-top: 	
	}
	
	footer .link-cols {
		margin-bottom: 15px;
	}
	
	footer[role="contentinfo"] .footer-wrap, .site-footer .footer-wrap {
		padding-bottom: 35px;	
	}
		
}

@media (max-width: 899px) and (min-width: 620px) {
	
	section.landing-main .item .graphic img, .globallanding .item .graphic img, .key-product-block img.key-product-img {
		width: 150px;
		height: 150px;
	}
	
	section.landing-main .item .graphic img.customsize, .globallanding .item .graphic img.customsize {
		height: inherit;	
		width: 150px;
	}
	
	section.landing-main .item, .globallanding .item, .key-product-block {
		border-bottom: 1px solid #ddd;
	}
	
	section.landing-main .item.promoted, .globallanding .item.promoted, .key-product-block {
		margin-top: 0;
	}
	
	section.landing-main .item .text .promoted, .globallanding .item .text .promoted, .key-product-block .key-product-text .key-product-promoted {
		font-size: 0.9em;
		padding: 1px 6px
	}
	
	section.landing-main .item .text p, .globallanding .item .text p, .key-product-block .key-product-text p.key-product-p {
		font-size: 16px;	
		line-height: 1.4em;
	}
	
	section.landing-main .item .text a.title, .globallanding .item .text a.title, .key-product-block .key-product-text a.key-product-title {
		font-size: 18px;	
	}
	
	section.landing-main .item .text span.categories, .globallanding .item .text span.categories {
		font-size: 13px;
	}
	
	.container.tab input[type="search"].nav-search-field {
		transition: right 0.3s ease;
	}
	
	.container.tab a#search-btn {
		transition: left 0.3s ease;
	}
	
	.container.ts-open input[type="search"].nav-search-field {
		right: 0;
		z-index: 10;
		border: 5px solid #111;
	}
	
	.container.ts-open a#search-btn {
		left: -221px;
	}
	
	#sr-enews.form input {
		display: block;
	}
	
	#sr-enews.form input.fname {
		width: 100%;
	}
	
	#sr-enews.form button[type="submit"] {
		width: auto;
		padding: 2px 12px;
		margin-top: 6px;
		display: block;
	}
	
	footer[role="contentinfo"] .footer-wrap .logo, .site-footer .footer-wrap .logo {
		margin-top: 10px;
	}
	
	footer form.form {
		margin-top: 15px;
	}
		
}

@media (min-width: 900px) {
	.main-nav ul li a {
  	border-bottom-width: 10px;
		padding: 31px 0.1em 7px; 
  }
}

@media (max-width: 899px) {
	
	.filter span {
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	
	.filter select {
		margin-right: 5px;
		margin-left: 0;
		margin-bottom: 5px;
		font-size: 11px;
	}
	
	.filter select.city {
		width: 65px;
	}
	
	.filter select.region {
		width: 75px;
	}
	
	.filter select.province {
		width: 85px;
	}
	
	.filter select.manufacturer {
		width: 110px;
	}
	
}

@media (max-width: 899px) AND (min-width: 676px) {
	.main-nav ul li a {
		padding: 19px 0.1em 4px;
	}	
}

@media (max-width: 675px) {
	.main-nav ul li a {
  	padding: 19px 0.1em 4px;
		min-width: 70px;
  }
}

@media (max-width: 400px) AND (min-width: 320px) {
	.mobile-main-nav ul li a span {
		font-size: 12px;
	}
}

@media (max-width: 319px) {
	.mobile-main-nav ul li a span {
		display: none;
	}
}

@media (max-width: 619px) AND (min-width: 310px) {
	span.menu {
		display: block;
	}	
}

.para {
position: relative;
top: 20px;

}

.headline-article {
    font-weight: bold;
    font-size: 38px;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.headline-article2 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.3em;
    font-size: 22px;
}

.mainheading {
    font-weight: bold;
    font-size: 38px;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.hotshotstitle {
margin-top: -0.3em;
}

#h1-article {
font-weight: bold;
font-size: 28px;
}

/* Breadcrumb */

ol.breadcrumb {
	color: #999;
	overflow: hidden;
}
.article ol.breadcrumb {
	font-size: 14px;
	line-height: 21px;
}
ol.breadcrumb li::after {
	content: " / ";
}
ol.breadcrumb li:last-child::after {
	content: "";
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style:none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb li {
	display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	border-radius: 0px;
	box-shadow: none !important;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 8px;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .5px;
	transition: none;
	margin-bottom: 20px;
	line-height: 23px;
	
}

