/* grid
----------------------------------------------------------------- */
/*

IMPORTANT:

Do not edit this CSS file directly. This file is generated by SASS.

SASS is a preprocessor that makes writing CSS a little easier.
You can write plain CSS in SASS if you like, but you should check
out some of the basic features that SASS gives you here:

http://sass-lang.com/guide

You can even give those things a try and see how SASS compiles here:

http://www.sassmeister.com/

TO EDIT THIS CSS:

- Open terminal and cd to the folder this file lives under
- Run grunt. This will watch for changes in the css-dev folder and
  compile your SASS every time you save.
- Make changes in any partial in css-dev. _layout.scss is a good place to start.
- Save, and watch this file update.

ANY CHANGES YOU MAKE IN THIS FILE WILL BE OVERWRITTEN WHEN THE SASS FILES ARE
EDITED. MAKE SURE YOU MAKE CHANGES IN YOUR SASS FILE.

*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

body {
  margin: 0px;
}

button {
  border-radius: 0px;
}

button:active {
  top: 0px;
}

#comments_related_wrapper {
  background: #ddd;
}

#commentform input[type="submit"], .cancel-comment-reply {
  background-color: #1f3731;
}

#commentform a {
  color: #1f3731;
}

a,
.article-meta-footer .article-meta .meta-share a {
  color: #ffb700;
}

.article-meta .meta-tags a {
  background-color: #1f3731;
  border: 1px solid #1f3731;
}

footer {
  background-color: #1f3731;
}

footer .widget_text .more-link {
  background-color: #ffb700;
}

.container header h1, .container header h2 {
  display: none;
}

#primary #masthead {
  background-color: #1f3731;
}

.banner-container {
  background: url(images/hero.jpg);
  background-size: cover;
  min-height: calc(100vh - 76px);
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-title {
  position: absolute;
  top: 3vh;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .banner-title {
    left: 9vw;
    transform: none;
  }
}

.hed {
  font-family: "octin-college", sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 24vh;
  text-align: center;
}

.hed.run {
  font-size: 23vh;
  margin-top: -30px;
  letter-spacing: 5px;
  margin-right: 20px;
}

.hed.little {
  font-size: 7vh;
  margin-top: -30px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wings {
  border-top: 5px solid #ffb700;
  height: 5px;
  display: block;
  width: 12vh;
  animation: unfold 1500ms ease-in-out 1000ms forwards;
  transform-origin: center left;
  transform: scaleX(0);
}

.wings.two {
  animation: unfold 1500ms ease-in-out 2000ms forwards;
}

.and {
  padding: 0 15px;
}

.dek {
  font-family: "octin-sports", sans-serif;
  font-size: 1.65vh;
  color: #ffffff;
  text-align: right;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .dek {
    font-size: 2vh;
  }
}

.bar {
  border-bottom: 25px solid #ffb700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  animation: unfold 2500ms ease-in-out 2000ms forwards;
  transform-origin: center left;
  transform: scaleX(0);
}

.author {
  font-size: 2vh;
  font-family: "octin-sports", sans-serif;
  color: #ffffff;
  text-align: right;
}

.draw {
  position: relative;
  color: transparent;
}

.draw.-small {
  padding: 2px 10px;
}

.draw::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 100%;
  background-color: #1f3731;
  content: '';
}

.draw.-do {
  animation: show 2.5s forwards;
}

.draw.-do:before {
  animation: intro 2.5s cubic-bezier(0.35, 0.8, 0.91, 0.66);
}

.draw.-wave:nth-child(1), .draw.-wave:nth-child(1)::before {
  animation-delay: 0.75s;
}

.draw.-wave:nth-child(2), .draw.-wave:nth-child(2)::before {
  animation-delay: 1s;
}

.draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
  animation-delay: 1.25s;
}

.draw.-wave:nth-child(4), .draw.-wave:nth-child(4)::before {
  animation-delay: 1.5s;
}

.draw.-wave:nth-child(5), .draw.-wave:nth-child(5)::before {
  animation-delay: 1.75s;
}

.draw.-wave:nth-child(6), .draw.-wave:nth-child(6)::before {
  animation-delay: 2s;
}

.draw.-wave:nth-child(7), .draw.-wave:nth-child(7)::before {
  animation-delay: 2.25s;
}

.draw.-wave:nth-child(8), .draw.-wave:nth-child(8)::before {
  animation-delay: 2.5s;
}

.draw[delay="0.1"], .draw[delay="0.1"]::before {
  animation-delay: 0.6s;
}

.draw[delay="0.2"], .draw[delay="0.2"]::before {
  animation-delay: 0.7s;
}

.draw[delay="0.3"], .draw[delay="0.3"]::before {
  animation-delay: 0.8s;
}

.draw[delay="0.4"], .draw[delay="0.4"]::before {
  animation-delay: 0.9s;
}

.draw[delay="0.5"], .draw[delay="0.5"]::before {
  animation-delay: 1s;
}

.draw[delay="0.6"], .draw[delay="0.6"]::before {
  animation-delay: 1.1s;
}

.draw[delay="0.7"], .draw[delay="0.7"]::before {
  animation-delay: 1.2s;
}

.draw[delay="0.8"], .draw[delay="0.8"]::before {
  animation-delay: 1.3s;
}

.draw[delay="0.9"], .draw[delay="0.9"]::before {
  animation-delay: 1.4s;
}

.draw[delay="1"], .draw[delay="1"]::before {
  animation-delay: 1.5s;
}

.draw[delay="1.1"], .draw[delay="1.1"]::before {
  animation-delay: 1.6s;
}

.draw[delay="1.2"], .draw[delay="1.2"]::before {
  animation-delay: 1.7s;
}

.draw[delay="1.3"], .draw[delay="1.3"]::before {
  animation-delay: 1.8s;
}

.draw[delay="1.4"], .draw[delay="1.4"]::before {
  animation-delay: 1.9s;
}

.draw[delay="1.5"], .draw[delay="1.5"]::before {
  animation-delay: 2s;
}

.draw[delay="1.6"], .draw[delay="1.6"]::before {
  animation-delay: 2.1s;
}

.draw[delay="1.7"], .draw[delay="1.7"]::before {
  animation-delay: 2.2s;
}

.draw[delay="1.8"], .draw[delay="1.8"]::before {
  animation-delay: 2.3s;
}

.draw[delay="1.9"], .draw[delay="1.9"]::before {
  animation-delay: 2.4s;
}

.draw[delay="2"], .draw[delay="2"]::before {
  animation-delay: 2.5s;
}

.draw[delay="2.1"], .draw[delay="2.1"]::before {
  animation-delay: 2.6s;
}

.draw[delay="2.2"], .draw[delay="2.2"]::before {
  animation-delay: 2.7s;
}

.draw[delay="2.3"], .draw[delay="2.3"]::before {
  animation-delay: 2.8s;
}

.draw[delay="2.4"], .draw[delay="2.4"]::before {
  animation-delay: 2.9s;
}

.draw[delay="2.5"], .draw[delay="2.5"]::before {
  animation-delay: 3s;
}

.draw[delay="2.6"], .draw[delay="2.6"]::before {
  animation-delay: 3.1s;
}

.draw[delay="2.7"], .draw[delay="2.7"]::before {
  animation-delay: 3.2s;
}

.draw[delay="2.8"], .draw[delay="2.8"]::before {
  animation-delay: 3.3s;
}

.draw[delay="2.9"], .draw[delay="2.9"]::before {
  animation-delay: 3.4s;
}

.draw[delay="3"], .draw[delay="3"]::before {
  animation-delay: 3.5s;
}

@keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

@keyframes unfold {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes show {
  0%, 50% {
    color: transparent;
  }
  50.00001%, 100% {
    color: #ffffff;
  }
}

.header-Wrapper .header-Wrapper-bannerContainer {
  background: #fff;
  text-align: right;
}

.t-1000 {
  max-width: 1000px;
  margin: 0 auto 22px;
}

.intro {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 60px 0px 60px;
  }
}

.drop {
  font-family: "octin-college", sans-serif;
  font-weight: 900;
  background: #ffb700;
  font-size: 15vw;
  color: #fff;
  padding: 15px 50px;
  margin: 0px 20px 20px 0px;
  position: relative;
  line-height: normal;
  display: inline-block;
  float: left;
}

@media screen and (min-width: 768px) {
  .drop {
    font-size: 180px;
    padding: 0 60px;
    margin: 0px 60px 0px 0px;
    display: inline-table;
    float: none;
    line-height: 210px;
  }
}

.drop:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 30px solid white;
  border-top: 30px solid #ffb700;
  width: 0;
}

@media screen and (min-width: 768px) {
  .drop:after {
    border-right: 50px solid white;
    border-top: 50px solid #ffb700;
  }
}

.lead-line {
  font-family: "korolev", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 43px;
  padding: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .lead-line {
    padding: 0px;
  }
}

.opener {
  font-family: "korolev", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 2;
}

.interview {
  border-top: 20px solid #1f3731;
  padding: 50px 0px 20px;
  position: relative;
  margin: 0 0 20px;
}

.interview--002 {
  border-top: none;
  padding: 50px 0px 20px;
  position: relative;
  margin: 20px 0 40px;
}

.interview--003 {
  border-bottom: 20px solid #1f3731;
  padding: 50px 0px 20px;
  position: relative;
  margin: 130px 0 20px;
}

.interview::before,
.interview--002::before,
.interview--003::before {
  content: '';
  height: 100%;
  background: #1f3731;
  width: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 301;
  opacity: 0;
}

@media screen and (min-width: 767px) {
  .interview::before,
  .interview--002::before,
  .interview--003::before {
    opacity: 1;
  }
}

.bostonia {
  display: inline-block;
  font-family: "korolev", sans-serif;
  font-size: 23px;
  font-weight: 900;
  color: #1f3731;
  background: #ffb700;
  padding: 30px 8px 8px 50px;
  position: relative;
  z-index: 300;
  text-transform: uppercase;
}

.bostonia::before {
  content: '';
  height: 5px;
  background: #ffb700;
  width: 90vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -10;
}

@media screen and (min-width: 1000px) {
  .bostonia::before {
    width: 1000px;
  }
}

.interview-container {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .interview-container {
    flex-direction: row;
  }
}

.question-box {
  display: inline-block;
  font-family: "korolev", sans-serif;
  font-size: 23px;
  font-weight: 900;
  color: #000;
  padding: 20px 0 0 0;
  width: 100%;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .question-box {
    width: 50%;
  }
}

.question {
  padding: 0px 20px 0px 20px;
}

@media screen and (min-width: 768px) {
  .question {
    padding: 0 20px 0 50px;
  }
}

.korzun {
  display: inline-block;
  font-family: "korolev", sans-serif;
  font-size: 23px;
  font-weight: 900;
  color: #ffffff;
  background: #1f3731;
  padding: 30px 8px 8px 70px;
  position: relative;
  z-index: 300;
  margin: 28px 0px 0px;
  text-transform: uppercase;
}

.answer-box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .answer-box {
    width: 50%;
  }
}

.answer {
  font-family: "korolev", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 0px 20px;
  line-height: 2;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .answer {
    margin-left: 52px;
  }
}

.answer p:first-child {
  text-indent: 35px;
}

.image-box {
  margin: 20% 0 0 0;
}

@media screen and (min-width: 768px) {
  .image-box {
    margin: 80% 0 0 0;
  }
}

.image-box img {
  width: 100%;
}

.image-box .image-text {
  font-family: "octin-sports", sans-serif;
  font-size: 14px;
  text-align: right;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 5px solid #ffb700;
  margin: 18px 0 0 0;
  padding: 25px 20px 10px;
  line-height: 2;
}

.image-box .caption {
  text-align: right;
  padding: 0 20px 10px;
}

@media screen and (min-width: 768px) {
  margin: 18px 0 0 50px;
}

.blockquote {
  margin: 0 auto;
  padding: 20px 0 0;
}

.quote-image {
  border: 5px solid #ffb700;
  padding: 20px 12px 12px;
  position: relative;
  z-index: 550;
}

.quote-image::before {
  content: '';
  background: url("images/quote.svg") no-repeat #fff center;
  height: 35px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px 0px 20px;
  width: 30px;
}

.quote-image img {
  width: 100%;
}

.quote-text {
  background: #ffb700;
  font-family: "octin-sports", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1f3731;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  padding: 60px 20px 40px 20px;
  line-height: 1.8;
  margin: -60px -10px 0 -10px;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  .quote-text {
    padding: 60px 60px 40px 50px;
    margin: -60px -10px 0 50px;
    font-size: 22px;
  }
}

.quote-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 30px solid white;
  border-top: 30px solid #ffb700;
  width: 0;
}

@media screen and (min-width: 768px) {
  .quote-text::after {
    border-right: 50px solid white;
    border-top: 50px solid #ffb700;
  }
}

.blockquote .caption {
  padding: 20px 0;
  text-align: center;
}

.maryellen-box {
  margin: 15% 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .maryellen-box {
    margin: 45% 0 0;
  }
}

.maryellen-image {
  border: 5px solid #ffb700;
  padding: 20px 12px 12px;
  position: relative;
  z-index: 550;
  height: auto;
  width: auto;
  margin: 0 auto;
  max-width: 270px;
}

@media screen and (min-width: 769px) {
  .maryellen-image {
    margin: 0 0 0 50px;
    height: 280px;
    width: 280px;
  }
}

.maryellen-image img {
  width: 100%;
}

.maryellen-icon {
  background: #fff;
  height: 35px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px 0px 10px;
  width: 30px;
  color: #1f3731;
  font-size: 30px;
  cursor: pointer;
}

.maryellen-icon:hover {
  color: #ffb700;
}

.maryellen-text {
  background: #ffb700;
  color: #1f3731;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 40px 30px 20px 30px;
  line-height: 1.8;
  margin: -45px 0 0 0px;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  .maryellen-text {
    margin: -45px 10px 0 10px;
    padding: 40px 30px 20px 20px;
  }
}

.me-title {
  font-family: "octin-college";
  font-size: 23px;
  font-weight: 900;
  text-align: left;
}

.me-sub {
  font-family: "octin-sports";
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.maryellen-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 30px solid white;
  border-top: 30px solid #ffb700;
  width: 0;
}

@media screen and (min-width: 768px) {
  .maryellen-text::after {
    border-right: 50px solid white;
    border-top: 50px solid #ffb700;
  }
}

.overlay-text .caption {
  text-align: left;
  color: #000;
}

body.modal-open {
  overflow: hidden;
}

.overlay-callout {
  background: #252525;
  max-width: 870px;
  margin: 0 auto 40px auto;
  padding: 20px;
}

.overlay-callout-container {
  border: 1px solid #ffffff;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35);
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1f3731;
  padding: 15% 10% 10%;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .overlay {
    padding: 10%;
  }
}

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
  z-index: 3000;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.overlay-close {
  border: none;
  background: #1f3731;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translatex(-50%);
  padding: 5px;
  color: #fff;
}

.overlay-close i {
  font-size: 30px;
}

.overlay-close:hover {
  color: #ffb700;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 1 !important;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.overlay-box {
  padding: 25px 20px 30px;
  position: relative;
  width: auto;
  margin: 0 auto;
  z-index: 550;
  background: #ffb700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .overlay-box {
    padding: 50px 80px 80px;
  }
}

.overlay-container {
  border: 5px solid #ffb700;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 83vw;
  height: 69vh;
  transform: translatex(-50%);
  z-index: -20;
  max-width: 1220px;
}

.overlay-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 30px solid #1f3731;
  border-top: 30px solid #ffb700;
  width: 0;
}

@media screen and (min-width: 768px) {
  .overlay-box::before {
    border-right: 50px solid #1f3731;
    border-top: 50px solid #ffb700;
  }
}

.overlay-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 30px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .overlay-top {
    flex-direction: row;
    text-align: left;
  }
}

.overlay-me {
  max-width: 100%;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  .overlay-me {
    max-width: 147px;
    padding: 0 40px 0 0;
  }
}

.overlay-me img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .overlay-me img {
    max-width: 125px;
  }
}

.overlay-head {
  display: flex;
  flex-direction: column;
}

.overlay-title {
  font-family: "octin-college", sans-serif;
  font-size: 33px;
  font-weight: 900;
  padding: 0 0 25px 0;
}

.overlay-sub {
  font-family: "octin-sports", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 20px 0;
  border-bottom: 20px solid #1f3731;
}

.overlay-text {
  font-family: "korolev", sans-serif;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  max-width: 50vw;
}

.facts-border {
  border: 5px solid #1f3731;
  padding: 20px 12px 12px;
  position: relative;
  z-index: 550;
}

.facts-border::before {
  content: '';
  background: url("images/lightbulb.svg") no-repeat #fff center;
  height: 45px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px 0px 20px;
  width: 30px;
}

.facts-box {
  background: #1f3731;
  position: relative;
  padding: 10px 15px 40px 15px;
  margin: 0px 0px -120px 0px;
  z-index: 500;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .facts-box {
    padding: 50px 60px 40px 50px;
    flex-direction: row;
  }
}

.facts-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 50px solid white;
  border-top: 50px solid #1f3731;
  width: 0;
}

.facts-image-container {
  display: inline-block;
  width: 100%;
  padding-right: 0px;
}

@media screen and (min-width: 768px) {
  .facts-image-container {
    width: 40%;
    padding-right: 10px;
  }
}

.item-img img {
  width: 100%;
}

.facts-box .caption {
  text-align: center;
  padding-bottom: 20px;
}

.facts-text {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facts-text {
    width: 60%;
  }
}

.facts-title {
  color: #ffb700;
  font-family: "octin-college", sans-serif;
  font-weight: 900;
  font-size: 28px;
  padding: 0 0 15px;
}

.facts-sub {
  color: #fff;
  font-family: "korolev", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 5px solid #ffb700;
  line-height: 1.6;
}

.facts-slides {
  color: #fff;
  font-family: "korolev", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.facts-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .facts-nav {
    flex-direction: row;
  }
}

.facts-dots {
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .fact-dots {
    width: 50%;
    padding: 0;
  }
}

.facts-arrows {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fact-arrows {
    text-align: right;
    width: 50%;
  }
}

.fa-arrow-left, .fa-arrow-right {
  color: #ffb700;
  cursor: pointer;
  font-size: 20px;
}

.fa-arrow-left:hover, .fa-arrow-right:hover {
  color: #fff;
}

.fa-arrow-left {
  padding-right: 30px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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: auto;
  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-slide span {
  font-weight: 700;
  color: #ffb700;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

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

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  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;
  border: 2px solid #ffb700;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #ffb700;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    text-align: left;
  }
}

@keyframes downMiddle {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes yardLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fumble {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#b001,
#b002,
#b003,
#b004,
#b005,
#b006,
#b007,
#b008,
#b009 {
  opacity: 0;
}

#b001::before,
#b002::before,
#b003::before,
#b004::before,
#b005::before,
#b006::before,
#b007::before,
#b008::before,
#b009::before {
  transform: scaleX(0);
  transform-origin: left;
}

#b001.yardLine::before,
#b003.yardLine::before,
#b008.yardLine::before {
  animation: yardLine 2000ms ease-in-out 250ms forwards;
}

#b002.yardLine::before,
#b004.yardLine::before,
#b005.yardLine::before,
#b006.yardLine::before,
#b007.yardLine::before,
#b009.yardLine::before {
  animation: yardLine 2000ms ease-in-out forwards;
}

#b001.yardLine,
#b002.yardLine,
#b003.yardLine,
#b004.yardLine,
#b005.yardLine,
#b006.yardLine,
#b007.yardLine,
#b008.yardLine,
#b009.yardLine {
  animation: fumble 500ms ease-in-out forwards;
}

#q001,
#a001,
#q002,
#a002,
#q003,
#a003,
#q004,
#a004,
#q005,
#a005,
#q006,
#a006,
#q007,
#a007,
#q008,
#a008,
#q009,
#a009,
.blockquote,
.facts-border {
  opacity: 0;
}

#q001.tackle,
#q003.tackle,
#q008.tackle {
  animation: fadeInUp 1500ms ease-in-out 500ms forwards;
}

#q002.tackle,
#q004.tackle,
#q005.tackle,
#q006.tackle,
#q007.tackle,
#q009.tackle,
.blockquote.tackle,
.facts-border.tackle {
  animation: fadeInUp 1500ms ease-in-out 250ms forwards;
}

#a001.tackle,
#a003.tackle,
#a008.tackle {
  animation: fadeInUp 1500ms ease-in-out 800ms forwards;
}

#a002.tackle,
#a004.tackle,
#a005.tackle,
#a006.tackle,
#a007.tackle,
#a009.tackle {
  animation: fadeInUp 1500ms ease-in-out 550ms forwards;
}

.interview::before,
.interview--002::before,
.interview--003::before {
  transform: scaleY(0);
  transform-origin: top;
}

.middle-line.interview::before,
.middle-line.interview--002::before,
.middle-line.interview--003::before {
  animation: downMiddle 2500ms ease-in-out forwards;
}
