@charset "UTF-8";
/*------------------------------------*\
    $LIBRARIES
\*------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.breadcrumb {
  display: none; }

.l-main-pagecontent {
  padding: 0; }

.l-contact {
  margin-top: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#ttu-home #stories {
  position: relative; }
  #ttu-home #stories #feature-sliders {
    position: relative; }
    #ttu-home #stories #feature-sliders:hover .feature-arrow {
      opacity: .4; }
    #ttu-home #stories #feature-sliders:hover #feature-text-slider a .feature-text-slide__category,
    #ttu-home #stories #feature-sliders:hover #feature-text-slider a .feature-text-slide__title {
      -webkit-transform: translateX(1.5%);
              transform: translateX(1.5%); }
    @media (min-width: 1200px) {
      #ttu-home #stories #feature-sliders {
        float: left;
        width: 58%; } }
    #ttu-home #stories #feature-sliders .feature-arrow {
      position: absolute;
      top: 60%;
      background: transparent;
      height: 4rem;
      width: 4rem;
      opacity: .4;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 100; }
      @media (min-width: 720px) {
        #ttu-home #stories #feature-sliders .feature-arrow {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media (min-width: 1200px) {
        #ttu-home #stories #feature-sliders .feature-arrow {
          height: 5rem;
          width: 5rem; } }
      @media (min-width: 1400px) {
        #ttu-home #stories #feature-sliders .feature-arrow {
          opacity: 0; } }
      @media (min-width: 2000px) {
        #ttu-home #stories #feature-sliders .feature-arrow {
          height: 6rem;
          width: 6rem; } }
      @media (min-width: 2500px) {
        #ttu-home #stories #feature-sliders .feature-arrow {
          height: 7rem;
          width: 7rem; } }
      #ttu-home #stories #feature-sliders .feature-arrow:hover {
        opacity: .8 !important; }
      #ttu-home #stories #feature-sliders .feature-arrow svg {
        width: 80%;
        height: 80%;
        -webkit-transition: .3s;
        transition: .3s; }
        #ttu-home #stories #feature-sliders .feature-arrow svg .arrow {
          fill: #ffffff;
          -webkit-transition: .3s;
          transition: .3s; }
      #ttu-home #stories #feature-sliders .feature-arrow.feature-next {
        right: 0; }
  #ttu-home #stories .feature-slider__slide,
  #ttu-home #stories .second-slide__image,
  #ttu-home #stories .third-slide__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #ttu-home #stories .feature-text-slide__category,
  #ttu-home #stories .second-slide__category,
  #ttu-home #stories .third-slide__category {
    font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  #ttu-home #stories .feature-text-slide__title,
  #ttu-home #stories .second-slide__title,
  #ttu-home #stories .third-slide__title {
    color: #1b1b1b;
    font-family: 'ITC Charter W01', Georgia, Garamond, serif;
    margin: 0; }
  #ttu-home #stories #feature-slider {
    position: relative;
    z-index: 1; }
    #ttu-home #stories #feature-slider .feature-slider__slide {
      position: relative;
      color: transparent;
      height: 62vh;
      min-height: 25.625rem; }
      @media (min-width: 720px) {
        #ttu-home #stories #feature-slider .feature-slider__slide {
          height: 50vh; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #feature-slider .feature-slider__slide {
          height: 42vw; } }
    #ttu-home #stories #feature-slider p {
      color: transparent;
      margin: 0; }
  #ttu-home #stories #feature-text-box {
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(7deg, #ee0000 0%, rgba(255, 0, 0, 0.83) 100%);
    width: 54%;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #ttu-home #stories #feature-text-box:before {
      content: "";
      display: block;
      padding-top: 100%; }
    @media (min-width: 720px) {
      #ttu-home #stories #feature-text-box {
        top: auto;
        bottom: -28vw;
        width: 56%; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #feature-text-box {
        bottom: -31%;
        width: 50%;
        height: auto; } }
  #ttu-home #stories #feature-text-slider {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 54%;
    z-index: 11;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 720px) {
      #ttu-home #stories #feature-text-slider {
        top: 75%;
        width: 55%; } }
    @media (min-width: 1000px) {
      #ttu-home #stories #feature-text-slider {
        top: 70%; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #feature-text-slider {
        width: 50%; } }
    #ttu-home #stories #feature-text-slider .feature-text-slide {
      padding: 0 0.5rem; }
      @media (min-width: 720px) {
        #ttu-home #stories #feature-text-slider .feature-text-slide {
          padding: 0 .25rem 0 3.25rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #feature-text-slider .feature-text-slide {
          padding: 0 2.75vw 0 2.475vw; } }
      #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__category,
      #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__title {
        -webkit-transition: all .3s;
        transition: all .3s; }
      #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__category {
        color: #ffffff;
        font-size: 0.688rem;
        letter-spacing: 0.246rem;
        margin: 0 0 .625rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__category {
            font-size: 1.5rem;
            letter-spacing: 0.566rem;
            margin: 0 0 1.875rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__category {
            font-size: 1.15vw;
            letter-spacing: 0.43vw;
            line-height: .85;
            margin: 0 0 2.1vw; } }
      #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__title {
        color: #ffffff;
        font-size: 1rem;
        letter-spacing: 0.048rem;
        line-height: 1.114rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__title {
            font-size: 2.25rem;
            letter-spacing: 0.111rem;
            line-height: 2.318rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #feature-text-slider .feature-text-slide .feature-text-slide__title {
            font-size: 2.25vw;
            letter-spacing: 0.11vw;
            line-height: 2.3vw; } }
  #ttu-home #stories .stories-arrow {
    position: absolute;
    bottom: -2.325rem;
    background: transparent;
    height: 4rem;
    width: 4rem;
    opacity: .4;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 100; }
    @media (min-width: 720px) {
      #ttu-home #stories .stories-arrow {
        bottom: -2.1rem; } }
    @media (min-width: 1200px) {
      #ttu-home #stories .stories-arrow {
        bottom: 0;
        right: -6.5vw;
        height: 5rem;
        width: 5rem; } }
    @media (min-width: 1400px) {
      #ttu-home #stories .stories-arrow {
        opacity: 0; } }
    @media (min-width: 2000px) {
      #ttu-home #stories .stories-arrow {
        right: -5vw; } }
    #ttu-home #stories .stories-arrow:hover {
      opacity: .8 !important; }
    #ttu-home #stories .stories-arrow:active {
      background: transparent;
      outline: none; }
    #ttu-home #stories .stories-arrow:focus {
      background: transparent;
      outline: none; }
    #ttu-home #stories .stories-arrow svg {
      width: 80%;
      height: 80%;
      -webkit-transition: .3s;
      transition: .3s; }
      #ttu-home #stories .stories-arrow svg .arrow {
        fill: #1b1b1b;
        -webkit-transition: .3s;
        transition: .3s; }
    #ttu-home #stories .stories-arrow.stories-next {
      top: -1.675rem;
      right: 0; }
      @media (min-width: 720px) {
        #ttu-home #stories .stories-arrow.stories-next {
          top: 40vw;
          right: auto;
          left: -4rem; } }
      @media (min-width: 1000px) {
        #ttu-home #stories .stories-arrow.stories-next {
          top: 41vw;
          right: auto;
          left: -4rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories .stories-arrow.stories-next {
          top: -5rem;
          right: .25vw;
          left: auto; } }
      @media (min-width: 1200px) {
        #ttu-home #stories .stories-arrow.stories-next {
          right: .75vw; } }
  #ttu-home #stories .ttu-home__doi {
    display: block;
    background-color: #ee0000;
    text-align: center;
    padding: 1.5rem 0.5rem 1.75rem; }
    @media (min-width: 720px) {
      #ttu-home #stories .ttu-home__doi {
        text-align: left;
        width: 44%;
        padding: 5.9vw 1.1875rem; } }
    @media (min-width: 1000px) {
      #ttu-home #stories .ttu-home__doi {
        padding: 10.15vw 1.1875rem; } }
    @media (min-width: 1200px) {
      #ttu-home #stories .ttu-home__doi {
        position: absolute;
        top: 0;
        right: 0;
        width: 16%;
        padding: 0; } }
    #ttu-home #stories .ttu-home__doi:hover p,
    #ttu-home #stories .ttu-home__doi:hover h2 {
      -webkit-transform: translateX(1.5%);
              transform: translateX(1.5%); }
    #ttu-home #stories .ttu-home__doi::after {
      content: ''; }
      @media (min-width: 1200px) {
        #ttu-home #stories .ttu-home__doi::after {
          display: block;
          width: 100%;
          padding-top: 100%; } }
    @media (min-width: 1200px) {
      #ttu-home #stories .ttu-home__doi > div {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding: 0 1.1875rem; } }
    #ttu-home #stories .ttu-home__doi .ttu-home-doi__category {
      color: #ffffff;
      font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
      font-size: 0.688rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.246rem;
      margin: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories .ttu-home__doi .ttu-home-doi__category {
          font-size: 1rem;
          letter-spacing: 0.35rem;
          margin: 0 0 1rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories .ttu-home__doi .ttu-home-doi__category {
          font-size: 0.85vw;
          letter-spacing: 0.43vw;
          line-height: .95;
          margin: 0 0 1vw; } }
    #ttu-home #stories .ttu-home__doi .ttu-home-doi__title {
      color: #ffffff;
      font-family: 'ITC Charter W01', Georgia, Garamond, serif;
      font-size: 1.25rem;
      letter-spacing: 0.048rem;
      line-height: 1.3rem;
      margin: 0.33rem 0 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories .ttu-home__doi .ttu-home-doi__title {
          font-size: 2.25rem;
          letter-spacing: 0.111rem;
          line-height: 2.318rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories .ttu-home__doi .ttu-home-doi__title {
          font-size: 2.25vw;
          letter-spacing: 0.11vw;
          line-height: 2.3vw; } }
  #ttu-home #stories #second-sliders:hover .stories-arrow {
    opacity: .4; }
  #ttu-home #stories #second-sliders:hover ~ #third-sliders .stories-arrow {
    opacity: .4; }
  #ttu-home #stories #third-sliders:hover .stories-arrow {
    opacity: .4; }
  #ttu-home #stories #third-sliders:hover ~ #second-sliders .stories-arrow {
    opacity: .4; }
  #ttu-home #stories #second-sliders {
    position: relative;
    height: 45.5vw;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 720px) {
      #ttu-home #stories #second-sliders {
        display: inline-block;
        width: 44%;
        height: 44vw; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #second-sliders {
        width: 26%;
        height: auto; }
        #ttu-home #stories #second-sliders:before {
          content: "";
          display: block;
          padding-top: 100%; }
        #ttu-home #stories #second-sliders:hover #second-slider-text .second-slide__category,
        #ttu-home #stories #second-sliders:hover #second-slider-text .second-slide__title {
          -webkit-transform: translateX(1.5%);
                  transform: translateX(1.5%); } }
    #ttu-home #stories #second-sliders #second-slider-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 54vw;
      z-index: 3;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories #second-sliders #second-slider-text {
          top: auto;
          bottom: 2.1875rem;
          width: 90%; } }
      #ttu-home #stories #second-sliders #second-slider-text .second-slide__category,
      #ttu-home #stories #second-sliders #second-slider-text .second-slide__title {
        -webkit-transition: all .3s;
        transition: all .3s; }
      #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide {
        position: relative;
        padding-top: 1.5rem;
        padding-left: 0.5rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide {
            padding-left: 1.1875rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide {
            padding: 0 .5vw 0 3.04vw; } }
        #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__category {
          font-size: 0.813rem;
          letter-spacing: 0.298rem;
          margin: 0 0 .625rem; }
          @media (min-width: 720px) {
            #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__category {
              font-size: 1.25rem;
              letter-spacing: 0.453rem; } }
          @media (min-width: 1200px) {
            #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__category {
              font-size: 1.35vw;
              letter-spacing: 0.5vw;
              line-height: .85;
              margin: 0 0 1vw; } }
        #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__title {
          font-size: 1.125rem;
          letter-spacing: 0.054rem;
          line-height: 1.178rem; }
          @media (min-width: 720px) {
            #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__title {
              font-size: 1.688rem;
              letter-spacing: 0.083rem;
              line-height: 1.848rem; } }
          @media (min-width: 1200px) {
            #ttu-home #stories #second-sliders #second-slider-text .second-slide-text__slide a .second-slide__title {
              font-size: 1.85vw;
              letter-spacing: 0.1vw;
              line-height: 2vw; } }
    #ttu-home #stories #second-sliders #second-slider-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 54%;
      z-index: 2;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories #second-sliders #second-slider-image {
          top: 0;
          right: auto;
          left: 0;
          width: 100%; } }
      #ttu-home #stories #second-sliders #second-slider-image .second-slide__image {
        position: relative;
        right: 0;
        width: 100%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
        #ttu-home #stories #second-sliders #second-slider-image .second-slide__image:before {
          content: "";
          position: relative;
          display: block;
          padding-top: 100%; }
        @media (min-width: 720px) {
          #ttu-home #stories #second-sliders #second-slider-image .second-slide__image {
            width: 100%; } }
        #ttu-home #stories #second-sliders #second-slider-image .second-slide__image:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-image: linear-gradient(43deg, #ffffff 0%, rgba(222, 222, 222, 0.29) 100%);
          height: 100%;
          width: 100%;
          z-index: 1; }
        #ttu-home #stories #second-sliders #second-slider-image .second-slide__image p {
          color: transparent;
          margin: 0; }
  #ttu-home #stories #third-sliders {
    position: relative;
    height: 46vw; }
    #ttu-home #stories #third-sliders:hover #third-slider-text .third-slide__category,
    #ttu-home #stories #third-sliders:hover #third-slider-text .third-slide__title {
      -webkit-transform: translateX(1.5%);
              transform: translateX(1.5%); }
    @media (min-width: 720px) {
      #ttu-home #stories #third-sliders {
        display: inline-block;
        float: right;
        height: 56vw;
        width: 56%; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #third-sliders {
        width: 16%;
        height: auto;
        margin-top: 26%; }
        #ttu-home #stories #third-sliders:before {
          content: "";
          display: block;
          padding-top: 100%; } }
    #ttu-home #stories #third-sliders #third-slider-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 46%;
      z-index: 2;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories #third-sliders #third-slider-image {
          width: 100%; } }
      #ttu-home #stories #third-sliders #third-slider-image .third-slide__image {
        position: relative;
        width: 100%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
        #ttu-home #stories #third-sliders #third-slider-image .third-slide__image:before {
          content: "";
          display: block;
          padding-top: 100%; }
        @media (min-width: 720px) {
          #ttu-home #stories #third-sliders #third-slider-image .third-slide__image {
            width: 100%; } }
        #ttu-home #stories #third-sliders #third-slider-image .third-slide__image:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-image: linear-gradient(-46deg, #ffffff 0%, rgba(222, 222, 222, 0.29) 100%);
          height: 100%;
          width: 100%;
          z-index: 1; }
        #ttu-home #stories #third-sliders #third-slider-image .third-slide__image p {
          color: transparent;
          margin: 0; }
    #ttu-home #stories #third-sliders #third-slider-text {
      position: absolute;
      bottom: 1.75rem;
      left: 40%;
      width: 54vw;
      z-index: 3;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #stories #third-sliders #third-slider-text {
          bottom: 3.25rem;
          left: 2.5rem;
          width: 85%; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #third-sliders #third-slider-text {
          bottom: 1.5rem;
          left: 0;
          padding: 0 .5rem 0 1.5rem;
          width: 16vw; } }
      #ttu-home #stories #third-sliders #third-slider-text .third-slide__category,
      #ttu-home #stories #third-sliders #third-slider-text .third-slide__title {
        -webkit-transition: all .3s;
        transition: all .3s; }
      #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__category {
        font-size: 0.813rem;
        letter-spacing: 0.298rem;
        margin: 0 0 .825rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__category {
            font-size: 1.5rem;
            letter-spacing: 0.566rem;
            margin: 0 0 2.625rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__category {
            font-size: 0.95vw;
            letter-spacing: 0.325vw;
            margin: 0 0 1.375vw; } }
      #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__title {
        font-size: 1.125rem;
        letter-spacing: 0.054rem;
        line-height: 1.178rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__title {
            font-size: 2.125rem;
            letter-spacing: 0.104rem;
            line-height: 1.997rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #third-sliders #third-slider-text .third-slide-text__slide a .third-slide__title {
            font-size: 1.2vw;
            letter-spacing: 0.07vw;
            line-height: 1.2vw; } }
  #ttu-home #stories #list-stories {
    padding: 2.6875rem 0.5rem 0; }
    @media (min-width: 720px) {
      #ttu-home #stories #list-stories {
        display: inline-block;
        float: left;
        width: 44%;
        padding: 2.125rem 4.375rem 0; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #list-stories {
        float: right;
        width: 26%;
        height: 46vw;
        padding: 0 0 0 2.8vw;
        overflow: hidden; } }
    #ttu-home #stories #list-stories .list-story {
      max-width: 21rem;
      margin: 0 0 5rem; }
      @media (min-width: 720px) {
        #ttu-home #stories #list-stories .list-story {
          margin: 0 0 2.8125rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #list-stories .list-story {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: initial;
          height: 33%;
          margin: 0;
          padding-right: .5rem;
          overflow: hidden; } }
      #ttu-home #stories #list-stories .list-story a:hover .list-story__title {
        color: #ee0000; }
      #ttu-home #stories #list-stories .list-story .list-story__category {
        color: #8d8d8d;
        font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.275rem;
        text-transform: uppercase;
        margin: 0 0 0.4375rem; }
        @media (min-width: 720px) {
          #ttu-home #stories #list-stories .list-story .list-story__category {
            font-size: 0.625rem;
            letter-spacing: 0.225rem;
            margin: 0 0 0.3125rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #list-stories .list-story .list-story__category {
            font-size: 0.625vw;
            letter-spacing: 0.22vw;
            margin: 0 0 0.1vw; } }
      #ttu-home #stories #list-stories .list-story .list-story__title {
        font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.313rem;
        letter-spacing: .03rem;
        line-height: 1.658rem;
        margin: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media (min-width: 720px) {
          #ttu-home #stories #list-stories .list-story .list-story__title {
            font-size: 1.125rem;
            line-height: 1.415rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #list-stories .list-story .list-story__title {
            font-size: 1.67vw;
            line-height: 2.125vw; } }
  #ttu-home #stories #more-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: linear-gradient(20deg, #ee0000 0%, rgba(253, 0, 0, 0.73) 100%);
    margin-left: 46vw;
    padding: 2.4375rem 0 2.4375rem 1.6875rem;
    z-index: 10; }
    @media (min-width: 720px) {
      #ttu-home #stories #more-stories {
        float: right;
        width: 56%;
        margin-left: 0;
        padding: 2.4375rem 12% 2.4375rem 1.6875rem; } }
    @media (min-width: 1200px) {
      #ttu-home #stories #more-stories {
        clear: both;
        width: 16%;
        height: 16vw;
        margin-top: -16vw;
        padding: 6.5vw 0 6.5vw 1.125rem; }
        #ttu-home #stories #more-stories:hover h4,
        #ttu-home #stories #more-stories:hover p {
          -webkit-transform: translateX(0.25rem);
                  transform: translateX(0.25rem); } }
    #ttu-home #stories #more-stories h4,
    #ttu-home #stories #more-stories p {
      -webkit-transition: all .3s;
      transition: all .3s; }
    #ttu-home #stories #more-stories h4 {
      color: #ffffff;
      font-size: 0.688rem;
      letter-spacing: 0.258rem;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 720px) {
        #ttu-home #stories #more-stories h4 {
          font-size: 1.188rem;
          letter-spacing: 0.429rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #more-stories h4 {
          font-size: 1vw;
          letter-spacing: 0.36vw; } }
    #ttu-home #stories #more-stories p {
      position: relative;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.049rem;
      line-height: 0.958rem;
      margin: .25rem 0 0;
      width: 98%; }
      @media (min-width: 720px) {
        #ttu-home #stories #more-stories p {
          font-size: 1.688rem;
          letter-spacing: 0.083rem;
          line-height: 1.598rem; } }
      @media (min-width: 1200px) {
        #ttu-home #stories #more-stories p {
          font-size: 1.4vw;
          letter-spacing: 0.07vw;
          line-height: 1.125vw; } }
      #ttu-home #stories #more-stories p:after {
        content: '';
        position: absolute;
        bottom: -0.5vw;
        left: 2.75rem;
        background-color: #ffffff;
        width: 31.5vw;
        height: 1px; }
        @media (min-width: 720px) {
          #ttu-home #stories #more-stories p:after {
            left: 5rem; } }
        @media (min-width: 1200px) {
          #ttu-home #stories #more-stories p:after {
            bottom: -0.25vw;
            left: 4vw;
            width: 10.25vw; } }
      #ttu-home #stories #more-stories p span {
        position: absolute;
        text-indent: 1.25vw;
        overflow: hidden;
        -webkit-animation: topToBottom 16s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite 0s;
                animation: topToBottom 16s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite 0s;
        opacity: 0; }
        @media (min-width: 1200px) {
          #ttu-home #stories #more-stories p span {
            text-indent: .5vw; } }
        #ttu-home #stories #more-stories p span:nth-child(2) {
          -webkit-animation-delay: 4s;
                  animation-delay: 4s; }
        #ttu-home #stories #more-stories p span:nth-child(3) {
          -webkit-animation-delay: 8s;
                  animation-delay: 8s; }
        #ttu-home #stories #more-stories p span:nth-child(4) {
          -webkit-animation-delay: 12s;
                  animation-delay: 12s; }

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes topToBottom {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#ttu-home #spirit {
  position: relative;
  padding-bottom: 9.3125rem; }
  @media (min-width: 720px) {
    #ttu-home #spirit {
      padding-top: .5rem;
      padding-bottom: 3.375rem; } }
  @media (min-width: 1200px) {
    #ttu-home #spirit {
      padding-bottom: 0; } }
  #ttu-home #spirit > h1,
  #ttu-home #spirit > p {
    margin-left: 0.5rem;
    outline: none; }
    @media (min-width: 720px) {
      #ttu-home #spirit > h1,
      #ttu-home #spirit > p {
        margin-left: 1.1875rem; } }
    @media (min-width: 1200px) {
      #ttu-home #spirit > h1,
      #ttu-home #spirit > p {
        margin-left: 3.375rem; } }
  #ttu-home #spirit > h1 {
    display: inline-block;
    font-size: 3.688rem;
    letter-spacing: -0.068rem;
    line-height: 3.525rem; }
    @media (min-width: 720px) {
      #ttu-home #spirit > h1 {
        font-size: 4.938rem;
        letter-spacing: -0.091rem;
        line-height: 4.7rem; } }
    @media (min-width: 1200px) {
      #ttu-home #spirit > h1 {
        font-size: 7.35vw;
        letter-spacing: -0.14vw;
        line-height: 6.9vw;
        margin-top: -11.75vw; } }
  #ttu-home #spirit > p {
    font-size: 1rem;
    line-height: 1.296rem;
    letter-spacing: 0.013rem;
    max-width: 84vw; }
    @media (min-width: 720px) {
      #ttu-home #spirit > p {
        font-size: 1.313rem;
        line-height: 1.77rem;
        letter-spacing: 0.016rem;
        max-width: 44vw;
        margin-bottom: 13rem; } }
    @media (min-width: 1200px) {
      #ttu-home #spirit > p {
        font-size: 1.67vw;
        letter-spacing: 0.02vw;
        line-height: 2.35vw;
        max-width: 36.75vw;
        margin-bottom: 18vw; } }
  #ttu-home #spirit #video {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
    @media (min-width: 720px) {
      #ttu-home #spirit #video {
        position: absolute;
        top: 7.625rem;
        width: 100vw;
        z-index: -1; }
        #ttu-home #spirit #video:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background-image: radial-gradient(ellipse farthest-corner at 75% 0, rgba(255, 255, 255, 0) 0%, white 60%, #ffffff 75%);
          height: 100%;
          width: 100%;
          z-index: 1; } }
    @media (min-width: 1200px) {
      #ttu-home #spirit #video {
        top: 0;
        height: 54vw;
        z-index: -1; } }
    #ttu-home #spirit #video #video__mobile {
      display: block;
      height: 60vh;
      background: url("images/Will-Rogers-guns-up.png") center no-repeat;
      background-size: cover;
      width: 100%; }
      @media (min-width: 1200px) {
        #ttu-home #spirit #video #video__mobile {
          display: none; } }
    #ttu-home #spirit #video video {
      position: relative;
      display: none;
      overflow: hidden;
      z-index: -1; }
      @media (min-width: 1200px) {
        #ttu-home #spirit #video video {
          display: block;
          width: 100%; } }
  #ttu-home #spirit #tiles {
    position: relative;
    margin-top: -7.5rem;
    z-index: 2; }
    @media (min-width: 1200px) {
      #ttu-home #spirit #tiles {
        margin-top: 0; } }
    #ttu-home #spirit #tiles .tiles__photo {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      #ttu-home #spirit #tiles .tiles__photo:first-child, #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
        float: right;
        width: 54%; }
        @media (min-width: 720px) {
          #ttu-home #spirit #tiles .tiles__photo:first-child, #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
            width: 56%; } }
        @media (min-width: 1200px) {
          #ttu-home #spirit #tiles .tiles__photo:first-child, #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
            width: 42%; } }
      #ttu-home #spirit #tiles .tiles__photo:first-child {
        background-image: url("images/AdminArches.jpg");
        height: 9rem; }
        @media (min-width: 720px) {
          #ttu-home #spirit #tiles .tiles__photo:first-child {
            height: 19.5rem; } }
        @media (min-width: 1000px) {
          #ttu-home #spirit #tiles .tiles__photo:first-child {
            height: 25rem; } }
        @media (min-width: 1200px) {
          #ttu-home #spirit #tiles .tiles__photo:first-child {
            height: 29.5vw; } }
      #ttu-home #spirit #tiles .tiles__photo:nth-child(2) {
        float: left;
        background-image: url("images/long__wrappedwill.jpg");
        width: 46%;
        height: 17.75rem;
        margin-top: 7.5rem; }
        @media (min-width: 720px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(2) {
            width: 44%;
            height: 33.75rem; } }
        @media (min-width: 1000px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(2) {
            height: 43rem; } }
        @media (min-width: 1200px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(2) {
            width: 58%;
            height: 33.25vw; } }
      #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
        background-image: url("images/masked-rider-and-horse.jpg");
        height: 18.75rem; }
        @media (min-width: 720px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
            height: 41.125rem; } }
        @media (min-width: 1000px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
            height: 55rem; } }
        @media (min-width: 1200px) {
          #ttu-home #spirit #tiles .tiles__photo:nth-child(3) {
            height: 61.75vw; } }
    @media (min-width: 1200px) {
      #ttu-home #spirit #tiles .clearfix:after {
        content: "";
        display: none;
        clear: none; } }
    #ttu-home #spirit #tiles #apply {
      position: relative;
      display: inline-block;
      background: linear-gradient(7deg, #ee0000 0%, rgba(255, 0, 0, 0.83) 100%);
      text-align: center;
      height: 46vw;
      width: 46%;
      margin-top: -2.5rem;
      z-index: 3;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 720px) {
        #ttu-home #spirit #tiles #apply {
          height: 35vw;
          width: 44%;
          margin-top: -5.125rem; } }
      @media (min-width: 1000px) {
        #ttu-home #spirit #tiles #apply {
          margin-top: -10rem; } }
      @media (min-width: 1200px) {
        #ttu-home #spirit #tiles #apply {
          height: 24.25vw;
          width: 28.5%;
          margin-top: 0; }
          #ttu-home #spirit #tiles #apply:hover h2 {
            padding-left: .75rem; } }
      #ttu-home #spirit #tiles #apply h2 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #ffffff;
        font-size: 1.125rem;
        letter-spacing: 0.424rem;
        text-transform: uppercase;
        -webkit-transition: .3s;
        transition: .3s;
        width: 100%;
        margin: 0; }
        @media (min-width: 720px) {
          #ttu-home #spirit #tiles #apply h2 {
            font-size: 1.875rem;
            letter-spacing: 0.707rem; } }
        @media (min-width: 1200px) {
          #ttu-home #spirit #tiles #apply h2 {
            font-size: 2.15vw;
            letter-spacing: 0.78vw; } }
    #ttu-home #spirit #tiles nav {
      float: right;
      width: 54%;
      margin-top: 40vw; }
      @media screen and (min-width: 720px) {
        #ttu-home #spirit #tiles nav {
          width: 56%;
          margin-top: 4.625rem;
          padding-left: 5rem; } }
      @media screen and (min-width: 1200px) {
        #ttu-home #spirit #tiles nav {
          width: 29.5%;
          margin-top: 10.5vw;
          padding-left: 5.75vw; } }
      #ttu-home #spirit #tiles nav ul {
        list-style: none;
        margin: 0; }
        #ttu-home #spirit #tiles nav ul li {
          margin-bottom: 3rem; }
          #ttu-home #spirit #tiles nav ul li:last-child {
            margin-bottom: 0; }
          @media (min-width: 720px) {
            #ttu-home #spirit #tiles nav ul li {
              margin-bottom: 4rem; } }
          @media (min-width: 1200px) {
            #ttu-home #spirit #tiles nav ul li {
              margin-bottom: 4.35vw; } }
          #ttu-home #spirit #tiles nav ul li a {
            color: #1b1b1b;
            font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.126rem; }
            #ttu-home #spirit #tiles nav ul li a:hover {
              color: #ee0000; }
            @media (min-width: 720px) {
              #ttu-home #spirit #tiles nav ul li a {
                font-size: 1.438rem;
                letter-spacing: 0.203rem; } }
            @media (min-width: 1200px) {
              #ttu-home #spirit #tiles nav ul li a {
                font-size: 1.65vw;
                letter-spacing: 0.23vw; } }
  #ttu-home #spirit #spirit-background {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("images/ttu-aerial.jpg") right bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 31.75rem;
    z-index: -1; }
    @media (min-width: 1200px) {
      #ttu-home #spirit #spirit-background {
        width: 58vw;
        height: 54vw; } }
    #ttu-home #spirit #spirit-background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, rgba(255, 255, 255, 0.1)));
      background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.1) 50%);
      height: 100%;
      width: 100%; }

/*# sourceMappingURL=styles.css.map */