html {
  scroll-behavior: smooth; }

body {
  background-color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: FuturaPT-Book,sans-serif;
  font-weight: normal;
  font-style: normal; }
  body p {
    margin: auto;
    max-width: 80%;
    font-size: 20px; }
  body a, body a:visited {
    color: #F30024; }

.header {
  margin: 0;
  padding-top: 5px;
  background-color: #EAE4D7;
  width: 100%;
  box-sizing: border-box;
  z-index: 899;
  box-shadow: 0 0 6px #444;
  text-align: center; }
  .header img {
    max-width: 200px;
    margin: auto; }

h1, h2, h3 {
  font-family: FFSuperGroteskWebProMedium;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.7;
  text-decoration: none;
  color: #231f20; }

h1 {
  /*font-size: 18px;*/
  display: block;
  background-image: url("/images/divider_2.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 10px 0 46px 0;
  color: #231f20; }

h2 {
  display: block;
  background-image: url("/images/divider_1.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 30px 0 26px 0;
  color: #F30024; }

#brand {
  text-align: center;
  padding: 10px 10% 30px; }
  #brand h2 {
    margin: 0 auto;
    background-image: none; }
  #brand .items {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    max-width: 820px;
    margin: auto; }
    #brand .items .logo img {
      width: 100%; }
    #brand .items .logo.frommers {
      flex: 0 0 13%; }
      #brand .items .logo.frommers img {
        padding-bottom: .8vw; }
    #brand .items .logo.cyclist {
      flex: 0 0 13%; }
    #brand .items .logo.outside {
      flex: 0 0 13%; }
      #brand .items .logo.outside img {
        padding-bottom: .8vw; }
    #brand .items .logo.dirtrag {
      flex: 0 0 15%; }
      #brand .items .logo.dirtrag img {
        padding-bottom: .8vw; }
    #brand .items .logo.nytime {
      flex: 0 0 21%; }
      #brand .items .logo.nytime img {
        padding-bottom: .5vw; }

.links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
  padding: 6px; }
  .links ul li {
    box-sizing: border-box;
    height: 300px;
    border: 1px solid #ccc;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    box-sizing: border-box;
    text-shadow: 0 0 6px #888; }
    .links ul li.style-sec {
      background-image: url("/images/style-sec.jpg"); }
    .links ul li.destination {
      background-image: url("/images/destination-sec.jpg"); }
    .links ul li.adventures {
      background-image: url("/images/adventures-sec.jpg"); }
    .links ul li a {
      display: block;
      font-family: FFSuperGroteskWebProMedium;
      font-size: 30px;
      font-weight: 300;
      line-height: 42px;
      letter-spacing: 0.3em;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      background-image: url(/images/divider_3.svg);
      background-position: center bottom;
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-bottom: 50px;
      background-size: 100px; }

.contact {
  padding-bottom: 30px; }
  .contact > p {
    max-width: 70%;
    padding-bottom: 20px; }
  .contact label, .contact input, .contact textarea {
    font-size: 20px; }
  .contact input, .contact textarea {
    padding: 4px;
    font-family: FuturaPT-Book,sans-serif; }
  .contact div.errors p {
    color: #F30024; }
  .contact .field {
    max-width: 600px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: baseline;
    margin-bottom: 8px; }
    .contact .field label {
      text-align: right;
      padding-right: 12px; }
    .contact .field label[for=message] {
      align-self: start; }
    .contact .field.style .choices label {
      text-align: left;
      display: block; }
    .contact .field textarea {
      min-height: 100px; }
  .contact .field.newsletter input {
    display: inline; }
  .contact .field.newsletter > span, .contact .field.newsletter label.wrapper {
    text-align: left; }
  .contact .field.newsletter .note {
    padding-left: 6px;
    font-size: 18px; }
  .contact input[type=submit] {
    width: 200px;
    display: inline-block; }

.card {
  color: #444;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  width: 540px;
  margin: 30px auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  text-align: left; }
  .card h3 {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 0; }
  .card .add-contact {
    max-width: 200px; }
    .card .add-contact img {
      display: block;
      width: 100%; }
    .card .add-contact p {
      width: 100%;
      max-width: none;
      padding: 0;
      text-align: center;
      font-size: 16px; }
      .card .add-contact p a {
        text-decoration: none; }
        .card .add-contact p a:hover {
          text-decoration: underline; }

div.styles {
  border-top: 1px solid #ccc; }
  div.styles ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 25px;
    margin: 0 30px; }
    div.styles ul li {
      box-sizing: border-box;
      height: 300px;
      display: block;
      box-sizing: border-box;
      color: #231f20; }
      div.styles ul li h3 {
        background-repeat: no-repeat;
        background-size: 140px;
        background-position: center bottom;
        padding-bottom: 140px; }
      div.styles ul li.touring h3 {
        background-image: url(/images/nav-touring.svg); }
      div.styles ul li.road h3 {
        background-image: url(/images/nav-road.svg); }
      div.styles ul li.trials h3 {
        background-image: url(/images/nav-trails.svg); }
      div.styles ul li p {
        max-width: 280px; }

div.destinations {
  background-color: #EAE4D7;
  padding-top: 1px;
  padding-bottom: 40px;
  text-align: center; }
  div.destinations p {
    margin-bottom: 12px; }
  div.destinations .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 20px auto;
    color: #fff; }
    div.destinations .items > div {
      height: 20.7vw;
      max-height: 280px;
      background-size: cover;
      margin-bottom: 1.6vw;
      display: flex;
      justify-content: flex-end;
      text-align: center;
      flex-direction: column; }
      div.destinations .items > div div {
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.8); }
      div.destinations .items > div h3 {
        color: #fff;
        text-align: center;
        font-family: FFSuperGroteskWebProMedium;
        font-size: 23px;
        font-weight: 300;
        line-height: 1.4;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        margin-bottom: 0;
        line-height: 1.2;
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 8px; }
    div.destinations .items > div:nth-child(1) {
      flex: 0 0 100%; }
    div.destinations .items > div:nth-child(2),
    div.destinations .items > div:nth-child(5),
    div.destinations .items > div:nth-child(6) {
      flex: 0 0 60%; }
    div.destinations .items > div:nth-child(3),
    div.destinations .items > div:nth-child(4),
    div.destinations .items > div:nth-child(7) {
      flex: 0 0 38%; }

.southeast-asia {
  background-image: url(/images/southeast-asia.jpg);
  background-position: center center; }

.latin-america {
  background-image: url(/images/latin-america.jpg); }

.east-asia {
  background-image: url(/images/east-asia.jpg); }

.africa {
  background-image: url(/images/africa.jpg); }

.central-asia {
  background-image: url(/images/central-asia.jpg); }

.europe {
  background-image: url(/images/europe.jpg); }

.south-asia {
  background-image: url(/images/south-asia.jpg); }

.adventures {
  margin-bottom: 40px; }
  .adventures p {
    margin-bottom: 12px; }
  .adventures p a, .adventures p a:visited {
    color: #F30024;
    font-size: 26px; }

.footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  background-color: #231f20;
  text-align: center;
  margin: 0;
  padding: 15px 8% 26px 8%;
  font-size: 16px;
  font-weight: normal; }
  .footer p {
    line-height: 22px;
    text-align: right;
    margin: 0 0 10px 0;
    color: #929497;
    letter-spacing: .02em; }
  .footer div.website {
    display: flex;
    flex-wrap: wrap;
    align-items: end; }
    .footer div.website p {
      text-align: left;
      padding-left: 12px; }
      .footer div.website p a {
        display: block;
        color: #eee; }
    .footer div.website img {
      max-width: 120px; }

.adventure-video {
  width: 80%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto; }

@media (max-width: 960px) {
  #brand {
    padding: 10px 0 30px 0; }
    #brand .items .logo.frommers {
      flex: 0 0 14%; }
    #brand .items .logo.cyclist {
      flex: 0 0 14%; }
    #brand .items .logo.outside {
      flex: 0 0 14%; }
    #brand .items .logo.dirtrag {
      flex: 0 0 16%; }
    #brand .items .logo.nytime {
      flex: 0 0 22%; }

  .links ul {
    padding: 0;
    display: block; }
    .links ul li {
      height: 160px; }
      .links ul li a {
        padding-top: 40px;
        font-size: 26px;
        background-size: 80px;
        padding-bottom: 30px; }

  .contact p {
    max-width: 80%; }
  .contact .field {
    padding: 0 7%;
    grid-template-columns: 1fr; }
    .contact .field label {
      text-align: left; }
    .contact .field .note {
      grid-column: 1; }
    .contact .field .choices {
      margin-left: 20px; }
      .contact .field .choices label {
        padding: 6px 0; }
  .contact .card {
    max-width: 84%;
    display: flex;
    flex-direction: column; }
    .contact .card h3 {
      letter-spacing: .05em;
      padding: 0 0 12px 0;
      margin-top: 0; }
    .contact .card .add-contact {
      margin: auto;
      order: 3; }
      .contact .card .add-contact p {
        width: auto; }
    .contact .card > p {
      font-size: 20px;
      max-width: 100%;
      width: auto; }

  div.styles ul {
    display: block; }
    div.styles ul li {
      height: auto; }

  div.destinations .items {
    display: block;
    width: 80%; }
    div.destinations .items > div {
      height: 120px;
      background-image: none;
      background-color: none; }
      div.destinations .items > div div,
      div.destinations .items > div h3 {
        background-color: #555; }

  .adventure-video {
    width: 94%;
    max-width: 94%; }

  .footer {
    display: block; }
    .footer p {
      text-align: center;
      margin: 16px auto 10px auto; }
    .footer div.website {
      display: block;
      text-align: center; }
      .footer div.website img {
        max-width: 44%; }
      .footer div.website p {
        margin: auto;
        text-align: center;
        padding-left: 0; } }
