/* SCSS Document */
/* MICROSOFT NONSENSE */
/* FONTS */
@font-face {
  font-family: "EuclidIT";
  src: url("../fonts/euclidcirculara-regularitalic-webfont.eot");
  src: url("../fonts/euclidcirculara-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/euclidcirculara-regularitalic-webfont.woff2") format("woff2"), url("../fonts/euclidcirculara-regularitalic-webfont.woff") format("woff"), url("../fonts/euclidcirculara-regularitalic-webfont.ttf") format("truetype"), url("../fonts/euclidcirculara-regularitalic-webfont.svg#euclid_circular_aRgIt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/euclidsquare-regular-webfont.eot");
  src: url("../fonts/euclidsquare-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/euclidsquare-regular-webfont.woff2") format("woff2"), url("../fonts/euclidsquare-regular-webfont.woff") format("woff"), url("../fonts/euclidsquare-regular-webfont.ttf") format("truetype"), url("../fonts/euclidsquare-regular-webfont.svg#euclid_squareregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* MIXINS */
/* RESET STYLES */
html, body, ul, ol, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* VARIABLES */
/* ELEMENT STYLES */
strong {
  font-weight: normal;
  text-transform: uppercase;
}

a {
  color: #283044;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.5;
}

body.pause {
  overflow: hidden;
  height: 100%;
}

body, html {
  text-align: center;
  color: #283044;
  font-family: Euclid, sans-serif;
  font-size: 33px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #283044;
  line-height: 1.2em;
}

h1, h2, h3 {
  font-family: Euclid, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
  display: block;
}

em {
  font-style: italic;
  font-family: EuclidIT, sans-serif;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1em;
}

input {
  border-radius: 1em;
  line-height: 1em;
  padding: 0.4em 1em 0.25em;
  margin-bottom: 2em;
  outline: none;
  border: 1px solid #000000;
  font-family: Euclid, sans-serif;
  font-size: 0.5rem;
}

/* GENERAL STYLES */
.link {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin-right: 28px;
  cursor: pointer;
}
.link:hover {
  opacity: 0.5;
}

.hide {
  opacity: 0;
  cursor: default;
}

.dropin {
  opacity: 0;
  position: relative;
  top: 2em;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.dropin.now {
  opacity: 1;
  top: 0;
}

.inner {
  width: 90vw;
  max-width: 1200px;
  margin: 2em auto;
  text-align: center;
}

/* NAV STYLES */
nav {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  background-color: #FFFFFF;
  background-image: url("../images/court.svg");
  background-repeat: no-repeat;
  background-size: 300vw;
  background-position: 66.66666% 50%;
  align-items: center;
  align-content: center;
  opacity: 0;
  display: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: Euclid, sans-serif;
  font-size: 1.5em;
}
nav ul {
  margin: 0 auto;
}
nav ul li {
  margin: 1em 0;
  cursor: pointer;
}
nav #closenav {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
}
nav.show {
  display: flex;
}
nav.fadeup {
  opacity: 1;
}

/* HEADER STYLES */
header {
  background-color: transparent;
  z-index: 9990;
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  margin: -3.5em 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.78em;
}
header.top {
  position: fixed;
  top: 3.5em;
}

/* FOOTER STYLES */
footer {
  background-color: #283044;
  color: #FFFFFF;
  width: 100vw;
  padding-left: 2vw;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.6em;
  z-index: 9997;
  position: relative;
  font-size: 2em;
}
footer span {
  position: absolute;
  right: 2vw;
}

/* CONTENT STYLES */
main {
  position: relative;
}
main #presskit {
  display: flex;
  flex-wrap: wrap;
}
main #presskit section {
  width: 100%;
  /* PRODUCT SLIDER */
}
main #presskit section.intro {
  background-color: #283044;
  display: flex;
  z-index: 9995;
}
main #presskit section.intro img {
  width: 100%;
  height: auto;
}
main #presskit section#copyblock {
  background-color: #B82537;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9995;
}
main #presskit section#copyblock .inner {
  text-align: left;
}
main #presskit section#copyblock .inner a {
  color: #FFFFFF;
  line-height: 1em;
  margin: 0.5em;
  display: inline-block;
  text-transform: uppercase;
}
main #presskit section#copyblock .inner p:last-of-type {
  margin-bottom: 0;
}
main #presskit section#mainslider {
  height: 100vh;
}
main #presskit section#mainslider ul li img {
  width: 100%;
  height: 100vh;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #presskit section.fullvideo {
  width: 100vw;
  height: 56.25vw;
  position: relative;
  margin: 0;
}
main #presskit section.fullvideo .cover {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 56.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
main #presskit section.fullvideo .controls {
  position: absolute;
  left: 2.5vw;
  bottom: 0;
  margin: 1em 0;
  display: flex;
}
main #presskit section.fullvideo .controls img {
  height: 60px;
  width: auto;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main #presskit section.fullvideo .controls img:hover {
  opacity: 0.5;
}
main #presskit section.court {
  width: 100vw;
  height: 200vh;
  background-color: #FFFFFF;
  background-image: url("../images/court.svg");
  background-size: 300vw;
  background-repeat: no-repeat;
  display: flex;
}
main #presskit section.court .centcrt {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  overflow-x: scroll;
  padding: 0 5vw;
}
main #presskit section.court .centcrt img {
  height: 70vh;
  width: auto;
  margin: 15vh 5vw;
}
main #presskit section.court .centcrt img.flag {
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
main #presskit section.court .centcrt .itemcopy {
  height: 70vh;
  width: auto;
  margin: 15vh 10vw 15vh 0;
  min-width: 350px;
  display: flex;
  align-items: flex-end;
}
main #presskit section.court .centcrt .itemcopy div {
  text-align: left;
  font-size: 20px;
  line-height: 1.2em;
}
main #presskit section.court .centcrt .itemcopy div p:last-of-type {
  margin-bottom: 0;
}
main #presskit section.pair {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}
main #presskit section.pair img {
  width: 50vw;
  height: 66.66666vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200vw);
  }
}
main #presskit section#slider {
  width: 100vw;
  height: 18.53786vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
}
main #presskit section#slider .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main #presskit section#slider .slide-track img {
  width: 200vw;
  height: 18.53786vw;
}
main #presskit section#slider2 {
  width: 100vw;
  height: 18.25421vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
}
main #presskit section#slider2 .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main #presskit section#slider2 .slide-track img {
  width: 200vw;
  height: 18.25421vw;
}
main #downloads {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: none;
  opacity: 0;
  z-index: 9999;
  font-size: 0.5em;
  line-height: 1.2em;
}
main #downloads.showthis {
  display: block;
}
main #downloads.fadeup {
  opacity: 1;
}
main #downloads #flagdls {
  width: 134px;
  height: auto;
  position: absolute;
  top: 22px;
  left: 22px;
}
main #downloads #closedls {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
}
main #downloads .fullimg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-wrap: wrap;
}
main #downloads .rowtitle {
  width: 100vw;
  background-color: #283044;
  color: #FFFFFF;
  position: relative;
  font-size: 2.2rem;
}
main #downloads .rowtitle h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.6em;
  padding-left: 2vw;
}
main #downloads .rowtitle a {
  position: absolute;
  right: 2vw;
  top: 0.3em;
}
main #downloads .rowtitle a img {
  height: 1em;
  width: auto;
}
main #downloads .row-bio {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
}
main #downloads .row-bio img {
  width: 50vw;
  height: 100vh;
  min-height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: 50% 50%;
}
main #downloads .row-bio #th-bio {
  width: 30vw;
  height: calc(100vh - 20vw);
  min-height: 50vw;
  margin: 0 10vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
}
main #downloads .row-bio #th-bio .inner {
  text-align: left;
  line-height: 1.4em;
}
main #downloads .row-bio #th-bio .inner h1 {
  font-size: 2em;
}
main #downloads .row-bio #th-bio .inner h1 + p {
  margin-bottom: 3em;
}
main #downloads .row-bio #th-bio .inner p {
  margin: 1em auto;
  padding: 0;
}
main #downloads .row-bio #th-bio .inner a {
  text-decoration: underline;
}
main #downloads .row-assets {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin: -1px 0;
}
main #downloads .row-assets img {
  width: calc(20vw - 2px);
  height: 30vw;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
main #downloads .row-assets.stills img {
  width: 25vw;
  height: 25vw;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}
main #downloads .row-assets.video img {
  width: calc(33.33333vw - 2px);
  height: 20vw;
}
main #downloads .row-assets.contacts {
  padding: 0.5vw;
  width: 99vw;
}
main #downloads .row-assets.contacts .card {
  width: 24%;
  margin: 0.5%;
  font-size: 0.8em;
}
main #downloads .row-assets.contacts .card div {
  text-align: left;
  padding: 0.5em 1em;
  text-align: center;
}
main #downloads .row-assets.contacts .card div h3 {
  font-size: 1.2em;
}
main #downloads #searchconts {
  z-index: 1;
  margin-top: 2em;
}

/* SLIDESHOW STYLES */
#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#slideshow.show {
  display: table;
}
#slideshow.nowfade {
  opacity: 1;
}
#slideshow .inner {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}
#slideshow .inner #controls {
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
}
#slideshow .inner #controls a, #slideshow .inner #controls span {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 28px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-indent: -9999px;
}
#slideshow .inner #controls a:hover, #slideshow .inner #controls span:hover {
  opacity: 0.5;
}
#slideshow .inner #controls .flex-close {
  background-image: url("../images/close.svg");
}
#slideshow .inner #controls .flex-prev {
  background-image: url("../images/prev.svg");
}
#slideshow .inner #controls .flex-next {
  background-image: url("../images/next.svg");
}
#slideshow .inner #controls .flex-down {
  background-image: url("../images/download.svg");
}
#slideshow .inner .ass {
  display: none;
}
#slideshow .inner .ass.show {
  display: block;
}
#slideshow .inner .ass .slides video {
  width: 100vw;
  max-width: 960px;
  height: auto;
  outline: none;
}
#slideshow .inner .ass .slides img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Desktop Styles */
@media only screen and (min-width: 1025px) {
  main #downloads .row-assets img:nth-of-type(5n+1) {
    border-left: none;
    width: calc(20vw - 1px);
  }
  main #downloads .row-assets img:nth-of-type(5n) {
    border-right: none;
    width: calc(20vw - 1px);
  }
  main #downloads .row-assets.stills img {
    width: 25vw;
  }
  main #downloads .row-assets.video img:nth-of-type(3n+1) {
    border-left: none;
    width: calc(33.33333vw - 1px);
  }
  main #downloads .row-assets.video img:nth-of-type(3n) {
    border-right: none;
    width: calc(33.33333vw - 1px);
  }
}
/* Tablet Styles */
@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 1.2em;
  }
  main #presskit section#mainslider {
    height: 75vh;
  }
  main #presskit section#mainslider ul li img {
    height: 75vh;
  }
  main #presskit section#slider {
    height: 37.07572vw;
  }
  main #presskit section#slider .slide-track {
    width: 800vw;
  }
  main #presskit section#slider .slide-track img {
    width: 400vw;
    height: 37.07572vw;
  }
  main #presskit section#slider2 {
    height: 36.50842vw;
  }
  main #presskit section#slider2 .slide-track {
    width: 800vw;
  }
  main #presskit section#slider2 .slide-track img {
    width: 400vw;
    height: 36.50842vw;
  }
  main #downloads {
    font-size: 1em;
  }
  main #downloads .fullimg {
    height: 75vh;
  }
  main #downloads .rowtitle {
    font-size: 1.6rem;
  }
  main #downloads .rowtitle h2 {
    font-size: 1.6rem;
  }
  main #downloads .row-bio img {
    width: 100vw;
    height: 75vh;
  }
  main #downloads .row-bio #th-bio {
    width: 80vw;
    height: auto;
  }
  main #downloads .row-assets img {
    width: calc(33.33333vw - 2px);
    height: 50vw;
  }
  main #downloads .row-assets.stills img {
    width: 33.33333vw;
    height: 33.33333vw;
  }
  main #downloads .row-assets.video img {
    width: calc(50vw - 2px);
    height: 30vw;
  }
  main #downloads .row-assets.contacts .card {
    width: 32.33333%;
  }
}
/* Tablet Styles */
@media only screen and (max-width: 1024px) and (min-width: 820px) {
  main #downloads .row-assets img:nth-of-type(3n+1) {
    border-left: none;
    width: calc(33.33333vw - 1px);
  }
  main #downloads .row-assets img:nth-of-type(3n) {
    border-right: none;
    width: calc(33.33333vw - 1px);
  }
  main #downloads .row-assets.video img {
    border: 1px solid #FFFFFF;
  }
  main #downloads .row-assets.video img:nth-of-type(odd) {
    border-left: none;
    width: calc(50vw - 1px);
  }
  main #downloads .row-assets.video img:nth-of-type(even) {
    border-right: none;
    width: calc(50vw - 1px);
  }
}
/* Phone Styles */
@media only screen and (max-width: 819px) {
  body, html {
    font-size: 1em;
  }
  input {
    font-size: 1.5rem;
  }
  main #presskit section.court {
    background-size: 600vw;
  }
  main #presskit section.court .centcrt img.flag {
    max-width: 150px;
  }
  main #presskit section.pair img {
    width: 100vw;
    height: 75vh;
  }
  main #presskit section#slider {
    height: 74.15144vw;
  }
  main #presskit section#slider .slide-track {
    width: 1600vw;
    animation: scroll 10s linear infinite;
  }
  main #presskit section#slider .slide-track img {
    width: 800vw;
    height: 74.15144vw;
  }
  main #presskit section#slider2 {
    height: 73.01684vw;
  }
  main #presskit section#slider2 .slide-track {
    width: 1600vw;
    animation: scroll 10s linear infinite;
  }
  main #presskit section#slider2 .slide-track img {
    width: 800vw;
    height: 73.01684vw;
  }
  main #downloads .row-assets img {
    width: calc(50vw - 2px);
    height: 75vw;
    border: 1px solid #FFFFFF;
  }
  main #downloads .row-assets img:nth-of-type(odd) {
    border-left: none;
    width: calc(50vw - 1px);
  }
  main #downloads .row-assets img:nth-of-type(even) {
    border-right: none;
    width: calc(50vw - 1px);
  }
  main #downloads .row-assets.stills img {
    width: 50vw;
    height: 50vw;
  }
  main #downloads .row-assets.video img {
    width: 100vw;
    height: 60vw;
    border-left: 0;
    border-right: 0;
  }
  main #downloads .row-assets.contacts .card {
    width: 99%;
  }
  footer {
    font-size: 1em;
  }
}/*# sourceMappingURL=styles.css.map */