/* LESS VARS */
/* =============================================================================
   Webfonts Hoefler
   ========================================================================== */
/*
.font-text{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 400;
}
.font-text-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
}
.font-text-bold{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 700;
}
.font-text-bold-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 700;
}


.font-sans-text{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
}
.font-sans-text-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 400;
}

.font-sans{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
}
.font-sans-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 700;
}
.font-sans-bold{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 800;
}

.font-sans-bold-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 800;
}

.font-sans-condensed-black {
	font-family: "Gotham XNarrow A", "Gotham XNarrow B";
	font-style: normal;
	font-weight: 900;
}
*/
/* =============================================================================
   Webfonts Adobe
   ========================================================================== */
.font-text {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-text-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-text-bold {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-text-bold-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-text {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-sans-text-ital {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.font-sans {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-sans-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font-sans-bold-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.font-sans-condensed-black {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'font_serif';
    src: url('../webfonts/v3/centri.woff') format('woff'),
         url('../webfonts/v3/centri.woff2') format('woff2'),
         url('../webfonts/v3/centri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font_med_sans';
    src: url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_bold_sans';
    src: url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'font_condensed';
  src: url('../woff/norwester.woff') format('woff'), url('../woff/norwester.woff') format('woff2'), url('../ttf/norwester.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ss_standard';
  src: url('../woff/ss-standard.woff') format('woff'), url('../woff2/ss-standard.woff2') format('woff2'), url('../ttf/ss-standard.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.not-full-width {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}
.topo-bg {
  background: url(../png/topo-bg-5-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-lt {
  background: url(../png/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-wt {
  background: url(../png/topo-bg-5-white.png) top center repeat-y;
  background-size: 1480px;
}
.clear {
  content: "";
  display: table;
  clear: both;
}
.ulreset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*
body {
	.fluid-type(font-size, 600px, 900px, 12px, 28px);
}
pre {overflow: auto;}

*/
.master_excerpt {
  width: auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  font-size: 15px;
  line-height: 1.9em;
}
.master_excerpt a,
.master_excerpt a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.master_excerpt a:hover,
.master_excerpt a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
/* REPLACEMENTS */
div.sidebar-ads {
  display: none;
}
#outer {
  background-color: #F2F1EE;
}
#main {
  position: relative;
  overflow: hidden;
  width: auto;
  padding: 0 0;
}
.post-share {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
ul.sponsors-list {
  padding: 0px 0px 0px 0px;
}
/* NEW STYLES */
.home-features {
  width: 100vw;
  overflow: hidden;
  position: relative;
  max-width: 1480px;
  dispay: block;
}
.home-features .images,
.swiper {
  width: 100vw;
  max-width: 1480px;
  overflow: hidden;
  position: relative;
}
.home-features .images img {
  width: 100vw;
  max-width: 1480px;
  height: auto;
  position: relative;
  background: #1A1C18;
}
.home-features .images ul {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 18000px;
}
.home-features .images ul li {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  max-width: 1480px;
  display: block;
  float: left;
  position: relative;
}
.home-features .images ul li a {
  display: block;
}
.home-features .images ul li div.caption {
  padding: 20px 20px 20px 20px;
  background: #BED3CA;
}
.home-features .images ul li div.caption h2 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1em;
  padding: 0px 20px 16px 20px;
  text-transform: uppercase;
  margin: 0px;
  color: #1A1C18;
}
.home-features .images ul li div.caption h3 {
  height: 28px;
  text-align: center;
  font-family: 'font_condensed';
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 0px 0px 2px 0px;
  text-transform: uppercase;
  display: block;
  color: #1A1C18;
}
.home-features .images ul li div.caption h3 .ss-icon {
  transform: translateY(2px);
  display: inline-block;
  font-size: 14px;
  padding-right: 1px;
}
.home-features .images ul li div.caption div.comments {
  text-align: center;
  padding: 0px 0px 4px 0px;
}
.home-features .images ul li div.caption a div.more {
  width: 116px;
  height: 22px;
  padding: 8px 0px 0px 5px;
  overflow: hidden;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  display: block;
  color: #BED3CA;
  background-color: #1A1C18;
  margin: 0px auto;
  margin-top: 0px;
  text-align: center;
  font-family: 'font_condensed';
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0.0;
  transition: 0.3s;
  height: 0;
}
.home-features .images ul li div.caption a div.author {
  overflow: hidden;
  height: 22px;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #1A1C18;
  margin: 0px auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: 2px;
}
.home-features .images ul li div.caption a:hover div.author {
  height: 0px;
}
.home-features .images ul li div.caption a:hover div.more {
  opacity: 1;
  height: 22px;
}
.gallery-nav {
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  right: 0px;
  position: absolute;
  z-index: 4;
  height: 60px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  border: 0;
  outline: none !important;
}
.gallery-nav:before,
.gallery-nav:after {
  position: absolute;
  left: 30px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #FFF;
}
.gallery-nav.left:before {
  transform: rotate(45deg);
  top: 15px;
}
.gallery-nav.left:after {
  transform: rotate(-45deg);
  top: 30px;
}
.gallery-nav.left:hover:before {
  left: 24px;
}
.gallery-nav.left:hover:after {
  left: 24px;
}
.gallery-nav.right {
  position: absolute;
  right: 0;
}
.gallery-nav.right:before {
  transform: rotate(45deg);
  top: 30px;
}
.gallery-nav.right:after {
  transform: rotate(-45deg);
  top: 15px;
}
.gallery-nav.right:hover:before {
  left: 36px;
}
.gallery-nav.right:hover:after {
  left: 36px;
}
.gallery-nav.left {
  right: auto;
  left: 0px;
  z-index: 5;
}
/*
.gallery-nav div{
	height:48px;
	width:48px;
	background:url(../img/v3/home/hero-arrow-right.png) no-repeat;
	cursor:pointer;
}

.gallery-nav div:hover{
	background-position:0px -48px;
}

.gallery-nav.left{
	right:auto;
	left:0px;
	z-index:5;
}
.gallery-nav.left div{
    background-image:url(../img/v3/home/hero-arrow-left.png);
}

*/
.feature-btn {
  margin-top: -22px;
}
ul.explore {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  margin-top: -19px;
  width: 100%;
}
ul.explore li {
  margin: 0px;
  padding: 0px;
  height: auto;
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 50vw;
  height: 50vw;
}
ul.explore li a {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  display: block;
}
ul.explore li a img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
ul.explore li a div.holder {
  margin: 0px;
  padding: 0px;
  background-color: #31312F;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  z-index: 1;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: transparent;
}
ul.explore li a div.title {
  margin: 0px;
  padding: 0px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  height: auto;
  padding: 0px;
}
ul.explore li a h2,
ul.explore li a h3 {
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.18em;
  color: #F2F1EE;
  position: relative;
  height: auto;
  display: block;
  width: 100%;
}
ul.explore li a h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0em;
  padding: 0px 10px 0px 10px;
}
ul.explore li a h3 {
  font-size: 16px;
  padding-top: 8px;
  font-family: 'font_condensed';
  letter-spacing: 4px;
  color: #B0B0B0;
  display: none;
}
/* SWIPER Pagination Styles */
h3.top-stories {
  text-align: center;
  font-family: 'font_condensed';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 0px 7px 0px;
  margin: 0;
  display: none;
  width: 100%;
}
/*
.swiper {
  width: 600px;
  height: 300px;
}
*/
.swiper-slide {
  transform: translateZ(0);
}
.swiper-pagination {
  position: relative;
  width: 100%;
  z-index: 121;
  margin-top: 6px;
}
.swiper-pagination-bullet {
  background: #1A1C18;
  opacity: 0.2;
  margin: 0px 5px;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #1A1C18;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1A1C18;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #F2F1EE;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #F2F1EE;
}
a.bikepacking-101 {
  width: 100%;
  height: 280px;
  display: block;
  position: relative;
  margin: 20px 0px;
}
a.bikepacking-101 img {
  height: 280px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* DISPATCH */
div.dispatch,
div.gear {
  padding: 5%;
  position: relative;
}
div.dispatch h2,
div.gear h2 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10.5px;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0px 0px 4px 0px;
  margin: 0;
}
div.dispatch h3,
div.gear h3 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px 0px 2px 0px;
  margin: 0;
}
div.dispatch h3 a,
div.gear h3 a {
  color: #1A1C18;
  text-decoration: none;
}
div.dispatch h3 a:hover,
div.gear h3 a:hover {
  color: #A23D3B;
}
div.dispatch ul,
div.gear ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  clear: both;
}
div.dispatch ul li,
div.gear ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  display: inline;
  width: 50%;
  margin: 0;
  padding: 2% 3%;
  text-align: top;
}
div.dispatch ul li a,
div.gear ul li a {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
div.dispatch ul li a img,
div.gear ul li a img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
div.dispatch ul li a p.date,
div.gear ul li a p.date {
  display: block;
  margin: 0 0 2px 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  color: #848581;
  text-transform: uppercase;
}
div.dispatch ul li a div.conversation,
div.gear ul li a div.conversation {
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 22px;
  width: 24px;
  float: right;
  position: relative;
  margin: 8px 0 3px 3px;
  background: #B0B0B0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 59% 75%, 30% 100%, 30% 75%, 0% 75%);
}
div.dispatch ul li a div.conversation span,
div.gear ul li a div.conversation span {
  font-size: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 10px;
  padding: 0;
  width: 24px;
  height: 22px;
  color: #DDDEDA;
  display: block;
  text-align: center;
  margin-right: 3px;
}
div.dispatch ul li a h4,
div.gear ul li a h4 {
  font-size: 14px;
  font-family: 'font_condensed';
  color: #1A1C18;
  text-decoration: none;
  line-height: 18px;
  padding: 7px 0px;
  margin: 0;
}
div.dispatch ul li a:hover div.date,
div.gear ul li a:hover div.date {
  display: none;
}
div.dispatch ul li a:hover img,
div.gear ul li a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
div.dispatch ul li a:hover h4,
div.gear ul li a:hover h4 {
  color: #A23D3B;
}
div.dispatch ul li:nth-child(odd),
div.gear ul li:nth-child(odd) {
  clear: both;
}
div.dispatch ul li.stickyli a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../png/sticky-pin.png) no-repeat;
  background-size: 25px 25px;
  background-position-y: 32px;
  background-position-x: 100%;
}
div.load-more {
  width: 100%;
  background-color: #d2dfc9;
}
div.load-more.gear-bg {
  background-color: #F2F1EE;
}
div.load-more a {
  outline: 0;
  border: 0;
  display: block;
  padding: 0px 20px 5px 20px;
  text-align: center;
  width: 180px;
  height: 30px;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
}
div.load-more a.dispatch-load-more {
  background-color: #F2F1EE;
}
div.load-more a.gear-load-more {
  background-color: #d2dfc9;
}
div.load-more a div {
  font-family: "SSStandard";
  margin: 0 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
}
div.load-more a:hover {
  color: #747F5A;
}
div.gear {
  background-color: #d2dfc9;
}
div.gear ul li a h4 {
  font-size: 16px;
  line-height: 20px;
}
span.discussion {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #F2F1EE;
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 28px;
  transform: translateY(-3px);
  display: inline-block;
}
span.discussion span {
  width: 28px;
  height: 23px;
  color: #BED3CA;
  background-color: #1A1C18;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 59% 75%, 30% 100%, 30% 75%, 0% 75%);
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  letter-spacing: 0px;
}
div.comments-count {
  font-size: 11px;
  line-height: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 28px;
  display: inline-block;
  background-color: white;
  width: 28px;
  height: 24px;
  color: black;
  text-align: center;
  margin-right: 3px;
  mix-blend-mode: screen;
  position: absolute;
}
div.tracker {
  margin: 0 auto;
  margin-top: 25px;
}
div.banner-presenting {
  margin-top: 5%;
}
@media only screen and (min-width: 480px) {
  ul.explore li a {
    height: 100%;
  }
  ul.explore li a img {
    display: block;
    position: relative;
  }
  ul.explore li a h2 {
    font-size: 20px;
    letter-spacing: 0.18em;
  }
  ul.explore li a h3 {
    display: none;
    color: #F2F1EE;
  }
  a.bikepacking-101,
  a.bikepacking-101 img {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-nav {
    display: block;
  }
  ul.explore li {
    width: 25vw;
    height: 25vw;
  }
  ul.explore li a h2 {
    font-size: 22px;
    letter-spacing: 0em;
  }
  .home-features .images ul li div.caption h2 {
    font-size: 28px;
  }
  .home-features .images ul li div.caption p {
    font-size: 14px;
  }
  a.bikepacking-101,
  a.bikepacking-101 img {
    height: 400px;
  }
  div.dispatch {
    padding: 3%;
  }
  div.dispatch ul li {
    width: 33.33%;
    padding: 2%;
  }
  div.dispatch ul li:nth-child(4) {
    clear: both;
  }
  div.dispatch ul li:nth-child(odd) {
    clear: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home-features {
    margin-top: 0px;
    display: block;
    height: 66vw;
  }
  .home-features .images,
  .swiper {
    top: 50%;
    transform: translateY(-50%);
  }
  .home-features .images ul li div.caption {
    padding: 0px 0px 0px 0px;
    height: auto;
    z-index: 300;
    position: absolute;
    color: #F2F1EE;
    background-color: transparent;
    width: 640px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  .home-features .images ul li div.caption h2 {
    line-height: 1.1em;
    font-size: 36px;
    letter-spacing: 0.25em;
  }
  .home-features .images ul li div.caption h2 span {
    display: block;
  }
  .home-features .images ul li div.caption h2,
  .home-features .images ul li div.caption h3 {
    color: #F2F1EE;
  }
  .home-features .images ul li div.caption h3 {
    font-size: 14px;
  }
  .feature-btn {
    margin-top: 0px;
  }
  .summary {
    max-width: 860px;
    padding: 20px 0px 30px 0px;
    font-size: 15px;
  }
  .summary a,
  .summary a:visited {
    box-shadow: 0px 1.5px 0px #a9b69c;
  }
  .summary a:hover,
  .summary a:visited:hover {
    box-shadow: 0px 1.5px 0px #1A1C18;
  }
  .summary.summary-sm {
    padding: 0px 0px 20px 0px;
  }
  ul.explore li a div.holder {
    background-color: #1A1C18;
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
  ul.explore li a:hover div.holder {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  ul.explore li a h3 {
    display: block;
  }
  ul.explore li a h2 {
    font-size: 22px;
    letter-spacing: 0.18em;
  }
  .swiper-pagination {
    margin-top: -26px;
    height: 26px;
  }
  .swiper-pagination-bullet {
    background: #F2F1EE;
    opacity: 0.5;
  }
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #F2F1EE;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F2F1EE;
  }
  h3.top-stories {
    color: #F2F1EE;
    display: block;
    position: absolute;
    margin-top: -40px;
    z-index: 121;
  }
  div.dispatch {
    padding: 2%;
  }
  div.dispatch ul li {
    width: 16.66%;
    padding: 1.25%;
    clear: none;
  }
  div.dispatch ul li a div.date {
    background-color: #DDDEDA;
  }
  div.dispatch ul li:nth-child(4) {
    clear: none;
  }
  div.dispatch ul li:nth-child(odd) {
    clear: none;
  }
  div.dispatch ul li:nth-child(6n+7) {
    clear: both;
  }
  div.gear {
    padding: 2% 2% 3% 2%;
  }
  div.gear ul li {
    width: 25%;
    padding: 1% 2%;
  }
  div.gear ul li:nth-child(odd) {
    clear: none;
  }
  div.gear ul li:nth-child(4n+5) {
    clear: both;
  }
  span.discussion {
    color: #1A1C18;
  }
  span.discussion span {
    color: #1A1C18;
    background-color: #F2F1EE;
  }
  .home-features .images ul li div.caption a div.more {
    color: #1A1C18;
    background-color: #F2F1EE;
  }
  .home-features .images ul li div.caption a div.author {
    color: #F2F1EE;
  }
}
@media only screen and (min-width: 1200px) {
  a.bikepacking-101,
  a.bikepacking-101 img {
    height: 510px;
  }
  .homenav-outer div.homenav-inner ul li a {
    letter-spacing: 0.2em;
    font-size: 14px;
  }
  .home-features {
    height: 60vw;
    max-height: 100vh;
  }
  ul.explore {
    padding: 0px 60px;
  }
  ul.explore li {
    width: 25%;
    height: auto;
  }
  ul.explore li a img {
    height: auto;
  }
}

/*# sourceMappingURL=WS-home.css.map */