@charset "UTF-8";

article#content {
  position: relative;
  padding-top: 45px; }
  article#content img {
    width: auto;
    max-width: 100%; }
  article#content a {
    display: inline;
    text-decoration: none;
    }


article#content.feature section#feature .main-veiw {
  margin-bottom: 95px; }
  article#content.feature section#feature .main-veiw .main-view-panel-list {
    border-bottom: none; }
    article#content.feature section#feature .main-veiw .main-view-panel-list li.item a {
      display: block;
      width: 100%;
      height: 0;
      /*padding-top: 39.16667%;*/
		padding-top: 45%;
      position: relative; }
      article#content.feature section#feature .main-veiw .main-view-panel-list li.item a i {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat; }
        article#content.feature section#feature .main-veiw .main-view-panel-list li.item a i.EyeCatch {
          display: none; }

article#content.feature section#feature .archive-yearly {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px; }
  article#content.feature section#feature .archive-yearly .year-container {
    padding-top: 25px; }
    article#content.feature section#feature .archive-yearly .year-container:first-child {
      padding-top: 0; }
      article#content.feature section#feature .archive-yearly .year-container:first-child a.trigger {
        display: none; }
      article#content.feature section#feature .archive-yearly .year-container:first-child .drawer {
        display: block; }
      article#content.feature section#feature .archive-yearly .year-container:first-child a.close {
        display: none; }
    article#content.feature section#feature .archive-yearly .year-container a.trigger {
      display: block;
      width: 226px;
      line-height: 48px;
      font-size: 16px;
      text-align: center;
      border: #000 solid 1px;
      border-radius: 6px;
      position: relative;
      margin: 0 auto 0.5em;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      article#content.feature section#feature .archive-yearly .year-container a.trigger:after {
        content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-top: #000 solid 1px;
        border-right: #000 solid 1px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -0.25em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      article#content.feature section#feature .archive-yearly .year-container a.trigger:hover, article#content.feature section#feature .archive-yearly .year-container a.trigger.open {
        background-color: #000;
        color: #fff;
        opacity: 1; }
        article#content.feature section#feature .archive-yearly .year-container a.trigger:hover:after, article#content.feature section#feature .archive-yearly .year-container a.trigger.open:after {
          border-top-color: #fff;
          border-right-color: #fff; }
      article#content.feature section#feature .archive-yearly .year-container a.trigger.open:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    article#content.feature section#feature .archive-yearly .year-container .drawer {
      display: none; }
      article#content.feature section#feature .archive-yearly .year-container .drawer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4em; }
        article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item {
          width: 50%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-bottom: #d3d5d7 solid 1px; }
          article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item:nth-child(2n-1) {
            border-right: #d3d5d7 solid 1px; }
          article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item a {
            display: block;
            padding: 7.54717%;
            text-align: center; }
          article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item i {
            position: relative;
            display: block;
            width: 100%;
            padding-top: 46.66667%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%; }
          article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item .title {
            font-size: 25px;
            font-weight: bold;
            line-height: 1.24;
            margin-top: 0.75em; }
          article#content.feature section#feature .archive-yearly .year-container .drawer ul li.item .body {
            font-size: 15px;
            line-height: 1.53333;
            margin-top: 0.5em; }
    article#content.feature section#feature .archive-yearly .year-container a.close {
      display: block;
      width: 226px;
      line-height: 48px;
      font-size: 16px;
      text-align: center;
      background-color: #000;
      color: #fff;
      border: #000 solid 1px;
      border-radius: 6px;
      position: relative;
      margin: 0 auto 3em;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      article#content.feature section#feature .archive-yearly .year-container a.close:after {
        content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -0.25em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      article#content.feature section#feature .archive-yearly .year-container a.close:hover {
        opacity: 1; }

article#content section#athlete .nav-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 0.83333rem; }
  article#content section#athlete .nav-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    }
  article#content section#athlete .nav-wrap .tab-nav {
    margin: 0 0.83333rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    article#content section#athlete .nav-wrap .tab-nav li {
      padding: 0 1.1em;
      font-family: "Neue Helvetica VFDP", helvetica, sans-serif;
      font-weight: 700;
      letter-spacing: normal;
      color: #2a2a2a;
      font-size: 1.33333rem; }
      article#content section#athlete .nav-wrap .tab-nav li a.active {
        color: #e40000; }

article#content section#athlete .inner {
  max-width: 1380px; }
  article#content section#athlete .inner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  article#content section#athlete .inner .athlete-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    article#content section#athlete .inner .athlete-list > ul li {
      width: 25%;
      padding: 0 0.83333rem;
      margin-bottom: 1.66667rem;
      display: none; }
      article#content section#athlete .inner .athlete-list > ul li a.face {
        display: block;
        width: 100%;
        text-decoration:none;
        }
        article#content section#athlete .inner .athlete-list > ul li a.face .img {
          width: 100%;
          position: relative;
          padding-top: 125%;
          background: center center/cover no-repeat; }
          article#content section#athlete .inner .athlete-list > ul li a.face .img:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: #000 solid 1px; }
        article#content section#athlete .inner .athlete-list > ul li a.face .label {
          padding: 10px 0 5px;
          text-align: left;
          font-family: "Neue Helvetica VFDP", helvetica, sans-serif;
          font-weight: 300;
          color: #000;
          font-size: 1.4em;
          letter-spacing: normal;
          text-transform: uppercase;
          line-height: 1.3; }
          article#content section#athlete .inner .athlete-list > ul li a.face .label .small {
            font-size: .75em; }
      article#content section#athlete .inner .athlete-list > ul li .modal {
        display: none; }
    article#content section#athlete .inner .athlete-list > ul[data-category="all"] li {
      display: block; }
    article#content section#athlete .inner .athlete-list > ul[data-category="climbers"] li.climbers {
      display: block; }
    article#content section#athlete .inner .athlete-list > ul[data-category="ski_snow"] li.ski_snow {
      display: block; }
    article#content section#athlete .inner .athlete-list > ul[data-category="runners"] li.runners {
      display: block; }
    article#content section#athlete .inner .athlete-list > ul[data-category="photographer"] li.photographer {
      display: block; }
