/* colors */
body {
  overflow-x: hidden; }

p {
  margin: 1em 0 !important; }

.m-col-wrapper {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .m-col-wrapper .m-col {
      float: left; }
    .m-col-wrapper .m-col2 {
      width: 50%;
      padding: 1em; }
    .m-col-wrapper .m-col3 {
      width: 33.33%; }
      .m-col-wrapper .m-col3.span2 {
        width: 66.66%; }
    .m-col-wrapper .m-col4 {
      width: 25%;
      padding: 1em; } }

/* video styles */
.videoWrapper,
.hytPlayerWrap {
  position: relative !important;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  display: block !important; }

.videoWrapper iframe,
.hytPlayerWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.journey-page {
  position: relative; }

#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 1em 0; }
  #main-nav .container {
    position: relative;
    overflow: hidden;
    text-align: center; }
  #main-nav #alpha7r-logo {
    width: 150px;
    display: inline-block;
    float: none;
    margin: 1em auto; }
  #main-nav .nav-links {
    display: inline-block;
    float: none;
    list-style: none;
    padding-left: 0; }
    #main-nav .nav-links li {
      display: inline-block;
      margin: 0 0.5em; }
      #main-nav .nav-links li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        vertical-align: top;
        text-decoration: none; }
        #main-nav .nav-links li a:hover {
          text-decoration: underline; }
        #main-nav .nav-links li a .icon {
          display: inline-block;
          vertical-align: top; }
  @media (min-width: 500px) {
    #main-nav #alpha7r-logo {
      float: left;
      margin: 0; }
    #main-nav .nav-links {
      float: right; } }

/* journeys */
.journey-page {
  background-color: #000;
  color: #fff; }
  .journey-page h2 {
    margin-bottom: 0.5em; }
  .journey-page .intro {
    display: flex;
    -ms-display: flex;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    position: relative;
    padding-top: 3em; }
    @media (orientation: portrait) {
      .journey-page .intro {
        height: 88vh;
        min-height: 90vh; } }
    @media (orientation: landscape) and (max-height: 500px) {
      .journey-page .intro {
        height: 80vh;
        min-height: 500px;
        align-items: center;
        -ms-flex-align: center; } }
    .journey-page .intro .container {
      position: relative;
      z-index: 3; }
    .journey-page .intro::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) and (min-height: 500px) {
      .journey-page .intro {
        display: flex;
        -ms-display: flex;
        align-items: flex-end;
        -ms-flex-align: flex-end;
        height: 80vh;
        min-height: 600px;
        padding-top: 3em; }
        .journey-page .intro .arrow-down-row {
          bottom: 10%; } }
  .journey-page h1,
  .journey-page h2 {
    color: #fff; }
  .journey-page #intro .intro-wrapper {
    width: 100%; }
    .journey-page #intro .intro-wrapper .person {
      color: #fff;
      overflow: hidden;
      width: 100%; }
      .journey-page #intro .intro-wrapper .person > img {
        display: inline-block;
        max-width: 100px;
        float: left;
        border-right: none;
        border-radius: 50%; }
      .journey-page #intro .intro-wrapper .person .person-wrap {
        float: left;
        width: 70%;
        padding-left: 10px; }
        .journey-page #intro .intro-wrapper .person .person-wrap .name {
          font-size: 20px;
          font-family: 'NeueMontreal-Bold', 'NeueMontreal-Regular', Arial, sans-serif !important;
          text-transform: uppercase;
          margin-bottom: 0.5em; }
        .journey-page #intro .intro-wrapper .person .person-wrap .socials {
          list-style: none;
          padding-left: 0; }
          .journey-page #intro .intro-wrapper .person .person-wrap .socials li {
            display: inline-block;
            padding: 3px; }
            .journey-page #intro .intro-wrapper .person .person-wrap .socials li a.icon {
              display: inline-block;
              width: 24px;
              height: 25px;
              margin-right: 5px; }
              .journey-page #intro .intro-wrapper .person .person-wrap .socials li a.icon#profile-ig {
                background: url("/App_Themes/Resolution/images/icons-UI.png") 0 -29px;
                background-size: 156px 55px; }
              .journey-page #intro .intro-wrapper .person .person-wrap .socials li a.icon#profile-fb {
                background: url("/App_Themes/Resolution/images/icons-UI.png") -24px -29px;
                background-size: 156px 55px; }
              .journey-page #intro .intro-wrapper .person .person-wrap .socials li a.icon#profile-tw {
                background: url("/App_Themes/Resolution/images/icons-UI.png") -48px -29px;
                background-size: 156px 55px; }
      @media (min-width: 420px) {
        .journey-page #intro .intro-wrapper .person .person-wrap {
          margin-left: 10px;
          padding-left: 10px;
          border-left: solid 1px #fff; } }
    .journey-page #intro .intro-wrapper .details {
      overflow: hidden;
      line-height: 1.25em;
      margin-bottom: 2em;
      display: inline-block; }
      .journey-page #intro .intro-wrapper .details a {
        color: #fff; }
        .journey-page #intro .intro-wrapper .details a .icon {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-right: 10px;
          vertical-align: bottom; }
          .journey-page #intro .intro-wrapper .details a .icon svg {
            width: 100%; }
        .journey-page #intro .intro-wrapper .details a.active .icon {
          transform: rotate(45deg);
          transition: transform 0.2s ease; }
          .journey-page #intro .intro-wrapper .details a.active .icon svg .st0 {
            fill: #fc2d17; }
          .journey-page #intro .intro-wrapper .details a.active .icon svg .st41 {
            fill: #fff; }
      .journey-page #intro .intro-wrapper .details .detail-wrapper {
        display: none;
        padding: 1em 0; }
      .journey-page #intro .intro-wrapper .details .attr {
        display: block; }
  .journey-page .gallery {
    padding-bottom: 0;
    /* photoswipe styles */ }
    .journey-page .gallery .caption {
      padding: 1em 0; }
      .journey-page .gallery .caption p {
        color: #fff;
        margin: 0; }
    .journey-page .gallery .slick-dots {
      display: none !important; }
      .journey-page .gallery .slick-dots p {
        color: #fff; }
    .journey-page .gallery .slick-next {
      right: 12px; }
    .journey-page .gallery .slick-prev {
      left: 12px;
      z-index: 2; }
    .journey-page .gallery .slick figure {
      padding: 1em;
      position: relative;
      opacity: 0.5;
      transition: all 0.3s ease; }
      .journey-page .gallery .slick figure img {
        width: 100%; }
      .journey-page .gallery .slick figure::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: url("/App_Themes/Resolution/images/icons-UI.png") -105px 0;
        background-size: 156px 55px;
        position: absolute;
        top: 1.5em;
        right: 1.5em;
        opacity: 0.8;
        cursor: pointer; }
      .journey-page .gallery .slick figure:hover::before {
        opacity: 1; }
      .journey-page .gallery .slick figure figcaption {
        opacity: 0;
        transition: all 0.3s ease; }
      .journey-page .gallery .slick figure figcaption p {
        color: #fff;
        font-size: 0.85em; }
      .journey-page .gallery .slick figure.portrait .wrapper {
        display: inline-block;
        width: 100%;
        padding-bottom: 66.67%;
        background-color: blue;
        position: absolute;
        top: 0;
        left: 0; }
        .journey-page .gallery .slick figure.portrait .wrapper img {
          position: absolute;
          height: 100%;
          width: auto; }
      .journey-page .gallery .slick figure.slick-active {
        opacity: 1;
        transition: all 0.3s ease; }
        .journey-page .gallery .slick figure.slick-active figcaption {
          opacity: 1;
          transition: all 0.3s ease; }
    .journey-page .gallery .pswp__caption .fig-caption-inner p {
      color: #fff;
      margin-top: 0 !important; }
    .journey-page .gallery .pswp__caption .pswp__caption__center {
      width: 100%;
      max-width: 100%; }
    .journey-page .gallery .pswp__counter {
      visibility: hidden; }
    @media (min-width: 768px) {
      .journey-page .gallery .slick-next {
        right: 25px; }
      .journey-page .gallery .slick-prev {
        left: 25px;
        z-index: 2; }
      .journey-page .gallery .slick figure::before {
        top: 2em;
        right: 2em; }
      .journey-page .gallery .slick figure figcaption {
        margin-top: 1em; }
      .journey-page .gallery .slick figure figcaption p {
        font-size: 1em;
        margin-top: 0 !important; }
      .journey-page .gallery .pswp__caption .pswp__caption__center {
        width: 60%;
        max-width: 60%; } }
  .journey-page .kit {
    padding: 0; }
    .journey-page .kit .container {
      overflow: visible; }
    .journey-page .kit .kit-container {
      position: relative;
      overflow: visible; }
      .journey-page .kit .kit-container .overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      .journey-page .kit .kit-container img {
        width: 100%; }
      .journey-page .kit .kit-container .tip-wrapper {
        z-index: 3;
        position: absolute;
        display: inline-block; }
        .journey-page .kit .kit-container .tip-wrapper a.hotspot {
          position: relative;
          display: inline-block;
          width: 32px;
          height: 32px;
          transition: transform 0.2s ease; }
          .journey-page .kit .kit-container .tip-wrapper a.hotspot.active {
            transform: rotate(45deg);
            transition: transform 0.2s ease; }
            .journey-page .kit .kit-container .tip-wrapper a.hotspot.active svg .st0 {
              fill: #fc2d17; }
            .journey-page .kit .kit-container .tip-wrapper a.hotspot.active svg .st41 {
              fill: #fff; }
          .journey-page .kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text {
            position: absolute;
            display: none;
            background-color: #fff;
            color: #242320;
            z-index: 4;
            padding: 0.85em;
            min-width: 200px; }
            .journey-page .kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text a {
              color: #FF581D;
              display: block;
              margin-top: 0.5em; }
            .journey-page .kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text.right {
              left: -50px; }
            @media (min-width: 1000px) {
              .journey-page .kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text {
                min-width: 400px; } }
            @media (min-width: 768px) {
              .journey-page .kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text.right {
                left: 0; } }
  .journey-page .zoom {
    position: relative;
    padding: 0;
    overflow: visible;
    cursor: pointer; }
    .journey-page .zoom .popout-link {
      color: #fff;
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 5;
      padding: 0.5em; }
    .journey-page .zoom .zoom-overlay {
      position: absolute;
      padding: 3em 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
      display: block;
      pointer-events: none;
      background-color: rgba(0, 0, 0, 0.3); }
      .journey-page .zoom .zoom-overlay h2 {
        color: #fff;
        margin-bottom: 0; }
      .journey-page .zoom .zoom-overlay p {
        color: #fff;
        max-width: 30%; }
      @media (max-width: 500px) {
        .journey-page .zoom .zoom-overlay h2 {
          font-size: 1.2em; }
        .journey-page .zoom .zoom-overlay p {
          max-width: none; } }
    .journey-page .zoom .enlarge_btn {
      display: none; }
    .journey-page .zoom .enlarge_contain img {
      vertical-align: bottom; }
    .journey-page .zoom .icon {
      margin: 1em 0;
      position: relative;
      animation: slide 3s infinite ease-in-out;
      height: 60px; }
@keyframes slide {
  0% {
    left: 30px; }
  50% {
    left: 0; }
  100% {
    left: 30px; } }
  .journey-page .more {
    background-color: #242320; }
    .journey-page .more .m-col.m-col3 {
      width: 100%;
      margin-bottom: 1.5em; }
    .journey-page .more .m-col-inner {
      height: 200px;
      display: table;
      width: 100%;
      vertical-align: middle;
      align-items: center;
      transition: opacity 0.3s ease;
      position: relative; }
      .journey-page .more .m-col-inner::before {
        content: "";
        display: block;
        background-color: black;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease; }
      .journey-page .more .m-col-inner > div {
        position: relative;
        z-index: 6;
        font-family: 'NeueMontreal-Bold', 'NeueMontreal-Regular', Arial, sans-serif !important;
        text-transform: uppercase;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        font-weight: bold; }
    .journey-page .more a {
      color: #fff;
      font-family: 'NeueMontreal-Bold', 'NeueMontreal-Regular', Arial, sans-serif !important;
      text-transform: uppercase;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%;
      z-index: 3; }
      .journey-page .more a:hover .m-col-inner::before {
        opacity: 0;
        transition: opacity 0.3s ease; }
    .journey-page .more a.explore-home .icon {
      vertical-align: top; }
    .journey-page .more #more-CraigParry {
      background: url("/App_Themes/Resolution/images/CraigParry-tile.jpg") center center no-repeat;
      background-size: cover; }
    .journey-page .more #more-JasonCharlesHill {
      background: url("/App_Themes/Resolution/images/JasonCharlesHill-tile.jpg") center center no-repeat;
      background-size: cover; }
    .journey-page .more #more-LukeTscharke {
      background: url("/App_Themes/Resolution/images/LukeTscharke-tile.jpg") center center no-repeat;
      background-size: cover; }
    .journey-page .more #more-MarkGaler {
      background: url("/App_Themes/Resolution/images/MarkGaler-tile.jpg") center center no-repeat;
      background-size: cover; }
    .journey-page .more #more-MeghanMaloney {
      background: url("/App_Themes/Resolution/images/MeghanMaloney-tile.jpg") center center no-repeat;
      background-size: cover; }
    .journey-page .more #more-PatKay {
      background: url("/App_Themes/Resolution/images/PatKay-tile.jpg") center center no-repeat;
      background-size: cover; }
    @media (min-width: 768px) {
      .journey-page .more .m-col.m-col3 {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1em;
        float: left; } }

/* page specific hero images and kit hotspots */
#jason .intro {
  background: url("/App_Themes/Resolution/images/JasonCharlesHill-hero.jpg") center center no-repeat;
  background-size: cover; }
  @media (min-width: 1200px) {
    #jason .intro {
      background: url("/App_Themes/Resolution/images/JasonCharlesHill-hero@2x.jpg") center center no-repeat;
      background-size: cover; } }
#jason .tip-wrapper#jason-kit-hotspot1 {
  top: 70%;
  left: 36%; }
#jason .tip-wrapper#jason-kit-hotspot2 {
  top: 15%;
  left: 20%;
  z-index: 5; }
#jason .tip-wrapper#jason-kit-hotspot3 {
  bottom: 17%;
  left: 20%; }
#jason .tip-wrapper#jason-kit-hotspot4 {
  top: 50%;
  left: 55%; }
@media (min-width: 1200px) {
  #jason .intro {
    background: url("/App_Themes/Resolution/images/JasonCharlesHill-hero@2x.jpg") center center no-repeat;
    background-size: cover; } }

#craig .intro {
  background: url("/App_Themes/Resolution/images/CraigParry-hero.jpg") center center no-repeat;
  background-size: cover; }
#craig .tip-wrapper#craig-kit-hotspot1 {
  top: 52%;
  left: 38%;
  z-index: 6; }
#craig .tip-wrapper#craig-kit-hotspot2 {
  top: 45%;
  right: 27%;
  z-index: 5; }
#craig .tip-wrapper#craig-kit-hotspot3 {
  top: 18%;
  left: 25%;
  z-index: 7; }
#craig .tip-wrapper#craig-kit-hotspot4 {
  top: 58%;
  left: 51%;
  z-index: 4; }
@media (min-width: 1200px) {
  #craig .intro {
    background: url("/App_Themes/Resolution/images/CraigParry-hero@2x.jpg") center center no-repeat;
    background-size: cover; } }

#meghan .intro {
  background: url("/App_Themes/Resolution/images/MeghanMaloney-hero.jpg") top center no-repeat;
  background-size: cover; }
#meghan .tip-wrapper#meghan-kit-hotspot1 {
  top: 25%;
  left: 24%;
  z-index: 5; }
#meghan .tip-wrapper#meghan-kit-hotspot2 {
  bottom: 20%;
  left: 48%; }
#meghan .tip-wrapper#meghan-kit-hotspot3 {
  top: 22%;
  left: 46%;
  z-index: 4; }
#meghan .tip-wrapper#meghan-kit-hotspot4 {
  top: 37%;
  left: 40%; }
@media (min-width: 1200px) {
  #meghan .intro {
    background: url("/App_Themes/Resolution/images/MeghanMaloney-hero@2x.jpg") top center no-repeat;
    background-size: cover; } }

#luke .intro {
  background: url("/App_Themes/Resolution/images/LukeTscharke-hero.jpg") top center no-repeat;
  background-size: cover; }
#luke .tip-wrapper#luke-kit-hotspot1 {
  top: 22%;
  left: 56%;
  z-index: 4; }
#luke .tip-wrapper#luke-kit-hotspot2 {
  top: 57%;
  left: 48%;
  z-index: 3; }
#luke .tip-wrapper#luke-kit-hotspot3 {
  top: 12%;
  left: 30%;
  z-index: 5; }
#luke .tip-wrapper#luke-kit-hotspot4 {
  bottom: 8%;
  left: 33%;
  z-index: 2; }
@media (min-width: 1200px) {
  #luke .intro {
    background: url("/App_Themes/Resolution/images/LukeTscharke-hero@2x.jpg") top center no-repeat;
    background-size: cover; } }

#mark .intro {
  background: url("/App_Themes/Resolution/images/MarkGaler-hero.jpg") center center no-repeat;
  background-size: cover; }
#mark .tip-wrapper#mark-kit-hotspot1 {
  top: 30%;
  left: 40%;
  z-index: 5; }
#mark .tip-wrapper#mark-kit-hotspot2 {
  top: 53%;
  left: 40%; }
#mark .tip-wrapper#mark-kit-hotspot3 {
  bottom: 26%;
  left: 24%; }
#mark .tip-wrapper#mark-kit-hotspot4 {
  top: 44%;
  left: 60%; }
@media (min-width: 1200px) {
  #mark .intro {
    background: url("/App_Themes/Resolution/images/MarkGaler-hero@2x.jpg") center center no-repeat;
    background-size: cover; } }

#pat .intro {
  background: url("/App_Themes/Resolution/images/PatKay-hero.jpg") center center no-repeat;
  background-size: cover; }
#pat .tip-wrapper#pat-kit-hotspot1 {
  top: 10%;
  left: 26%; }
#pat .tip-wrapper#pat-kit-hotspot2 {
  bottom: 15%;
  left: 20%; }
@media (min-width: 1200px) {
  #pat .intro {
    background: url("/App_Themes/Resolution/images/PatKay-hero@2x.jpg") center center no-repeat;
    background-size: cover; } }

/*# sourceMappingURL=journeys.css.map */
