/*------------------------------------*
   $BASE STYLES
*------------------------------------*/
body {
  background: #fff; }

.master-container .row {
  max-width: 70.5em; }

.master-container .row.full-width {
  max-width: 100%; }

.master-container .row .row {
  margin-left: 0;
  margin-right: 0; }

.master-container a {
  color: initial; }

.master-container a:focus,
.master-container a:active,
.master-container a:hover {
  outline: none;
}

.master-container p {
  font-family: "franklin-gothic-urw-cond",sans-serif;
  letter-spacing: .03em;
}

.master-container .reveal-modal {
  z-index: 199; }

.master-container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 640px) {
    .master-container .flex-container {
      display: initial; }
  }

.master-container .js-media-query {
  height: 1px;
  width: 1px;
  display: none;
  float: left; }

@media only screen and (max-width: 680px) {
  .master-container .js-media-query {
    display: block;
    float: none; }
}

.master-container .master-header .top-bar .lower > li > a.active {
  color: #CB1B2C !important; }

/*------------------------------------*
   $MISC STYLES
*------------------------------------*/
.master-container .offer a {
  color: #589BC6;
}

.master-container a.view-more {
 color: #589BC6; 
}

.master-container h2.white,
.master-container p.white {
  color: #fff;
}

.master-container a.link-new-blue {
  color: #589BC6;
}

.master-container .desaturate {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-transition: .55s ease-in-out;
  transition: .55s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.master-container .desaturate:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*------------------------------------*
   $AJAX LOADER
*------------------------------------*/
.master-container .loading {
  top: 15%;
  left: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  animation: spin .5s linear infinite;
  transform: translate(-50%, -50%) rotate(0); }

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

.master-container .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  top: 8%;
  left: 50%;
  z-index: 100;
  position: absolute;
}

.master-container .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.master-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.master-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*------------------------------------*
   $SUBNAV
*------------------------------------*/
.master-container .shop-subnav__title {
  position: relative; }
.master-container .shop-subnav__title img {
    width: 85px; }
.master-container .our-legacy .shop-subnav__title img {
  width: 190px;
}
@media only screen and (max-width: 414px) {
  .master-container .our-legacy .shop-subnav__title img {
    width: 150px;
  }
}

.master-container .shop-subnav__links {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 0 5px;
  vertical-align: text-bottom;
  float: right;
  padding-top: 5px; }
@media only screen and (max-width: 640px) {
  .master-container .shop-subnav__links {
      float: none; }
}

.master-container .shop-subnav__links li {
  line-height: 1.65em;
  display: inline-block; }

.master-container .shop-subnav__links li a {
  color: #000;
  display: inline-block;
  font-family: "franklin-gothic-urw-cond","Arial Narrow Bold",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  transition: all .25s ease-in-out; }
.master-container .shop-subnav__links li a.dealer {
    color: #589BC6; }

.master-container .nontouch .shop-subnav__links li:hover a {
  background: #b90000;
  color: #fff; }

@media only screen and (max-width: 768px) {
  .master-container .shop-subnav__title {
    font-size: 1.65rem; }
  .master-container .shop-subnav__links {
    margin: 0; } }

@media only screen and (max-width: 680px) {
  .master-container .shop-subnav__outer {
    padding: 4px 0 !important; }
  .master-container .shop-subnav__title {
    display: block;
    font-size: 1.75rem; }
  .master-container .shop-subnav__title:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: -2px; }
  .master-container .shop-subnav__title.expanded:after {
    content: "-"; } }

@media only screen and (max-width: 414px) {
  .master-container .shop-subnav__outer {
    padding: 4px 5% !important;
    }
}

@media only screen and (max-width: 414px) {
  .master-container .subpage .shop-subnav__title {
    display: inline-block;
    vertical-align: middle; }
  .master-container .subpage .shop-subnav__title:after {
      right: -250%; } }

@media only screen and (max-width: 375px) {
  .master-container .subpage .shop-subnav__title:after {
      right: -225%; } }

@media only screen and (max-width: 320px) {
  .master-container .subpage .shop-subnav__title:after {
      right: -165%; } }

/* Our Legacy Specific */
@media only screen and (max-width: 414px) {
  .master-container .our-legacy .subpage .shop-subnav__title:after {
      right: -100%; } }

@media only screen and (max-width: 375px) {
  .master-container .our-legacy .subpage .shop-subnav__title:after {
      right: -80%; } }

@media only screen and (max-width: 320px) {
  .master-container .our-legacy .subpage .shop-subnav__title:after {
      right: -65%; } }



@media only screen and (max-width: 680px) {
  .master-container .shop-subnav__links {
    display: none; }
  .master-container .shop-subnav__links li {
    border-top: 1px solid #dedede;
    display: block;
    padding: 5px 0; }
  .master-container .shop-subnav__links li:after {
    content: none; }
  .master-container .shop-subnav__links li a {
    font-size: .975rem;
    padding-left: 0; } }

.master-container .hidden-link {
  color: transparent !important;
  cursor: pointer;
  height: 55%;
  display: block; }

@media only screen and (max-width: 680px) {
  .master-container .hidden-link {
    height: 70%; } }

.master-container .hidden-link:active,
.master-container .hidden-link:focus,
.master-container .hidden-link:hover {
  color: transparent !important; }

.master-container #shopSubnav {
  background: #fff;
  padding: 12px 0;
  width: 100%; }
.master-container #shopSubnav.subpage {
    border-bottom: 1px solid #000; }
.master-container #shopSubnav.subpage.scrolled {
      border-bottom: none; }

.master-container .shop-subnav__outer {
  background: #fff; }

.master-container .shop-subnav__logo {
  float: right; }

.master-container .shop-subnav__logo img {
  display: none;
  width: 70px;
  padding-top: 6px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease; }

.master-container #shopSubnav.scrolled {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  top: -60px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -moz-transition: transform 500ms ease, background 500ms ease;
  height: 60px; }

.master-container #shopSubnav.scrolled .shop-subnav__outer {
  background: #fff; }

.master-container #shopSubnav.scrolled .shop-subnav__logo img {
  display: inline-block; }

@media only screen and (max-width: 768px) {
  .master-container .shop-subnav__logo {
    display: none; } }

.master-container .row.section {
  margin: 5px 0; }

.master-container .vault-content {
  width: 100%;
  position: relative; }
.master-container .vault-content.transition {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }

/*------------------------------------*
   $LANDING PAGE
*------------------------------------*/
.master-container .fpo-bg {
  background: #999; }

.master-container .vault-landing--hero {
  padding: 30px 0 15px;
  background: rgba(248, 153, 87, 0.74); }

.master-container .landing-hero--feature {
  min-height: 610px;
}
@media only screen and (max-width: 1024px) {
  .master-container .landing-hero--feature {
    min-height: 550px;
    margin-bottom: 5px;} }
@media only screen and (max-width: 768px) {
  .master-container .landing-hero--feature {
    min-height: 405px; } }
@media only screen and (max-width: 667px) {
  .master-container .landing-hero--feature {
    min-height: 340px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 414px) {
  .master-container .landing-hero--feature {
    margin-bottom: 5px;
    min-height: 205px; } }
@media only screen and (max-width: 375px) {
  .master-container .landing-hero--feature {
    margin-bottom: 5px;
    min-height: 185px; } }

.master-container .landing-hero--secondary {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.master-container .landing-hero--secondary .flex-item:last-of-type {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media only screen and (max-width: 640px) {
    .master-container .landing-hero--secondary .flex-item {
      margin-bottom: 10px; } }

.master-container .landing-hero--copy {
  padding-top: 15px; }
  @media only screen and (max-width: 414px) {
    .master-container .landing-hero--copy {
    padding-top: 0; }
  }

.master-container .vault-landing--secondary-current {
  padding: 30px 0 15px; }

.master-container .story-item {
  position: relative; }
.master-container .story-item img {
    margin-bottom: 15px; }
.master-container .story-item h2 {
    font-size: 1.5rem; }
.master-container .story-item p {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;}
.master-container .story-item a.link-viewmore {
    color: #589BC6 !important;
  }
  @media only screen and (max-width: 768px) {
    .master-container .story-item h2 {
      font-size: 1.25rem; } }

.master-container .row .story-item {
  margin-bottom: 25px; }
.master-container .row .story-item.border-right:after {
    content: "";
    width: 2px;
    height: 80%;
    background: #999;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 1024px) {
      .master-container .row .story-item.border-right:after {
        content: none; } }

.master-container .vault-landing--secondary-current .story-item:nth-of-type(odd)::after {
  content: "";
  width: 2px;
  height: 80%;
  background: #999;
  position: absolute;
  right: 0;
  top: 0; }
@media only screen and (max-width: 1024px) {
  .master-container .vault-landing--secondary-current .story-item:nth-of-type(odd)::after {
    content: none; } }

.master-container .row .story-item.border-bottom--left:before {
    content: "";
    width: 95%;
    height: 2px;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0.9375rem; }
    @media only screen and (max-width: 1024px) {
      .master-container .row .story-item.border-bottom--left:before {
        content: none; } }
.master-container .row .story-item.border-bottom--right:before {
    content: "";
    width: 95%;
    height: 2px;
    background: #999;
    position: absolute;
    bottom: 0;
    right: 0.9375rem; }
    @media only screen and (max-width: 1024px) {
      .master-container .row .story-item.border-bottom--right:before {
        content: none; } }

/*------------------------------------*
   $SECONDARY STORY PAGE
*------------------------------------*/
.master-container a.goback {
  display: inline-block;
  width: 40px;
  margin-right: 20px; }
@media only screen and (max-width: 320px) {
  .master-container a.goback {
  margin-right: 10px; }
}

.master-container .vault-story--intro {
  padding: 30px 0; }
.master-container .vault-story--intro h1 {
    font-weight: 500;
    letter-spacing: 1px; }
.master-container .vault-story--intro a {
    color: #589BC6; }
  @media only screen and (max-width: 768px) {
    .master-container .vault-story--intro h1 {
      font-size: 2.75rem;
      line-height: 1em;
      margin-bottom: 15px; } }
.master-container .vault-story--intro .logo {
    display: block;
    margin: 15px auto; }

.master-container .single-img-row {
  margin-bottom: 25px; }

.master-container .row.photo-group .column,
.master-container .row.photo-group .columns {
  padding: 0; }

.master-container #product {
  padding: 15px 0 30px 0; }

.master-container #interview {
  background: #000;
  padding: 30px 0; }
.master-container #interview .row {
    padding: 30px 0; }
.master-container #interview .row.single-image {
    padding: 0; }

.master-container .qa-group {
  margin: 15px 0; }
.master-container .qa-group .section-italic {
    color: #fff;
  }
.master-container .qa-group h3 {
    font-family: Helvetica Neue, Helvetica, Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75em;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none; }
.master-container .qa-group p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    text-transform: none; }

.master-container .interview-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }


/*------------------------------------*
   $MISC STYLES AND OVERRIDES
*------------------------------------*/
.master-container .padding-top-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

.master-container .padding-top-bottom-100-100 {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (max-width: 760px) {
    .master-container .padding-top-bottom-100-100 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.master-container .padding-top-50 {
  padding-top: 50px; }
  @media only screen and (max-width: 1024px) {
    .master-container .padding-top-50 {
      padding-top: 25px;
    }
  }
  @media only screen and (max-width: 768px) {
    .master-container .padding-top-50 {
      padding-top: 0;
    }
  }

.master-container [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
.master-container [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
.master-container [class*="block-grid-"]:after {
    clear: both; }
.master-container [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.master-container .body-text {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: .03em;
    text-align: center;
}


.master-container a.weblink {
  color: #019cdc; }

.master-container a.weblink:hover {
  color: #0178a9; }

.master-container .custom-max-width {
    max-width: 70.5em;
}

.master-container h1 {
  letter-spacing: 1px;
}

.master-container .vertical-container-2 {
  background: url(https://images.vans.com/is/image/VansBrand/vault-texture-pattern?wid=204);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.master-container .qa-group h3 {
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.master-container .vault-story--intro h1 {
  font-weight: bold;
}

.master-container .story-item h2 {
  letter-spacing: .03em;
}

.master-container .owl-pagination {
  display:none;
}


