/* 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('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.woff') format('woff'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.woff') format('woff2'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/norwester.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ss_standard';
  src: url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/ss-standard.woff') format('woff'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/ss-standard.woff2') format('woff2'), url('https://bikepacking.com/wp-content/themes/pedalingnowhere/webfonts/v3/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(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-5-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-lt {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-wt {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/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: 18px;
  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;
}
/*------------------*/
.wide div.banner-sidebar {
  margin-top: 0;
  margin-bottom: 0;
}
#main {
  position: relative;
  overflow: hidden;
  width: auto;
  padding: 0;
}
#main .content {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/routes-bg.jpg) no-repeat top center;
  background-size: 1024px;
}
#main .content h1 {
  border-bottom: 0px;
}
#main .content h1 span {
  display: block;
}
#main .content .content-txt {
  max-width: 700px;
}
.post-share {
  padding: 15px 0px 10px 0px;
  text-align: center;
}
div.banner.up {
  margin-top: -19px;
  z-index: 10;
}
div.sidebar-ads {
  display: none;
}
/* NEW STYLES */
.follow-holder {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v2/bg-tan.jpg) repeat-y top center;
  text-align: center;
  padding: 40px 0px 20px 0px;
}
/* 2015 MAP CSS */
#map-canvas.panel-closed {
  height: 0px;
}
#map-canvas {
  height: 90vh;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #DDDEDA;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
div.mw {
  background-color: none;
}
div.mw div.mw-img {
  height: auto;
  width: 233px;
  margin: 0px auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 6px 0px 0px 0px;
}
div.mw div.mw-img a {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 233px;
  display: block;
  overflow: hidden;
  min-height: 180px;
  background: #1A1C18;
}
div.mw div.mw-img a img {
  width: 233px;
  height: auto;
  display: block;
}
div.mw div.mw-img a div.mw-stats {
  color: #DDDEDA;
  text-transform: uppercase;
  font-family: 'font_condensed';
  font-size: 14px;
  line-height: 1em;
  padding: 6px 0px 0px 10px;
  background: #A23D3B;
  height: 20px;
}
div.mw div.mw-content {
  height: auto;
  width: 233px;
  float: none;
  padding: 10px 0px 0px 0px;
  display: block;
}
div.mw div.mw-content h2 {
  font-size: 20px;
  padding: 0px 0px 3px 0px;
}
div.mw div.mw-content h3 {
  font-size: 14px;
  color: #848581;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
div.mw div.mw-content a.mw-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
ul.featured-routes {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  background-color: #31312F;
  display: block;
  margin-top: -19px;
}
ul.featured-routes li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
}
ul.featured-routes li a {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: auto;
  display: block;
}
ul.featured-routes li a img {
  width: 100%;
  height: auto;
  display: block;
}
ul.featured-routes li a div {
  margin: 0px;
  padding: 0px 0px;
  position: relative;
  background-color: #31312F;
}
ul.featured-routes li a div h2 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  color: #F2F1EE;
  font-size: 20px;
  letter-spacing: 0.18em;
  position: relative;
  height: auto;
  padding: 0px 20px 0px 20px;
}
ul.featured-routes li a div h2 span {
  font-size: 16px;
  padding-top: 12px;
  display: block;
  font-family: 'font_condensed';
  font-weight: normal;
  letter-spacing: 0.18em;
  color: #B0B0B0;
}
ul.featured-routes li a div h2 span:last-of-type {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
}
a.routes-load-more {
  outline: 0;
  border: 0;
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}
a.routes-load-more div {
  font-family: "SSStandard";
  margin: 0 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
a.routes-load-more:hover {
  color: #747F5A;
}
/*--------------------
   ROUTES SORTING
---------------------*/
ul.routes-nav,
ul.routes-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.routes-nav {
  text-align: center;
}
ul.routes-nav li {
  display: inline-block;
  padding: 10px 16px 0px 16px;
  height: 50px;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'font_condensed';
  color: #A23D3B;
  cursor: pointer;
}
ul.routes-nav li:hover {
  color: #747F5A;
}
ul.routes-nav li.active {
  background: #d2dfc9;
  color: #1A1C18;
}
ul.routes-nav li span {
  display: block;
}
#routes-content {
  background: #d2dfc9;
  padding: 20px;
}
#routes-content > div {
  display: none;
}
#routes-content > div.active {
  display: block;
}
#routes-content > div > p {
  text-align: center;
  width: 100%;
  padding: 2% 5%;
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#routes-content > div > p a,
#routes-content > div > p a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
#routes-content > div > p a:hover,
#routes-content > div > p a:visited:hover {
  color: #A23D3B;
  box-shadow: none;
}
div.modal-box {
  display: none;
  padding: 2% 2%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 2%;
  max-width: 800px;
  background-color: #31312F;
  position: relative;
}
div.modal-box p {
  width: 100%;
  padding: 2% 5%;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14px;
  line-height: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
div.modal-box .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
div.modal-box#routesform {
  max-width: 900px;
  background-color: #D0CFCD;
  padding: 2% 2%;
}
div.modal-box#routesform > p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
div.modal-box#routesform > div:not(.close) {
  padding: 2% .75%;
}
div.modal-box#scoutsform,
div.modal-box#stewardsform {
  max-width: 900px;
  background-color: #d2dfc9;
  padding: 2% 2%;
  margin: 0 auto;
}
div.modal-box#scoutsform > div:not(.close),
div.modal-box#stewardsform > div:not(.close) {
  text-align: left;
  padding: 2% 2%;
}
div.modal-box#sort ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 33%;
  padding: 2% .75%;
  float: left;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  min-width: 180px;
}
div.modal-box#sort ul li {
  padding: 7px 0px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #d2dfc9;
}
div.modal-box#sort ul li a,
div.modal-box#sort ul li a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #a9b69c;
}
div.modal-box#sort ul li a:hover,
div.modal-box#sort ul li a:visited:hover {
  color: #a9b69c;
  box-shadow: 0px 1.5px 0px #a9b69c;
}
div.modal-box.application {
  max-width: 900px;
  background-color: #D0CFCD;
  padding: 2% 2% 0 2%;
}
div.modal-box.application > p {
  width: 90%;
  margin: 0 auto;
}
div.modal-box.application > div:not(.close) {
  padding: 2% .75%;
}
div#routesform input[type=text],
div#routesform textarea {
  background: #F2F1EE;
}
body {
  background: #D1DFC9;
}
body h1 {
  text-align: center;
  color: gray;
}
body h2 {
  text-align: center;
  color: gray;
}
.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
  margin: auto;
  padding: 20px;
  width: 55px;
  border: 1px solid lightgray;
  margin-top: 20px;
  border-radius: 5px;
  background: #D1DFC9;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  transition: .4s ease;
  height: 30px;
  width: 50px;
  border: 1px solid #666;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 50px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: #666;
  height: 24px;
  width: 24px;
  top: 2px;
  left: 2px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 22px;
}
.toggler {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.toggler span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 11px;
}
.toggler br {
  display: none;
}
.toggleSwitch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.toggleSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggleSwitchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c5b5a0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.toggleSwitchSlider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #CCC;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .toggleSwitchSlider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/*--------------------
   FILTERS
---------------------*/
#locations.panel-closed {
  max-height: 0px;
}
#locations {
  width: 100%;
  margin: 0px auto;
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
#locations h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 24px;
  color: #848581;
  text-align: center;
}
#locations .inner {
  padding: 30px 20px 60px 20px;
  background-color: #31312F;
}
#locations ul {
  margin: 0px;
  width: 260px;
  padding: 0px 10px 0px 10px;
  list-style-type: none;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#locations ul li {
  margin: 0px;
  padding: 0px;
}
#locations ul li a {
  padding: 8px 0px 8px 0px;
  font-size: 20px;
  line-height: 1em;
  display: block;
  color: #00CAB8;
}
#locations ul li a:hover {
  color: #70D259;
}
#locations ul li.continent {
  padding: 12px 0px 0px 0px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
/*--------------------
   BPC Routes
---------------------*/
div.bpc-routes {
  clear: both;
  background-color: #1A1C18;
}
div.bpc-routes > div {
  text-align: center;
  padding: 0 5% 2% 5% ;
  margin: 0 auto;
  max-width: 850px;
  font-size: 18px;
  line-height: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #747F5A;
}
div.bpc-routes > div p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  padding-top: 20px;
}
div.bpc-routes > div p a,
div.bpc-routes > div p a:visited {
  color: #747F5A;
  box-shadow: 0px 1.5px 0px #747F5A;
}
div.bpc-routes > div p a:hover,
div.bpc-routes > div p a:visited:hover {
  color: #A23D3B;
  box-shadow: none;
}
div.bpc-routes > div img {
  width: 25%;
  float: right;
  display: inline-block;
  margin-left: 24px;
}
/*--------------------
   AMBASSADORS
---------------------*/
div.ambassadors {
  position: relative;
  text-align: center;
  max-height: 5000px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  height: auto;
}
div.ambassadors > p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  color: #747F5A;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
div.ambassadors > span {
  display: block;
}
div.ambassadors div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  font-size: .95em;
  text-align: center;
  vertical-align: top;
  margin-right: -4px;
  padding: 10px;
}
div.ambassadors div img {
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
}
div.ambassadors div h3 {
  letter-spacing: 0;
  font-size: 20px;
  color: #1A1C18;
}
div.ambassadors div p {
  padding: 0px 0px 10px 0px;
}
div.ambassadors div p.links {
  font-family: 'font_condensed';
  text-transform: uppercase;
  color: #B0B0B0;
}
div.ambassadors div p.links a {
  color: #A23D3B;
}
div.ambassadors div p.links a:hover {
  color: #1A1C18;
}
div.ambassadors.closed > div:nth-child(n+6) {
  display: none;
}
/*--------------------
   ROUTE SCOUTS
---------------------*/
div.route-scouts {
  background-color: #a9b69c;
  padding: 5% 2%;
  text-align: center;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div.route-scouts p {
  max-width: 800px;
  margin: 0 auto;
}
div.route-scouts p.lede {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  color: #747F5A;
}
div.route-scouts h2 {
  font-family: 'font_condensed';
  font-size: 24px;
}
div.route-scouts input[type=text] {
  background: #F2F1EE;
}
ul.scouts-nav {
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.scouts-nav li {
  display: inline-block;
  padding: 12px 16px 10px 16px;
  margin: 0 6px 0 6px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'font_condensed';
  color: #A23D3B;
  cursor: pointer;
  background: #d2dfc9;
}
ul.scouts-nav li:hover {
  color: #1A1C18;
}
ul.scouts-nav li.inactive {
  background: none;
}
ul.scouts-nav li span {
  display: block;
}
.addthis {
  text-align: center;
}
.addthis .addthis_toolbox {
  margin: 0px auto;
  display: inline-block;
  width: 100px;
  text-align: center;
}
h2.ambassadorsMore {
  text-align: center;
  padding: 10px 20px 10px 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #DDDEDA;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
.apply-btn {
  padding: 14px 30px;
  font-family: 'font_condensed';
  font-size: 20px;
  line-height: 20px;
  color: white;
  background-color: #A23D3B;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #ec008c;
  cursor: pointer;
}
.apply-btn#apply1 {
  background-color: #0289d0;
}
.apply-btn#apply1:hover {
  background-color: #A23D3B;
}
.apply-btn#apply3 {
  background-color: #7963ab;
}
.apply-btn#apply3:hover {
  background-color: #A23D3B;
}
.apply-btn:hover {
  background-color: #A23D3B;
}
/*--------------------
   ACCESS FUND
---------------------*/
#main .content.access-fund {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/access-fund/bikepacking-access-fund-photo.jpg) no-repeat top center;
  background-size: 1480px;
  min-height: 500px;
  background-color: #000;
  padding: 0;
  margin: 0;
}
#main .content.access-fund > div {
  padding-top: 320px;
  margin: 0px auto;
  max-width: 900px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
#main .content.access-fund > div div.aflogo {
  max-width: 260px;
  padding: 0 0 30px 0;
  margin: 0px auto;
}
#main .content.access-fund > div div.aflogo > img {
  width: 100%;
}
#main .content.access-fund > div div.aftxt {
  color: #d8d5cd;
  font-size: 14px;
  line-height: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#main .content.access-fund > div div.aftxt a,
#main .content.access-fund > div div.aftxt a:visited {
  color: #d8d5cd;
  text-decoration: underline;
}
#main .content.access-fund > div div.aftxt a:hover,
#main .content.access-fund > div div.aftxt a:visited:hover {
  color: #A23D3B;
  text-decoration: none;
}
#main .content.access-fund ul.routes-nav {
  clear: both;
  padding-top: 5%;
}
#main .content.access-fund ul.routes-nav li {
  color: #ec008c;
}
#main .content.access-fund ul.routes-nav li:nth-child(1) {
  color: #0289d0;
}
#main .content.access-fund ul.routes-nav li:nth-child(3) {
  color: #7963ab;
}
#main .content.access-fund ul.routes-nav li:hover {
  color: #A23D3B;
}
div.sponsor-logos {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
}
div.sponsor-logos > h2 {
  font-size: 22px;
  letter-spacing: 2px;
}
div.sponsor-logos > p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  line-height: 2em;
  color: #1A1C18;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
div.sponsor-logos > span {
  display: block;
}
div.sponsor-logos ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 0 5% 0;
  width: 100%;
  overflow: hidden;
  text-aligh: center;
}
div.sponsor-logos ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0;
  width: 24%;
  display: inline-block;
}
div.sponsor-logos ul li a img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
div.sponsor-logos ul li a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.donate-form {
  max-width: 1024px;
  background-color: #DDDEDA;
  padding: 2% 2%;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  line-height: 2em;
}
.donate-form h3 {
  color: #A23D3B;
  font-size: 32px;
}
.donate-form > div:not(.close),
.donate-form > div:not(.sponsor-logos) {
  text-align: center;
  padding: 2% 2%;
}
.donations-box {
  border-radius: 10px;
  background: #7963ab;
  padding: 16px 6px 10px 6px;
  width: 235px;
  margin: 0 auto;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}
.donations-box span {
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 7px 0;
  display: block;
}
.donations-box span.total {
  font-size: 36px;
  line-height: 38px;
  padding: 0 0 0 0;
  display: block;
  color: #49c9f5;
}
form.access-fund-form label.hidden_sub_label,
form.access-fund-form label.gfield_label_before_complex,
#field_1_2 label,
form.access-fund-form div.gfield_creditcard_warning_message {
  display: none;
}
form.access-fund-form label {
  clear: both;
}
form.access-fund-form ul,
form.access-fund-form ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
form.access-fund-form span.address_city input[type=text],
form.access-fund-form span.address_state input[type=text],
form.access-fund-form span.address_country,
form.access-fund-form span.address_zip input[type=text],
form.access-fund-form span.name_first input[type=text],
form.access-fund-form span.name_last input[type=text] {
  width: 48.5%;
  float: left;
}
form.access-fund-form span.address_city input[type=text],
form.access-fund-form span.address_zip input[type=text],
form.access-fund-form span.name_first input[type=text] {
  margin-right: 3% !important;
}
form.access-fund-form .ginput_cardextras select {
  width: 31%;
  margin-right: 3% !important;
}
form.access-fund-form .ginput_cardextras input[type=text] {
  width: 29.5%;
}
form.access-fund-form .gf_clear_complex {
  clear: both !important;
}
form.access-fund-form div.gform_card_icon {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
}
form.access-fund-form .ginput_card_security_code_icon {
  display: none;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_product_price_label {
  display: none;
}
@media only screen and (min-width: 480px) {
  ul.featured-routes li a div {
    padding: 24px 0px;
  }
  div.routes-nav {
    width: 432px;
  }
  div.routes-nav div.btn {
    width: 144px;
  }
  #locations ul {
    width: 420px;
  }
  div.ambassadors div {
    width: 33%;
  }
  div.ambassadors div img {
    width: 100%;
  }
  div.ambassadors.closed > div:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  ul.routes-nav li {
    padding: 18px 26px 0px 26px;
    height: 52px;
    font-size: 18px;
    line-height: 19px;
  }
  ul.routes-nav li span {
    display: inline;
  }
  div.modal-box#routesform > div:not(.close),
  div.modal-box#scoutsform > div:not(.close),
  div.modal-box#stewardsform > div:not(.close),
  div.modal-box.application > div:not(.close) {
    width: 50%;
    float: left;
    text-align: left;
    padding: 2% .75%;
  }
  div.modal-box#routesform > div:not(.close) > p,
  div.modal-box#scoutsform > div:not(.close) > p,
  div.modal-box#stewardsform > div:not(.close) > p,
  div.modal-box.application > div:not(.close) > p {
    text-align: left;
  }
  ul.featured-routes {
    padding: 0px 0px 0px 0px;
  }
  ul.featured-routes li {
    float: left;
    display: inline;
    width: 50%;
    height: 50vw;
  }
  ul.featured-routes li a {
    width: 100%;
  }
  ul.featured-routes li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
		width:auto;
		height:100%;
		left: -100%;
	    right: -100%;
	    margin: auto;
		position:absolute;
		*/
  }
  ul.featured-routes li a div {
    padding: 0px;
    height: 100%;
    top: 0px;
    z-index: 1;
    background-color: transparent;
  }
  ul.featured-routes li a div h2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
  }
  ul.featured-routes li a div h2 span {
    display: none;
  }
  div.routes-nav {
    width: 540px;
  }
  div.routes-nav div.btn {
    width: 180px;
  }
  /*
	.ambassadors ul li a h3, .filter-ambassador ul li a h3{
    	font-size:20px;
    }
    */
  div.ambassadors div {
    width: 25%;
  }
  div.ambassadors.closed > div:nth-child(n+6) {
    display: none;
  }
  div.ambassadors.closed > div:nth-child(-n+5) {
    display: inline-block;
  }
  #locations .inner {
    padding: 40px 20px 60px 20px;
  }
  #locations ul {
    float: left;
    display: inline;
    width: 344px;
  }
  #locations ul li a {
    padding: 10px 0px 10px 0px;
    font-size: 24px;
    line-height: 1em;
  }
  div.overview div.line-btn-holder {
    width: 440px;
    padding: 30px 0px 0px 0px;
  }
  #map-canvas {
    height: 55vw;
    min-height: 620px;
  }
  div.sponsor-logos ul li {
    padding: 0 3% 0% 3%;
  }
  .donate-form > div:not(.close) {
    width: 50%;
    float: left;
    text-align: left;
    padding: 2% .75%;
  }
  .donate-form > div.sponsor-logos {
    width: 100%;
    float: none;
    text-align: center;
    padding: 2% .75%;
  }
  #main .content.access-fund > div {
    padding-left: 3%;
    padding-right: 3%;
    text-align: left;
  }
  #main .content.access-fund > div div.aflogo {
    width: 35%;
    padding: 0;
    float: right;
  }
  #main .content.access-fund > div div.aftxt {
    width: 65%;
    float: left;
    padding: 30px 30px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  #main .content {
    background-size: 100%;
  }
  ul.featured-routes li {
    width: 25%;
    height: 25vw;
    max-width: 370px;
  }
  ul.featured-routes li a div {
    font-size: 24px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-out;
    background-color: #1A1C18;
  }
  ul.featured-routes li a:hover div {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  ul.featured-routes li a div h2 {
    font-size: 20px;
  }
  ul.featured-routes li a div h2 span {
    display: block;
  }
  div.routes-nav {
    width: 540px;
  }
  div.routes-nav div.btn {
    width: 180px;
  }
  #locations ul {
    float: left;
    display: inline;
    width: 176px;
  }
  #locations ul li a {
    padding: 4px 0px 4px 0px;
    font-size: 16px;
    line-height: 1em;
  }
  .donate-form {
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  ul.featured-routes li a div {
    font-size: 28px;
  }
  div.ambassadors div {
    padding: 20px;
  }
  div.ambassadors div img {
    width: 100%;
  }
  #locations ul {
    width: 212px;
  }
}

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