@charset "UTF-8";
/*! 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; }

html {
  box-sizing: border-box; }

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

/* 

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; }

/* Styles for blocklink from Mining site */
a.blocklink {
  background-color: #062973;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  margin-top: 5px; }

a.blocklink:hover {
  background-color: #50699D;
  text-decoration: none; }

a.outblocklink {
  color: #062973;
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

a.outblocklink:hover {
  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 h3 {
  font-size: 17px; }
.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-touchevents section[role="main"] article.full header li a:hover,
.no-touchevents section[role="main"] article.full header li a:focus {
  opacity: 0.75; }

/* Evan's Headings */
.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: 4em; }

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

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

/* Evan's links */
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 {
  background-color: #23478F !important; }

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

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

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

a.blocklink.blue.toned {
  background-color: #4F6BA5 !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 {
  color: #23478F; }

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

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

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

/* Evan's landing */
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; }

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,
ul.nav_categories {
  margin-top: 5px;
  padding-left: 0px;
  list-style: none;
  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,
ul.nav_categories 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,
ul.sub-pages li a:focus,
ul.nav_categories li a:hover
ul.nav_categories li a:focus {
  color: #23478f;
  text-decoration: none;
  background-color: #eee; }

ul.sub-pages li ul,
ul.nav_categories li ul {
  padding-left: 0;
  list-style: none; }

ul.sub-pages > li a,
ul.nav_categories > 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,
ul.nav_categories li ul li:first-child a {
  border-top: 2px solid #ccc; }

/* 
   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%; 
  margin-right: 0.5em;
  float: left;

	}

.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: 660px) {
    .landing-main,
    .article-main {
      float: left;
      width: 66%;
      padding-right: 8px; } }

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

/* Styles specific for landing pages */
/* Landing photo */
.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; }

/* Article Stream */
article.entry,
.globallanding .item {
  display: table;
  padding: 1em 0;
  width: 100%; }
  @media (min-width: 660px) {
    article.entry,
    .globallanding .item {
      padding-bottom: 13px;
      padding-top: 13px; } }
  article.entry.promoted,
  .globallanding .item.promoted {
    background-color: #eee;
    margin-top: 7px; }

.excerpt-thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px; }
  @media (min-width: 660px) {
    .excerpt-thumb {
      padding-right: 20px; } }
  .excerpt-thumb img {
    width: 100px;
    height: 100px;
    max-width: 200px; }
    @media (min-width: 660px) {
      .excerpt-thumb img {
        width: 200px;
        height: 200px; } }
    .excerpt-thumb img.customsize {
      height: inherit;
      width: 100px; }
      @media (min-width: 660px) {
        .excerpt-thumb img.customsize {
          height: inherit;
          width: inherit;
          max-width: inherit; } }

.excerpt-text {
  display: table-cell;
  vertical-align: top;
  width: 100%; }
  .excerpt-text .promoted {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 1px 6px;
    background-color: #999;
    margin-bottom: 10px;
    margin-top: 0;
    display: inline-block; }
    @media (min-width: 660px) {
      .excerpt-text .promoted {
        margin-top: inherit;
        font-size: 15px;
        padding: 3px 8px; } }
  .excerpt-text span.categories {
    margin-bottom: 5px;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #474747;
    font-weight: normal;
    text-transform: uppercase;
    display: block; }
    @media (min-width: 660px) {
      .excerpt-text span.categories {
        font-size: 13px; } }
    .excerpt-text span.categories a {
      font-weight: bold;
      color: #474747; }
  .excerpt-text a.title,
  .excerpt-text span.title {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.35em;
    font-weight: bold;
    display: block; }
    @media (min-width: 660px) {
      .excerpt-text a.title,
      .excerpt-text span.title {
        font-size: 24px;
        line-height: 1.3em; } }
    .read .excerpt-text a.title, .read
    .excerpt-text span.title {
      color: #23478F; }
    .ride .excerpt-text a.title, .ride
    .excerpt-text span.title {
      color: #CA010F; }
    .gear .excerpt-text a.title, .gear
    .excerpt-text span.title {
      color: #E28000; }
    .brag .excerpt-text a.title, .brag
    .excerpt-text span.title {
      color: #109919; }
    .promoted .excerpt-text a.title, .promoted
    .excerpt-text span.title {
      color: #680894; }
  .excerpt-text p {
    display: none;
    font-size: 18px;
    line-height: 1.4em;
    hyphens: none;
    -webkit-hyphens: none;
    margin: 0.75em 0; }
    @media (min-width: 660px) {
      .excerpt-text p {
        display: block; } }
    .show-phone .excerpt-text p {
      display: block; }
  .excerpt-text .pub-info {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.5em; }
    @media (min-width: 660px) {
      .excerpt-text .pub-info {
        font-size: 14px;
        line-height: 1.5em; } }
    .read .excerpt-text .pub-info a {
      color: #23478F; }
    .ride .excerpt-text .pub-info a {
      color: #CA010F; }
    .gear .excerpt-text .pub-info a {
      color: #E28000; }
    .brag .excerpt-text .pub-info a {
      color: #109919; }
    .promoted .excerpt-text .pub-info a {
      color: #680894; }

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

/* These break the new table styles
.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: #313E2C;
  background-color: #8BE32B;
  font-size: 17px;
  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 #8BE32B;
  /* 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 */ }

/* 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.625em 0.5em 0.625em 0.5em;
  background: #f5f5f5; }
  @media (min-width: 660px) {
    .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;
    margin-top: 1em;  }
  .standout-box h3,
  .standout-box h3 a {
    margin: 0.25em 3px;
    padding: 0 0.1em;

    padding: 0.3em 0.55em;
    margin: -8px -8px 0.7em -8px;

    color: #fff;
    font-weight: 400;
    background: #680894;
    text-transform: uppercase; }
  .standout-box.read h3, .standout-box.read h3 a, .standout-box.subscribe h3, .standout-box.subscribe h3 a {
    background: #23478F; }
  .standout-box.ride h3, .standout-box.ride h3 a {
    background: #CA010F;
    float: left;
    line-height: 0.08em;
    margin-right: 13.35em;
    margin-top: 0.7em;
    padding-bottom: 0.25em; }
  .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: 1em 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; } }

{!-- .standout-box img.standout-image {
    float: left;
    width: 9em; } --}

/* Social icons */
ul.social {
  padding: 0;
  margin: 15px 0; }
  ul.social li {
    display: inline-block; }
    ul.social li a {
      display: block;
      margin-right: 1px;
      margin-bottom: 2px;
      width: 36px;
      height: 36px;
      background: url("/assets/img/sr-round-icons.svg") no-repeat;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
      .no-svg ul.social li a {
        background: url("/assets/img/sr-round-icons.png") no-repeat; }
      ul.social li a.rss {
        background-position: 0 0; }
        ul.social li a.rss:hover {
          background-position: 0 -217px; }
    
	ul.social li a.twitter {
        background-position: 0 -36px; }
        ul.social li a.twitter:hover {
          background-position: 0 -254px; }

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


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

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"); }

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

/* 	====================
	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: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; }

@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;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .site-header .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 660px) {
    .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: 660px) {
      .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: 660px) {
  .mobile-main-nav {
    display: none; } }
.mobile-main-nav ul {
  margin: 0;
  padding: 0; }
  .mobile-main-nav ul li {
    list-style: none;
    height: 42px; }
    .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 a span {
        font-size: 12px;
        text-transform: none;
        padding-left: 10px;
        font-weight: 400;
        font-style: italic;
        display: inline-block;
        position: relative;
        top: -2px; }
    .mobile-main-nav ul li.stories a {
      background: #23478F; }
    .mobile-main-nav ul li.travel a {
      background: #CA010F; }
    .mobile-main-nav ul li.gear a {
      background: #E28000; }
    .mobile-main-nav ul li.share a {
      background: #109919; }

.mobile-nav-search {
  height: 42px; }
  @media (min-width: 660px) {
    .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: 660px) {
    .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: 660px) {
    .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;
        min-width: 90px;
        border-bottom: #23478F 7px solid;
        padding: 19px 0.1em 4px;
        color: #fff;
        background: none;
        font-size: 20px;
        line-height: 1em;
        text-align: center;
        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: 10px;
            padding: 31px 0.1em 7px; } }
      .main-nav ul li.stories a:hover, .main-nav ul li.stories a:focus {
        background: #23478F; }
      .main-nav ul li.travel a {
        border-bottom-color: #CA010F;
        padding-left: 0.1em; }
        .main-nav ul li.travel a:hover, .main-nav ul li.travel 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.share a {
        border-bottom-color: #109919;
        padding-left: 0.1em; }
        .main-nav ul li.share a:hover, .main-nav ul li.share a:focus {
          background: #109919; }

input[type="search"].nav-search-field {
  display: none; }
  @media (min-width: 660px) {
    input[type="search"].nav-search-field {
      display: block;
      position: absolute;
      z-index: 2;
      width: 224px;
      height: 50px;
      right: -178px;
      border: 5px solid black;
      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;
      border-radius: 5px;
      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: 660px) {
    .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: 101px;
  height: 50px;
  padding: 13px 0 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: url("/assets/img/nav.png") no-repeat;
  background-position: 64px center; }
  @media (min-width: 660px) {
    .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: 64px center; }
  .site-header a.nav-btn:hover, .site-header a.nav-btn:focus {
    text-decoration: none; }

/* Footer */
footer[role="contentinfo"],
.site-footer {
  margin: 8px 0 0;
  padding: 1em 0.75em 54px;
  color: #ddd;
  background: #474747; }
  footer[role="contentinfo"]::after,
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  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"] h4,
  .site-footer h4 {
    margin: 0 0 0.1875em;
    /* 3 / 16 */
    line-height: 1.2em;
    font-weight: 700; }

.footer-nav::after {
  clear: both;
  content: "";
  display: table; }

/* Evan's */
@media (min-width: 620px) {
  footer[role="contentinfo"],
  .site-footer {
    padding: 0 0.75em 1em; } }
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 {
  margin: 15px 0 0;
  text-align: center; }

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 {
  clear: both;
  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; }

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[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%; }

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

/* Evan's */
.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; }

/* Sidebar subscribe form */
#rw-enews.form, footer .form {
  margin-bottom: 0; }

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

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

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

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 */
.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: 660px) {
    .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: 660px) {
    .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-touchevents .full-article footer p a:hover,
.no-touchevents .full-article footer p a:focus {
  text-decoration: none; }

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

.article-photo p {
    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; }

.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: -0.5em 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: 660px) {
    .related-articles h3 {
      padding: 0.25em 0; } }

.share-twitter,
.share-facebook,
.share-instagram {
  float: left;
  width: 33%;
  text-align: center;
  margin-right: 0.5em
 }

.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;
  list-style: none; }

.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
   ---------------------------------------------------- */
@media (min-width: 660px) {
  .billboard {
    margin: 0 auto 8px; }
    .billboard img {
      margin: 2em auto 3em; } }

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

.sidekick {
  margin: 50px auto;
  max-width: 300px; }
  @media (max-width: 660px) {
    .sidekick {
      display: none; } }

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

.key-product-block {
  display: table;
  margin: 13px 0;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  background-color: #eee; }
  @media (min-width: 660px) {
    .key-product-block {
      padding-bottom: 13px;
      padding-top: 13px; } }

.key-product-block img.key-product-img {
  display: table-cell;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
  max-width: 200px; }
  @media (min-width: 660px) {
    .key-product-block img.key-product-img {
      margin-right: 20px;
      width: 200px;
      height: 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: 0.85em;
  padding: 1px 6px;
  background-color: #999;
  margin-bottom: 10px;
  display: inline-block; }
  @media (min-width: 660px) {
    .key-product-block .key-product-text .key-product-promoted {
      font-size: 15px;
      padding: 2px 8px; } }

.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: 1.2em;
  margin-bottom: 10px;
  line-height: 1.35em;
  font-weight: bold;
  display: block;
  color: #680894; }
  @media (min-width: 660px) {
    .key-product-block .key-product-text a.key-product-title {
      font-size: 24px;
      line-height: 1.3em; } }

.key-product-block .key-product-text p.key-product-p {
  display: none;
  font-size: 18px;
  line-height: 1.4em;
  hyphens: none;
  -webkit-hyphens: none;
  margin: 0.75em 0; }
  @media (min-width: 660px) {
    .key-product-block .key-product-text p.key-product-p {
      display: block; } }

.key-product-block span.key-product-promotedby {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color: #777; }

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

.quicklinks 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 .quicklinks h3 {
    background-image: url("/assets/img/off-site-icon-white.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 20px;
    border-right: solid 8px transparent; }
.quicklinks hr {
  display: none; }
.quicklinks .quicklink-block {
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
.quicklinks .quicklink-title {
  font-weight: bold;
  display: block; }
.quicklinks .quicklink-p {
  display: none; }
.quicklinks .quicklink-promotedby {
  color: #474747; }

@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;
    {!-- margin-left: 9em; --}
 }

  .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; }

.landing-info span.byline {
	display: block;
	font-size: 18px;
	color: #999;
        line-height: 1.3em;
        font-weight: bold;
        float: right;
        margin-right: 17.8em;

}


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

  .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; } }

.landing-subheadline {
    padding-left: 5px;
    padding-top: 6.2em;
}

.profilelink {
line-height: 1.3em;
    font-weight: bold;
    float: right;
    margin-right: 19em;
    margin-top: 0em;
}

.landing-title {
    line-height: 1.3em;
    font-weight: bold;
    float: right;
    margin: 0 auto;
    margin-right: 11.2em;
}

.profilepic {
    max-width: 125px;
    float: left;
    margin-right: 15px;
    margin-bottom: 40px;

}

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

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

.social-share a{
background-color: #109919;
color: #ffffff;
font-weight: bold;
padding: 10px;
}

.standout-image {
max-width: 10em;
}