@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'latoregular', sans-serif;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

a, .iframeLoader {
    cursor: pointer;
}

a.uw-badge {
    position: fixed;
    z-index: 1;
    left: 28px;
    top: 30px;
    width: 118px;
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background-image: url('../assets/images/home-bg.jpg');
    background-size: cover;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.landing-content {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#intro-modal-section .slides li>div {
    padding: 9% 7% 8%;
    color: #fff;
    text-align: center;
    position: relative;
}

#intro-modal-section .slides li>div section {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 8%;
}

#intro-modal-section .slides li>div section div {
    width: 33.33%
}

@media all and (min-width: 1900px) {
    #draggable-area, #draggable-area picture img {
        width: 100%;
    }
}

@media all and (max-width: 1900px) {
    #draggable-area, #draggable-area picture img {
        width: 1900px;
        overflow: hidden;
        height: 1312px;
    }
}

#drag-container {
    position: relative;
    height: 100%;
    touch-action: none;
}

.social-media {
    position: fixed;
    top: 112px;
    right: 65px;
    width: 36px;
}

.social-media a {
    display: block;
    height: 36px;
    width: 36px;
    margin-bottom: 10px;
}

.map-control {
    position: fixed;
    bottom: 80px;
    right: 65px;
    width: 36px;
}

.map-control a {
    display: block;
    height: 36px;
    width: 36px;
    margin-bottom: 10px;
}

.mute {
    background: url('../assets/images/sound.svg') no-repeat;
}

.mute.muted {
    background: url('../assets/images/muted.svg') no-repeat;
}

.map-control a.zoom {
    background: url('../assets/images/zoom_in.svg') no-repeat;
    right: 0px;
}

.social-media .ico-fb {
    background-image: url('../assets/images/facebook.svg');
}

.social-media .ico-twitter {
    background-image: url('../assets/images/twitter.svg');
}

.social-media a:last-child {
    background-image: url('../assets/images/pinterest.svg');
}

.social-media a:last-child img {
    object-position: -99999px 99999px;
}

.map-control a.back {
    background: url('../assets/images/zoom_out.svg') no-repeat;
    right: 0px;
    bottom: 0;
}

.c_carousel {
    border: 5px solid #fff;
}

.slider-header h2 {
    font-family: 'latobold';
    color: #c61f26;
    border-bottom: 7px solid #c61f26;
    background: #fff;
    margin: 0;
    text-align: left;
}

.skip-video-btn, #video-mute-btn {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

div#intro-slider {
    background-color: #c5050c;
}

.modal.open {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal.open>section {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    transform: scale(1);
    animation: unfoldOut 1s .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal>section {
    transform: scale(0);
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

.zone1 {
    width: 15%;
    height: 9%;
    position: absolute;
    left: 50%;
    top: 27%;
}

.zone2 {
    width: 15%;
    height: 7%;
    position: absolute;
    left: 50%;
    top: 37%;
}

.zone3 {
    width: 7%;
    height: 7%;
    position: absolute;
    left: 66%;
    top: 36%;
}

.zone4 {
    width: 9%;
    height: 8%;
    position: absolute;
    left: 74%;
    top: 36%;
}

.zone5 {
    width: 9%;
    height: 9%;
    position: absolute;
    left: 65%;
    top: 46%;
}

.zone6 {
    width: 15%;
    height: 4%;
    position: absolute;
    left: 79%;
    top: 52%;
}

.zone7 {
    width: 10%;
    height: 8%;
    position: absolute;
    left: 52.5%;
    top: 56%;
}

.zone8 {
    width: 2%;
    height: 19%;
    position: absolute;
    left: 65.5%;
    top: 55.5%;
}

.zone9 {
    width: 10%;
    height: 8%;
    position: absolute;
    left: 69%;
    top: 56.5%;
}

.zone10 {
    width: 12%;
    height: 8%;
    position: absolute;
    left: 69%;
    top: 66.5%;
}

.zone11 {
    width: 18%;
    height: 11%;
    position: absolute;
    left: 57%;
    top: 84.5%;
}

.zone12 {
    width: 18%;
    height: 8%;
    position: absolute;
    left: 30%;
    top: 55.5%;
}

.zone13 {
    width: 11%;
    height: 8%;
    position: absolute;
    left: 40%;
    top: 65.5%;
}

.zone14 {
    width: 10%;
    height: 8%;
    position: absolute;
    left: 29%;
    top: 66.5%;
}

.zone15 {
    width: 11%;
    height: 6%;
    position: absolute;
    left: 17.5%;
    top: 71.5%;
}

.zone16 {
    width: 12%;
    height: 7%;
    position: absolute;
    left: 4.5%;
    top: 75.5%;
}

.zone17 {
    width: 15%;
    height: 9%;
    position: absolute;
    left: 2%;
    top: 86.5%;
}

.zone18 {
    width: 12%;
    height: 7%;
    position: absolute;
    left: 2.3%;
    top: 65.5%;
}

.zone19 {
    width: 15%;
    height: 7%;
    position: absolute;
    left: 8.5%;
    top: 47.5%;
}

.zone20 {
    width: 12%;
    height: 6%;
    position: absolute;
    left: 13.5%;
    top: 39.5%;
}

.zone21 {
    width: 18%;
    height: 13%;
    position: absolute;
    left: 30.5%;
    top: 41.5%;
}

.zone22 {
    width: 14%;
    height: 7%;
    position: absolute;
    left: 31%;
    top: 32.5%;
}

.zonewrapper div span.tooltip:after {
    border-top: 20px solid #fff;
}

.zonewrapper div:hover {
    cursor: pointer;
}

.zonewrapper div span.tooltip.active {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
}

.zonewrapper div span.tooltip:before, .zonewrapper div span.tooltip:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.zonewrapper div {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.zonewrapper div span.tooltip {
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    cursor: pointer;
    bottom: 98%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.3s 0.2s ease-in-out;
    -moz-transition: all 0.3s 0.2s ease-in-out;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    -o-transition: all 0.3s 0.2s ease-in-out;
    z-index: 98;
}

.apply-btn {
    width: 117px;
    height: 48px;
    font-size: 25px;
    line-height: 1.7;
    color: #c5050c;
    background: #ffffff;
    position: fixed;
    top: 44px;
    font-family: 'latobold';
    right: 23px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
}

.apply-btn:hover {
    color: #fff;
    background: #c5050c;
}

.video-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    background: url('../assets/images/intro.jpg');
    background-size: 100%;
}

iframe {
    border: none;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

@media all and (min-width: 960px) {
    .map-control a.back:hover {
        background: url('../assets/images/zoom_out-hover.svg') no-repeat;
    }
    .social-media .ico-twitter:hover {
        background-image: url('../assets/images/twitter_hover.svg');
    }
    .social-media a:last-child:hover {
        background-image: url('../assets/images/pinterest_hover.svg');
    }
    .social-media .ico-fb:hover {
        background-image: url('../assets/images/facebook_hover.svg');
    }
    .map-control a.zoom:hover {
        background: url('../assets/images/zoom_in-hover.svg') no-repeat;
    }
    .map-control a.back:hover {
        background: url('../assets/images/zoom_out-hover.svg') no-repeat;
    }
    .mute:hover {
        background: url('../assets/images/sound_hover.svg') no-repeat;
    }
    .mute.muted:hover {
        background: url('../assets/images/muted_hover.svg') no-repeat;
    }
    #intro-modal-section .slides li:first-child>div {
        background: url('../assets/images/intro-bg.svg') no-repeat;
        background-size: cover;
    }
    .modal>section {
        width: 880px;
        position: relative;
    }
    .modal>section#intro-modal-section {
        width: 750px;
        position: relative;
    }
    a.close-modal {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    a.close-modal img {
        width: 19px;
    }
    .landing-content h2 {
        font-size: 30px;
        line-height: 1.8;
        font-weight: 400;
    }
    #intro-modal-section .slides div h4 {
        font-size: 30px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1.1;
        margin: 0;
    }
    #intro-modal-section .slides div h3 {
        font-size: 35px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1.14;
        margin: 0 0 75px;
    }
    #intro-modal-section .slides div h2 {
        font-size: 50px;
        font-weight: 400;
        line-height: 1.1;
        margin: 0 0 10%;
        text-transform: uppercase;
    }
    #intro-modal-section .slides div p {
        font-size: 25px;
        line-height: 1.4;
        padding-bottom: 65px;
    }
    img.home-badge {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 435px;
    }
    .landing-content {
        bottom: 115px;
        width: 900px;
    }
    .slider-header h2 {
        font-size: 44px;
        padding: 2% 3%;
    }
    .skip-video-btn {
        height: 50px;
        line-height: 45px;
        font-size: 19px;
        width: 135px;
        text-align: center;
        background: #c5050c;
        position: absolute;
        right: 2%;
        bottom: 50px;
    }
    .skip-video-btn:hover {
        background: #fff;
        color: #c5050c;
    }
    #video-mute-btn {
        height: 64px;
        width: 64px;
        background-image: url('../assets/images/intro-unmute.svg');
        position: absolute;
        right: 4%;
        bottom: 140px;
        background-size: 100%;
    }
    #video-mute-btn:hover {
        background-position-y: -64px;
    }
    #video-mute-btn.muted {
        background-image: url('../assets/images/intro-mute.svg');
    }
    #video-mute-btn.muted:hover {
        background-position-y: -64px;
    }
    .explore-btn {
        margin-top: 5%;
        background: #c61f26;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        font-size: 19px;
        width: 260px;
        height: 74px;
        line-height: 70px;
        cursor: pointer;
    }
    #intro-modal-section .slides li>div section img {
        width: 75px;
        margin: 0 auto;
        padding-left: 10px;
    }
    #intro-modal-section .slides li>div section span {
        font-size: 25px;
        margin-top: 25px;
        display: block;
    }
}

@media all and (max-width: 960px) {
    .map-control {
        bottom: 28px;
        right: 22px
    }
    .social-media {
        right: 22px;
    }
    .apply-btn {
        transform: scale(.7);
        right: -5px;
    }
    .map-control a {
        transform: scale(.7);
        margin-bottom: 0;
    }
    #intro-modal-section .slides li>div section img {
        width: 45px;
        margin: 0 auto;
        padding-left: 5px;
    }
    #intro-modal-section .slides li>div section span {
        font-size: 20px;
        margin-top: 5%;
        display: block;
    }
    .modal>section {
        width: 90%;
        position: relative;
    }
    .landing-content h2 {
        font-size: 22px;
        line-height: 1.14;
        font-weight: 400;
        margin: 0;
    }
    a.close-modal {
        position: absolute;
        top: 8px;
        right: 10px;
    }
    a.close-modal img {
        width: 11px;
    }
    #intro-modal-section .slides div h3 {
        font-size: 25px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 4%;
    }
    #intro-modal-section .slides div h4 {
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1.1;
        margin: 0;
    }
    #intro-modal-section .slides div h2 {
        font-size: 35px;
        font-weight: 400;
        line-height: 1.1;
        margin: 0;
        text-transform: uppercase;
    }
    #intro-modal-section .slides div p {
        font-size: 20px;
        line-height: 1.15;
        font-weight: normal;
    }
    .modal.landing-modal {
        align-items: normal;
    }
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .skip-video-btn {
        padding: 10px 20px;
        background: #c5050c;
        z-index: 999;
        position: absolute;
        right: 2%;
        bottom: 20px;
    }
    #video-mute-btn {
        height: 48px;
        width: 48px;
        background-image: url('../assets/images/intro-unmute.svg');
        position: absolute;
        right: 6%;
        bottom: 80px;
        background-size: 100%;
    }
    #video-mute-btn.muted {
        background-image: url('../assets/images/intro-mute.svg');
    }
    .slider-modal {
        width: 90%;
        margin: 10% auto 0 auto;
    }
    .slider-header h2 {
        font-size: 18px;
        padding: 7px;
    }
    img.home-badge {
        width: 30%;
        position: absolute;
        left: 24px;
        top: 35px;
    }
    .landing-content {
        bottom: 35px;
        width: 95%;
    }
    .explore-btn {
        margin-top: 33px;
        background: #c61f26;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        width: 168px;
        height: 48px;
        line-height: 45px;
        cursor: pointer;
    }
    .hot-spot-circle {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        animation: pulse 1.5s infinite;
        -webkit-animation: pulse 1.5s infinite;
        cursor: pointer;
    }
    .hot-spot .circle:hover {
        animation: none;
        -webkit-animation: none;
    }
    @keyframes pulse {
        0% {
            -webkit-transform: scale(.9);
            transform: scale(0.9);
        }
        70% {
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        }
        100% {
            -webkit-transform: scale(.9);
            transform: scale(.9);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(.9);
        }
        70% {
            -webkit-transform: scale(1);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        }
        100% {
            -webkit-transform: scale(.9);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
}

.tree-1 {
    width: 6%;
    background-image: url('../assets/images/maps/UWMadison_Map_D_topleft.png');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 21.7%;
    position: absolute;
    height: 6%;
    left: 26.73%;
    z-index: 1;
}

.tree-3 {
    background-image: url('../assets/images/maps/UWMadison_Map_D_bottomleft.png');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 58.8%;
    position: absolute;
    width: 5.35%;
    height: 7%;
    left: 17.1%;
}

.tree-4 {
    background-image: url('../assets/images/maps/UWMadison_Map_D_bottomright.png');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    width: 3.4%;
    height: 6%;
    top: 59.48%;
    right: 17.85%;
}

.biker-1 {
    background-image: url('../assets/images/animations/biker1.svg');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 3.5%;
    height: 5.23%;
    top: 22%;
    position: absolute;
    -webkit-animation: biker1 20s infinite linear;
    animation: biker1 20s infinite linear;
    background-repeat: no-repeat;
}

.biker-2 {
    background-image: url('../assets/images/animations/biker2.svg');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 3.5%;
    height: 5.22%;
    top: 22%;
    position: absolute;
    -webkit-animation: biker2 20s infinite linear;
    animation: biker2 20s infinite linear;
    background-repeat: no-repeat;
}

.cloud-animation-1, .cloud-animation-2, .cloud-animation-3 {
    background: url('../assets/images/animations/cloud_2500.png') no-repeat;
    position: absolute;
    width: 18%;
    height: 3%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.boat-1, .boat-2, .boat-3, .boat-4 {
    position: absolute;
    width: 3.8%;
    height: 4.8%;
    background: url("../assets/images/animations/sailboat_2500.png") center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-animation: boat 100s infinite linear;
    animation: boat 100s infinite linear;
}

.surfer-1, .surfer-2 {
    position: absolute;
    width: 3.8%;
    height: 6.3%;
    -webkit-animation: surfer 100s infinite linear;
    animation: surfer 100s infinite linear;
}

.surfer-1 {
    background: url("../assets/images/animations/winsurf_2500.png") no-repeat;
    background-size: 100%;
}

.surfer-2 {
    background: url("../assets/images/animations/winsurf2_2500.png") no-repeat;
    margin-left: 5%;
    margin-top: 2%;
    background-size: 100%;
}

.boat-2 {
    margin-left: 4%;
    margin-top: 2%;
}

.boat-3 {
    margin-left: 8%;
    margin-top: .5%;
}

.boat-4 {
    margin-left: 13%;
    margin-top: 3%;
}

.cloud-animation-1 {
    top: 4%;
    -webkit-animation: cloud 100s infinite linear;
    animation: cloud 100s infinite linear;
}

.cloud-animation-2 {
    top: 8%;
    -webkit-animation: cloud 100s infinite linear;
    animation: cloud 100s infinite linear;
    margin-right: -20%;
}

.cloud-animation-3 {
    top: 15%;
    margin-right: -40%;
    -webkit-animation: cloud 100s infinite linear;
    animation: cloud 100s infinite linear;
}

.butterfly {
    position: absolute;
    width: 2.8%;
    height: 4.3%;
    background: url("../assets/images/animations/butterfly_2500.gif") center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 56%;
    -webkit-animation: butterfly 50s infinite linear;
    animation: butterfly 50s infinite linear;
}

.scooter {
    position: absolute;
    width: 3.5%;
    height: 6.1%;
    background: url("../assets/images/animations/scooter.svg") center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 59.3%;
    -webkit-animation: scooter 10s infinite linear;
    animation: scooter 10s infinite linear;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

@keyframes butterfly {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes butterfly {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@keyframes scooter {
    0% {
        right: 18%;
    }
    100% {
        right: 79%;
    }
}

@-webkit-keyframes scooter {
    0% {
        right: 18%;
    }
    100% {
        right: 79%;
    }
}

@keyframes cloud {
    0% {
        right: 18%;
    }
    100% {
        right: 100%;
    }
}

@-webkit-keyframes cloud {
    0% {
        right: 18%;
    }
    100% {
        right: 100%;
    }
}

@keyframes boat {
    0% {
        top: 13%;
        left: 30%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40% {
        top: 13.5%;
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40.5% {
        top: 13.5%;
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        top: 13%;
        left: 30%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes boat {
    0% {
        top: 13%;
        left: 30%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40% {
        top: 13.5%;
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40.5% {
        top: 13.5%;
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        top: 13%;
        left: 30%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@keyframes biker1 {
    0% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50.5% {
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    90% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes biker1 {
    0% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50.5% {
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    90% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@keyframes biker2 {
    0% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    10% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    60% {
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    60.5% {
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes biker2 {
    0% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    10% {
        left: 29%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    60% {
        left: 50%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    60.5% {
        left: 50%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        left: 29%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@keyframes surfer {
    0% {
        top: 10%;
        left: 20%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40% {
        top: 10.5%;
        left: 0%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40.5% {
        top: 10.5%;
        left: 0%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        top: 10%;
        left: 20%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes surfer {
    0% {
        top: 10%;
        left: 20%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40% {
        top: 10.5%;
        left: 0%;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40.5% {
        top: 10.5%;
        left: 0%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        top: 10%;
        left: 20%;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

.c_carousel .slides li:hover::after, .c_carousel li.flex-active-slide:after {
    content: '';
    background: #c61f26;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
}

#intro-slider .next-button, #intro-slider .enter-button {
    width: 100px;
    height: 40px;
    font-size: 19px;
    color: #9b0000;
    line-height: 38px;
    display: inline-block;
    z-index: 999;
    background: #fff;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

#intro-slider .next-button:hover, #intro-slider .enter-button:hover {
    color: #fff;
    background: #9b0000;
}

#intro-slider .flex-control-nav {
    visibility: hidden;
}

#intro-slider .next-button:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: -50px;
    background-size: 100%;
    top: 9px;
    background-image: url('../assets/images/next.svg');
}

.back-button {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
    background-image: url('../assets/images/next.svg');
    transform: rotateY(180deg);
    position: relative;
    top: 6px;
    right: 40px;
}

.back-button:hover {
    background-position-y: -24px;
}

#intro-slider .next-button:hover::after {
    background-position-y: -24px;
}

#draggable-area {
    background-size: cover;
    filter: blur(3px);
    pointer-events: none;
}

#draggable-area.is-loaded {
    filter: none;
    transition: filter 1s;
    pointer-events: all;
}

.zone23 {
    width: 12%;
    height: 7%;
    position: absolute;
    left: 50.5%;
    top: 45.93%;
}

.zone24 {
    width: 10.5%;
    height: 8%;
    position: absolute;
    left: 40.25%;
    top: 65.29%;
}

.football {
    position: absolute;
    left: 160px;
    top: 89%;
    width: 50px;
    height: 50px;
    background: url(../assets/images/football.svg) no-repeat;
    background-size: 100%;
    animation: football 5s linear infinite;
}

@keyframes football {
    0% {
        opacity: 0;
        -webkit-transform: rotate(70deg) translateX(0px) translateY(80px) rotate(360deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(70deg) translateX(0px) translateY(80px) rotate(360deg)
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(0px) translateY(80px) rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(270deg) translateX(0px) translateY(80px) rotate(0deg)
    }
}

@-webkit-keyframes football {
    0% {
        opacity: 0;
        -webkit-transform: rotate(70deg) translateX(0px) translateY(80px) rotate(360deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(70deg) translateX(0px) translateY(80px) rotate(360deg)
    }
    75% {
        -webkit-transform: rotate(180deg) translateX(0px) translateY(80px) rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(270deg) translateX(0px) translateY(80px) rotate(0deg)
    }
}

.bucky-1 {
    width: 3.4%;
    height: 8%;
    position: absolute;
    left: 71.5%;
    top: 88.5%;
    background: url(../assets/images/bucky/buckyBadger.svg) no-repeat;
    background-size: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
	opacity: 0;
}

.bucky-1.active {
    left: 75.2%;
	opacity: 1;
}

.bucky-2 {
    width: 2.9%;
    height: 7%;
    position: absolute;
    left: 59.4%;
    top: 46.9%;
    background: url(../assets/images/bucky/buckyBadger.svg) no-repeat;
    background-size: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 0;
}

.bucky-2.active {
    left: 62.4%;
    opacity: 1;
}

.bucky-3 {
    width: 2.9%;
    height: 7%;
    position: absolute;
    left: 44.24%;
    top: 67.29%;
    background: url(../assets/images/bucky/buckyBadger.svg) no-repeat;
    background-size: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 0;
}

.bucky-3.active {
    top: 63.5%;
    opacity: 1;
}

.historical-society {
    width: 58px;
    height: 6.862%;
    position: absolute;
    left: 59.3%;
    top: 45.93%;
    background: url(../assets/images/bucky/historicalSociety-01.svg) no-repeat;
    background-position: right;
    background-size: cover;
}

.kohl-center {
    width: 368px;
    height: 11%;
    position: absolute;
    left: 56.55%;
    top: 84.5%;
    background: url(../assets/images/bucky/kohlCenter-01.svg) no-repeat;
    background-size: 100%;
}

.school-business {
    width: 185px;
    height: 99px;
    position: absolute;
    left: 41.24%;
    top: 65.29%;
    background: url(../assets/images/bucky/schoolOfBusiness-01.svg) no-repeat;
    background-size: cover;
    background-position: right;
}

.stadium {
    width: 314px;
    height: 147px;
    position: absolute;
    left: 1.4%;
    top: 84.5%;
    background: url(../assets/images/maps/CammpRandall_2000.png) no-repeat;
    background-size: 100%;
}