/* 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;
}
#main {
  width: 100%;
  padding: 0px;
}
.post-share {
  text-align: center;
  padding: 0px 0px 10px 0px;
}
#main .content > p {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #31312F;
  text-align: center;
  width: auto;
}
#main .content h2 {
  margin-bottom: 14px;
}
#main .content .callout {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#main .section.gray3 .callout a {
  color: #F2F1EE;
}
#main .section a {
  text-decoration: none;
  color: #1A1C18;
  box-shadow: inset 0 -3px 0 -1px #70D259;
  -webkit-transition: box-shadow 0.08s ease-out;
  transition: box-shadow 0.1s ease-out;
}
#main .section a:hover {
  color: #1A1C18;
  box-shadow: inset 0 -23px 0 -1px #70D259;
}
#main .content p.top-links {
  font-family: 'font_condensed';
  font-size: 1.05em;
  text-transform: uppercase;
  color: #DDDEDA;
  padding-bottom: 30px;
}
#main .content p.top-links a {
  color: #A23D3B;
  display: inline-block;
  padding: 0px 5px;
}
#main .content p.top-links a:hover {
  color: #70D259;
}
#main .content p.top-links a.active {
  color: #848581;
}
.section {
  padding: 40px 20px 20px 20px;
  text-align: center;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
}
.section.connect {
  padding: 12px 0px 12px 0px;
  margin: 0;
  margin-top: 40px;
  text-align: center;
  font-family: 'font_condensed';
  font-size: 1.05em;
}
.section.connect > div {
  display: inline-block;
  width: 280px;
  text-align: center;
  vertical-align: center;
  margin-right: -4px;
}
#main .section.connect div.social a {
  font-size: 18px;
  box-shadow: none;
  padding: 0px 9px 0px 9px;
  color: #A23D3B;
}
#main .section.connect div.social a:hover {
  color: #1BBF71;
}
.section h2 {
  font-size: 28px;
}
.section h2,
.section h3,
.section h4 {
  letter-spacing: .1em;
  color: #31312F;
}
.section img {
  max-width: 280px;
  padding: 10px 0px 20px 0px;
}
div.team {
  text-align: center;
}
div.team 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;
}
div.team div img {
  width: 80%;
  padding: 0;
  margin-bottom: 14px;
  -webkit-clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
}
div.team div h3 {
  letter-spacing: 0;
}
div.team.col3 div {
  width: 50%;
  padding: 10px;
}
div.team.col3 div img {
  width: 80%;
  margin-bottom: 24px;
}
div.team.col3 div h3 {
  font-size: 22px;
}
div.team.col3 div p {
  padding: 0px 0px 10px 0px;
}
div.team.col3 div p.links {
  font-family: 'font_condensed';
  text-transform: uppercase;
  color: #B0B0B0;
}
div.team.col5 div {
  width: 33%;
  padding: 10px;
}
div.team.col5 div img {
  width: 80%;
}
div.team.col5 div h3 {
  font-size: 18px;
}
div.team.col5 div p.links {
  font-family: 'font_condensed';
  font-size: 14px;
  text-transform: uppercase;
  color: #B0B0B0;
}
.section.gray1 {
  background-color: #D0CFCD;
}
.section.gray2 {
  background-color: #d2dfc9;
  padding-bottom: 6%;
  padding-top: 6%;
}
.section.gray3 {
  background: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/topo-bg-5-white.png) top center repeat-y;
  background-size: 1480px;
  background-color: #B0B0B0;
}
.section.gray3 h2,
#main .section.gray3 .callout {
  color: #F2F1EE;
}
.next {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 20px 10px 0px 10px;
  text-align: center;
}
.next a {
  color: #1A1C18;
  text-decoration: underline;
}
.next a:hover {
  color: #6187C2;
  text-decoration: none;
}
/* ==========================================================================
   GRAVITY FORMS
   ========================================================================== */
/* ==========================================================================
   WUFOO FORMS
   ========================================================================== */
div#mc_embed_signup_abbr {
  margin: 0px;
  padding: 0px;
  width: 280px;
  font-family: 'font_condensed';
  height: 40px;
  overflow: hidden;
}
div#mc_embed_signup_abbr form input {
  width: 200px;
  height: 32px;
  padding: 2px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  background-color: #F2F1EE;
  display: inline-block;
  border: 0;
  font-family: 'font_condensed';
  font-size: 15px;
}
div#mc_embed_signup_abbr form input[type="submit"] {
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  width: 100%;
  height: 34px;
  background: #A23D3B;
  width: 80px;
  display: inline-block;
  font-family: 'font_condensed';
  color: #F2F1EE;
  font-size: 14px;
  text-transform: uppercase;
}
div#mc_embed_signup_abbr form input[type="submit"]:hover {
  background: #70D259;
}
div#mc_embed_signup_abbr form div#mce-responses {
  height: 1px;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .section {
    padding: 60px 32px 30px 32px;
  }
  .section img {
    max-width: 440px;
  }
}
@media only screen and (min-width: 768px) {
  div.section .inner,
  #main .content {
    width: 700px;
    margin: 0px auto;
  }
  #main {
    width: 100%;
  }
  .section {
    padding: 50px 50px 30px 50px;
  }
  div.team.col3 div {
    width: 33%;
    padding: 20px;
  }
  div.team.col5 div {
    width: 16.66%;
  }
}
@media only screen and (min-width: 1024px) {
  div.section .inner,
  #main .content {
    width: 960px;
  }
  #main {
    width: 100%;
  }
  .section {
    padding: 60px 32px 30px 32px;
  }
  .section.gray2 {
    padding-bottom: 4%;
    padding-top: 4%;
  }
  div.team.col3 div img {
    width: 70%;
  }
  div.team.col5 div img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  div.section .inner,
  #main .content {
    width: 1020px;
  }
  #main {
    width: 100%;
  }
  .section {
    padding: 60px 100px 30px 100px;
  }
  div.team.col3 div {
    padding: 30px;
  }
  div.team.col3 div img {
    width: 60%;
  }
  div.team.col5 div img {
    width: 70%;
  }
}

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