body {
    font-family: 'Montserrat', sans-serif;
}
#toolbar {
    display: none
}
#section-1 .container {
    background: 0;
    padding: 0;
    width: 100%;
    overflow: visible;
    margin: 0 !important
}
.jumper {
    display: none
}
.container p {
    max-width: none
}
#toolbar {
    z-index: 9998;
    background: #000
}
.mod-page-actions {
    top: 11px
}
.mod-page-actions li a .sprite-page-actions {
    margin: 0;
    height: 20px
}
.text--headline,
.home-panel__text,
.athlete-overlay__name,
.athlete-overlay__extra-info .extra-info__name {
    color: #414042;
    font-size: 18px;
    line-height: 1.05em
}
@media all and (min-width: 320px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 18px
    }
}
@media all and (min-width: 375px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 24px
    }
}
@media all and (min-width: 414px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 28px
    }
}
@media all and (min-width: 500px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 30px
    }
}
@media only screen and (min-width: 768px) and (min-height: 520px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 36px
    }
}
@media all and (min-width: 960px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 30px
    }
}
@media all and (min-width: 1050px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 36px
    }
}
@media only screen and (min-width: 1450px) and (min-height: 850px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 44px
    }
}
@media all and (max-height: 300px) {
    .text--headline,
    .home-panel__text,
    .athlete-overlay__name,
    .athlete-overlay__extra-info .extra-info__name {
        font-size: 18px
    }
}

@media only screen and (min-width: 300px) and (max-width: 374px) {
    .text--small,
    .home-panel__subtitle,
    .athlete-overlay__stat,
    .athlete-overlay__next-button,
    .athlete-overlay__previous-button,
    .quote-panel__subtitle,
    .quote-panel__next-button-text {
        font-size: 10px
    }
}
.text--link,
.menu-timeline__text,
.home-panel__cta,
.athlete-overlay__small-name,
.athlete-timeline__disclaimer,
.quote-panel__cta {
    font-size: 11px;
    color: #fe0000;
    letter-spacing: .15em;
}
@media only screen and (min-width: 300px) and (max-width: 374px) {
    .text--link,
    .menu-timeline__text,
    .home-panel__cta,
    .athlete-overlay__small-name,
    .athlete-timeline__disclaimer,
    .quote-panel__cta {
        font-size: 10px
    }
}
@media only screen and (min-width: 768px) {
    .text--link,
    .menu-timeline__text,
    .home-panel__cta,
    .athlete-overlay__small-name,
    .athlete-timeline__disclaimer,
    .quote-panel__cta {
        font-size: 12px
    }
}
.text--quote {
    font-size: 36px;
    letter-spacing: .05em
}
@media only screen and (min-width: 768px) {
    .text--quote {
        font-size: 48px
    }
}
.hamburger {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    padding: 14px 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out
}
.hamburger .svg--hamburger {
    width: 100%;
    left: 0;
    position: absolute
}
.hamburger path {
    -webkit-transition: fill .2s linear;
    -moz-transition: fill .2s linear;
    transition: fill .2s linear
}
.hamburger.black rect {
    fill: #414042
}
.hamburger.open:hover .svg--hamburger__shape--1 {
    width: 18px
}
.hamburger.open:hover .svg--hamburger__shape--2 {
    width: 8px;
    x: 22px
}
.hamburger.open:hover .svg--hamburger__shape--3 {
    width: 8px
}
.hamburger.open:hover .svg--hamburger__shape--4 {
    width: 18px;
    x: 12px
}
.hamburger.open:hover .svg--hamburger__shape--5 {
    width: 18px
}
.hamburger.open:hover .svg--hamburger__shape--6 {
    width: 8px;
    x: 22px
}
.hamburger.close {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}
.hamburger.close .svg--hamburger__shape--1 {
    width: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger.close .svg--hamburger__shape--2 {
    width: 0
}
.hamburger.close .svg--hamburger__shape--3 {
    width: 0
}
.hamburger.close .svg--hamburger__shape--4 {
    width: 0
}
.hamburger.close .svg--hamburger__shape--5 {
    width: 23px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.hamburger.close .svg--hamburger__shape--6 {
    width: 0
}
@media only screen and (min-width: 768px) {
    .hamburger {
        width: 60px;
        height: 60px;
        top: 35px;
        padding: 20px 14px
    }
}
.gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.gallery__slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.gallery-item {
    position: absolute;
    overflow: hidden;
    background-color: #000;
    display: none
}
.gallery-item__bg-asset {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .9;
    display: none
}
.gallery-item__asset {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
.gallery-item__tint {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 1
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden
}
.menu__bg {
    position: absolute;
    background-color: #111
}
.menu__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%
}
.menu__bg-image-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.87)
}
.menu__logo-bg {
    position: absolute;
    top: 0;
    left: 0
}
.menu__logo-bg .svg--logo {
    width: 100%;
    height: 100%
}
.menu__logo-bg .svg--logo path {
    fill: rgba(255, 255, 255, 0.05)
}
.menu__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    top: 25px;
    left: 20px;
    display: none
}
.menu__logo .svg--logo__shape-1 {
    fill: red
}
.menu__logo .svg--logo__shape-2 {
    fill: #fff
}
@media only screen and (min-width: 768px) {
    .menu__logo {
        display: block;
        left: 60px;
        top: 50px
    }
}
.menu__close {
    width: 30px;
    height: 30px;
    background-color: green;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    display: none
}
.menu__close:hover {
    background-color: red
}
@media only screen and (min-width: 768px) {
    .menu__close {
        width: 40px;
        height: 40px;
        top: 45px;
        right: 50px
    }
}
.menu__slider-container {
    position: absolute
}
.menu__slider {
    position: absolute
}
.menu-nav {
    position: absolute;
    width: 100%;
    padding-left: 30px
}
@media only screen and (min-width: 768px) {
    .menu-nav {
        padding-left: 0;
        left: 0;
        text-align: center
    }
}
.menu-nav__line {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fe0000;
    top: 0
}
.menu-nav__button {
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .65;
    padding: 25px 15px 10px;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.menu-nav__button:last-child {
    margin-right: 0
}
.menu-nav__button:hover {
    opacity: 1
}
.menu-nav__button.selected {
    opacity: 1
}
@media only screen and (min-width: 768px) {
    .menu-nav__button {
        font-size: 11px;
        padding: 50px 40px 10px
    }
}
.menu-timeline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px
}
@media only screen and (min-width: 768px) {
    .menu-timeline {
        height: 60px
    }
}
.menu-timeline__line-bg {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    opacity: .2
}
.menu-timeline__line {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff
}
.menu-timeline__text-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    top: -22px;
    padding-left: 2px
}
.menu-timeline__text {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    letter-spacing: .02em;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.menu-timeline__text.show {
    opacity: 1
}
.home {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    transition: background-color .4s linear
}
.home__arrow {
    display: none;
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    right: 30px
}
.home__arrow:hover {
    background-color: white
}
.home__arrow:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px
}
.home__explore-button {
    opacity: 0;
    color: #fff;
    border: 1px solid #fff;
    width: 120px;
    height: 46px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
    font-family: Arial;
    font-weight: 100;
    cursor: pointer
}
.home__explore-button:hover {
    border-color: #000;
    color: #000
}
.home-panel {
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 2
}
.home-panel__bg {
    position: absolute;
    width: 300px;
    height: 100%;
    background-color: #fff;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
@media only screen and (min-width: 768px) {
    .home-panel__bg {
        width: 600px
    }
}
.home-panel__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff
}
.home-panel__logo {
    width: 110px;
    position: absolute;
    top: 23px;
    left: 20px
}
@media only screen and (min-width: 768px) {
    .home-panel__logo {
        width: 130px;
        left: 60px;
        top: 50px
    }
}
.home-panel__logo .svg--logo {
    width: 100%;
    height: auto
}
.home-panel__logo .logo-icon__shape-1 {
    fill: #fe0000
}
.home-panel__logo .logo-icon__shape-2 {
    fill: #414042
}
@media only screen and (min-width: 768px) {
    .home-panel__logo:after {
        margin-left: 14px;
        height: 21px;
        top: 0
    }
}
.home-panel__espn {
    position: absolute;
    top: 23px;
    left: 150px;
    width: 70px;
    cursor: pointer
}
.home-panel__espn .svg--espn {
    width: 100%;
    height: auto
}
.home-panel__espn .svg--espn path {
    -webkit-transition: fill .15s linear;
    -moz-transition: fill .15s linear;
    transition: fill .15s linear
}
.home-panel__espn:hover .svg--espn path {
    fill: #CCC
}
@media only screen and (min-width: 768px) {
    .home-panel__espn {
        left: 220px;
        top: 51px;
        width: 83px
    }
}
.home-panel__text-container {
    position: absolute;
    width: 200px;
    left: 20px
}
@media all and (min-width: 320px) {
    .home-panel__text-container {
        width: 180px;
        margin-top: -20px
    }
}
@media all and (min-width: 375px) {
    .home-panel__text-container {
        width: 190px
    }
}
@media all and (min-width: 500px) {
    .home-panel__text-container {
        width: 280px
    }
}
@media only screen and (min-width: 768px) {
    .home-panel__text-container {
        left: 60px;
        width: 280px
    }
}
@media all and (min-width: 961px) {
    .home-panel__text-container {
        width: 300px;

    }


}
@media all and (min-width: 1000px) {
    .home-panel__text-container {
        width: 280px
    }
}
@media all and (min-width: 1200px) {
    .home-panel__text-container {
        width: 300px
    }
}
@media only screen and (min-width: 1450px) and (min-height: 850px) {
    .home-panel__text-container {
        width: 400px
    }
}
.home-panel__text {
    text-transform: uppercase;
    margin-bottom: 24px;
	color:#2c2c2c;
	font-size:40px;
	line-height:1.1;
	font-weight:700;
}
.home-panel__subtitle {
    margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	color:#858d96;
	line-height:1.6;
	font-weight:300;

}
@media only screen and (min-width: 768px) {
    .home-panel__subtitle {
        white-space: nowrap
    }
}
@media all and (min-height: 440px) {
    .home-panel__subtitle {
        margin-bottom: 20px
    }
}
@media only screen and (min-width: 300px) and (max-width: 374px) {
    .home-panel__subtitle {
        margin-bottom: 15px
    }
}
.home-panel__cta {
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer
}

.home-panel__cta a{
	color:#292929;
	font-size:12px;
	font-weight:700;
	width:170px;
	padding:15px 0;
	border:1px solid #2e7eed;
	display:block;
	text-align:center;
	text-decoration:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;

	}

.home-panel__cta a:hover{
	color:#fff;
	background-color:#2e7eed;
	border:1px solid transparent;
	}

@media only screen and (min-width: 768px) {
    .home-panel__line {
        bottom: -5px
    }
}
.home-panel__footer {
    width: 100%;
    height: 100px;
    background-color: #fe0000;
    position: absolute;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
@media all and (min-width: 480px) {
    .home-panel__footer {
        height: 130px
    }
}
@media all and (max-height: 439px) {
    .home-panel__footer {
        height: 100px
    }
}
.home-panel__footer-bg {
    width: 100%;
    height: 95px;
    background-color: #fe0000;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
@media all and (min-width: 480px) {
    .home-panel__footer-bg {
        height: 125px
    }
}
.home-panel__social-container {
    position: absolute;
    width: 265px;
    height: 42px;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: -67px
}
@media all and (min-width: 480px) {
    .home-panel__social-container {
        margin-top: -80px
    }
}
@media all and (max-height: 439px) {
    .home-panel__social-container {
        margin-top: -67px
    }
}
@media only screen and (min-width: 768px) {
    .home-panel__social-container {
        left: 20px
    }
}
.home-panel__facebook,
.home-panel__twitter {
    display: inline-block;
    padding: 10px 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
	vertical-align: top;
}
.home-panel__facebook svg path,
.home-panel__twitter svg path {
    -webkit-transition: fill .1s linear;
    -moz-transition: fill .1s linear;
    transition: fill .1s linear
}
.home-panel__facebook:active svg path,
.home-panel__facebook:hover svg path,
.home-panel__twitter:active svg path,
.home-panel__twitter:hover svg path {
    fill: #414042
}
.slice-list {
    position: absolute;
    height: 100vh;
    width: 1000px;
    overflow: hidden;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.slice-list__tint {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}
.slice-list__gradient {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: .3;
    background: -moz-linear-gradient(to right, #0d1e44 0, transparent 100%);
    background: -webkit-linear-gradient(to right, #0d1e44 0, transparent 100%);
    background: linear-gradient(to right, #0d1e44 0, transparent 100%)
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0d1e44', endColorstr='#00000000', GradientType=1)
}
.slice-list__slider {
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.slice-list .slice {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    cursor: pointer;
    width: 300px
}
@media only screen and (min-width: 768px) {
    .slice-list .slice {
        width: 600px
    }
}
.slice-list .slice img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none
}
.athlete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden
}
.athlete__bg {
    position: absolute;
    background-color: #333
}
.athlete__wipe {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 6
}
.athletes {
    position: absolute;
    height: 100%
}
.covers {
    position: absolute;
    height: 100%
}
.videos {
    position: absolute;
    height: 100%
}
.block-list {
    position: absolute;
    height: 100%
}
.block-list .evp-player {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.block-list video {
    width: 100%
}
.block-list .block-list-video__video-container {
    display: none
}
.block-list .video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.block-list-image {
    position: relative;
    width: 280px;
    height: 100%;
    display: inline-block;
    margin-right: 6px;
    background-color: #222
}
@media only screen and (min-width: 768px) {
    .block-list-image {
        width: 600px
    }
}
.block-list-image.selected .block-list-image__bw-image {
    opacity: 0
}
.block-list-image.hover .block-list-image__bw-image {
    opacity: 0
}
.block-list-image__bw-image {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear
}
.block-list-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.block-list-video {
    width: 280px;
    height: 100%;
    display: inline-block;
    margin-right: 6px;
    background-color: #222
}
@media only screen and (min-width: 768px) {
    .block-list-video {
        width: 600px
    }
}
.block-list-video.selected .block-list-video__bw-image {
    opacity: 0
}
.block-list-video.hover .block-list-video__bw-image {
    opacity: 0
}
.block-list-video__bw-image {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear
}
.block-list-video img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.block-list-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-left: -37px;
    margin-top: -37px;
    cursor: pointer
}
.block-list-video__play .svg--play__arrow {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.block-list-video__play svg {
    width: 100%;
    height: 100%
}
.block-list-video__play:hover .svg--play__arrow {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    -moz-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}
.spacer {
    width: 400px;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top
}
@media only screen and (min-width: 768px) {
    .spacer {
        width: 800px
    }
}
.spacer__headline {
    color: #fff;
    font-size: 32px;
    width: 260px;
    margin: 0 auto;
    position: relative;
    line-height: 1.2em
}
@media only screen and (min-width: 768px) {
    .spacer__headline {
        font-size: 40px;
        width: 300px
    }
}
@media all and (max-height: 439px) {
    .spacer__headline {
        font-size: 24px
    }
}
.spacer__cta {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .25em;
    line-height: 1em;
    margin-top: 50px;
    padding-left: 65px;
    display: block;
    text-decoration: none;
    -webkit-transition: padding-left .15s ease-in-out;
    -moz-transition: padding-left .15s ease-in-out;
    transition: padding-left .15s ease-in-out
}
.spacer__cta:hover {
    padding-left: 75px
}
.spacer__cta:hover:before {
    width: 55px
}
.spacer__cta:before {
    width: 50px;
    height: 1px;
    background-color: #fe0000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out
}
.svg--logo__shape-1,
.svg--logo-body__shape-1,
.svg--logo-espn__shape-1 {
    fill: #fe0000
}
.svg--logo__shape-2,
.svg--logo-body__shape-2,
.svg--logo-espn__shape-2 {
    fill: #414042
}
.svg--hamburger__shape {
    fill: #fff;
    -webkit-transition: width .15s ease-in-out, x .15s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: width .15s ease-in-out, x .15s ease-in-out, -webkit-transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out, width .15s ease-in-out, x .15s ease-in-out, -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, width .15s ease-in-out, x .15s ease-in-out;
    transition: transform .2s ease-in-out, width .15s ease-in-out, x .15s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out
}
.svg--espn path {
    fill: #eaeaea
}
.svg--arrow__tail,
.svg--arrow__tip {
    fill: blue
}
.svg--play {
    fill: #fff
}
.svg--gyroscope {
    fill: blue
}
.athlete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.athlete-overlay__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .3;
    background: -moz-linear-gradient(top, black 0, transparent 51%, transparent 63%, rgba(0, 0, 0, 0.79) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 51%, transparent 63%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(to bottom, black 0, transparent 51%, transparent 63%, rgba(0, 0, 0, 0.79) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0)
}
.athlete-overlay__info {
    position: absolute;
    width: 100%;
    min-height: 50px;
    bottom: 65px;
    padding-left: 30px
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__info {
        bottom: 90px;
        padding-left: 70px
    }
}
.athlete-overlay__small-name {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 44px;
    padding-left: 85px;
    white-space: nowrap;
    opacity: 0;
    letter-spacing: .02em
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__small-name {
        bottom: 67px;
        padding-left: 130px
    }
}
.athlete-overlay__name {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}
.athlete-overlay__stat {
    color: #fff;
    position: relative;
    line-height: 1.6em;
    margin-right: 40px
}
.athlete-overlay__stat--uppercase {
    text-transform: uppercase
}
.athlete-overlay__stat:last-child {
    margin-right: 0
}
.athlete-overlay__stat:last-child:after {
    display: none
}
.athlete-overlay__stat:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: -20px;
    opacity: .4
}
@media only screen and (max-width: 767px) {
    .athlete-overlay__stat:nth-child(2) {
        margin-right: 0
    }
    .athlete-overlay__stat:nth-child(2):after {
        display: none
    }
    .athlete-overlay__stat:last-child {
        display: block;
        width: 80%;
        margin-top: 12px
    }
}
.athlete-overlay__next-button {
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    padding: 10px 40px 10px 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: padding-right .2s ease-in-out;
    -moz-transition: padding-right .2s ease-in-out;
    transition: padding-right .2s ease-in-out
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__next-button {
        display: block;
        padding-right: 80px
    }
    .athlete-overlay__next-button:hover {
        padding-right: 90px
    }
    .athlete-overlay__next-button:hover:after {
        width: 75px
    }
}
.athlete-overlay__next-button:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__next-button:after {
        width: 65px
    }
}
.athlete-overlay__previous-button {
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    padding: 10px 10px 10px 40px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-transition: padding-left .2s ease-in-out, left .4s ease-in-out;
    -moz-transition: padding-left .2s ease-in-out, left .4s ease-in-out;
    transition: padding-left .2s ease-in-out, left .4s ease-in-out
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__previous-button {
        display: block;
        padding-left: 80px
    }
    .athlete-overlay__previous-button:hover {
        padding-left: 90px
    }
    .athlete-overlay__previous-button:hover:after {
        width: 75px
    }
}
.athlete-overlay__previous-button:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__previous-button:after {
        width: 65px
    }
}
.athlete-overlay__previous-button.hide {
    left: -170px
}
.athlete-overlay__extra-info-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    pointer-events: none;
    opacity: .3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}
.athlete-overlay__button-container {
    position: absolute;
    width: 50%;
    height: 22px;
    left: 25px;
    bottom: 72px;
    line-height: 1em;
    font-size: 12px;
    padding: 5px 0;
    cursor: pointer
}
@media all and (min-width: 580px) {
    .athlete-overlay__button-container {
        display: none
    }
}
.athlete-overlay__more-button {
    display: block
}
.athlete-overlay__less-button {
    display: none
}
.athlete-overlay__extra-info {
    width: 100%;
    position: absolute;
    bottom: 70px;
    padding-left: 25px;
    display: none
}
@media only screen and (min-width: 768px) {
    .athlete-overlay__extra-info {
        bottom: 90px
    }
}
.athlete-overlay__extra-info.compact {
    height: 130px;
    overflow: hidden;
    bottom: 100px
}
.athlete-overlay__extra-info .extra-info__name {
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 20px
}
.athlete-overlay__extra-info .extra-info__athlete {
    width: 90%;
    display: inline-block;
    margin-bottom: 20px
}
@media all and (min-width: 580px) {
    .athlete-overlay__extra-info .extra-info__athlete {
        width: 47%
    }
}
.athlete-overlay__extra-info .extra-info__athlete:last-child {
    margin-bottom: 0
}
.athlete-overlay__extra-info .extra-info__athlete-name {
    font-family: "BentonSansBlack", "bentonsansbold", "bentonsansmedium", "Arial";
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 12px;
    display: block
}
.athlete-overlay__extra-info .extra-info__athlete-details {
    font-size: 12px;
    display: block
}
@media all and (min-width: 800px) {
    .athlete-overlay__extra-info {
        padding-left: 70px
    }
}
@media all and (min-width: 900px) {
    .athlete-overlay__extra-info {
        width: 70%
    }
}
@media all and (min-width: 1200px) {
    .athlete-overlay__extra-info {
        width: 50%
    }
}
.athlete-timeline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px
}
@media only screen and (min-width: 768px) {
    .athlete-timeline {
        height: 60px
    }
}
.athlete-timeline__line-bg {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    opacity: .2
}
.athlete-timeline__line {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff
}
.athlete-timeline__counter {
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    position: absolute;
    top: -6px;
    left: -55px;
    display: none
}
@media only screen and (min-width: 768px) {
    .athlete-timeline__counter {
        left: -60px
    }
}
.athlete-timeline__disclaimer {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    opacity: 1;
    letter-spacing: .02em;
    margin-top: 8px;
    font-size: 10px;
    opacity: 0
}
.athlete-timeline__gyroscope {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%
}
.athlete-timeline__gyroscope-border {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    overflow: hidden;
    -webkit-transition: left .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: left .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out;
    transition: left .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out
}
.athlete-timeline__gyroscope-border svg {
    margin-left: 0;
    -webkit-transition: margin-left .2s ease-in-out;
    -moz-transition: margin-left .2s ease-in-out;
    transition: margin-left .2s ease-in-out
}
.athlete-timeline__gyroscope-border path {
    opacity: 1 !important
}
.athlete-timeline__gyroscope-border--landscape {
    width: 41px;
    height: 21px
}
.athlete-timeline__gyroscope-border--portrait {
    left: 50%;
    height: 41px;
    width: 21px
}
.athlete-timeline__gyroscope-border--portrait svg {
    margin-left: -20px
}
.athlete-timeline__zoom-button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -18px;
    left: -63px;
    cursor: pointer;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    transition: left .2s ease-out
}
@media only screen and (min-width: 768px) {
    .athlete-timeline__zoom-button {
        left: -80px
    }
}
.athlete-timeline__zoom-button--first-slide {
    left: -56px
}
@media only screen and (min-width: 768px) {
    .athlete-timeline__zoom-button--first-slide {
        left: -60px
    }
}
.athlete-timeline__zoom-button path {
    opacity: .3
}
.athlete-timeline__zoom-button.active:after {
    width: 33px;
    height: 33px;
    margin-top: -16px;
    margin-left: -16px
}
.athlete-timeline__zoom-button:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -1.5px;
    -webkit-transition: width .15s ease-in-out, height .15s ease-in-out, margin .15s ease-in-out;
    -moz-transition: width .15s ease-in-out, height .15s ease-in-out, margin .15s ease-in-out;
    transition: width .15s ease-in-out, height .15s ease-in-out, margin .15s ease-in-out
}
.intro {
    position: absolute;
    background-color: #111;
    z-index: 11
}
.intro__logo {
    position: absolute;
    top: 0;
    left: 0
}
.intro__logo .svg--logo {
    width: 100%;
    height: 100%
}
.intro__logo .svg--logo path {
    fill: rgba(0, 0, 0, 0.1)
}
.home-timeline {
    position: absolute;
    width: 40%;
    bottom: -10px;
    height: 106px;
    z-index: 1
}
.home-timeline--tall {
    height: 130px
}
.home-timeline .compact-timeline {
    display: none
}
.home-timeline .expanded-timeline {
    display: block
}
.home-timeline--mobile {
    z-index: 3
}
.home-timeline--mobile .compact-timeline {
    display: block
}
.home-timeline--mobile .expanded-timeline {
    display: none
}
@media only screen and (min-width: 768px) {
    .home-timeline {
        width: 30%
    }
}
.home-timeline__bg {
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #FFF
}
.compact-timeline {
    position: relative;
    height: 100%
}
.compact-timeline__arrow {
    width: 60px;
    height: 80px;
    position: absolute;
    left: 50%;
    padding-top: 28px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.compact-timeline__arrow--left {
    margin-left: -70px;
    padding-right: 8px;
    padding-left: 25px
}
.compact-timeline__arrow--left svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}
.compact-timeline__arrow--right {
    margin-left: 30px;
    padding-left: 8px;
    padding-right: 25px
}
.compact-timeline__arrow--right .svg--arrow {
    margin-left: -10px
}
.compact-timeline__arrow--disabled {
    opacity: .3
}
.compact-timeline__arrow .svg--arrow {
    width: 130%
}
.compact-timeline__arrow .svg--arrow__tail {
    fill: #414042;
    width: 1vw;
    position: relative
}
.compact-timeline__arrow .svg--arrow__tail rect {
    width: 50px;
    x: 46px
}
.compact-timeline__arrow .svg--arrow__tip {
    fill: #414042
}
.compact-timeline__counter {
    position: absolute;
    color: #414042;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding-left: 20px;
    line-height: 1em
}
.expanded-timeline {
    position: relative;
    height: 100%
}
.expanded-timeline__arrow-svg-container {
    width: 18px;
    height: 22px;
    overflow: hidden
}
.expanded-timeline__arrow {
    width: 40px;
    height: 60px;
    position: absolute;
    right: 45px;
    padding: 19px 10px 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.expanded-timeline__arrow .svg--arrow {
    width: 55px;
    pointer-events: none
}
.expanded-timeline__arrow .svg--arrow__tail {
    width: 0;
    display: none;
    fill: #414042
}
.expanded-timeline__arrow .svg--arrow__tip {
    width: 30px;
    height: 60px;
    fill: #414042
}
.expanded-timeline__arrow--left {
    margin-right: 25px
}
.expanded-timeline__arrow--left .svg--arrow {
    margin-left: 3px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}
.expanded-timeline__arrow--left:hover .svg--arrow {
    -webkit-animation-name: arrow-left;
    -moz-animation-name: arrow-left;
    animation-name: arrow-left;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.expanded-timeline__arrow--right .svg--arrow {
    margin-left: -45px;
    width: 60px
}
.expanded-timeline__arrow--right:hover .svg--arrow {
    -webkit-animation-name: arrow-right;
    -moz-animation-name: arrow-right;
    animation-name: arrow-right;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.expanded-timeline__arrow--disabled {
    opacity: .3
}
.expanded-timeline__arrow--disabled:hover .svg--arrow {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none
}
.expanded-timeline__counter {
    position: absolute;
    color: #414042;
    text-align: center;
    font-size: 12px;
    padding-left: 70px;
    top: 50%;
    line-height: 2.5em;
    margin-top: -28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.expanded-timeline__bg-bar {
    width: 100%;
    height: 1px;
    background-color: #CCC;
    position: absolute;
    top: 50%;
    margin-left: 65px
}
.expanded-timeline__bar {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #414042
}
.quote-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 5
}
@media only screen and (min-width: 768px) {
    .quote-panel {
        width: 50%
    }
}
.quote-panel__container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px 30px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px
}
@media only screen and (min-width: 768px) {
    .quote-panel__container {
        padding-left: 50px;
        padding-bottom: 50px
    }
}
@media all and (min-height: 500px) {
    .quote-panel__container {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
@media all and (min-height: 800px) {
    .quote-panel__container {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.quote-panel__subtitle {
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px
}
@media only screen and (min-width: 768px) {
    .quote-panel__subtitle {
        margin-bottom: 45px
    }
}
.quote-panel__quote {
    font-size: 24px;
    line-height: 1.3em;
    color: #414042
}
@media only screen and (min-width: 768px) {
    .quote-panel__quote {
        font-size: 3.1vw
    }
    .quote-panel__quote span {
        display: block
    }
}
@media all and (min-width: 960px) {
    .quote-panel__quote {
        font-size: 2.9vw
    }
}
@media all and (min-width: 1600px) {
    .quote-panel__quote {
        font-size: 2.6vw
    }
}
@media all and (max-height: 600px) {
    .quote-panel__quote span {
        display: inline
    }
}
@media all and (max-height: 600px) {
    .quote-panel__quote {
        font-size: 20px
    }
}
@media all and (min-height: 601px) and (max-height: 650px) {
    .quote-panel__quote {
        font-size: 22px
    }
}
@media all and (min-height: 651px) and (max-height: 700px) {
    .quote-panel__quote {
        font-size: 26px
    }
}
@media only screen and (min-width: 300px) and (max-width: 374px) {
    .quote-panel__quote {
        font-size: 18px
    }
}
.quote-panel__cta {
    text-decoration: none !important;
    color: #fe0000 !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 35px;
    padding-left: 40px;
    line-height: 1em
}
@media only screen and (min-width: 768px) {
    .quote-panel__cta {
        margin-top: 55px;
        padding-left: 65px
    }
}
@media all and (max-height: 600px) {
    .quote-panel__cta {
        margin-top: 25px
    }
}
.quote-panel__cta:before {
    width: 25px;
    height: 1px;
    background-color: red;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out
}
@media only screen and (min-width: 768px) {
    .quote-panel__cta:before {
        width: 50px
    }
}
.quote-panel__credits {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 20px
}
@media only screen and (min-width: 768px) {
    .quote-panel__credits {
        margin-top: 60px;
        padding-top: 40px
    }
}
@media all and (max-height: 570px) {
    .quote-panel__credits {
        margin-top: 25px;
        padding-top: 20px
    }
}
.quote-panel__credits-item {
    font-size: 12px;
    margin-right: 30px;
    color: #414042;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap
}
@media only screen and (min-width: 768px) {
    .quote-panel__credits-item {
        display: inline;
        margin-bottom: 0
    }
}
.quote-panel__next-button {
    position: absolute;
    bottom: -6px;
    right: -28px;
    width: 300px;
    height: 100px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}
@media only screen and (min-width: 768px) {
    .quote-panel__next-button {
        height: 130px
    }
}
@media all and (max-height: 600px) {
    .quote-panel__next-button {
        height: 90px
    }
}
.quote-panel__next-button-bg {
    width: 100%;
    height: 100%;
    background-color: #fe0000;
    position: absolute
}
.quote-panel__next-button-text {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 110px;
    white-space: nowrap
}
@media only screen and (min-width: 768px) {
    .quote-panel__next-button-text {
        right: 150px
    }
}
@media all and (max-height: 600px) {
    .quote-panel__next-button-text {
        font-size: 10px;
        right: 80px
    }
}
.quote-panel__next-button-arrow {
    position: absolute;
    width: 35px;
    height: 22px;
    top: 50%;
    margin-top: -9px;
    overflow: hidden;
    right: 55px
}
@media only screen and (min-width: 768px) {
    .quote-panel__next-button-arrow {
        width: 55px;
        right: 75px
    }
}
.quote-panel__next-button-arrow .svg--arrow {
    width: 100%
}
.quote-panel__next-button-arrow .svg--arrow__tail,
.quote-panel__next-button-arrow .svg--arrow__tip {
    fill: #fff
}
.quote-panel__next-button-arrow svg {
    width: 100%
}
@media all and (max-height: 600px) {
    .quote-panel__next-button-arrow {
        right: 45px;
        width: 25px;
        height: 22px;
        margin-top: -11px
    }
}
.quote-panel__social-container {
    position: relative;
    width: 120px;
    height: 42px;
    top: 0;
    z-index: 10;
    margin-top: 30px;
    left: -20px
}
@media all and (max-height: 570px) {
    .quote-panel__social-container {
        margin-top: 15px
    }
}
.quote-panel__facebook,
.quote-panel__twitter {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}
.quote-panel__facebook svg path,
.quote-panel__twitter svg path {
    fill: #414042;
    -webkit-transition: fill .1s linear;
    -moz-transition: fill .1s linear;
    transition: fill .1s linear
}
.quote-panel__facebook:active svg path,
.quote-panel__facebook:hover svg path,
.quote-panel__twitter:active svg path,
.quote-panel__twitter:hover svg path {
    fill: #666
}
.intro-animation {
    position: absolute;
    width: 100%;
    height: 100%
}
.intro-animation .slice-list {
    overflow: visible
}
.intro-animation .slice-list__tagline {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .06em;
    margin-top: 20px;
    opacity: 0;
    white-space: nowrap;
    padding-right: 15px
}
@media all and (min-width: 670px) {
    .intro-animation .slice-list__tagline {
        font-size: 14px;
        margin-top: 30px
    }
}
.intro-animation .slice-list__tagline:after {
    content: "";
    width: 150%;
    height: 2px;
    position: absolute;
    background-color: #fe0000;
    top: 50%;
    left: 100%
}
.intro-animation .slice-list__espn,
.intro-animation .slice-list__body {
    position: absolute;
    z-index: 3;
    opacity: 0
}
.intro-animation .slice-list__espn svg,
.intro-animation .slice-list__body svg {
    width: 100%;
    height: 100%
}
.intro-animation .slice-list__espn path,
.intro-animation .slice-list__body path {
    fill: #fff
}
.intro-animation .slice-list__body {
    z-index: 1;
    opacity: 1
}
.intro-animation .slice-list .slice {
    background-color: #111
}
.intro-animation .slice-list__red-line {
    position: absolute;
    height: 90px;
    background-color: #fe0000;
    width: 0;
    z-index: 1;
    bottom: -5px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.home-transition {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.home-transition .slice {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 300px
}
@media only screen and (min-width: 768px) {
    .home-transition .slice {
        width: 600px
    }
}
.home-transition .slice img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none
}
@-webkit-keyframes arrow-right {
    0 {
        margin-left: -45px
    }
    49% {
        margin-left: -33px
    }
    50% {
        margin-left: -70px
    }
    100% {
        margin-left: -45px
    }
}
@-moz-keyframes arrow-right {
    0 {
        margin-left: -45px
    }
    49% {
        margin-left: -33px
    }
    50% {
        margin-left: -70px
    }
    100% {
        margin-left: -45px
    }
}
@keyframes arrow-right {
    0 {
        margin-left: -45px
    }
    49% {
        margin-left: -33px
    }
    50% {
        margin-left: -70px
    }
    100% {
        margin-left: -45px
    }
}
@-webkit-keyframes arrow-left {
    0 {
        margin-left: 3px
    }
    49% {
        margin-left: -7px
    }
    50% {
        margin-left: 16px
    }
    100% {
        margin-left: 3px
    }
}
@-moz-keyframes arrow-left {
    0 {
        margin-left: 3px
    }
    49% {
        margin-left: -7px
    }
    50% {
        margin-left: 16px
    }
    100% {
        margin-left: 3px
    }
}
@keyframes arrow-left {
    0 {
        margin-left: 3px
    }
    49% {
        margin-left: -7px
    }
    50% {
        margin-left: 16px
    }
    100% {
        margin-left: 3px
    }
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}
.getintch-from-box h1.contactus-address-wrapper-heading {
    margin-bottom: 5px;
    color: #fb3640;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.getintch-from-box h2, .getintch-from-box p {
    color: #9fa3a7;
}
.body-issue {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}
.body-issue * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/* index hover css */
.appliances-categeory .product-box.img-box{
  padding: 15px;
  position: relative;
}
.appliances-categeory .col-3 img {
  display: block;
  width: 100%;
  height: auto;
}
.appliances-categeory .col-3 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0d1e44;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.appliances-categeory .col-3 .img-box:hover .overlay {
  height: 100%;
}
.appliances-categeory .col-3 .text {
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media all and (max-width:1366px){
  .appliances-categeory .col-3{width: 22%;}
  .latest-production .description .appliances-categeory{bottom: 240px;}
  .appliances-categeory .col-3 .text .btn{font-size: 10px;}
}
@media all and (max-width:1024px){
  .latest-production .description .appliances-categeory{bottom: 40px;}
}
/* index hover css */
@media all and (max-width:767px){
  .latest-production .description .appliances-categeory{bottom: 0;}
  .appliances-categeory .col-3 {width: 80%;margin: 0 auto;float: none;}
  .fb_iframe_widget #tab1 span{width: 310px !important; }
  .social-item iframe, .social-item .instagram-media{margin: 0 auto !important;width: 310px !important;height: 325px !important;border: 5px solid #333 !important;max-width: 100%;}
  .social-sphere #tab1{margin: 0 auto !important;}
  .social-sphere #tab1 iframe{width: 310px !important;margin-left: 10px !important;}
  .social-sphere .middle-panel{background-image: none;}
  span.athlete__name{line-height: 1.4;}
}
@media all and (max-width:374px){
  .social-item iframe, .social-item .instagram-media{width: 280px !important;}
  .social-sphere #tab1 iframe{margin-left: 0 !important;}
}
#skrollr-body{margin-bottom: 0px;}
section.discover.homepage_discover_section section.regular {
    background: #f9f9f9;
}
.latestproductsSlider_title_wrapper .text {
    padding: 0 0 0px 0;
}
.latestproductsSlider_title_wrapper {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c1e44;
}
.latestproductsSlider_title_wrapper a {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
}
.latestproductsSlider_title_wrapper:hover a.btn {
    color: #000 !important;
    background: transparent !important;
}
.latestproductsSlider_title_wrapper:hover {
    background: #fff;
}
.latest_prouct_slider_section .slick-slide {
    margin: 0 5px !important;
}
.latest_prouct_slider_section .slick-prev,
.latest_prouct_slider_section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #0c1e44;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
}
.latest_prouct_slider_section .slick-prev {
    left: -15px;
}
.latest_prouct_slider_section .slick-next {
    right: -15px;
}
.latest_prouct_slider_section .slick-prev:hover,
.latest_prouct_slider_section .slick-next:hover {
    background: #000;
    color: #fff;
}
section.latest_prouct_slider_section {
    background: #fff;
    padding: 50px 0 50px 0;
}
section.latest_prouct_slider_section .section_header {
    text-align: center;
    margin-bottom: 40px;
}
section.latest_prouct_slider_section .section_header h3.section_subtitle {
    color: #a2a0a0;
    margin-bottom: 8px;
}
section.latest_prouct_slider_section .section_header h2.section_title {
    font-size: 30px;
}
section.latest_prouct_slider_section p.section_subcontent {
    margin-top: 10px;
}




.map-box::after{
  content: "";
  clear: both;
  display: table;
}
.map-box{
  margin: 40px 0 0;
}
.map-box .col-5{
  width: 50%;
  float: left;
  padding: 5px;
}
.map-box .col-5 iframe{
  border: 2px solid #ccc;
}

.middle-panel .social-item.insta .feed-insta{
  width: 500px;
  height: 323px;
  margin: 20px auto 0 195px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #1a1a1a;
}
.middle-panel .social-item.insta .feed-insta iframe{
  margin: 0 !important;
}
.middle-panel .social-item iframe{
  width: 500px;
  height: 323px;
}
.row::after{
  content: "";
  clear: both;
  display: table;
}
.socialFeed .powrMark{display: none !important;}
@media all and (max-width:1400px) {
  .social-item iframe, .social-item .instagram-media{margin: 23px 0 0 145px !important;}
  .middle-panel .social-item.insta .feed-insta{margin: 20px auto 0 145px;}
}
@media all and (max-width:1366px) {
  .map-box iframe{margin-top: 0;}
  .social-item iframe, .social-item .instagram-media {margin: 24px 0 0 135px !important;}
  .middle-panel .social-item.insta .feed-insta {margin: 20px auto 0 130px !important;}
}
@media all and (max-width:1300px){                                                            
  .middle-panel .social-item .feed-fb iframe{margin: 24px 0 0 110px !important;}
  .middle-panel .social-item.insta .feed-insta {margin: 20px auto 0 110px !important;}
}
@media all and (max-width:767px) {
  .social-item.current{position: relative;}
  .social-item.current .feed-fb , .social-item.current .feed-insta{
    position: absolute;
    width: 310px !important;
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .social-sphere .middle-panel {min-height: 330px;}
  .social-sphere #tab1 iframe{margin-left: 0 !important;}
}
